@charset "UTF-8";
/* Import CSS Variables & Mixins */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

a {
  color: inherit;
  text-decoration: none; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs-1 {
  flex: 0 0 auto;
  flex-basis: 4.16667vw;
  width: 4.16667vw;
  max-width: 70px; }

.col-xs-offset-1 {
  margin-left: 5%; }

.col-xs-offset-right-1 {
  margin-right: 5%; }

.col-xs-offset-top-1 {
  margin-top: 5%; }

.col-xs-gutter-right-1 {
  margin-right: min(4.16667vw, 70px); }

.col-xs-gutter-left-1 {
  margin-left: min(4.16667vw, 70px); }

.col-xs-2 {
  flex: 0 0 auto;
  flex-basis: 8.33333vw;
  width: 8.33333vw;
  max-width: 140px; }

.col-xs-offset-2 {
  margin-left: 9%; }

.col-xs-offset-right-2 {
  margin-right: 9%; }

.col-xs-offset-top-2 {
  margin-top: 9%; }

.col-xs-gutter-right-2 {
  margin-right: min(8.33333vw, 140px); }

.col-xs-gutter-left-2 {
  margin-left: min(8.33333vw, 140px); }

.col-xs-3 {
  flex: 0 0 auto;
  flex-basis: 12.5vw;
  width: 12.5vw;
  max-width: 210px; }

.col-xs-offset-3 {
  margin-left: 13%; }

.col-xs-offset-right-3 {
  margin-right: 13%; }

.col-xs-offset-top-3 {
  margin-top: 13%; }

.col-xs-gutter-right-3 {
  margin-right: min(12.5vw, 210px); }

.col-xs-gutter-left-3 {
  margin-left: min(12.5vw, 210px); }

.col-xs-4 {
  flex: 0 0 auto;
  flex-basis: 16.66667vw;
  width: 16.66667vw;
  max-width: 280px; }

.col-xs-offset-4 {
  margin-left: 17%; }

.col-xs-offset-right-4 {
  margin-right: 17%; }

.col-xs-offset-top-4 {
  margin-top: 17%; }

.col-xs-gutter-right-4 {
  margin-right: min(16.66667vw, 280px); }

.col-xs-gutter-left-4 {
  margin-left: min(16.66667vw, 280px); }

.col-xs-5 {
  flex: 0 0 auto;
  flex-basis: 20.83333vw;
  width: 20.83333vw;
  max-width: 350px; }

.col-xs-offset-5 {
  margin-left: 21%; }

.col-xs-offset-right-5 {
  margin-right: 21%; }

.col-xs-offset-top-5 {
  margin-top: 21%; }

.col-xs-gutter-right-5 {
  margin-right: min(20.83333vw, 350px); }

.col-xs-gutter-left-5 {
  margin-left: min(20.83333vw, 350px); }

.col-xs-6 {
  flex: 0 0 auto;
  flex-basis: 25vw;
  width: 25vw;
  max-width: 420px; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-right-6 {
  margin-right: 25%; }

.col-xs-offset-top-6 {
  margin-top: 25%; }

.col-xs-gutter-right-6 {
  margin-right: min(25vw, 420px); }

.col-xs-gutter-left-6 {
  margin-left: min(25vw, 420px); }

.col-xs-7 {
  flex: 0 0 auto;
  flex-basis: 29.16667vw;
  width: 29.16667vw;
  max-width: 490px; }

.col-xs-offset-7 {
  margin-left: 30%; }

.col-xs-offset-right-7 {
  margin-right: 30%; }

.col-xs-offset-top-7 {
  margin-top: 30%; }

.col-xs-gutter-right-7 {
  margin-right: min(29.16667vw, 490px); }

.col-xs-gutter-left-7 {
  margin-left: min(29.16667vw, 490px); }

.col-xs-8 {
  flex: 0 0 auto;
  flex-basis: 33.33333vw;
  width: 33.33333vw;
  max-width: 560px; }

.col-xs-offset-8 {
  margin-left: 34%; }

.col-xs-offset-right-8 {
  margin-right: 34%; }

.col-xs-offset-top-8 {
  margin-top: 34%; }

.col-xs-gutter-right-8 {
  margin-right: min(33.33333vw, 560px); }

.col-xs-gutter-left-8 {
  margin-left: min(33.33333vw, 560px); }

.col-xs-9 {
  flex: 0 0 auto;
  flex-basis: 37.5vw;
  width: 37.5vw;
  max-width: 630px; }

.col-xs-offset-9 {
  margin-left: 38%; }

.col-xs-offset-right-9 {
  margin-right: 38%; }

.col-xs-offset-top-9 {
  margin-top: 38%; }

.col-xs-gutter-right-9 {
  margin-right: min(37.5vw, 630px); }

.col-xs-gutter-left-9 {
  margin-left: min(37.5vw, 630px); }

.col-xs-10 {
  flex: 0 0 auto;
  flex-basis: 41.66667vw;
  width: 41.66667vw;
  max-width: 700px; }

.col-xs-offset-10 {
  margin-left: 42%; }

.col-xs-offset-right-10 {
  margin-right: 42%; }

.col-xs-offset-top-10 {
  margin-top: 42%; }

.col-xs-gutter-right-10 {
  margin-right: min(41.66667vw, 700px); }

.col-xs-gutter-left-10 {
  margin-left: min(41.66667vw, 700px); }

.col-xs-11 {
  flex: 0 0 auto;
  flex-basis: 45.83333vw;
  width: 45.83333vw;
  max-width: 770px; }

.col-xs-offset-11 {
  margin-left: 46%; }

.col-xs-offset-right-11 {
  margin-right: 46%; }

.col-xs-offset-top-11 {
  margin-top: 46%; }

.col-xs-gutter-right-11 {
  margin-right: min(45.83333vw, 770px); }

.col-xs-gutter-left-11 {
  margin-left: min(45.83333vw, 770px); }

.col-xs-12 {
  flex: 0 0 auto;
  flex-basis: 50vw;
  width: 50vw;
  max-width: 840px; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-right-12 {
  margin-right: 50%; }

.col-xs-offset-top-12 {
  margin-top: 50%; }

.col-xs-gutter-right-12 {
  margin-right: min(50vw, 840px); }

.col-xs-gutter-left-12 {
  margin-left: min(50vw, 840px); }

.col-xs-13 {
  flex: 0 0 auto;
  flex-basis: 54.16667vw;
  width: 54.16667vw;
  max-width: 910px; }

.col-xs-offset-13 {
  margin-left: 55%; }

.col-xs-offset-right-13 {
  margin-right: 55%; }

.col-xs-offset-top-13 {
  margin-top: 55%; }

.col-xs-gutter-right-13 {
  margin-right: min(54.16667vw, 910px); }

.col-xs-gutter-left-13 {
  margin-left: min(54.16667vw, 910px); }

.col-xs-14 {
  flex: 0 0 auto;
  flex-basis: 58.33333vw;
  width: 58.33333vw;
  max-width: 980px; }

.col-xs-offset-14 {
  margin-left: 59%; }

.col-xs-offset-right-14 {
  margin-right: 59%; }

.col-xs-offset-top-14 {
  margin-top: 59%; }

.col-xs-gutter-right-14 {
  margin-right: min(58.33333vw, 980px); }

.col-xs-gutter-left-14 {
  margin-left: min(58.33333vw, 980px); }

.col-xs-15 {
  flex: 0 0 auto;
  flex-basis: 62.5vw;
  width: 62.5vw;
  max-width: 1050px; }

.col-xs-offset-15 {
  margin-left: 63%; }

.col-xs-offset-right-15 {
  margin-right: 63%; }

.col-xs-offset-top-15 {
  margin-top: 63%; }

.col-xs-gutter-right-15 {
  margin-right: min(62.5vw, 1050px); }

.col-xs-gutter-left-15 {
  margin-left: min(62.5vw, 1050px); }

.col-xs-16 {
  flex: 0 0 auto;
  flex-basis: 66.66667vw;
  width: 66.66667vw;
  max-width: 1120px; }

.col-xs-offset-16 {
  margin-left: 67%; }

.col-xs-offset-right-16 {
  margin-right: 67%; }

.col-xs-offset-top-16 {
  margin-top: 67%; }

.col-xs-gutter-right-16 {
  margin-right: min(66.66667vw, 1120px); }

.col-xs-gutter-left-16 {
  margin-left: min(66.66667vw, 1120px); }

.col-xs-17 {
  flex: 0 0 auto;
  flex-basis: 70.83333vw;
  width: 70.83333vw;
  max-width: 1190px; }

.col-xs-offset-17 {
  margin-left: 71%; }

.col-xs-offset-right-17 {
  margin-right: 71%; }

.col-xs-offset-top-17 {
  margin-top: 71%; }

.col-xs-gutter-right-17 {
  margin-right: min(70.83333vw, 1190px); }

.col-xs-gutter-left-17 {
  margin-left: min(70.83333vw, 1190px); }

.col-xs-18 {
  flex: 0 0 auto;
  flex-basis: 75vw;
  width: 75vw;
  max-width: 1260px; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-right-18 {
  margin-right: 75%; }

.col-xs-offset-top-18 {
  margin-top: 75%; }

.col-xs-gutter-right-18 {
  margin-right: min(75vw, 1260px); }

.col-xs-gutter-left-18 {
  margin-left: min(75vw, 1260px); }

.col-xs-19 {
  flex: 0 0 auto;
  flex-basis: 79.16667vw;
  width: 79.16667vw;
  max-width: 1330px; }

.col-xs-offset-19 {
  margin-left: 80%; }

.col-xs-offset-right-19 {
  margin-right: 80%; }

.col-xs-offset-top-19 {
  margin-top: 80%; }

.col-xs-gutter-right-19 {
  margin-right: min(79.16667vw, 1330px); }

.col-xs-gutter-left-19 {
  margin-left: min(79.16667vw, 1330px); }

.col-xs-20 {
  flex: 0 0 auto;
  flex-basis: 83.33333vw;
  width: 83.33333vw;
  max-width: 1400px; }

.col-xs-offset-20 {
  margin-left: 84%; }

.col-xs-offset-right-20 {
  margin-right: 84%; }

.col-xs-offset-top-20 {
  margin-top: 84%; }

.col-xs-gutter-right-20 {
  margin-right: min(83.33333vw, 1400px); }

.col-xs-gutter-left-20 {
  margin-left: min(83.33333vw, 1400px); }

.col-xs-21 {
  flex: 0 0 auto;
  flex-basis: 87.5vw;
  width: 87.5vw;
  max-width: 1470px; }

.col-xs-offset-21 {
  margin-left: 88%; }

.col-xs-offset-right-21 {
  margin-right: 88%; }

.col-xs-offset-top-21 {
  margin-top: 88%; }

.col-xs-gutter-right-21 {
  margin-right: min(87.5vw, 1470px); }

.col-xs-gutter-left-21 {
  margin-left: min(87.5vw, 1470px); }

.col-xs-22 {
  flex: 0 0 auto;
  flex-basis: 91.66667vw;
  width: 91.66667vw;
  max-width: 1540px; }

.col-xs-offset-22 {
  margin-left: 92%; }

.col-xs-offset-right-22 {
  margin-right: 92%; }

.col-xs-offset-top-22 {
  margin-top: 92%; }

.col-xs-gutter-right-22 {
  margin-right: min(91.66667vw, 1540px); }

.col-xs-gutter-left-22 {
  margin-left: min(91.66667vw, 1540px); }

.col-xs-23 {
  flex: 0 0 auto;
  flex-basis: 95.83333vw;
  width: 95.83333vw;
  max-width: 1610px; }

.col-xs-offset-23 {
  margin-left: 96%; }

.col-xs-offset-right-23 {
  margin-right: 96%; }

.col-xs-offset-top-23 {
  margin-top: 96%; }

.col-xs-gutter-right-23 {
  margin-right: min(95.83333vw, 1610px); }

.col-xs-gutter-left-23 {
  margin-left: min(95.83333vw, 1610px); }

.col-xs-24 {
  flex: 0 0 auto;
  flex-basis: 100vw;
  width: 100vw;
  max-width: 1680px; }

.col-xs-offset-24 {
  margin-left: 100%; }

.col-xs-offset-right-24 {
  margin-right: 100%; }

.col-xs-offset-top-24 {
  margin-top: 100%; }

.col-xs-gutter-right-24 {
  margin-right: min(100vw, 1680px); }

.col-xs-gutter-left-24 {
  margin-left: min(100vw, 1680px); }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-right-0 {
  margin-right: 0; }

.col-xs-offset-top-0 {
  margin-top: 0; }

.row-xs--start {
  justify-content: flex-start; }

.row-xs--center {
  justify-content: center; }

.row-xs--end {
  justify-content: flex-end; }

.row-xs--top {
  align-items: flex-start; }

.row-xs--middle {
  align-items: center; }

.row-xs--bottom {
  align-items: flex-end; }

.row-xs--baseline {
  align-items: baseline; }

.row-xs--around {
  justify-content: space-around; }

.row-xs--between {
  justify-content: space-between; }

.row-xs--reverse {
  flex-direction: row-reverse; }

.row-xs--content-start {
  align-content: flex-start; }

.row-xs--grow {
  height: 100%; }

.row-xs--nowrap {
  flex-wrap: nowrap; }

.row-xs--wrap {
  flex-wrap: wrap; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%; }
  .col-xs--first {
    order: -1; }
  .col-xs--last {
    order: 1; }
  .col-xs--hide {
    display: none; }
  .col-xs--show {
    display: flex; }
  .col-xs--shrink {
    flex-shrink: 1;
    flex-grow: 0; }
  .col-xs--show-inline-block {
    display: inline-block; }
  .col-xs--clear {
    flex: 0 0 100%; }
  .col-xs--unclear {
    flex: 0 1 auto; }
  .col-xs--break {
    flex-basis: 100%;
    width: 0; }
  .col-xs--relative {
    position: relative; }

@media only screen and (min-width: 375px) {
  .col-sm-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-sm-offset-1 {
    margin-left: 5%; }
  .col-sm-offset-right-1 {
    margin-right: 5%; }
  .col-sm-offset-top-1 {
    margin-top: 5%; }
  .col-sm-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-sm-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-sm-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-sm-offset-2 {
    margin-left: 9%; }
  .col-sm-offset-right-2 {
    margin-right: 9%; }
  .col-sm-offset-top-2 {
    margin-top: 9%; }
  .col-sm-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-sm-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-sm-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-sm-offset-3 {
    margin-left: 13%; }
  .col-sm-offset-right-3 {
    margin-right: 13%; }
  .col-sm-offset-top-3 {
    margin-top: 13%; }
  .col-sm-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-sm-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-sm-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-sm-offset-4 {
    margin-left: 17%; }
  .col-sm-offset-right-4 {
    margin-right: 17%; }
  .col-sm-offset-top-4 {
    margin-top: 17%; }
  .col-sm-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-sm-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-sm-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-sm-offset-5 {
    margin-left: 21%; }
  .col-sm-offset-right-5 {
    margin-right: 21%; }
  .col-sm-offset-top-5 {
    margin-top: 21%; }
  .col-sm-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-sm-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-sm-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-right-6 {
    margin-right: 25%; }
  .col-sm-offset-top-6 {
    margin-top: 25%; }
  .col-sm-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-sm-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-sm-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-sm-offset-7 {
    margin-left: 30%; }
  .col-sm-offset-right-7 {
    margin-right: 30%; }
  .col-sm-offset-top-7 {
    margin-top: 30%; }
  .col-sm-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-sm-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-sm-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-sm-offset-8 {
    margin-left: 34%; }
  .col-sm-offset-right-8 {
    margin-right: 34%; }
  .col-sm-offset-top-8 {
    margin-top: 34%; }
  .col-sm-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-sm-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-sm-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-sm-offset-9 {
    margin-left: 38%; }
  .col-sm-offset-right-9 {
    margin-right: 38%; }
  .col-sm-offset-top-9 {
    margin-top: 38%; }
  .col-sm-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-sm-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-sm-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-sm-offset-10 {
    margin-left: 42%; }
  .col-sm-offset-right-10 {
    margin-right: 42%; }
  .col-sm-offset-top-10 {
    margin-top: 42%; }
  .col-sm-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-sm-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-sm-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-sm-offset-11 {
    margin-left: 46%; }
  .col-sm-offset-right-11 {
    margin-right: 46%; }
  .col-sm-offset-top-11 {
    margin-top: 46%; }
  .col-sm-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-sm-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-sm-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-right-12 {
    margin-right: 50%; }
  .col-sm-offset-top-12 {
    margin-top: 50%; }
  .col-sm-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-sm-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-sm-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-sm-offset-13 {
    margin-left: 55%; }
  .col-sm-offset-right-13 {
    margin-right: 55%; }
  .col-sm-offset-top-13 {
    margin-top: 55%; }
  .col-sm-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-sm-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-sm-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-sm-offset-14 {
    margin-left: 59%; }
  .col-sm-offset-right-14 {
    margin-right: 59%; }
  .col-sm-offset-top-14 {
    margin-top: 59%; }
  .col-sm-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-sm-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-sm-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-sm-offset-15 {
    margin-left: 63%; }
  .col-sm-offset-right-15 {
    margin-right: 63%; }
  .col-sm-offset-top-15 {
    margin-top: 63%; }
  .col-sm-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-sm-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-sm-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-sm-offset-16 {
    margin-left: 67%; }
  .col-sm-offset-right-16 {
    margin-right: 67%; }
  .col-sm-offset-top-16 {
    margin-top: 67%; }
  .col-sm-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-sm-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-sm-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-sm-offset-17 {
    margin-left: 71%; }
  .col-sm-offset-right-17 {
    margin-right: 71%; }
  .col-sm-offset-top-17 {
    margin-top: 71%; }
  .col-sm-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-sm-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-sm-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-right-18 {
    margin-right: 75%; }
  .col-sm-offset-top-18 {
    margin-top: 75%; }
  .col-sm-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-sm-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-sm-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-sm-offset-19 {
    margin-left: 80%; }
  .col-sm-offset-right-19 {
    margin-right: 80%; }
  .col-sm-offset-top-19 {
    margin-top: 80%; }
  .col-sm-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-sm-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-sm-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-sm-offset-20 {
    margin-left: 84%; }
  .col-sm-offset-right-20 {
    margin-right: 84%; }
  .col-sm-offset-top-20 {
    margin-top: 84%; }
  .col-sm-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-sm-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-sm-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-sm-offset-21 {
    margin-left: 88%; }
  .col-sm-offset-right-21 {
    margin-right: 88%; }
  .col-sm-offset-top-21 {
    margin-top: 88%; }
  .col-sm-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-sm-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-sm-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-sm-offset-22 {
    margin-left: 92%; }
  .col-sm-offset-right-22 {
    margin-right: 92%; }
  .col-sm-offset-top-22 {
    margin-top: 92%; }
  .col-sm-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-sm-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-sm-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-sm-offset-23 {
    margin-left: 96%; }
  .col-sm-offset-right-23 {
    margin-right: 96%; }
  .col-sm-offset-top-23 {
    margin-top: 96%; }
  .col-sm-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-sm-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-sm-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-sm-offset-24 {
    margin-left: 100%; }
  .col-sm-offset-right-24 {
    margin-right: 100%; }
  .col-sm-offset-top-24 {
    margin-top: 100%; }
  .col-sm-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-sm-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-right-0 {
    margin-right: 0; }
  .col-sm-offset-top-0 {
    margin-top: 0; }
  .row-sm--start {
    justify-content: flex-start; }
  .row-sm--center {
    justify-content: center; }
  .row-sm--end {
    justify-content: flex-end; }
  .row-sm--top {
    align-items: flex-start; }
  .row-sm--middle {
    align-items: center; }
  .row-sm--bottom {
    align-items: flex-end; }
  .row-sm--baseline {
    align-items: baseline; }
  .row-sm--around {
    justify-content: space-around; }
  .row-sm--between {
    justify-content: space-between; }
  .row-sm--reverse {
    flex-direction: row-reverse; }
  .row-sm--content-start {
    align-content: flex-start; }
  .row-sm--grow {
    height: 100%; }
  .row-sm--nowrap {
    flex-wrap: nowrap; }
  .row-sm--wrap {
    flex-wrap: wrap; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-sm--first {
      order: -1; }
    .col-sm--last {
      order: 1; }
    .col-sm--hide {
      display: none; }
    .col-sm--show {
      display: flex; }
    .col-sm--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-sm--show-inline-block {
      display: inline-block; }
    .col-sm--clear {
      flex: 0 0 100%; }
    .col-sm--unclear {
      flex: 0 1 auto; }
    .col-sm--break {
      flex-basis: 100%;
      width: 0; }
    .col-sm--relative {
      position: relative; } }

@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-md-offset-1 {
    margin-left: 5%; }
  .col-md-offset-right-1 {
    margin-right: 5%; }
  .col-md-offset-top-1 {
    margin-top: 5%; }
  .col-md-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-md-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-md-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-md-offset-2 {
    margin-left: 9%; }
  .col-md-offset-right-2 {
    margin-right: 9%; }
  .col-md-offset-top-2 {
    margin-top: 9%; }
  .col-md-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-md-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-md-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-md-offset-3 {
    margin-left: 13%; }
  .col-md-offset-right-3 {
    margin-right: 13%; }
  .col-md-offset-top-3 {
    margin-top: 13%; }
  .col-md-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-md-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-md-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-md-offset-4 {
    margin-left: 17%; }
  .col-md-offset-right-4 {
    margin-right: 17%; }
  .col-md-offset-top-4 {
    margin-top: 17%; }
  .col-md-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-md-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-md-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-md-offset-5 {
    margin-left: 21%; }
  .col-md-offset-right-5 {
    margin-right: 21%; }
  .col-md-offset-top-5 {
    margin-top: 21%; }
  .col-md-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-md-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-md-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-right-6 {
    margin-right: 25%; }
  .col-md-offset-top-6 {
    margin-top: 25%; }
  .col-md-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-md-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-md-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-md-offset-7 {
    margin-left: 30%; }
  .col-md-offset-right-7 {
    margin-right: 30%; }
  .col-md-offset-top-7 {
    margin-top: 30%; }
  .col-md-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-md-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-md-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-md-offset-8 {
    margin-left: 34%; }
  .col-md-offset-right-8 {
    margin-right: 34%; }
  .col-md-offset-top-8 {
    margin-top: 34%; }
  .col-md-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-md-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-md-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-md-offset-9 {
    margin-left: 38%; }
  .col-md-offset-right-9 {
    margin-right: 38%; }
  .col-md-offset-top-9 {
    margin-top: 38%; }
  .col-md-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-md-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-md-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-md-offset-10 {
    margin-left: 42%; }
  .col-md-offset-right-10 {
    margin-right: 42%; }
  .col-md-offset-top-10 {
    margin-top: 42%; }
  .col-md-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-md-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-md-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-md-offset-11 {
    margin-left: 46%; }
  .col-md-offset-right-11 {
    margin-right: 46%; }
  .col-md-offset-top-11 {
    margin-top: 46%; }
  .col-md-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-md-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-md-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-right-12 {
    margin-right: 50%; }
  .col-md-offset-top-12 {
    margin-top: 50%; }
  .col-md-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-md-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-md-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-md-offset-13 {
    margin-left: 55%; }
  .col-md-offset-right-13 {
    margin-right: 55%; }
  .col-md-offset-top-13 {
    margin-top: 55%; }
  .col-md-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-md-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-md-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-md-offset-14 {
    margin-left: 59%; }
  .col-md-offset-right-14 {
    margin-right: 59%; }
  .col-md-offset-top-14 {
    margin-top: 59%; }
  .col-md-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-md-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-md-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-md-offset-15 {
    margin-left: 63%; }
  .col-md-offset-right-15 {
    margin-right: 63%; }
  .col-md-offset-top-15 {
    margin-top: 63%; }
  .col-md-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-md-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-md-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-md-offset-16 {
    margin-left: 67%; }
  .col-md-offset-right-16 {
    margin-right: 67%; }
  .col-md-offset-top-16 {
    margin-top: 67%; }
  .col-md-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-md-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-md-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-md-offset-17 {
    margin-left: 71%; }
  .col-md-offset-right-17 {
    margin-right: 71%; }
  .col-md-offset-top-17 {
    margin-top: 71%; }
  .col-md-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-md-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-md-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-right-18 {
    margin-right: 75%; }
  .col-md-offset-top-18 {
    margin-top: 75%; }
  .col-md-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-md-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-md-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-md-offset-19 {
    margin-left: 80%; }
  .col-md-offset-right-19 {
    margin-right: 80%; }
  .col-md-offset-top-19 {
    margin-top: 80%; }
  .col-md-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-md-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-md-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-md-offset-20 {
    margin-left: 84%; }
  .col-md-offset-right-20 {
    margin-right: 84%; }
  .col-md-offset-top-20 {
    margin-top: 84%; }
  .col-md-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-md-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-md-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-md-offset-21 {
    margin-left: 88%; }
  .col-md-offset-right-21 {
    margin-right: 88%; }
  .col-md-offset-top-21 {
    margin-top: 88%; }
  .col-md-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-md-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-md-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-md-offset-22 {
    margin-left: 92%; }
  .col-md-offset-right-22 {
    margin-right: 92%; }
  .col-md-offset-top-22 {
    margin-top: 92%; }
  .col-md-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-md-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-md-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-md-offset-23 {
    margin-left: 96%; }
  .col-md-offset-right-23 {
    margin-right: 96%; }
  .col-md-offset-top-23 {
    margin-top: 96%; }
  .col-md-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-md-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-md-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-md-offset-24 {
    margin-left: 100%; }
  .col-md-offset-right-24 {
    margin-right: 100%; }
  .col-md-offset-top-24 {
    margin-top: 100%; }
  .col-md-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-md-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-right-0 {
    margin-right: 0; }
  .col-md-offset-top-0 {
    margin-top: 0; }
  .row-md--start {
    justify-content: flex-start; }
  .row-md--center {
    justify-content: center; }
  .row-md--end {
    justify-content: flex-end; }
  .row-md--top {
    align-items: flex-start; }
  .row-md--middle {
    align-items: center; }
  .row-md--bottom {
    align-items: flex-end; }
  .row-md--baseline {
    align-items: baseline; }
  .row-md--around {
    justify-content: space-around; }
  .row-md--between {
    justify-content: space-between; }
  .row-md--reverse {
    flex-direction: row-reverse; }
  .row-md--content-start {
    align-content: flex-start; }
  .row-md--grow {
    height: 100%; }
  .row-md--nowrap {
    flex-wrap: nowrap; }
  .row-md--wrap {
    flex-wrap: wrap; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-md--first {
      order: -1; }
    .col-md--last {
      order: 1; }
    .col-md--hide {
      display: none; }
    .col-md--show {
      display: flex; }
    .col-md--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-md--show-inline-block {
      display: inline-block; }
    .col-md--clear {
      flex: 0 0 100%; }
    .col-md--unclear {
      flex: 0 1 auto; }
    .col-md--break {
      flex-basis: 100%;
      width: 0; }
    .col-md--relative {
      position: relative; } }

@media only screen and (min-width: 1024px) {
  .col-md-lg-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-md-lg-offset-1 {
    margin-left: 5%; }
  .col-md-lg-offset-right-1 {
    margin-right: 5%; }
  .col-md-lg-offset-top-1 {
    margin-top: 5%; }
  .col-md-lg-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-md-lg-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-md-lg-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-md-lg-offset-2 {
    margin-left: 9%; }
  .col-md-lg-offset-right-2 {
    margin-right: 9%; }
  .col-md-lg-offset-top-2 {
    margin-top: 9%; }
  .col-md-lg-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-md-lg-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-md-lg-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-md-lg-offset-3 {
    margin-left: 13%; }
  .col-md-lg-offset-right-3 {
    margin-right: 13%; }
  .col-md-lg-offset-top-3 {
    margin-top: 13%; }
  .col-md-lg-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-md-lg-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-md-lg-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-md-lg-offset-4 {
    margin-left: 17%; }
  .col-md-lg-offset-right-4 {
    margin-right: 17%; }
  .col-md-lg-offset-top-4 {
    margin-top: 17%; }
  .col-md-lg-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-md-lg-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-md-lg-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-md-lg-offset-5 {
    margin-left: 21%; }
  .col-md-lg-offset-right-5 {
    margin-right: 21%; }
  .col-md-lg-offset-top-5 {
    margin-top: 21%; }
  .col-md-lg-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-md-lg-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-md-lg-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-md-lg-offset-6 {
    margin-left: 25%; }
  .col-md-lg-offset-right-6 {
    margin-right: 25%; }
  .col-md-lg-offset-top-6 {
    margin-top: 25%; }
  .col-md-lg-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-md-lg-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-md-lg-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-md-lg-offset-7 {
    margin-left: 30%; }
  .col-md-lg-offset-right-7 {
    margin-right: 30%; }
  .col-md-lg-offset-top-7 {
    margin-top: 30%; }
  .col-md-lg-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-md-lg-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-md-lg-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-md-lg-offset-8 {
    margin-left: 34%; }
  .col-md-lg-offset-right-8 {
    margin-right: 34%; }
  .col-md-lg-offset-top-8 {
    margin-top: 34%; }
  .col-md-lg-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-md-lg-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-md-lg-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-md-lg-offset-9 {
    margin-left: 38%; }
  .col-md-lg-offset-right-9 {
    margin-right: 38%; }
  .col-md-lg-offset-top-9 {
    margin-top: 38%; }
  .col-md-lg-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-md-lg-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-md-lg-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-md-lg-offset-10 {
    margin-left: 42%; }
  .col-md-lg-offset-right-10 {
    margin-right: 42%; }
  .col-md-lg-offset-top-10 {
    margin-top: 42%; }
  .col-md-lg-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-md-lg-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-md-lg-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-md-lg-offset-11 {
    margin-left: 46%; }
  .col-md-lg-offset-right-11 {
    margin-right: 46%; }
  .col-md-lg-offset-top-11 {
    margin-top: 46%; }
  .col-md-lg-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-md-lg-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-md-lg-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-md-lg-offset-12 {
    margin-left: 50%; }
  .col-md-lg-offset-right-12 {
    margin-right: 50%; }
  .col-md-lg-offset-top-12 {
    margin-top: 50%; }
  .col-md-lg-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-md-lg-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-md-lg-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-md-lg-offset-13 {
    margin-left: 55%; }
  .col-md-lg-offset-right-13 {
    margin-right: 55%; }
  .col-md-lg-offset-top-13 {
    margin-top: 55%; }
  .col-md-lg-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-md-lg-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-md-lg-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-md-lg-offset-14 {
    margin-left: 59%; }
  .col-md-lg-offset-right-14 {
    margin-right: 59%; }
  .col-md-lg-offset-top-14 {
    margin-top: 59%; }
  .col-md-lg-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-md-lg-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-md-lg-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-md-lg-offset-15 {
    margin-left: 63%; }
  .col-md-lg-offset-right-15 {
    margin-right: 63%; }
  .col-md-lg-offset-top-15 {
    margin-top: 63%; }
  .col-md-lg-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-md-lg-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-md-lg-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-md-lg-offset-16 {
    margin-left: 67%; }
  .col-md-lg-offset-right-16 {
    margin-right: 67%; }
  .col-md-lg-offset-top-16 {
    margin-top: 67%; }
  .col-md-lg-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-md-lg-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-md-lg-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-md-lg-offset-17 {
    margin-left: 71%; }
  .col-md-lg-offset-right-17 {
    margin-right: 71%; }
  .col-md-lg-offset-top-17 {
    margin-top: 71%; }
  .col-md-lg-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-md-lg-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-md-lg-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-md-lg-offset-18 {
    margin-left: 75%; }
  .col-md-lg-offset-right-18 {
    margin-right: 75%; }
  .col-md-lg-offset-top-18 {
    margin-top: 75%; }
  .col-md-lg-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-md-lg-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-md-lg-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-md-lg-offset-19 {
    margin-left: 80%; }
  .col-md-lg-offset-right-19 {
    margin-right: 80%; }
  .col-md-lg-offset-top-19 {
    margin-top: 80%; }
  .col-md-lg-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-md-lg-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-md-lg-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-md-lg-offset-20 {
    margin-left: 84%; }
  .col-md-lg-offset-right-20 {
    margin-right: 84%; }
  .col-md-lg-offset-top-20 {
    margin-top: 84%; }
  .col-md-lg-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-md-lg-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-md-lg-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-md-lg-offset-21 {
    margin-left: 88%; }
  .col-md-lg-offset-right-21 {
    margin-right: 88%; }
  .col-md-lg-offset-top-21 {
    margin-top: 88%; }
  .col-md-lg-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-md-lg-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-md-lg-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-md-lg-offset-22 {
    margin-left: 92%; }
  .col-md-lg-offset-right-22 {
    margin-right: 92%; }
  .col-md-lg-offset-top-22 {
    margin-top: 92%; }
  .col-md-lg-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-md-lg-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-md-lg-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-md-lg-offset-23 {
    margin-left: 96%; }
  .col-md-lg-offset-right-23 {
    margin-right: 96%; }
  .col-md-lg-offset-top-23 {
    margin-top: 96%; }
  .col-md-lg-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-md-lg-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-md-lg-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-md-lg-offset-24 {
    margin-left: 100%; }
  .col-md-lg-offset-right-24 {
    margin-right: 100%; }
  .col-md-lg-offset-top-24 {
    margin-top: 100%; }
  .col-md-lg-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-md-lg-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-md-lg-offset-0 {
    margin-left: 0; }
  .col-md-lg-offset-right-0 {
    margin-right: 0; }
  .col-md-lg-offset-top-0 {
    margin-top: 0; }
  .row-md-lg--start {
    justify-content: flex-start; }
  .row-md-lg--center {
    justify-content: center; }
  .row-md-lg--end {
    justify-content: flex-end; }
  .row-md-lg--top {
    align-items: flex-start; }
  .row-md-lg--middle {
    align-items: center; }
  .row-md-lg--bottom {
    align-items: flex-end; }
  .row-md-lg--baseline {
    align-items: baseline; }
  .row-md-lg--around {
    justify-content: space-around; }
  .row-md-lg--between {
    justify-content: space-between; }
  .row-md-lg--reverse {
    flex-direction: row-reverse; }
  .row-md-lg--content-start {
    align-content: flex-start; }
  .row-md-lg--grow {
    height: 100%; }
  .row-md-lg--nowrap {
    flex-wrap: nowrap; }
  .row-md-lg--wrap {
    flex-wrap: wrap; }
  .col-md-lg {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-md-lg--first {
      order: -1; }
    .col-md-lg--last {
      order: 1; }
    .col-md-lg--hide {
      display: none; }
    .col-md-lg--show {
      display: flex; }
    .col-md-lg--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-md-lg--show-inline-block {
      display: inline-block; }
    .col-md-lg--clear {
      flex: 0 0 100%; }
    .col-md-lg--unclear {
      flex: 0 1 auto; }
    .col-md-lg--break {
      flex-basis: 100%;
      width: 0; }
    .col-md-lg--relative {
      position: relative; } }

@media only screen and (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-lg-offset-1 {
    margin-left: 5%; }
  .col-lg-offset-right-1 {
    margin-right: 5%; }
  .col-lg-offset-top-1 {
    margin-top: 5%; }
  .col-lg-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-lg-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-lg-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-lg-offset-2 {
    margin-left: 9%; }
  .col-lg-offset-right-2 {
    margin-right: 9%; }
  .col-lg-offset-top-2 {
    margin-top: 9%; }
  .col-lg-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-lg-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-lg-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-lg-offset-3 {
    margin-left: 13%; }
  .col-lg-offset-right-3 {
    margin-right: 13%; }
  .col-lg-offset-top-3 {
    margin-top: 13%; }
  .col-lg-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-lg-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-lg-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-lg-offset-4 {
    margin-left: 17%; }
  .col-lg-offset-right-4 {
    margin-right: 17%; }
  .col-lg-offset-top-4 {
    margin-top: 17%; }
  .col-lg-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-lg-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-lg-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-lg-offset-5 {
    margin-left: 21%; }
  .col-lg-offset-right-5 {
    margin-right: 21%; }
  .col-lg-offset-top-5 {
    margin-top: 21%; }
  .col-lg-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-lg-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-lg-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-right-6 {
    margin-right: 25%; }
  .col-lg-offset-top-6 {
    margin-top: 25%; }
  .col-lg-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-lg-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-lg-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-lg-offset-7 {
    margin-left: 30%; }
  .col-lg-offset-right-7 {
    margin-right: 30%; }
  .col-lg-offset-top-7 {
    margin-top: 30%; }
  .col-lg-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-lg-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-lg-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-lg-offset-8 {
    margin-left: 34%; }
  .col-lg-offset-right-8 {
    margin-right: 34%; }
  .col-lg-offset-top-8 {
    margin-top: 34%; }
  .col-lg-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-lg-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-lg-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-lg-offset-9 {
    margin-left: 38%; }
  .col-lg-offset-right-9 {
    margin-right: 38%; }
  .col-lg-offset-top-9 {
    margin-top: 38%; }
  .col-lg-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-lg-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-lg-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-lg-offset-10 {
    margin-left: 42%; }
  .col-lg-offset-right-10 {
    margin-right: 42%; }
  .col-lg-offset-top-10 {
    margin-top: 42%; }
  .col-lg-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-lg-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-lg-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-lg-offset-11 {
    margin-left: 46%; }
  .col-lg-offset-right-11 {
    margin-right: 46%; }
  .col-lg-offset-top-11 {
    margin-top: 46%; }
  .col-lg-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-lg-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-lg-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-right-12 {
    margin-right: 50%; }
  .col-lg-offset-top-12 {
    margin-top: 50%; }
  .col-lg-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-lg-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-lg-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-lg-offset-13 {
    margin-left: 55%; }
  .col-lg-offset-right-13 {
    margin-right: 55%; }
  .col-lg-offset-top-13 {
    margin-top: 55%; }
  .col-lg-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-lg-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-lg-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-lg-offset-14 {
    margin-left: 59%; }
  .col-lg-offset-right-14 {
    margin-right: 59%; }
  .col-lg-offset-top-14 {
    margin-top: 59%; }
  .col-lg-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-lg-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-lg-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-lg-offset-15 {
    margin-left: 63%; }
  .col-lg-offset-right-15 {
    margin-right: 63%; }
  .col-lg-offset-top-15 {
    margin-top: 63%; }
  .col-lg-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-lg-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-lg-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-lg-offset-16 {
    margin-left: 67%; }
  .col-lg-offset-right-16 {
    margin-right: 67%; }
  .col-lg-offset-top-16 {
    margin-top: 67%; }
  .col-lg-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-lg-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-lg-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-lg-offset-17 {
    margin-left: 71%; }
  .col-lg-offset-right-17 {
    margin-right: 71%; }
  .col-lg-offset-top-17 {
    margin-top: 71%; }
  .col-lg-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-lg-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-lg-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-right-18 {
    margin-right: 75%; }
  .col-lg-offset-top-18 {
    margin-top: 75%; }
  .col-lg-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-lg-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-lg-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-lg-offset-19 {
    margin-left: 80%; }
  .col-lg-offset-right-19 {
    margin-right: 80%; }
  .col-lg-offset-top-19 {
    margin-top: 80%; }
  .col-lg-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-lg-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-lg-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-lg-offset-20 {
    margin-left: 84%; }
  .col-lg-offset-right-20 {
    margin-right: 84%; }
  .col-lg-offset-top-20 {
    margin-top: 84%; }
  .col-lg-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-lg-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-lg-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-lg-offset-21 {
    margin-left: 88%; }
  .col-lg-offset-right-21 {
    margin-right: 88%; }
  .col-lg-offset-top-21 {
    margin-top: 88%; }
  .col-lg-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-lg-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-lg-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-lg-offset-22 {
    margin-left: 92%; }
  .col-lg-offset-right-22 {
    margin-right: 92%; }
  .col-lg-offset-top-22 {
    margin-top: 92%; }
  .col-lg-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-lg-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-lg-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-lg-offset-23 {
    margin-left: 96%; }
  .col-lg-offset-right-23 {
    margin-right: 96%; }
  .col-lg-offset-top-23 {
    margin-top: 96%; }
  .col-lg-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-lg-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-lg-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-lg-offset-24 {
    margin-left: 100%; }
  .col-lg-offset-right-24 {
    margin-right: 100%; }
  .col-lg-offset-top-24 {
    margin-top: 100%; }
  .col-lg-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-lg-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-right-0 {
    margin-right: 0; }
  .col-lg-offset-top-0 {
    margin-top: 0; }
  .row-lg--start {
    justify-content: flex-start; }
  .row-lg--center {
    justify-content: center; }
  .row-lg--end {
    justify-content: flex-end; }
  .row-lg--top {
    align-items: flex-start; }
  .row-lg--middle {
    align-items: center; }
  .row-lg--bottom {
    align-items: flex-end; }
  .row-lg--baseline {
    align-items: baseline; }
  .row-lg--around {
    justify-content: space-around; }
  .row-lg--between {
    justify-content: space-between; }
  .row-lg--reverse {
    flex-direction: row-reverse; }
  .row-lg--content-start {
    align-content: flex-start; }
  .row-lg--grow {
    height: 100%; }
  .row-lg--nowrap {
    flex-wrap: nowrap; }
  .row-lg--wrap {
    flex-wrap: wrap; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-lg--first {
      order: -1; }
    .col-lg--last {
      order: 1; }
    .col-lg--hide {
      display: none; }
    .col-lg--show {
      display: flex; }
    .col-lg--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-lg--show-inline-block {
      display: inline-block; }
    .col-lg--clear {
      flex: 0 0 100%; }
    .col-lg--unclear {
      flex: 0 1 auto; }
    .col-lg--break {
      flex-basis: 100%;
      width: 0; }
    .col-lg--relative {
      position: relative; } }

@media only screen and (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-xl-offset-1 {
    margin-left: 5%; }
  .col-xl-offset-right-1 {
    margin-right: 5%; }
  .col-xl-offset-top-1 {
    margin-top: 5%; }
  .col-xl-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-xl-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-xl-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-xl-offset-2 {
    margin-left: 9%; }
  .col-xl-offset-right-2 {
    margin-right: 9%; }
  .col-xl-offset-top-2 {
    margin-top: 9%; }
  .col-xl-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-xl-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-xl-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-xl-offset-3 {
    margin-left: 13%; }
  .col-xl-offset-right-3 {
    margin-right: 13%; }
  .col-xl-offset-top-3 {
    margin-top: 13%; }
  .col-xl-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-xl-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-xl-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-xl-offset-4 {
    margin-left: 17%; }
  .col-xl-offset-right-4 {
    margin-right: 17%; }
  .col-xl-offset-top-4 {
    margin-top: 17%; }
  .col-xl-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-xl-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-xl-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-xl-offset-5 {
    margin-left: 21%; }
  .col-xl-offset-right-5 {
    margin-right: 21%; }
  .col-xl-offset-top-5 {
    margin-top: 21%; }
  .col-xl-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-xl-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-xl-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-xl-offset-6 {
    margin-left: 25%; }
  .col-xl-offset-right-6 {
    margin-right: 25%; }
  .col-xl-offset-top-6 {
    margin-top: 25%; }
  .col-xl-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-xl-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-xl-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-xl-offset-7 {
    margin-left: 30%; }
  .col-xl-offset-right-7 {
    margin-right: 30%; }
  .col-xl-offset-top-7 {
    margin-top: 30%; }
  .col-xl-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-xl-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-xl-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-xl-offset-8 {
    margin-left: 34%; }
  .col-xl-offset-right-8 {
    margin-right: 34%; }
  .col-xl-offset-top-8 {
    margin-top: 34%; }
  .col-xl-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-xl-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-xl-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-xl-offset-9 {
    margin-left: 38%; }
  .col-xl-offset-right-9 {
    margin-right: 38%; }
  .col-xl-offset-top-9 {
    margin-top: 38%; }
  .col-xl-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-xl-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-xl-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-xl-offset-10 {
    margin-left: 42%; }
  .col-xl-offset-right-10 {
    margin-right: 42%; }
  .col-xl-offset-top-10 {
    margin-top: 42%; }
  .col-xl-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-xl-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-xl-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-xl-offset-11 {
    margin-left: 46%; }
  .col-xl-offset-right-11 {
    margin-right: 46%; }
  .col-xl-offset-top-11 {
    margin-top: 46%; }
  .col-xl-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-xl-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-xl-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-xl-offset-12 {
    margin-left: 50%; }
  .col-xl-offset-right-12 {
    margin-right: 50%; }
  .col-xl-offset-top-12 {
    margin-top: 50%; }
  .col-xl-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-xl-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-xl-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-xl-offset-13 {
    margin-left: 55%; }
  .col-xl-offset-right-13 {
    margin-right: 55%; }
  .col-xl-offset-top-13 {
    margin-top: 55%; }
  .col-xl-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-xl-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-xl-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-xl-offset-14 {
    margin-left: 59%; }
  .col-xl-offset-right-14 {
    margin-right: 59%; }
  .col-xl-offset-top-14 {
    margin-top: 59%; }
  .col-xl-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-xl-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-xl-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-xl-offset-15 {
    margin-left: 63%; }
  .col-xl-offset-right-15 {
    margin-right: 63%; }
  .col-xl-offset-top-15 {
    margin-top: 63%; }
  .col-xl-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-xl-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-xl-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-xl-offset-16 {
    margin-left: 67%; }
  .col-xl-offset-right-16 {
    margin-right: 67%; }
  .col-xl-offset-top-16 {
    margin-top: 67%; }
  .col-xl-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-xl-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-xl-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-xl-offset-17 {
    margin-left: 71%; }
  .col-xl-offset-right-17 {
    margin-right: 71%; }
  .col-xl-offset-top-17 {
    margin-top: 71%; }
  .col-xl-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-xl-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-xl-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-xl-offset-18 {
    margin-left: 75%; }
  .col-xl-offset-right-18 {
    margin-right: 75%; }
  .col-xl-offset-top-18 {
    margin-top: 75%; }
  .col-xl-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-xl-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-xl-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-xl-offset-19 {
    margin-left: 80%; }
  .col-xl-offset-right-19 {
    margin-right: 80%; }
  .col-xl-offset-top-19 {
    margin-top: 80%; }
  .col-xl-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-xl-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-xl-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-xl-offset-20 {
    margin-left: 84%; }
  .col-xl-offset-right-20 {
    margin-right: 84%; }
  .col-xl-offset-top-20 {
    margin-top: 84%; }
  .col-xl-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-xl-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-xl-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-xl-offset-21 {
    margin-left: 88%; }
  .col-xl-offset-right-21 {
    margin-right: 88%; }
  .col-xl-offset-top-21 {
    margin-top: 88%; }
  .col-xl-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-xl-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-xl-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-xl-offset-22 {
    margin-left: 92%; }
  .col-xl-offset-right-22 {
    margin-right: 92%; }
  .col-xl-offset-top-22 {
    margin-top: 92%; }
  .col-xl-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-xl-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-xl-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-xl-offset-23 {
    margin-left: 96%; }
  .col-xl-offset-right-23 {
    margin-right: 96%; }
  .col-xl-offset-top-23 {
    margin-top: 96%; }
  .col-xl-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-xl-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-xl-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-xl-offset-24 {
    margin-left: 100%; }
  .col-xl-offset-right-24 {
    margin-right: 100%; }
  .col-xl-offset-top-24 {
    margin-top: 100%; }
  .col-xl-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-xl-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-right-0 {
    margin-right: 0; }
  .col-xl-offset-top-0 {
    margin-top: 0; }
  .row-xl--start {
    justify-content: flex-start; }
  .row-xl--center {
    justify-content: center; }
  .row-xl--end {
    justify-content: flex-end; }
  .row-xl--top {
    align-items: flex-start; }
  .row-xl--middle {
    align-items: center; }
  .row-xl--bottom {
    align-items: flex-end; }
  .row-xl--baseline {
    align-items: baseline; }
  .row-xl--around {
    justify-content: space-around; }
  .row-xl--between {
    justify-content: space-between; }
  .row-xl--reverse {
    flex-direction: row-reverse; }
  .row-xl--content-start {
    align-content: flex-start; }
  .row-xl--grow {
    height: 100%; }
  .row-xl--nowrap {
    flex-wrap: nowrap; }
  .row-xl--wrap {
    flex-wrap: wrap; }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-xl--first {
      order: -1; }
    .col-xl--last {
      order: 1; }
    .col-xl--hide {
      display: none; }
    .col-xl--show {
      display: flex; }
    .col-xl--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-xl--show-inline-block {
      display: inline-block; }
    .col-xl--clear {
      flex: 0 0 100%; }
    .col-xl--unclear {
      flex: 0 1 auto; }
    .col-xl--break {
      flex-basis: 100%;
      width: 0; }
    .col-xl--relative {
      position: relative; } }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Black.c83a1dc24886.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Black.c83a1dc24886.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Black.1ba4e09010fe.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Black.f9462fbe5395.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Black.39ec6d3b10da.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Black.a846602c49e6.svg#GlyphaLTPro-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.ca48a7a469d6.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.ca48a7a469d6.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.0a448acc8f25.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.b8816cc7ef73.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.5bad3c1140d3.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.178d8653bc23.svg#GlyphaLTPro-BlackOblique") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Bold.b9d7559e2cf5.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Bold.b9d7559e2cf5.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Bold.032d5f906e17.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Bold.fd247c80fca8.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Bold.dcd8684cabb9.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Bold.ce14419fe03e.svg#GlyphaLTPro-Bold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.4944738978d9.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.4944738978d9.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.f6847250f2f8.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.b7ed67e2b76d.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.73b8c3f5a510.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.8bb7d7ccf6e7.svg#GlyphaLTPro-BoldOblique") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Roman.75c1daf478a0.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Roman.75c1daf478a0.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Roman.fce902c1cd91.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Roman.de394a05e132.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Roman.3412c119c584.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Roman.150c39fed6bb.svg#GlyphaLTPro-Roman") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Oblique.a59e227b1376.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Oblique.a59e227b1376.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.256c34473ae5.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.ffce46b4bcbd.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.4727ee645fea.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.0712ccb41bce.svg#GlyphaLTPro-Oblique") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Light.3a0c0187c756.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Light.3a0c0187c756.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Light.25599f91b4c1.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Light.7443f6de14e9.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Light.b73f2a277caa.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Light.f74837ee0e1b.svg#GlyphaLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-LightOblique.edca22b7f9eb.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-LightOblique.edca22b7f9eb.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.db65e042f2d3.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.5c288192c6e9.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.27cf95de04d8.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.cbf08992219d.svg#GlyphaLTPro-LightOblique") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Thin.cd30b1905525.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Thin.cd30b1905525.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Thin.25bcfa015e11.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Thin.3be64f64d1e3.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Thin.1087f8e615a5.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Thin.b58aafe8cdfc.svg#GlyphaLTPro-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.0f6e1292a65a.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.0f6e1292a65a.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.e39023975c60.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.0f3c755fb4c4.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.d5aaa94246be.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.78df5408933b.svg#GlyphaLTPro-ThinOblique") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Univers';
  src: url("/static/fonts/univers/UniversLTW02-65Bold.f317a16e331c.eot");
  src: url("/static/fonts/univers/UniversLTW02-65Bold.f317a16e331c.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univers/UniversLTW02-65Bold.073e68ae39b8.woff2") format("woff2"), url("/static/fonts/univers/UniversLTW02-65Bold.02ce0e20e9db.woff") format("woff"), url("/static/fonts/univers/UniversLTW02-65Bold.8d28e7283779.ttf") format("truetype"), url("/static/fonts/univers/UniversLTW02-65Bold.248cad2c8af1.svg#UniversLTW02-65Bold") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Univers';
  src: url("/static/fonts/univers/UniversLTW02-55Bold.f19ff963accf.eot");
  src: url("/static/fonts/univers/UniversLTW02-55Bold.f19ff963accf.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univers/UniversLTW02-55Bold.ae97591f26f2.woff2") format("woff2"), url("/static/fonts/univers/UniversLTW02-55Bold.ef40fbd97091.woff") format("woff"), url("/static/fonts/univers/UniversLTW02-55Bold.ff0369fbb923.ttf") format("truetype"), url("/static/fonts/univers/UniversLTW02-55Bold.52dd2cb14e15.svg#UniversLTW02-55Bold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Univers';
  src: url("/static/fonts/univers/UniversLTW02-45Light.cbd122209b91.eot");
  src: url("/static/fonts/univers/UniversLTW02-45Light.cbd122209b91.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univers/UniversLTW02-45Light.749ed44bbfa0.woff2") format("woff2"), url("/static/fonts/univers/UniversLTW02-45Light.67adced11f88.woff") format("woff"), url("/static/fonts/univers/UniversLTW02-45Light.8e9dcc5dbb7a.ttf") format("truetype"), url("/static/fonts/univers/UniversLTW02-45Light.8cc995a2c839.svg#UniversLTW02-45Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Light.ae64d6fe3fb7.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light.b06c24183cda.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light.7796f79a4aff.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light.1bf1244c95ba.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.69b062ae04d7.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.5048e5c39b72.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.7ae8788b1943.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.481c126317a2.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.b95fac1180a0.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.fdb856add2fa.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.5cd12b713ad6.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.9511d904dd1b.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.df4ddd97670c.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.4d2137d41709.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.717d7899b598.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.73300e4d1829.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.6a11845b12a0.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.4eb6586fe45d.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.df890054ce8d.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.23c22cba3c2b.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.2575e5db94e5.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.5b9d7abe6902.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.b3267a809a2b.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.826400696e2e.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "GT Cinetype Mono";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.96731ac47001.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.1ab780fced9b.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.0c880d4dd4d0.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.c46011fecc06.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale3d(1.05, 1.05, 1); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Import core styles (grid, reset, typography) */
.font-glypha-light {
  font-family: 'Glypha LT Pro', Times, serif;
  font-weight: 300;
  font-style: normal; }

html {
  font-size: 62.5%; }

body {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  color: #181818; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 2.4rem;
      line-height: 3.6rem; } }

em,
i {
  font-style: italic; }

blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
  clear: both;
  display: block;
  border-left: 4px solid #181818;
  font-weight: bold;
  padding: 0 0 0 2.8rem;
  margin-bottom: 24px;
  width: 100%; }
  @media only screen and (min-width: 1280px) {
    blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
      padding: 0 0 0 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
      padding: 0 3.6rem; } }
  blockquote.bq-left cite.citation, blockquote.bq-full cite.citation, blockquote.bq-right cite.citation {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: normal;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      blockquote.bq-left cite.citation, blockquote.bq-full cite.citation, blockquote.bq-right cite.citation {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      blockquote.bq-left cite.citation, blockquote.bq-full cite.citation, blockquote.bq-right cite.citation {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

@media only screen and (min-width: 1024px) {
  blockquote.bq-left {
    float: left;
    width: 50%;
    padding-right: 1.8rem;
    margin-right: 1.8rem; } }

@media only screen and (min-width: 1024px) {
  blockquote.bq-right {
    float: right;
    width: 50%;
    margin-left: 3.6rem;
    padding-right: 0; } }

blockquote .quote-share {
  display: flex;
  align-items: center;
  margin-left: -6px; }
  blockquote .quote-share a, blockquote .quote-share a:link, blockquote .quote-share a:visited {
    display: block;
    padding: 5px 5px 0 0;
    text-decoration: none;
    border-bottom: none; }
    blockquote .quote-share a svg, blockquote .quote-share a:link svg, blockquote .quote-share a:visited svg {
      width: 20px;
      height: 20px; }
      blockquote .quote-share a svg path, blockquote .quote-share a:link svg path, blockquote .quote-share a:visited svg path {
        transition: fill-opacity 250ms ease-in-out;
        fill: #181818;
        fill-opacity: 0.65; }
  blockquote .quote-share a:hover, blockquote .quote-share a:focus, blockquote .quote-share a:active {
    cursor: pointer;
    text-decoration: none;
    border-bottom: none; }
    blockquote .quote-share a:hover svg path, blockquote .quote-share a:focus svg path, blockquote .quote-share a:active svg path {
      fill-opacity: 1; }
  blockquote .quote-share a[data-quote-share='linkedIn'] {
    position: relative;
    top: -1px; }

.-bg-color-charcoal blockquote.bq-left, .-bg-color-charcoal blockquote.bq-full, .-bg-color-charcoal blockquote.bq-right {
  border-color: #ffffff; }

.-bg-color-charcoal blockquote .quote-share a, .-bg-color-charcoal blockquote .quote-share a:link, .-bg-color-charcoal blockquote .quote-share a:visited {
  text-decoration: none;
  border-bottom: none !important; }
  .-bg-color-charcoal blockquote .quote-share a svg path, .-bg-color-charcoal blockquote .quote-share a:link svg path, .-bg-color-charcoal blockquote .quote-share a:visited svg path {
    fill: #ffffff;
    fill-opacity: 0.55; }

.-bg-color-charcoal blockquote .quote-share a:hover svg path, .-bg-color-charcoal blockquote .quote-share a:focus svg path, .-bg-color-charcoal blockquote .quote-share a:active svg path {
  fill-opacity: 1; }

/*  Section Mixin Example
    ===========================================================

    Assigning different top and bottom padding to `.classname`:

    INPUT (scss)
    ------------
    .classname {
        @include section(none, xl-top);
        @include section(none, md-bottom);
    }

    OUTPUT (css)
    ------------
    .classname {
        padding-top: 240px;
        padding-bottom: 80px;
        ....
    }

*/
.-bg-color-charcoal {
  background-color: #181818;
  color: #ffffff; }
  .-bg-color-charcoal .cta-button-text {
    color: #ffffff;
    border-color: #e42313; }

.-bg-color-transparent {
  background-color: transparent;
  color: #181818; }
  .-bg-color-transparent .cta-button-text {
    color: #181818;
    border-color: #e42313; }

* {
  box-sizing: border-box; }

body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #eeebe5;
  transition: background-color 700ms ease; }
  body.template-locations-index {
    background-color: #181818; }
    body.template-locations-index .page-hero__headline {
      color: #ffffff; }
  body .skip-link {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      body .skip-link {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      body .skip-link {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    body .skip-link:focus {
      border: 0;
      clip: auto;
      height: auto;
      margin: 0;
      position: absolute;
      width: auto;
      top: 0;
      left: 0; }
  body .search-scrim {
    position: fixed;
    background-color: rgba(238, 235, 229, 0.12);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 150ms linear;
    pointer-events: none;
    backdrop-filter: blur(3px); }
    body .search-scrim.-active {
      opacity: 1;
      z-index: 90;
      pointer-events: all; }

[data-whatinput='mouse'] *:focus {
  outline: none !important; }

.-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.-bg-color-charcoal + .-bg-color-charcoal {
  margin-top: 0; }

/* Show all content if JS is disabled. Delay is to insure that DOM has loaded */
.no-js .js-scroll-target {
  animation: fadeUp 700ms cubic-bezier(0, 0, 0.3, 1);
  animation-delay: 700ms; }

.in-frame .navigation,
.in-frame .footer {
  display: none; }

.video__button--show {
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative; }
  .video__button--show:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("/static/images/icon-play.17ea4319152e.png") center center no-repeat;
    transform: translate(-50%, -50%); }

.rich-text h1 {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text h1 {
      font-size: 5.3rem;
      letter-spacing: 0.02em;
      line-height: 6.3rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text h1 {
      font-size: 6.5rem;
      line-height: 7.8rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text h1 {
      margin-bottom: 32px; } }
  .rich-text h1:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h1:not(:first-child) {
        margin-top: 80px; } }

.rich-text h2 {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text h2 {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text h2 {
      font-size: 5.4rem;
      line-height: 6.8rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text h2 {
      margin-bottom: 32px; } }
  .rich-text h2:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h2:not(:first-child) {
        margin-top: 80px; } }

.rich-text h3 {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text h3 {
      font-size: 2.8rem;
      line-height: 3.8rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text h3 {
      font-size: 3.2rem;
      line-height: 4.4rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text h3 {
      margin-bottom: 32px; } }
  .rich-text h3:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h3:not(:first-child) {
        margin-top: 80px; } }

.rich-text h4 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text h4 {
      margin-bottom: 32px; } }
  .rich-text h4:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h4:not(:first-child) {
        margin-top: 80px; } }

.rich-text h5 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text h5 {
      margin-bottom: 32px; } }
  .rich-text h5:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h5:not(:first-child) {
        margin-top: 80px; } }

.rich-text h6 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text h6 {
      margin-bottom: 32px; } }
  .rich-text h6:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h6:not(:first-child) {
        margin-top: 80px; } }

.rich-text b {
  font-weight: 800; }

.rich-text i {
  font-style: italic; }

.rich-text a {
  border-bottom: 1px solid rgba(24, 24, 24, 0.6);
  transition: border-bottom 250ms ease;
  transition: border-bottom 250ms ease, color 250ms ease; }
  .rich-text a:hover {
    border-bottom: 1px solid #e42313; }

.rich-text p {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text p {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text p {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text p {
      margin-bottom: 32px; } }
  .rich-text p b {
    font-weight: 600; }
  .rich-text p i {
    font-style: italic; }

.rich-text .p2 {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text .p2 {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text .p2 {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text .p2 {
      margin-bottom: 32px; } }
  .rich-text .p2 b {
    font-weight: 800; }
  .rich-text .p2 i {
    font-style: italic; }

.rich-text ol {
  padding-left: 4.16667vw;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text ol {
      margin-bottom: 32px; } }
  .rich-text ol li {
    list-style: decimal;
    list-style-position: inside;
    padding-left: 8px;
    margin-bottom: 0; }

.rich-text ul {
  padding-left: 4.16667vw;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text ul {
      margin-top: 32px;
      margin-bottom: 32px; } }
  .rich-text ul li {
    list-style: disc; }
    .rich-text ul li > ul > li {
      list-style: circle; }

.rich-text cite {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .rich-text cite {
      font-size: 1.55rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text cite {
      font-size: 1.7rem; } }

.rich-text .caption {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9rem; }

.rich-text .eyebrow {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .rich-text .eyebrow {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text .eyebrow {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

.rich-text > *:last-child {
  margin-bottom: 0; }

.form__dropdown-wrapper {
  width: auto;
  display: inline-block;
  position: relative; }
  .form__dropdown-wrapper:after {
    display: block;
    position: absolute;
    content: '';
    top: 6px;
    right: 6px;
    width: 4px;
    transform: rotate(45deg);
    height: 4px;
    border: 2px solid transparent;
    border-color: transparent #181818 #181818 transparent;
    pointer-events: none; }

.form__select {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #181818;
  appearance: none;
  background-color: transparent;
  border: none;
  padding-right: 25px; }
  @media only screen and (min-width: 768px) {
    .form__select {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .form__select {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

.form {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  background-color: #eeebe5; }
  @media only screen and (min-width: 0) {
    .form {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .form {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .form {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 768px) {
    .form {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .form {
      font-size: 5.4rem;
      line-height: 6.8rem; } }
  .form__form {
    max-width: 840px;
    margin: 0 auto; }
  .form__label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    position: relative;
    z-index: 1;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .form__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .form__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .form__input-wrapper {
    position: relative; }
  .form__input {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border: 0;
    display: block;
    width: 100%;
    color: #181818;
    margin-bottom: 16px;
    border-radius: 3px;
    padding: 10px 10px 10px; }
    @media only screen and (min-width: 768px) {
      .form__input {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .form__input {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .form__input:focus {
      outline: 0;
      box-shadow: 0 0 2px 2px #88c0fb; }
  .form__dropdown-wrapper {
    display: block;
    width: 100%; }
    .form__dropdown-wrapper:after {
      top: 16px;
      right: 16px; }
  .form__select {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    padding: 10px 10px 10px;
    background-color: #ffffff; }
  .form__heading {
    text-align: left;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .form__heading {
        text-align: center;
        margin-bottom: 120px; } }
    .form__heading--thanks {
      margin-bottom: 24px; }
  .form__confirmation {
    max-width: 840px;
    margin: 0 auto; }
    .form__confirmation-body {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      margin-bottom: 24px;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .form__confirmation-body {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .form__confirmation-body {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 768px) {
        .form__confirmation-body {
          text-align: center; } }
  .form .required {
    color: #fa645a; }

.scroll-list-wrapper {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

.swipe-scroll-list {
  overflow-x: hidden; }
  .swipe-scroll-list ~ .scroll-list-button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    cursor: pointer;
    z-index: 11; }
    @media only screen and (min-width: 768px) {
      .swipe-scroll-list ~ .scroll-list-button {
        width: 144px; } }
    .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background: #faf9f8;
      -webkit-mask-image: linear-gradient(90deg, transparent, black);
      mask-image: linear-gradient(90deg, transparent, black); }
    .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 66%;
      position: relative;
      z-index: 10; }
      .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
        pointer-events: none; }
        .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
          stroke: #181818; }
    .swipe-scroll-list ~ .scroll-list-button-previous {
      opacity: 1;
      left: 0;
      transform: scaleX(-1);
      transition: left 300ms ease-in-out, opacity 300ms ease-in-out; }
    .swipe-scroll-list ~ .scroll-list-button-next {
      opacity: 1;
      right: 0;
      transition: right 300ms ease-in-out, opacity 300ms ease-in-out; }
    .js-dark-hero .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background,
    .-bg-color-charcoal .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      background: #181818; }
    .js-dark-hero .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path,
    .-bg-color-charcoal .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
      stroke: #faf9f8; }
    .-bg-color-transparent .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      background: #faf9f8; }
    .-bg-color-transparent .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
      stroke: #181818; }
  .swipe-scroll-list[data-scroll-right='0'] ~ .scroll-list-button-next {
    opacity: 0;
    right: -200px; }
  .swipe-scroll-list[data-scroll-left='0'] ~ .scroll-list-button-previous {
    opacity: 0;
    left: -200px; }

/* stylelint-disable */
.search-page__header {
  background: #181818;
  padding-top: 154px; }
  .search-page__header .navigation__search__label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    visibility: hidden;
    opacity: 0; }
    .search-page__header .navigation__search__label.show {
      visibility: visible;
      opacity: 1; }

.real-time-search {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto !important;
  min-height: 500px;
  margin: 0;
  padding: 0;
  margin: 32px 0 0 0;
  top: 0;
  left: 0;
  color: #181818;
  background: #eeebe5;
  font-size: 16px;
  line-height: 20px;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .real-time-search {
      padding: 64px 0;
      font-size: 20px;
      line-height: 24px; } }
  .real-time-search .search-in-progress {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    position: sticky;
    pointer-events: none;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #e42313;
    padding: 8px 0 30px 0;
    text-align: center; }
    @media only screen and (min-width: 0) {
      .real-time-search .search-in-progress {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .real-time-search .search-in-progress {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .real-time-search .search-in-progress {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    .real-time-search .search-in-progress .index-ventures-hand {
      position: absolute;
      left: 50%;
      top: 20px;
      margin-top: 0;
      margin-left: -100px;
      display: block;
      width: 200px;
      height: 164px;
      transform: scale(0.5); }
      @media only screen and (min-width: 768px) {
        .real-time-search .search-in-progress .index-ventures-hand {
          top: 100px;
          margin-top: -100px;
          margin-left: -82px;
          transform: scale(1); } }
      .real-time-search .search-in-progress .index-ventures-hand div {
        display: block;
        height: 18px;
        margin-top: 18px;
        position: relative; }
        .real-time-search .search-in-progress .index-ventures-hand div span {
          display: block;
          background: rgba(24, 24, 24, 0.6);
          width: 100%;
          height: 100%;
          animation: searching 2.2s infinite; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(1) {
          width: 91px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(1) span {
            animation-delay: 600ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(2) {
          width: 128px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(2) span {
            animation-delay: 450ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(3) {
          width: 146px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(3) span {
            animation-delay: 300ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(4) {
          width: 128px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(4) span {
            animation-delay: 150ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(5) {
          width: 91px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(5) span {
            animation-delay: 0ms; }

@keyframes searching {
  30% {
    width: 35%; } }
  .real-time-search .search-back-button {
    position: relative;
    cursor: pointer;
    color: #181818;
    font-size: 16px;
    line-height: 16px;
    visibility: hidden;
    opacity: 0;
    left: -200px;
    -webkit-transition-property: color, opacity, left, max-width;
    -moz-transition-property: color, opacity, left, max-width;
    -o-transition-property: color, opacity, left, max-width;
    transition-property: color, opacity, left, max-width;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 1); }
    @media only screen and (min-width: 768px) {
      .real-time-search .search-back-button {
        font-size: 20px;
        line-height: 20px; } }
    .real-time-search .search-back-button.show {
      visibility: visible;
      opacity: 1;
      left: 0; }
    .real-time-search .search-back-button .search-back-icon {
      width: 20px;
      position: relative;
      top: 2px;
      margin-right: 10px; }
      .real-time-search .search-back-button .search-back-icon svg path {
        -webkit-transition-property: stroke;
        -moz-transition-property: stroke;
        -o-transition-property: stroke;
        transition-property: stroke;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
        -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
        -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0, 0, 0.3, 1); }
    .real-time-search .search-back-button .search-back-text {
      display: inline-block;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -o-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
      -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.3, 1); }
    .real-time-search .search-back-button:hover .search-back-icon svg path {
      stroke: #e42313; }
    .real-time-search .search-back-button:hover .search-back-text {
      color: #e42313; }
  .real-time-search .search-title {
    color: #181818;
    display: block;
    background: #eeebe5;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .real-time-search .search-title {
        margin-bottom: 48px; } }
  .real-time-search .search-in-progress,
  .real-time-search .search-results {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    display: none;
    opacity: 0;
    background: #eeebe5;
    top: 70px;
    width: 100%;
    z-index: 1; }
    .real-time-search .search-in-progress.show,
    .real-time-search .search-results.show {
      display: block;
      opacity: 1; }
  .real-time-search .search-in-progress {
    z-index: 2; }
  .real-time-search .search-results {
    height: auto !important;
    z-index: 3; }
  .real-time-search .content-type-sections {
    display: flex;
    flex-direction: column; }
  .real-time-search .content-type-section {
    display: none;
    padding-bottom: 32px; }
  .real-time-search .content-type-name {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #e42313;
    padding: 0; }
  .real-time-search .content-type-results ul {
    margin: 0;
    padding: 0; }
    .real-time-search .content-type-results ul li.result {
      padding: 0; }
      .real-time-search .content-type-results ul li.result:first-child a {
        padding-top: 32px; }
      .real-time-search .content-type-results ul li.result:not(:first-child) {
        border-top: 1px solid rgba(24, 24, 24, 0.12); }
      .real-time-search .content-type-results ul li.result a {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 32px;
        grid-column-gap: 0;
        padding: 32px 0;
        margin: 0;
        position: relative;
        z-index: 3; }
        @media only screen and (min-width: 768px) {
          .real-time-search .content-type-results ul li.result a {
            padding: 64px 0;
            grid-template-columns: 3fr 1fr;
            grid-row-gap: 0;
            grid-column-gap: 64px; } }
        @media only screen and (min-width: 1280px) {
          .real-time-search .content-type-results ul li.result a {
            padding: 64px 0;
            grid-template-columns: 3fr 1fr;
            grid-row-gap: 0;
            grid-column-gap: 80px; } }
        .real-time-search .content-type-results ul li.result a h3 {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-size: 2.3rem;
          font-weight: 300;
          line-height: 2.8rem;
          color: #181818;
          display: inline;
          border-bottom: 1px solid transparent;
          -webkit-transition-property: border-bottom-color;
          -moz-transition-property: border-bottom-color;
          -o-transition-property: border-bottom-color;
          transition-property: border-bottom-color;
          -webkit-transition-duration: 250ms;
          -moz-transition-duration: 250ms;
          -o-transition-duration: 250ms;
          transition-duration: 250ms;
          -webkit-transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          transition-timing-function: ease; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.result a h3 {
              font-size: 2.8rem;
              line-height: 3.8rem; } }
          @media only screen and (min-width: 1024px) {
            .real-time-search .content-type-results ul li.result a h3 {
              font-size: 3.2rem;
              line-height: 4.4rem; } }
        .real-time-search .content-type-results ul li.result a p {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-size: 1.8rem;
          font-weight: 300;
          line-height: 2.8rem;
          color: #181818;
          opacity: 0.55;
          margin-top: 16px; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.result a p {
              font-size: 2.2rem;
              line-height: 3.3rem; } }
          @media only screen and (min-width: 1024px) {
            .real-time-search .content-type-results ul li.result a p {
              font-size: 2.4rem;
              line-height: 3.6rem; } }
        .real-time-search .content-type-results ul li.result a .result__image {
          display: block;
          overflow: hidden; }
          .real-time-search .content-type-results ul li.result a .result__image img {
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            -o-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 350ms;
            -moz-transition-duration: 350ms;
            -o-transition-duration: 350ms;
            transition-duration: 350ms;
            -webkit-transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-timing-function: ease;
            width: 100%; }
        .real-time-search .content-type-results ul li.result a:hover h3 {
          color: #181818;
          border-bottom-color: #e42313; }
        .real-time-search .content-type-results ul li.result a:hover p {
          color: #181818; }
        .real-time-search .content-type-results ul li.result a:hover .result__image img {
          transform: scale(1.05); }
    .real-time-search .content-type-results ul li.show-all-results {
      margin-bottom: 20px;
      padding: 12px 0 0 0;
      border-top: none; }
      .real-time-search .content-type-results ul li.show-all-results .link {
        margin: 0 auto;
        text-align: center; }
        .real-time-search .content-type-results ul li.show-all-results .link a {
          font-family: 'Univers', Helvetica, Arial, sans-serif;
          font-weight: 800;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          appearance: none;
          background-color: transparent;
          border-radius: 0;
          border: 0;
          cursor: pointer;
          display: inline-block;
          line-height: 1;
          outline: none;
          padding: 0;
          text-align: center;
          text-decoration: none;
          user-select: none;
          vertical-align: middle;
          font-family: "Univers", "Helvetica", "sans-serif";
          font-weight: 300;
          font-size: 1.5rem;
          line-height: 2.3rem;
          border-radius: 36px;
          min-width: 162px;
          padding: 14px 32px;
          text-decoration: none;
          transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
          color: #181818;
          border: 1px solid #e42313;
          display: inline-block;
          width: min-content;
          white-space: nowrap; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
          @media only screen and (min-width: 1024px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
          .real-time-search .content-type-results ul li.show-all-results .link a:disabled {
            opacity: 0.25;
            cursor: not-allowed; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              min-width: 100px;
              padding: 6px 32px; } }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              border-radius: 101px;
              min-width: 218px;
              padding: 20px 77px; } }
          .real-time-search .content-type-results ul li.show-all-results .link a:disabled {
            border-color: #181818; }
          .real-time-search .content-type-results ul li.show-all-results .link a:enabled:hover, .real-time-search .content-type-results ul li.show-all-results .link a.button-label:hover {
            background-color: #e42313;
            color: #ffffff; }
          .real-time-search .content-type-results ul li.show-all-results .link a:enabled:focus, .real-time-search .content-type-results ul li.show-all-results .link a.button-label:focus {
            background-color: #e42313;
            color: #ffffff;
            outline: none; }
  .real-time-search .item-list .pager {
    display: block;
    width: 100%;
    margin: 0 0 44px 0;
    padding: 10px 0 0 0;
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    text-align: center; }
    .real-time-search .item-list .pager li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .real-time-search .item-list .pager li a {
        width: 12px;
        height: 12px;
        display: block;
        background-color: rgba(24, 24, 24, 0.12);
        border: none;
        cursor: pointer;
        border-radius: 20px;
        text-indent: -9999px;
        margin: 2px 11px 0 0; }
        .real-time-search .item-list .pager li a:hover {
          background-color: #181818;
          transition: all 0.25s ease-in-out; }
      .real-time-search .item-list .pager li.active a {
        background-color: #181818; }
    .real-time-search .item-list .pager li.pager-current {
      width: 11px;
      height: 11px;
      background-color: #e42313;
      border: 1px solid #e42313;
      border-radius: 20px;
      text-indent: -9999px;
      margin: 2px 6px 0 0; }
    .real-time-search .item-list .pager li.pager-previous,
    .real-time-search .item-list .pager li.pager-next {
      float: none;
      position: absolute; }
      .real-time-search .item-list .pager li.pager-previous a,
      .real-time-search .item-list .pager li.pager-next a {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        text-indent: 0;
        color: #181818;
        background: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center; }
        .real-time-search .item-list .pager li.pager-previous a svg,
        .real-time-search .item-list .pager li.pager-next a svg {
          margin-top: -3px; }
    .real-time-search .item-list .pager li.pager-previous {
      left: 0; }
      .real-time-search .item-list .pager li.pager-previous a {
        padding: 0; }
        .real-time-search .item-list .pager li.pager-previous a svg {
          margin-right: 10px; }
    .real-time-search .item-list .pager li.pager-next {
      right: 0; }
      .real-time-search .item-list .pager li.pager-next a {
        padding: 0; }
        .real-time-search .item-list .pager li.pager-next a svg {
          margin-left: 10px; }
    .real-time-search .item-list .pager li.pager-first,
    .real-time-search .item-list .pager li.pager-last,
    .real-time-search .item-list .pager li.pager-ellipsis {
      display: none; }
    @media all and (max-width: 1024px) and (min-width: 768px) {
      .real-time-search .item-list .pager {
        padding: 8px 0 0 0;
        font-size: 16px;
        line-height: 19px; } }
    @media all and (max-width: 767px) and (min-width: 0px) {
      .real-time-search .item-list .pager {
        padding: 5px 0 0 0;
        font-size: 14px;
        line-height: 17px; }
        .real-time-search .item-list .pager li a {
          margin: 0 6px 0 0; }
        .real-time-search .item-list .pager li.pager-current {
          margin: 0 6px 0 0; }
        .real-time-search .item-list .pager li.pager-previous {
          left: 0; }
          .real-time-search .item-list .pager li.pager-previous a {
            padding: 0;
            margin-right: 0; }
        .real-time-search .item-list .pager li.pager-next {
          right: 0; } }

.navigation__search .search-form__input, .navigation__search .search-form__input:hover, .navigation__search .search-form__input:focus, .navigation__search .search-form__input:-webkit-autofill, .navigation__search .search-form__input:-webkit-autofill:hover, .navigation__search .search-form__input:-webkit-autofill:focus {
  color: white !important;
  background: #181818 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 1000px #181818 inset;
  outline: none; }

body.real-time-search-active {
  overflow-y: visible !important; }
  body.real-time-search-active .real-time-search {
    visibility: visible;
    opacity: 1; }
  body.real-time-search-active .close-during-search {
    opacity: 0;
    display: none; }

.tabbed-blocks__nav span {
  cursor: pointer;
  margin-right: 48px;
  border-bottom: 1px solid rgba(24, 24, 24, 0);
  transition: border-bottom-color cubic-bezier(0, 0, 0.3, 1) 250ms; }
  .tabbed-blocks__nav span:last-child {
    margin-right: 0; }

.tabbed-blocks__content {
  overflow: hidden;
  height: var(--wrapperHeight);
  transition: height cubic-bezier(0, 0, 0.3, 1) 250ms; }
  .tabbed-blocks__content__block {
    display: none; }

.tabbed-blocks[data-show-block='0'] .tabbed-blocks__nav span[data-block-id='0'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='0'] .tabbed-blocks__content__block[data-block-id='0'] {
  display: block; }

.tabbed-blocks[data-show-block='1'] .tabbed-blocks__nav span[data-block-id='1'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='1'] .tabbed-blocks__content__block[data-block-id='1'] {
  display: block; }

.tabbed-blocks[data-show-block='2'] .tabbed-blocks__nav span[data-block-id='2'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='2'] .tabbed-blocks__content__block[data-block-id='2'] {
  display: block; }

.tabbed-blocks[data-show-block='3'] .tabbed-blocks__nav span[data-block-id='3'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='3'] .tabbed-blocks__content__block[data-block-id='3'] {
  display: block; }

.tabbed-blocks[data-show-block='4'] .tabbed-blocks__nav span[data-block-id='4'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='4'] .tabbed-blocks__content__block[data-block-id='4'] {
  display: block; }

.tabbed-blocks[data-show-block='5'] .tabbed-blocks__nav span[data-block-id='5'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='5'] .tabbed-blocks__content__block[data-block-id='5'] {
  display: block; }

.tabbed-blocks[data-show-block='6'] .tabbed-blocks__nav span[data-block-id='6'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='6'] .tabbed-blocks__content__block[data-block-id='6'] {
  display: block; }

.tabbed-blocks[data-show-block='7'] .tabbed-blocks__nav span[data-block-id='7'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='7'] .tabbed-blocks__content__block[data-block-id='7'] {
  display: block; }

.tabbed-blocks[data-show-block='8'] .tabbed-blocks__nav span[data-block-id='8'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='8'] .tabbed-blocks__content__block[data-block-id='8'] {
  display: block; }

.tabbed-blocks[data-show-block='9'] .tabbed-blocks__nav span[data-block-id='9'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='9'] .tabbed-blocks__content__block[data-block-id='9'] {
  display: block; }

.tabbed-blocks[data-show-block='10'] .tabbed-blocks__nav span[data-block-id='10'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='10'] .tabbed-blocks__content__block[data-block-id='10'] {
  display: block; }

/* stylelint-disable */
.media-cookies-button-enable {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  border-radius: 36px;
  min-width: 162px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
  color: #181818;
  border: 1px solid #e42313; }
  @media only screen and (min-width: 768px) {
    .media-cookies-button-enable {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .media-cookies-button-enable {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  .media-cookies-button-enable:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  @media only screen and (min-width: 768px) {
    .media-cookies-button-enable {
      min-width: 100px;
      padding: 6px 32px; } }
  @media only screen and (min-width: 768px) {
    .media-cookies-button-enable {
      border-radius: 101px;
      min-width: 218px;
      padding: 20px 77px; } }
  .media-cookies-button-enable:disabled {
    border-color: #181818; }
  .media-cookies-button-enable:enabled:hover, .media-cookies-button-enable.button-label:hover {
    background-color: #e42313;
    color: #ffffff; }
  .media-cookies-button-enable:enabled:focus, .media-cookies-button-enable.button-label:focus {
    background-color: #e42313;
    color: #ffffff;
    outline: none; }
  .js-dark-hero .media-cookies-button-enable,
  .-bg-color-charcoal .media-cookies-button-enable {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .js-dark-hero .media-cookies-button-enable:disabled,
    .-bg-color-charcoal .media-cookies-button-enable:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .js-dark-hero .media-cookies-button-enable:disabled,
    .-bg-color-charcoal .media-cookies-button-enable:disabled {
      border-color: #ffffff; }
    .js-dark-hero .media-cookies-button-enable:enabled:hover, .js-dark-hero .media-cookies-button-enable.button-label:hover,
    .-bg-color-charcoal .media-cookies-button-enable:enabled:hover,
    .-bg-color-charcoal .media-cookies-button-enable.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .js-dark-hero .media-cookies-button-enable:enabled:focus, .js-dark-hero .media-cookies-button-enable.button-label:focus,
    .-bg-color-charcoal .media-cookies-button-enable:enabled:focus,
    .-bg-color-charcoal .media-cookies-button-enable.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }

.media-cookies-wrapper {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px; }
  .media-cookies-wrapper .media-cookies-title {
    padding-bottom: 64px; }
  .media-cookies-wrapper .media-cookies-show-details {
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    .media-cookies-wrapper .media-cookies-show-details:hover {
      border-bottom: 1px solid #e42313; }
    .js-dark-hero .media-cookies-wrapper .media-cookies-show-details,
    .-bg-color-charcoal .media-cookies-wrapper .media-cookies-show-details {
      border-bottom: 1px solid white;
      transition: border-bottom 250ms ease; }
      .js-dark-hero .media-cookies-wrapper .media-cookies-show-details:hover,
      .-bg-color-charcoal .media-cookies-wrapper .media-cookies-show-details:hover {
        border-bottom: 1px solid #e42313; }

.wtm_cookie_bar_wrapper {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  right: auto;
  z-index: 1002; }

#wtm_cookie_bar_open_button {
  position: fixed;
  bottom: 16px;
  left: 10px;
  height: 20px;
  width: auto;
  top: auto;
  right: auto;
  cursor: pointer;
  z-index: 1001; }

#wtm_cookie_bar {
  position: fixed;
  bottom: 0;
  z-index: 1002;
  background-color: rgba(24, 24, 24, 0.9);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  width: 100%;
  max-height: 100vh;
  min-height: 33%;
  overflow-y: auto;
  font-family: sans-serif;
  transition: bottom 350ms ease-in-out;
  align-items: center; }
  #wtm_cookie_bar * {
    padding: 0;
    margin: 0; }
  #wtm_cookie_bar.hidden {
    bottom: -100%;
    pointer-events: none !important; }
  #wtm_cookie_bar .hidden {
    display: none; }
  #wtm_cookie_bar .accordion .accordion-arrow {
    transform: rotate(180deg);
    transition: transform 150ms ease-in-out;
    fill: #181818; }
  #wtm_cookie_bar .accordion .accordion-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6); }
  #wtm_cookie_bar .accordion .accordion-title {
    flex-grow: 1; }
  #wtm_cookie_bar .accordion .accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden !important;
    transition: max-height 150ms ease-in-out, opacity 150ms ease-in-out;
    padding: 0 15px 0 35px; }
  #wtm_cookie_bar .accordion.is-open .accordion-arrow {
    transform: rotate(0deg); }
  #wtm_cookie_bar .accordion.is-open .accordion-content {
    max-height: 200vh;
    opacity: 1; }
    @media only screen and (min-width: 1024px) {
      #wtm_cookie_bar .accordion.is-open .accordion-content {
        max-height: 30em; } }
  #wtm_cookie_bar .buttons-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px; }
    #wtm_cookie_bar .buttons-right .button:not(:last-child) {
      margin-right: 10px; }
  #wtm_cookie_bar .declaration-container-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background: rgba(238, 235, 229, 0.7);
    backdrop-filter: blur(5px);
    pointer-events: none !important; }
  #wtm_cookie_bar .declaration-container {
    background-color: #eeebe5;
    color: #181818;
    font-size: 1.6rem;
    line-height: 1.6em;
    position: fixed;
    z-index: 1004;
    top: 20vh;
    height: auto;
    max-height: 50vh;
    overflow-y: scroll;
    width: 80vw;
    left: 10vw;
    right: 10vw;
    opacity: 0;
    transition: all 250ms ease-out;
    border: 1px solid rgba(24, 24, 24, 0.12);
    box-shadow: 0 2vw 3vw rgba(24, 24, 24, 0.12); }
    #wtm_cookie_bar .declaration-container input[type='checkbox'] {
      width: 16px;
      height: 16px;
      margin: 5px; }
    #wtm_cookie_bar .declaration-container .declaration-table {
      box-sizing: border-box;
      table-layout: fixed;
      background-color: #eeebe5;
      color: #181818;
      margin: 20px 0; }
      #wtm_cookie_bar .declaration-container .declaration-table tbody {
        width: 100%;
        display: table-header-group;
        overflow: auto; }
      #wtm_cookie_bar .declaration-container .declaration-table thead {
        display: none; }
        @media only screen and (min-width: 768px) {
          #wtm_cookie_bar .declaration-container .declaration-table thead {
            display: table-header-group; } }
        #wtm_cookie_bar .declaration-container .declaration-table thead th {
          font-weight: bold;
          padding: 4px 8px; }
      #wtm_cookie_bar .declaration-container .declaration-table tr {
        display: block;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(24, 24, 24, 0.6); }
        #wtm_cookie_bar .declaration-container .declaration-table tr:last-child {
          border-bottom: none;
          margin: 0;
          padding: 0; }
        @media only screen and (min-width: 768px) {
          #wtm_cookie_bar .declaration-container .declaration-table tr {
            display: table-row;
            margin: 0;
            padding: 0;
            border: 0; } }
        #wtm_cookie_bar .declaration-container .declaration-table tr td {
          display: block;
          padding: 4px 0; }
          #wtm_cookie_bar .declaration-container .declaration-table tr td:before {
            content: attr(data-label);
            display: block;
            font-weight: bold; }
          @media only screen and (min-width: 768px) {
            #wtm_cookie_bar .declaration-container .declaration-table tr td {
              padding: 4px 8px;
              display: table-cell; }
              #wtm_cookie_bar .declaration-container .declaration-table tr td:before {
                content: ''; } }
  #wtm_cookie_bar .inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
    @media only screen and (min-width: 1280px) {
      #wtm_cookie_bar .inner {
        flex-direction: row; } }
    #wtm_cookie_bar .inner .icon-and-title {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #wtm_cookie_bar .inner h4 {
      margin: 0 0 0 10px; }
    #wtm_cookie_bar .inner p {
      margin: 0.5em 0 0 35px;
      font-size: 1.8rem;
      line-height: 1.2; }
    #wtm_cookie_bar .inner .button {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #ffffff;
      border: 1px solid #e42313;
      white-space: nowrap;
      margin: 10px 0; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        #wtm_cookie_bar .inner .button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      #wtm_cookie_bar .inner .button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .button {
          min-width: 100px;
          padding: 6px 32px; } }
      #wtm_cookie_bar .inner .button:disabled {
        border-color: #ffffff; }
      #wtm_cookie_bar .inner .button:enabled:hover, #wtm_cookie_bar .inner .button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      #wtm_cookie_bar .inner .button:enabled:focus, #wtm_cookie_bar .inner .button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }
      #wtm_cookie_bar .inner .button#wtm_cookie_bar_accept_all {
        background-color: #e42313; }
      #wtm_cookie_bar .inner .button.button-label {
        border-color: #ffffff; }
      #wtm_cookie_bar .inner .button.button-label:focus, #wtm_cookie_bar .inner .button.button-label:hover, #wtm_cookie_bar .inner .button:enabled:focus, #wtm_cookie_bar .inner .button:enabled:hover {
        background-color: transparent; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .button {
          margin: 0 0 0 12px; } }
      #wtm_cookie_bar .inner .button, #wtm_cookie_bar .inner .button label {
        cursor: pointer; }
    #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #181818;
      border: 1px solid #e42313;
      margin: 20px 0 20px auto; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
          min-width: 100px;
          padding: 6px 32px; } }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:disabled {
        border-color: #181818; }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:enabled:hover, #wtm_cookie_bar .inner #wtm_cookie_bar_submit.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:enabled:focus, #wtm_cookie_bar .inner #wtm_cookie_bar_submit.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }
    #wtm_cookie_bar .inner #wtm_cookie_bar_accept_all {
      position: relative;
      padding-right: 37px; }
      #wtm_cookie_bar .inner #wtm_cookie_bar_accept_all:after {
        content: '›';
        font-size: 2.8em;
        line-height: 1;
        top: -1px;
        position: absolute;
        right: 20px; }
        @media only screen and (min-width: 768px) {
          #wtm_cookie_bar .inner #wtm_cookie_bar_accept_all:after {
            font-size: 2em; } }
    #wtm_cookie_bar .inner .form {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding: 0;
      background: transparent;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .form {
          align-items: flex-start;
          flex-direction: row; } }
    #wtm_cookie_bar .inner .action-container {
      display: block;
      margin-top: 1.6em; }
  #wtm_cookie_bar #declaration-checkbox {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  #wtm_cookie_bar #declaration-checkbox:checked {
    /* Show the declarations table */ }
    #wtm_cookie_bar #declaration-checkbox:checked ~ .declaration-container-outer {
      opacity: 1;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 1000;
      pointer-events: all !important; }
      #wtm_cookie_bar #declaration-checkbox:checked ~ .declaration-container-outer .declaration-container {
        opacity: 1;
        top: 10vh; }

@media print {
  .search-scrim,
  .wtm_cookie_bar_wrapper {
    display: none; }
  p {
    break-inside: avoid; } }

/* Password Protected Content Form */
body.template-password-required .page-hero__headline,
body.template-password-required .page-hero__subhead {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    body.template-password-required .page-hero__headline,
    body.template-password-required .page-hero__subhead {
      text-align: left; } }

#password_authentication_form {
  margin-bottom: 32px;
  flex-wrap: wrap; }
  #password_authentication_form,
  #password_authentication_form > div {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form,
      #password_authentication_form > div {
        flex-direction: row; } }
  #password_authentication_form input[type='password'] {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block;
    background: transparent;
    border: none;
    border-bottom: 1px solid #181818;
    padding: 5px;
    width: 100%;
    max-width: 50vw;
    min-width: 25vw;
    outline: none;
    margin: 0 16px 16px;
    opacity: 0.8;
    transition: opacity 250ms ease;
    line-height: 42px; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='password'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #password_authentication_form input[type='password'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='password'] {
        line-height: 29px; } }
    #password_authentication_form input[type='password']:focus {
      opacity: 1; }
    #password_authentication_form input[type='password'].-hidden {
      display: none; }
    #password_authentication_form input[type='password']:-webkit-autofill, #password_authentication_form input[type='password']:-webkit-autofill:hover, #password_authentication_form input[type='password']:-webkit-autofill:focus, #password_authentication_form input[type='password']:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #eeebe5 inset !important;
      -webkit-text-fill-color: black !important; }
  #password_authentication_form input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #password_authentication_form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #password_authentication_form input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    #password_authentication_form input[type='submit']:disabled {
      border-color: #181818; }
    #password_authentication_form input[type='submit']:enabled:hover, #password_authentication_form input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    #password_authentication_form input[type='submit']:enabled:focus, #password_authentication_form input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
  #password_authentication_form ul.errorlist {
    margin: 0 10vw 24px;
    color: #fa645a;
    border: 1px solid #fa645a;
    padding: 1em;
    flex: 0 0 100%; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form ul.errorlist {
        margin: 0 0 24px; } }

/* Base rules for html elements (buttons, grid, helpers, tables) */
.cta-base {
  margin-top: 24px;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  border-radius: 36px;
  min-width: 162px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
  color: #181818;
  border: 1px solid #e42313; }
  @media only screen and (min-width: 768px) {
    .cta-base {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .cta-base {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  .cta-base:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  @media only screen and (min-width: 768px) {
    .cta-base {
      min-width: 100px;
      padding: 6px 32px; } }
  @media only screen and (min-width: 768px) {
    .cta-base {
      border-radius: 101px;
      min-width: 218px;
      padding: 20px 77px; } }
  .cta-base:disabled {
    border-color: #181818; }
  .cta-base:enabled:hover, .cta-base.button-label:hover {
    background-color: #e42313;
    color: #ffffff; }
  .cta-base:enabled:focus, .cta-base.button-label:focus {
    background-color: #e42313;
    color: #ffffff;
    outline: none; }

.image-base {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 250ms linear;
  vertical-align: middle;
  text-align: center; }
  .image-base.-loaded {
    opacity: 1; }

.footer {
  margin-top: -1px;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  background-color: #eeebe5;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .footer {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .footer {
      padding-top: 120px; } }
  @media only screen and (min-width: 0) {
    .footer {
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1280px) {
    .footer {
      padding-bottom: 64px; } }
  .footer__upper-wrapper {
    margin-bottom: 32px; }
    @media only screen and (min-width: 1024px) {
      .footer__upper-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px; } }
  .footer__lower {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .footer__lower {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .footer__lower {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .footer__lower-wrapper {
    margin-bottom: 32px; }
  .footer__brand {
    position: relative; }
    .footer__brand-icon {
      fill: #e42313;
      display: inline-block;
      vertical-align: middle;
      width: 35px; }
      @media only screen and (min-width: 768px) {
        .footer__brand-icon {
          width: 42px; } }
    .footer__brand-text {
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle;
      height: 18px;
      font-family: "Glypha LT Pro", "serif";
      font-weight: 300;
      font-size: 2.2rem;
      line-height: 1.18em; }
      @media only screen and (min-width: 1024px) {
        .footer__brand-text {
          font-size: 3.2rem;
          height: 28px; } }
    .footer__brand-tooltip {
      position: absolute;
      height: auto;
      padding: 16px 32px;
      background-color: #faf9f8;
      color: #181818;
      bottom: 5rem;
      left: 0;
      transform: translateY(100%);
      transform-origin: bottom;
      opacity: 0;
      transition: all ease 0.4s;
      border-radius: 100vh;
      clip-path: inset(0 0 100% 0);
      width: 83.33333vw;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
      @media only screen and (min-width: 1024px) {
        .footer__brand-tooltip {
          min-width: 680px;
          width: auto; } }
    .footer__brand:hover .footer__brand-tooltip {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
      opacity: 1; }
  .footer__clocks-wrapper {
    display: block;
    justify-content: end;
    align-items: center;
    margin-top: 32px; }
    @media only screen and (min-width: 1024px) {
      .footer__clocks-wrapper {
        display: flex;
        margin-top: 0; } }
  .footer__clock-item {
    display: inline-flex;
    align-items: center;
    width: 49%;
    white-space: nowrap;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .footer__clock-item {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .footer__clock-item {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .footer__clock-item:not(:last-child) {
      margin-bottom: 16px; }
      @media only screen and (min-width: 1024px) {
        .footer__clock-item:not(:last-child) {
          display: flex;
          width: auto;
          margin-bottom: 0;
          margin-right: 32px; } }
    .footer__clock-item-svg-wrapper {
      height: 24px;
      width: 24px;
      position: relative;
      margin-right: 12px;
      display: inline-block; }
    .footer__clock-item-svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      stroke: #181818; }
      .footer__clock-item-svg .hand {
        transform-origin: calc(50% - calc(400% / 128)) calc(50% - calc(400% / 128));
        transform: rotate(0deg);
        transition: transform 400ms ease-in-out; }
    .footer__clock-item-country-name {
      color: #181818;
      display: inline-block; }
  .footer__links-item {
    display: block;
    margin-bottom: 8px;
    margin-right: 16px; }
    .footer__links-item:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    @media only screen and (min-width: 1024px) {
      .footer__links-item {
        margin-bottom: 0;
        display: inline-block; } }
  .footer__links-link {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 700ms cubic-bezier(0, 0, 0.3, 1), border-bottom-color 700ms cubic-bezier(0, 0, 0.3, 1); }
    .footer__links-link:hover, .footer__links-link:focus {
      border-bottom: 1px solid #e42313; }
    .footer__links-link--social:hover .footer__links-link, .footer__links-link--social:focus .footer__links-link {
      border-bottom: 1px solid #e42313; }
  @media only screen and (min-width: 1024px) {
    .footer__social {
      text-align: right; } }
  .footer__social-item {
    margin-right: 16px; }
    .footer__social-item:last-child {
      margin-right: 0; }
  .footer__copyright {
    font-size: 1.1rem;
    color: #181818; }

/* stylelint-disable no-descending-specificity */
.navigation {
  position: absolute;
  width: 100%;
  z-index: 100;
  transition: transform 250ms ease, top 250ms ease;
  /* Search Styles */
  /* End Search Styles */ }
  .navigation.-fixed {
    position: fixed;
    top: -154px;
    height: 74px;
    transform: translate3d(0, -74px, 0); }
    @media only screen and (min-width: 1024px) {
      .navigation.-fixed {
        height: 94px;
        transform: translate3d(0, -94px, 0); } }
    .navigation.-fixed .navigation__wrapper {
      height: 74px;
      background-color: #eeebe5;
      border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
      @media only screen and (min-width: 1024px) {
        .navigation.-fixed .navigation__wrapper {
          height: 94px; } }
  .navigation.-mobile-nav-active .navigation__wrapper {
    background-color: #181818;
    transition: background-color 150ms linear 150ms; }
  .navigation.-mobile-nav-active .navigation__menu {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 150ms linear 150ms, transform 150ms linear; }
  .navigation.-mobile-nav-active .navigation__item {
    pointer-events: none;
    opacity: 0;
    transition: opacity 150ms linear; }
  .navigation.-mobile-nav-active .navigation__menu-icon-burger {
    opacity: 0;
    transition: none; }
  .navigation.-mobile-nav-active .navigation__menu-icon:before {
    background-color: #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%; }
  .navigation.-mobile-nav-active .navigation__menu-icon:after {
    background-color: #ffffff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%; }
  .navigation.-mobile-nav-active .navigation__anchor {
    color: #ffffff; }
    .navigation.-mobile-nav-active .navigation__anchor:hover {
      color: #181818; }
  .navigation.-search-active:not(.-fixed.-active) .navigation__search-wrapper svg {
    stroke: #ffffff; }
  .navigation.-search-active:not(.-fixed.-active) .navigation__anchor {
    color: #ffffff; }
  .navigation.-search-active:not(.-fixed.-active) .navigation__menu-icon:before, .navigation.-search-active:not(.-fixed.-active) .navigation__menu-icon:after {
    background-color: #ffffff; }
  .navigation.-nav-dark-bg {
    transition: transform 250ms ease, top 250ms ease; }
  .template-homepage .navigation {
    opacity: 0;
    animation: 1400ms fadeIn forwards; }
  .navigation__wrapper {
    height: 74px;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    transition: background-color 150ms linear, height 150ms linear;
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      .navigation__wrapper {
        height: 154px; } }
  .navigation__menu {
    visibility: hidden;
    background-color: #181818;
    color: #ffffff;
    height: calc(100vh - 74px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: calc(120px - 74px) 8.33333vw 120px;
    position: fixed;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 150ms linear, transform 150ms linear 150ms; }
    .navigation__menu.-visible {
      visibility: visible; }
    .navigation__menu-primary-link-wrapper {
      margin-bottom: 32px; }
    .navigation__menu-primary-link {
      font-family: "Glypha LT Pro", "serif";
      font-size: 3.3rem;
      font-weight: 300;
      line-height: 4rem;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .navigation__menu-primary-link {
          font-size: 4.3rem;
          letter-spacing: 0.02em;
          line-height: 5.4rem; } }
      @media only screen and (min-width: 1024px) {
        .navigation__menu-primary-link {
          font-size: 5.4rem;
          line-height: 6.8rem; } }
    .navigation__menu-secondary-link {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      line-height: 1.4em;
      letter-spacing: 0.03em;
      margin-bottom: 8px; }
      @media only screen and (min-width: 768px) {
        .navigation__menu-secondary-link {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .navigation__menu-secondary-link {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  .navigation__search-wrapper {
    position: relative;
    width: 20px;
    height: 20px; }
    .navigation__search-wrapper svg {
      fill: transparent;
      stroke: #181818;
      transition: stroke 150ms linear; }
    .-nav-dark-bg:not(.-fixed) .navigation__search-wrapper svg {
      stroke: #ffffff; }
  .navigation__search-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-11px); }
    .navigation__search-button__icon {
      max-width: 100%;
      width: 45px;
      height: 22px; }
      .navigation__search-button__icon path {
        stroke: #ffffff; }
  .navigation__icon-search {
    display: block;
    max-width: 100%;
    position: relative;
    transition: opacity 250ms linear; }
    .navigation__icon-search:hover {
      opacity: 0.6; }
  .navigation.-active {
    transform: translate3d(0, 0, 0);
    top: 0;
    transition: background-color 150ms linear, transform 250ms ease, top 250ms ease 250ms; }
  .navigation__logo-wrapper {
    width: 40px;
    position: relative; }
    .navigation__logo-wrapper--extended {
      width: 240px; }
      @media only screen and (min-width: 768px) {
        .navigation__logo-wrapper--extended {
          width: 323px; } }
  .navigation__logo-anchor {
    display: block; }
  .navigation__menu-icon-wrapper {
    position: relative; }
  .navigation__menu-icon {
    display: block;
    position: relative;
    height: 12px;
    width: 24px; }
    .navigation__menu-icon:before, .navigation__menu-icon:after {
      background-color: #181818;
      content: '';
      height: 1px;
      position: absolute;
      right: 0;
      transition: background-color 150ms linear, transform 150ms linear, top 150ms linear;
      transform-origin: 50% 50%;
      width: 100%;
      z-index: 1; }
    .navigation__menu-icon:before {
      top: 0; }
    .navigation__menu-icon:after {
      bottom: 0; }
    .-nav-dark-bg:not(.-fixed) .navigation__menu-icon:before, .-nav-dark-bg:not(.-fixed) .navigation__menu-icon:after {
      background-color: #ffffff; }
  .navigation__icon {
    display: block;
    fill: #e42313;
    width: 31px;
    max-width: 100%;
    position: relative;
    transition: fill 250ms linear; }
    @media only screen and (min-width: 768px) {
      .navigation__icon {
        width: 42px; } }
  .navigation__anchor {
    color: #181818;
    display: none;
    cursor: pointer;
    transition: color 250ms linear;
    text-decoration: none;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.2rem;
    letter-spacing: 0.01em;
    background-color: transparent;
    border: none;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .navigation__anchor {
        display: flex; } }
    .-nav-dark-bg:not(.-fixed) .navigation__anchor {
      color: #ffffff; }
  .navigation__list {
    position: relative; }
  .navigation__item {
    cursor: pointer;
    vertical-align: middle; }
    @media only screen and (min-width: 1024px) {
      .navigation__item {
        margin-left: 32px; }
        .navigation__item.-active .navigation__anchor {
          position: relative; }
          .navigation__item.-active .navigation__anchor:before {
            background-color: #e42313;
            content: '';
            height: 8px;
            width: 8px;
            border-radius: 50%;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            bottom: -16px;
            animation: 250ms fadeIn forwards; }
        .navigation__item:hover:not(.-active) .navigation__anchor {
          position: relative; }
          .navigation__item:hover:not(.-active) .navigation__anchor:before {
            background-color: rgba(24, 24, 24, 0.2);
            content: '';
            height: 8px;
            width: 8px;
            border-radius: 50%;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            bottom: -16px;
            animation: 250ms fadeIn forwards; }
        .-nav-dark-bg:not(.-fixed) .navigation__item:hover:not(.-active) .navigation__anchor {
          position: relative; }
          .-nav-dark-bg:not(.-fixed) .navigation__item:hover:not(.-active) .navigation__anchor:before {
            background-color: rgba(255, 255, 255, 0.2); } }
    .navigation__item-wrapper {
      margin-left: 24px; }
      @media only screen and (min-width: 1024px) {
        .navigation__item-wrapper {
          display: none; } }
      .navigation__item-wrapper .navigation__anchor {
        display: flex; }

.navigation__search {
  width: 100%;
  position: absolute;
  overflow: hidden;
  transition: transform 700ms ease;
  transform: translateY(-100%) translateZ(0);
  z-index: 91; }
  .navigation__search.-active {
    transform: translateY(0);
    visibility: visible; }
    .navigation__search.-active .navigation__search-inner-wrapper {
      opacity: 1;
      transition: transform 700ms ease, opacity 250ms ease 250ms; }
  .navigation__search-inner-wrapper {
    transition: transform 700ms ease, opacity 250ms ease;
    opacity: 0; }
  .navigation__search-form {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .navigation__search-input {
    border: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px 50px 10px 0;
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    background-color: transparent;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .navigation__search-input {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .navigation__search-input {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    .navigation__search-input::placeholder {
      color: rgba(255, 255, 255, 0.4); }
  .navigation__search-submit {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .navigation__search__label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 24px 0 80px; }
    @media only screen and (min-width: 768px) {
      .navigation__search__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .navigation__search__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

/* Components / Partials */
.companies {
  margin-bottom: 80px;
  margin-top: 80px; }
  @media only screen and (min-width: 768px) {
    .companies {
      margin-bottom: 120px;
      margin-top: 120px; } }
  .companies__relationships-header__title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .companies__relationships-header__title {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .companies__relationships-header__title {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .companies__relationships-header__text {
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      .companies__relationships-header__text {
        margin-bottom: 64px; } }
  .companies__horizontal-rule {
    margin-top: 24px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid rgba(24, 24, 24, 0.1); }
    @media only screen and (min-width: 768px) {
      .companies__horizontal-rule {
        margin-top: 32px; } }
  .companies__relationships {
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .companies__relationships {
        margin-top: 64px; } }
    .companies__relationships__list {
      column-count: 1; }
      @media only screen and (min-width: 768px) {
        .companies__relationships__list {
          column-count: 2; } }
      @media only screen and (min-width: 1280px) {
        .companies__relationships__list {
          column-count: 3; } }
      .featured .companies__relationships__list {
        text-align: center;
        font-family: "Glypha LT Pro", "serif";
        font-size: 3.3rem;
        font-weight: 300;
        line-height: 4rem; }
        @media only screen and (min-width: 768px) {
          .featured .companies__relationships__list {
            font-size: 4.3rem;
            letter-spacing: 0.02em;
            line-height: 5.4rem; } }
        @media only screen and (min-width: 1024px) {
          .featured .companies__relationships__list {
            font-size: 5.4rem;
            line-height: 6.8rem; } }
      .companies__relationships__list__item {
        margin-bottom: 8px; }
        .companies__relationships__list__item__link {
          border-bottom: 1px solid transparent;
          transition: border-bottom 250ms ease; }
          .companies__relationships__list__item__link:hover {
            border-bottom: 1px solid #e42313; }
          .companies__relationships__list__item__link .ticker-symbol {
            font-family: "Univers", "Helvetica", "sans-serif";
            font-weight: 300;
            font-size: 1.5rem;
            line-height: 2.3rem;
            margin-left: 8px;
            text-transform: capitalize; }
            @media only screen and (min-width: 768px) {
              .companies__relationships__list__item__link .ticker-symbol {
                font-size: 1.7rem;
                line-height: 2.6rem; } }
            @media only screen and (min-width: 1024px) {
              .companies__relationships__list__item__link .ticker-symbol {
                font-size: 1.7rem;
                line-height: 2.6rem; } }
            .featured .companies__relationships__list__item__link .ticker-symbol {
              display: none; }
    .companies__relationships__list-notice {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      display: none; }
      @media only screen and (min-width: 768px) {
        .companies__relationships__list-notice {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .companies__relationships__list-notice {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  .companies__buttons {
    text-align: center;
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .companies__buttons {
        margin-top: 64px; } }
    .companies__buttons__button {
      margin: 16px;
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #181818;
      border: 1px solid #e42313; }
      @media only screen and (min-width: 768px) {
        .companies__buttons__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .companies__buttons__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      .companies__buttons__button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        .companies__buttons__button {
          min-width: 100px;
          padding: 6px 32px; } }
      @media only screen and (min-width: 768px) {
        .companies__buttons__button {
          border-radius: 101px;
          min-width: 218px;
          padding: 20px 77px; } }
      .companies__buttons__button:disabled {
        border-color: #181818; }
      .companies__buttons__button:enabled:hover, .companies__buttons__button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      .companies__buttons__button:enabled:focus, .companies__buttons__button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }
  .companies .filters {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .companies .filters {
        margin-bottom: 0; } }

.company-description {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.1); }
  @media only screen and (min-width: 0) {
    .company-description {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .company-description {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .company-description {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .company-description {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .company-description {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .company-description {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .company-description__col {
    margin-bottom: 32px; }
    .company-description__col:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 1280px) {
      .company-description__col {
        margin-bottom: 0; } }
  .company-description__header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 8px;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .company-description__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .company-description__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .company-description__header {
        margin-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .company-description__item {
      margin-bottom: 8px; }
      .company-description__item:last-child {
        margin-bottom: 0; } }
  .company-description__link {
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    .company-description__link:hover {
      border-bottom: 1px solid #e42313; }
    .company-description__link--external {
      position: relative; }
      .company-description__link--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }

body.template-contact .body-copy {
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  padding-top: 80px; }
  @media only screen and (min-width: 768px) {
    body.template-contact .body-copy {
      padding-top: 120px; } }

body.template-contact .contact-offices {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px 20px; }
  @media only screen and (min-width: 768px) {
    body.template-contact .contact-offices {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 896px) {
    body.template-contact .contact-offices {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (min-width: 1440px) {
    body.template-contact .contact-offices {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 120px 20px; } }
  body.template-contact .contact-offices__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  body.template-contact .contact-offices__label {
    padding-bottom: 24px; }
  body.template-contact .contact-offices__address {
    padding-bottom: 32px; }
    body.template-contact .contact-offices__address .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        body.template-contact .contact-offices__address .rich-text p {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        body.template-contact .contact-offices__address .rich-text p {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  body.template-contact .contact-offices__telephone {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      body.template-contact .contact-offices__telephone {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      body.template-contact .contact-offices__telephone {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    body.template-contact .contact-offices__telephone:hover {
      border-bottom: 1px solid #e42313; }

.error-page {
  padding-bottom: 80px; }
  @media only screen and (min-width: 1024px) {
    .error-page {
      padding-bottom: 120px; } }

.home-hero {
  padding-top: 120px;
  padding-bottom: 64px;
  transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  transform: translateY(30px); }
  .home-hero.-scroll-active {
    opacity: 1;
    transform: none; }
  @media only screen and (min-width: 1024px) {
    .home-hero {
      padding-top: 240px;
      padding-bottom: 80px; } }
  .home-hero__images-wrapper {
    pointer-events: none;
    position: absolute;
    height: 280px;
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px;
    opacity: 0;
    z-index: -1;
    transition: opacity 250ms linear; }
    .home-hero__images-wrapper.-active {
      opacity: 1;
      z-index: 1; }
  .home-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66.6667%;
    background-size: cover;
    background-position: center center;
    display: block; }
    .home-hero__image.image-index-1 {
      z-index: 7; }
    .home-hero__image.image-index-2 {
      left: -12px;
      top: 7px;
      z-index: 6; }
    .home-hero__image.image-index-3 {
      left: 40px;
      top: 12px;
      z-index: 5; }
    .home-hero__image.image-index-4 {
      left: 32px;
      top: -11px;
      z-index: 4; }
    .home-hero__image.image-index-5 {
      left: 22px;
      top: 27px;
      z-index: 3; }
    .home-hero__image.image-index-6 {
      left: 14px;
      top: 37px;
      z-index: 2; }
    .home-hero__image.-active {
      z-index: 8; }
  .home-hero__headlines {
    margin: 80px 0; }

.home-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  background: rgba(238, 235, 229, 0.7);
  backdrop-filter: blur(5px);
  display: none; }
  .home-overlay.overlay-is-open {
    display: flex; }
  .home-overlay .home-overlay__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .home-overlay .home-overlay__close svg path {
      fill: #181818;
      transition: fill 250ms ease-in-out; }
    .home-overlay .home-overlay__close:hover svg path {
      fill: #e42313; }
  .home-overlay .home-overlay__content {
    position: relative;
    background: rgba(238, 235, 229, 0.9);
    border: 1px solid rgba(24, 24, 24, 0.12);
    box-shadow: 0 2vw 3vw rgba(24, 24, 24, 0.12);
    color: #181818; }
  .home-overlay .home-overlay__container {
    max-width: 80vw;
    max-height: 90vh;
    width: 90vw;
    display: block; }
    @media (orientation: landscape) {
      .home-overlay .home-overlay__container {
        width: 120vh; } }
  .home-overlay .home-overlay__media {
    position: relative;
    overflow: hidden; }
  .home-overlay .home-overlay__youtube-wrapper,
  .home-overlay .home-overlay__vimeo-wrapper {
    padding: 56.25% 0 0 0;
    height: 0; }
  .home-overlay .home-overlay__image,
  .home-overlay .home-overlay__animated-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    padding: 0;
    max-width: none;
    max-height: none; }
  .home-overlay .home-overlay__text {
    background: #181818;
    color: white; }
  .home-overlay .home-overlay__link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .home-overlay .home-overlay__link.home-overlay__link-wrap {
      flex-wrap: wrap; }
    .home-overlay .home-overlay__link .home-overlay__title {
      padding: 0.4em 1.5em;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: auto; }
    .home-overlay .home-overlay__link .home-overlay__title-span {
      border-bottom: 1px solid transparent;
      transition: border-bottom 250ms ease; }
    .home-overlay .home-overlay__link .home-overlay__link-text {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      padding: 0.8em 2.1em 0.8em 0;
      display: none;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      transition: color 100ms ease-in-out;
      color: white;
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: auto; }
      @media only screen and (min-width: 768px) {
        .home-overlay .home-overlay__link .home-overlay__link-text {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .home-overlay .home-overlay__link .home-overlay__link-text {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .home-overlay .home-overlay__link .home-overlay__link-text {
          display: flex; } }
    .home-overlay .home-overlay__link .home-overlay__link-text-icon {
      padding: 0 0 0 0.25em;
      display: flex;
      align-items: center; }
      .home-overlay .home-overlay__link .home-overlay__link-text-icon svg path {
        fill: white;
        transition: fill 100ms ease-in-out; }
  .home-overlay .home-overlay__container.is-not-video:hover .home-overlay__title-span {
    border-bottom: 1px solid #e42313; }
  .home-overlay .home-overlay__container.is-not-video .home-overlay__media-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%; }
  .home-overlay .home-overlay__container.is-not-video .home-overlay__text {
    background: #181818;
    max-width: inherit;
    padding: 0;
    line-height: 1.5em; }
  .home-overlay .home-overlay__container.is-video .home-overlay__link:hover .home-overlay__title-span {
    border-bottom: 1px solid #e42313; }
  .home-overlay .home-overlay__container.is-video .home-overlay__link:hover .home-overlay__link-text {
    left: 1vw; }
  .home-overlay .home-overlay__container.is-video .home-overlay__link:hover .home-overlay__link-text-icon svg path {
    fill: #e42313; }

body.overlay-is-open {
  height: 100vh;
  overflow: hidden; }

#template-microsite .body-copy {
  padding-bottom: 64px; }

#template-microsite > .has-background {
  position: relative;
  padding-bottom: 64px;
  background-image: linear-gradient(to bottom, rgba(24, 24, 24, 0.35), #181818 50%), var(--background-large-src);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #ffffff; }
  #template-microsite > .has-background .-bg-color-transparent {
    color: #ffffff; }
  #template-microsite > .has-background .block-svg svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

#template-microsite .featured-posts {
  padding: 0;
  background-color: transparent;
  overflow: hidden; }
  #template-microsite .featured-posts__content-wrapper {
    color: #181818; }
  #template-microsite .featured-posts__image-wrapper {
    position: relative;
    padding-bottom: 66%; }
    #template-microsite .featured-posts__image-wrapper img {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  #template-microsite .featured-posts__list {
    padding-bottom: 32px;
    scroll-behavior: smooth;
    flex-flow: row nowrap;
    overflow-x: auto;
    justify-content: start;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #template-microsite .featured-posts__list::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
    #template-microsite .featured-posts__list .featured-posts__post {
      flex: 0 0 auto;
      flex-basis: 66.66667vw;
      width: 66.66667vw;
      max-width: 1120px;
      scroll-snap-align: center;
      margin: 0 4.16667vw; }
      #template-microsite .featured-posts__list .featured-posts__post:first-child {
        margin-left: 0; }
      #template-microsite .featured-posts__list .featured-posts__post:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 768px) {
        #template-microsite .featured-posts__list .featured-posts__post {
          flex: 0 0 auto;
          flex-basis: 33.33333vw;
          width: 33.33333vw;
          max-width: 560px;
          margin: 0 4.375vw 0 0;
          scroll-snap-align: start; } }
      @media only screen and (min-width: 1280px) {
        #template-microsite .featured-posts__list .featured-posts__post {
          flex: 0 0 auto;
          flex-basis: 20.83333vw;
          width: 20.83333vw;
          max-width: 350px; } }
    #template-microsite .featured-posts__list .scroll-list-button-next {
      opacity: 1;
      right: 0; }
    #template-microsite .featured-posts__list[data-scroll-right='0'] ~ .scroll-list-button-next {
      opacity: 0;
      right: -200px; }
    #template-microsite .featured-posts__list .scroll-list-button-previous {
      opacity: 1;
      left: 0; }
    #template-microsite .featured-posts__list[data-scroll-left='0'] ~ .scroll-list-button-previous {
      opacity: 0;
      left: -200px; }

#template-microsite .multi-video,
#template-microsite .featured-content-block {
  padding-top: 64px;
  padding-bottom: 32px;
  padding-left: calc((100vw - 1680px) / 2);
  padding-right: calc((100vw - 1680px) / 2); }
  #template-microsite .multi-video.-bg-color-charcoal,
  #template-microsite .featured-content-block.-bg-color-charcoal {
    background-color: #181818; }
    #template-microsite .multi-video.-bg-color-charcoal .featured-posts__content-wrapper,
    #template-microsite .featured-content-block.-bg-color-charcoal .featured-posts__content-wrapper {
      color: #ffffff; }

#template-microsite .body-content .multi-video .swipe-scroll-list {
  margin: 0; }
  #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button {
    display: none;
    width: 8.33333vw;
    max-width: 140px; }
    @media only screen and (min-width: 768px) {
      #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button {
        background: none;
        display: block; }
        #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 5;
          background: #eeebe5;
          -webkit-mask-image: linear-gradient(90deg, transparent, black);
          mask-image: linear-gradient(90deg, transparent, black); }
        #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 66%;
          position: relative;
          z-index: 10; }
          #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
            pointer-events: none; }
            #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
              stroke: #181818; } }
    #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button:after {
      content: unset; }
    #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-previous {
      transform: scaleX(-1); }
    #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-next .scroll-list-button__background {
      left: max(-4.16667vw, -70px); }
  #template-microsite .body-content .multi-video .swipe-scroll-list:not([data-scroll-right='0']) ~ .scroll-list-button-next {
    right: 0; }
  #template-microsite .body-content .multi-video .swipe-scroll-list:not([data-scroll-left='0']) ~ .scroll-list-button-previous {
    left: 0; }

#template-microsite .restricted-form {
  min-height: 50vh;
  margin-inline: auto;
  text-align: center;
  flex: 0 0 auto;
  flex-basis: 83.33333vw;
  width: 83.33333vw;
  max-width: 1400px; }
  #template-microsite .restricted-form form p {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form p {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form form p {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  #template-microsite .restricted-form form input[type='email'] {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    background: transparent;
    color: white;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #eeebe5;
    padding: 5px;
    width: 100%;
    max-width: 400px;
    outline: none;
    margin-bottom: 16px;
    opacity: 0.8;
    transition: opacity 250ms ease;
    line-height: 42px; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='email'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form form input[type='email'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='email'] {
        line-height: 29px; } }
    #template-microsite .restricted-form form input[type='email']:focus {
      opacity: 1; }
    #template-microsite .restricted-form form input[type='email']:-webkit-autofill, #template-microsite .restricted-form form input[type='email']:-webkit-autofill:hover, #template-microsite .restricted-form form input[type='email']:-webkit-autofill:focus, #template-microsite .restricted-form form input[type='email']:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #181818 inset !important;
      -webkit-text-fill-color: white !important; }
  #template-microsite .restricted-form form input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #template-microsite .restricted-form form input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    #template-microsite .restricted-form form input[type='submit']:disabled {
      border-color: #ffffff; }
    #template-microsite .restricted-form form input[type='submit']:enabled:hover, #template-microsite .restricted-form form input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    #template-microsite .restricted-form form input[type='submit']:enabled:focus, #template-microsite .restricted-form form input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
  #template-microsite .restricted-form span.message {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 16px;
    vertical-align: bottom;
    animation: form_error_fade 250ms forwards;
    display: block; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form span.message {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form span.message {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #template-microsite .restricted-form span.message.error {
      color: #fa645a; }
    #template-microsite .restricted-form span.message.success {
      color: #eeebe5; }

#template-microsite.event_status_restricted .restricted-form,
#template-microsite.event_status_restricted > .has-background,
#template-microsite.event_status_restricted > .body-content,
#template-microsite.event_status_restricted > .hero-content {
  display: none; }

#template-microsite.show-form .restricted-form {
  display: block; }

body.template-microsite {
  overscroll-behavior-x: none; }

.article-index-hero {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .article-index-hero__container {
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__container {
        min-height: 90vh; } }
  .article-index-hero__title {
    display: inline;
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem; }
    @media only screen and (min-width: 768px) {
      .article-index-hero__title {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__title {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .article-index-hero__attribution-wrapper {
    display: block;
    opacity: 0;
    transition: opacity 350ms linear;
    transition-delay: 0.5s;
    z-index: 1;
    align-self: flex-end;
    margin: 48px 0 0 0; }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__attribution-wrapper {
        margin: 120px 0; } }
  .article-index-hero__anchor {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .article-index-hero__anchor:hover {
      border-bottom: 1px solid #e42313; }
  .article-index-hero__background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0; }
    .article-index-hero__background:after {
      content: '';
      position: absolute;
      background-color: rgba(24, 24, 24, 0.4);
      width: 100%;
      height: 100%; }
    .article-index-hero__background.-loaded {
      animation: fadeZoom 1s forwards;
      border-bottom: 1px solid #424242; }
      .article-index-hero__background.-loaded + .article-index-hero__attribution-wrapper {
        opacity: 1; }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__background {
        position: absolute;
        padding-bottom: unset; } }
  .article-index-hero__author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 8px; }
    @media only screen and (min-width: 768px) {
      .article-index-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

.article-post-hero {
  padding-top: 120px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .article-post-hero {
      padding-top: 240px; } }
  .article-post-hero__wrapper {
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__wrapper {
        margin-bottom: 80px; } }
  .article-post-hero--landing {
    text-align: left; }
  .article-post-hero__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__headline {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .article-post-hero__headline {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .article-post-hero__author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .article-post-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .article-post-hero__author .article-post-hero__author-anchor {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .article-post-hero__author .article-post-hero__author-anchor:hover {
        border-bottom: 1px solid #e42313; }

.breadcrumbs {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  .breadcrumbs__breadcrumb {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease;
    color: #181818;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 16px; }
    .breadcrumbs__breadcrumb:hover {
      border-bottom: 1px solid #e42313; }
  .breadcrumbs__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px; }

.featured-posts {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  background-color: #181818; }
  @media only screen and (min-width: 0) {
    .featured-posts {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-posts {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-posts {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-posts {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-posts {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-posts {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .featured-posts__image-wrapper {
    margin-bottom: 32px;
    overflow: hidden;
    display: block; }
  .featured-posts__image {
    transition: transform 350ms ease; }
  .featured-posts__video-wrapper .youtube-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .featured-posts__video-wrapper {
    margin-bottom: 32px;
    overflow: hidden;
    display: block; }
  .featured-posts__content-wrapper {
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 0 32px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__content-wrapper {
        padding: 0; } }
  .featured-posts__post-title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 16px;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post-title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__post-title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
    .featured-posts__post-title-wrapper {
      border-bottom: 1px solid transparent;
      transition: border-bottom 250ms ease; }
      .featured-posts__post-title-wrapper:hover {
        border-bottom: 1px solid #e42313; }
    .featured-posts__link--external .featured-posts__post-title {
      position: relative; }
      .featured-posts__link--external .featured-posts__post-title:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .featured-posts__link--external .featured-posts__post-title:after {
        background-image: url("/static/svg/external_link_white.b29f94c050a7.svg"); }
      .featured-posts__link--external .featured-posts__post-title:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .featured-posts__link--external .featured-posts__post-title:after {
            padding: 19px 19px 0 0; } }
  .featured-posts__post-author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__post-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .featured-posts__post-author-link {
    border-bottom: 1px solid #ffffff;
    transition: border-bottom 250ms ease; }
    .featured-posts__post-author-link:hover {
      border-bottom: 1px solid #e42313; }
  .featured-posts__post-label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post-label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__post-label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .featured-posts__post:hover .featured-posts__image {
    transform: scale(1.05); }
  .featured-posts__post:hover .featured-posts__post-title {
    border-bottom: 1px solid #e42313; }
  .featured-posts__post:not(:last-of-type) {
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post:not(:last-of-type) {
        margin-bottom: 0; } }
  .featured-posts__list--single .featured-posts__post {
    margin-bottom: 0; }
  .featured-posts__list {
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px); }
    .featured-posts__list.-scroll-active {
      opacity: 1;
      transform: none; }
    .featured-posts__list--single li:nth-child(1n + 2) {
      margin-top: 32px; }
    @media only screen and (min-width: 1024px) {
      .featured-posts__list--single .featured-posts__content-wrapper {
        text-align: left; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__list--single .featured-posts__image-wrapper {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__list--single .featured-posts__video-wrapper {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__list--single__image-wrapper {
        margin-bottom: unset; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__list--single__video-wrapper {
        margin-bottom: unset; } }
    .featured-posts__list--double {
      /* stylelint-disable-next-line no-descending-specificity */ }
      .featured-posts__list--double li {
        flex: 0 0 auto;
        flex-basis: 83.33333vw;
        width: 83.33333vw;
        max-width: 1400px; }
        @media only screen and (min-width: 768px) {
          .featured-posts__list--double li {
            flex: 0 0 auto;
            flex-basis: 33.33333vw;
            width: 33.33333vw;
            max-width: 560px; } }
      @media only screen and (min-width: 768px) {
        .featured-posts__list--double li:nth-child(1n + 3) {
          margin-top: 32px; } }
      .featured-posts__list--double li:last-child:nth-child(odd) {
        margin-left: auto;
        margin-right: auto; }
    .featured-posts__list--triple {
      justify-content: center;
      /* stylelint-disable-next-line no-descending-specificity */
      /* stylelint-disable-next-line no-descending-specificity */ }
      .featured-posts__list--triple li {
        flex: 0 0 auto;
        flex-basis: 83.33333vw;
        width: 83.33333vw;
        max-width: 1400px;
        /* stylelint-disable-next-line no-descending-specificity */ }
        .featured-posts__list--triple li:not(:last-child) {
          margin-bottom: 64px; }
        @media only screen and (min-width: 768px) {
          .featured-posts__list--triple li {
            flex: 0 0 auto;
            flex-basis: 25vw;
            width: 25vw;
            max-width: 420px;
            margin: 0 1.8vw; } }
      .featured-posts__list--triple li:nth-child(1n + 4) {
        margin-top: 32px; }
      .featured-posts__list--triple .featured-posts {
        /* stylelint-disable-next-line no-descending-specificity */ }
        .featured-posts__list--triple .featured-posts__post-title {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-size: 1.8rem;
          font-weight: 300;
          line-height: 2.8rem; }
          @media only screen and (min-width: 768px) {
            .featured-posts__list--triple .featured-posts__post-title {
              font-size: 2.2rem;
              line-height: 3.3rem; } }
          @media only screen and (min-width: 1024px) {
            .featured-posts__list--triple .featured-posts__post-title {
              font-size: 2.4rem;
              line-height: 3.6rem; } }
  .featured-posts--no-bg {
    background-color: transparent; }
    .featured-posts--no-bg .featured-posts__content-wrapper {
      color: #181818; }
    .featured-posts--no-bg .featured-posts__post-author-link {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .featured-posts--no-bg .featured-posts__post-author-link:hover {
        border-bottom: 1px solid #e42313; }
    .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title {
      position: relative; }
      .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title:after {
            padding: 19px 19px 0 0; } }
  .featured-posts__cta-button-wrapper {
    text-align: center; }
  .featured-posts__cta-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313;
    margin-top: 48px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__cta-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .featured-posts__cta-button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .featured-posts__cta-button:disabled {
      border-color: #ffffff; }
    .featured-posts__cta-button:enabled:hover, .featured-posts__cta-button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .featured-posts__cta-button:enabled:focus, .featured-posts__cta-button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        margin-top: 100px; } }

.filter-panel {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .filter-panel {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .filter-panel {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .filter-panel {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .filter-panel {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .filter-panel {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .filter-panel {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .filter-panel {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .filter-panel__list-item {
    display: inline-block;
    margin-right: 24px; }
    .filter-panel__list-item:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .filter-panel__list-item {
        margin-right: 32px; } }
  .filter-panel__anchor {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 768px) {
      .filter-panel__anchor {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .filter-panel__anchor {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
    .filter-panel__anchor-active {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }

.index-grid__title {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem; }
  @media only screen and (min-width: 768px) {
    .index-grid__title {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .index-grid__title {
      font-size: 5.4rem;
      line-height: 6.8rem; } }

@media only screen and (max-width: 768px) {
  .index-grid__list-item .index-grid__text-wrapper {
    padding-top: 1em; } }

.index-grid__list-item a {
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .index-grid__list-item a {
      padding-bottom: 48px;
      margin-bottom: 48px; } }

.index-grid__list-item:last-child a {
  border-bottom: 0; }

.index-grid__text {
  width: 100%;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .index-grid__text {
      margin-bottom: 64px; } }
  .index-grid__text-title-wrapper, .index-grid__text-category-wrapper {
    margin-bottom: 16px; }
  .index-grid__text-category {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #e42313;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .index-grid__text-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid__text-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .index-grid__text-title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      .index-grid__text-title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid__text-title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
    .index-grid__link--external .index-grid__text-title {
      position: relative; }
      .index-grid__link--external .index-grid__text-title:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .index-grid__link--external .index-grid__text-title:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .index-grid__link--external .index-grid__text-title:after {
            padding: 19px 19px 0 0; } }
  .index-grid__text-author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .index-grid__text-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid__text-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      .index-grid__text-author {
        margin-bottom: 0; } }

.index-grid__no-results {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin: 24px 0 240px 0; }
  @media only screen and (min-width: 768px) {
    .index-grid__no-results {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    .index-grid__no-results {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  @media only screen and (min-width: 768px) {
    .index-grid__no-results {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem;
      margin: 32px 0 320px 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .index-grid__no-results {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    .index-grid__no-results {
      font-size: 2.4rem;
      line-height: 3.6rem; } }

.index-grid__link:hover .index-grid__text-title {
  border-color: #e42313; }

.index-grid ol.index-grid__list {
  counter-reset: number;
  list-style-type: none; }
  .index-grid ol.index-grid__list li {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .index-grid ol.index-grid__list li {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid ol.index-grid__list li {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    .index-grid ol.index-grid__list li:before {
      content: counter(number);
      counter-increment: number;
      position: absolute;
      left: 0;
      top: 0;
      text-align: right; }
    .index-grid ol.index-grid__list li a {
      margin-left: 40px;
      flex-wrap: nowrap; }
      @media only screen and (min-width: 768px) {
        .index-grid ol.index-grid__list li a {
          margin-left: 60px; } }

.page-hero {
  padding-top: 120px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .page-hero {
      padding-top: 240px; } }
  .page-hero.-bg-color-charcoal {
    padding-bottom: 80px; }
    @media only screen and (min-width: 1024px) {
      .page-hero.-bg-color-charcoal {
        padding-bottom: 120px; } }
    .page-hero.-bg-color-charcoal a {
      border-color: #ffffff; }
      .page-hero.-bg-color-charcoal a:hover {
        border-color: #e42313; }
  .page-hero.-bg-color-charcoal + .-bg-color-charcoal {
    padding-top: 0; }
  .page-hero:not(.-bg-color-charcoal) + :not(.-bg-color-charcoal) {
    margin-top: 80px; }
    @media only screen and (min-width: 1024px) {
      .page-hero:not(.-bg-color-charcoal) + :not(.-bg-color-charcoal) {
        margin-top: 120px; } }
  .page-hero:not(.-bg-color-charcoal) + .-bg-color-charcoal {
    margin-top: 80px; }
    @media only screen and (min-width: 1024px) {
      .page-hero:not(.-bg-color-charcoal) + .-bg-color-charcoal {
        margin-top: 120px; } }
  .page-hero__inner-wrapper {
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px); }
    .page-hero__inner-wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
    .no-js .page-hero__inner-wrapper {
      opacity: 1;
      transform: none; }
  .page-hero__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem; }
    @media only screen and (min-width: 768px) {
      .page-hero__headline {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .page-hero__headline {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    .page-hero__headline--with-ticker {
      display: inline-block;
      margin-right: 24px; }
  .page-hero__ticker-symbol {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .page-hero__ticker-symbol {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .page-hero__ticker-symbol {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .page-hero__subhead {
    margin-top: 24px; }
    .page-hero__subhead p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 2.3rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .page-hero__subhead p {
          font-size: 2.8rem;
          line-height: 3.8rem; } }
      @media only screen and (min-width: 1024px) {
        .page-hero__subhead p {
          font-size: 3.2rem;
          line-height: 4.4rem; } }
    @media only screen and (min-width: 1024px) {
      .page-hero__subhead {
        margin-top: 32px; } }
    .page-hero__subhead--tagline {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .page-hero__subhead--tagline {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media only screen and (min-width: 1024px) {
        .page-hero__subhead--tagline {
          font-size: 2.4rem;
          line-height: 3.6rem; } }

.pagination {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  display: block;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .pagination {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .pagination {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .pagination {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .pagination {
      margin-bottom: 120px; } }
  .pagination__number {
    color: #181818;
    text-decoration: none; }
  .pagination__button {
    color: #181818;
    text-decoration: none; }
  .pagination__item {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block;
    margin: 0 8px; }
    @media only screen and (min-width: 768px) {
      .pagination__item {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .pagination__item {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .pagination__item .-active {
      border-bottom: 2px solid #181818; }
    .pagination__item.-ellipsis {
      pointer-events: none;
      user-select: none;
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .pagination__item {
        margin: 0 8px; } }
    .pagination__item:hover {
      cursor: pointer; }
  .pagination__arrow {
    stroke: #181818;
    width: 6px; }
    .pagination__arrow.-prev {
      transform: rotate(180deg); }
  .pagination__viewall {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-bottom: 2px solid transparent;
    color: #181818;
    display: inline-block;
    margin: 16px 0 0 0;
    text-decoration: none;
    line-height: 1;
    transition: border-bottom 250ms; }
    @media only screen and (min-width: 768px) {
      .pagination__viewall {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .pagination__viewall {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .pagination__viewall:hover {
      border-bottom: 2px solid #181818; }

.bare-video-block {
  margin: 24px 0 0 0; }
  @media only screen and (min-width: 768px) {
    .bare-video-block {
      margin-top: 48px; } }
  .bare-video-block .youtube-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }

.blog-text-with-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .blog-text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .blog-text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .blog-text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .blog-text-with-image-block {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .blog-text-with-image-block {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (min-width: 1280px) {
    .blog-text-with-image-block {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1024px) {
    .blog-text-with-image-block--background .media-wrapper__image {
      max-width: 100%; } }
  .blog-text-with-image-block--background .media-wrapper__image__texture {
    display: none; }
  .blog-text-with-image-block .media-wrapper {
    margin-bottom: 24px;
    line-height: 0; }
    @media only screen and (min-width: 1024px) {
      .blog-text-with-image-block .media-wrapper {
        margin-bottom: 0; } }
    .blog-text-with-image-block .media-wrapper__image {
      position: relative; }
    .blog-text-with-image-block .media-wrapper__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem;
      margin-top: 16px; }
  .blog-text-with-image-block .text-wrapper {
    color: #181818; }

.blog-text-with-image-block--background .media-wrapper {
  margin-bottom: 32px; }
  @media only screen and (min-width: 1024px) {
    .blog-text-with-image-block--background .media-wrapper {
      margin-bottom: 0; } }

.blog-text-with-image-block--background .media-wrapper__caption .rich-text p {
  margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .blog-text-with-image-block--background .media-wrapper__caption .rich-text p {
      margin-top: 48px; } }

.blog-video {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .blog-video {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .blog-video {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .blog-video {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .blog-video .youtube-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blog-video .video {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .blog-video .video {
        margin-top: 64px;
        margin-bottom: 64px; } }
  .blog-video__caption {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9rem;
    padding-top: 8px; }

.body-copy {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  /* a transparent body-copy block after a charcoal block should get a top margin */ }
  @media only screen and (min-width: 0) {
    .body-copy {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .body-copy {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .body-copy {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .body-copy {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .body-copy {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .body-copy {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .body-copy .label-text {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .body-copy .label-text {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .body-copy .label-text {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      .body-copy .label-text {
        margin-bottom: 0; } }
  .-bg-color-charcoal + .body-copy.-bg-color-transparent {
    margin-top: 120px; }
  .body-copy.-bg-color-charcoal {
    color: #ffffff;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .body-copy.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .body-copy.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .body-copy.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .body-copy.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .body-copy.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .body-copy.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .body-copy.-bg-color-charcoal + .-bg-color-charcoal {
      padding-top: 0; }
    .body-copy.-bg-color-charcoal .label-text {
      color: #ffffff; }
    .body-copy.-bg-color-charcoal .rich-text a {
      border-bottom: 1px solid #ffffff;
      transition: border-bottom 250ms ease; }
      .body-copy.-bg-color-charcoal .rich-text a:hover {
        border-bottom: 1px solid #e42313; }

.cta-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .cta-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .cta-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .cta-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .cta-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .cta-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .cta-block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .cta-block__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    display: block; }
    @media only screen and (min-width: 768px) {
      .cta-block__headline {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .cta-block__headline {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .cta-block__button {
    margin-top: 32px; }
  .cta-block.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .cta-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .cta-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .cta-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .cta-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .cta-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .cta-block.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .cta-block.-bg-color-charcoal + .-bg-color-charcoal {
      padding-top: 0; }
    .cta-block.-bg-color-charcoal .cta-block__button {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #ffffff;
      border: 1px solid #e42313; }
      @media only screen and (min-width: 768px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      .cta-block.-bg-color-charcoal .cta-block__button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          min-width: 100px;
          padding: 6px 32px; } }
      @media only screen and (min-width: 768px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          border-radius: 101px;
          min-width: 218px;
          padding: 20px 77px; } }
      .cta-block.-bg-color-charcoal .cta-block__button:disabled {
        border-color: #ffffff; }
      .cta-block.-bg-color-charcoal .cta-block__button:enabled:hover, .cta-block.-bg-color-charcoal .cta-block__button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      .cta-block.-bg-color-charcoal .cta-block__button:enabled:focus, .cta-block.-bg-color-charcoal .cta-block__button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }

.embed-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-block {
      margin-top: 80px;
      margin-bottom: 80px; } }

.embed-linkedin-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-linkedin-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-linkedin-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-linkedin-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-linkedin-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-linkedin-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-linkedin-block {
      padding-top: 80px;
      padding-bottom: 80px; } }

.embed-twitter-tweet-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-twitter-tweet-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-tweet-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-tweet-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-twitter-tweet-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-tweet-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-tweet-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .embed-twitter-tweet-block .twitter-tweet-wrapper {
    text-align: center; }
    .embed-twitter-tweet-block .twitter-tweet-wrapper > div {
      display: inline-block; }
  .embed-twitter-tweet-block .twitter-tweet {
    justify-content: center; }
    .embed-twitter-tweet-block .twitter-tweet iframe {
      flex-grow: 0; }

.embed-twitter-timeline-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-twitter-timeline-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-timeline-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-timeline-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-twitter-timeline-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-timeline-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-timeline-block {
      padding-top: 80px;
      padding-bottom: 80px; } }

.event-agenda-block {
  padding: 64px 0;
  justify-content: flex-start; }
  @media only screen and (min-width: 768px) {
    .event-agenda-block {
      flex: 0 0 auto;
      flex-basis: 100vw;
      width: 100vw;
      max-width: 1680px;
      margin: 0 auto;
      justify-content: center; } }
  .event-agenda-block .event-agenda-schedule {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 9%;
    flex-flow: row nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .event-agenda-block .event-agenda-schedule::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
    @media only screen and (min-width: 768px) {
      .event-agenda-block .event-agenda-schedule {
        flex: 0 0 auto;
        flex-basis: 83.33333vw;
        width: 83.33333vw;
        max-width: 1400px;
        flex-flow: column wrap;
        scroll-snap-type: none; } }
  .event-agenda-block h2.title,
  .event-agenda-block .intro_text {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px;
    margin-left: 8.33333vw; }
    @media only screen and (min-width: 768px) {
      .event-agenda-block h2.title,
      .event-agenda-block .intro_text {
        flex: 0 0 auto;
        flex-basis: 83.33333vw;
        width: 83.33333vw;
        max-width: 1400px;
        margin-left: 0; } }
  .event-agenda-block h2.title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .event-agenda-block h2.title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .event-agenda-block h2.title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
  .event-agenda-block .intro_text {
    margin-bottom: 64px; }
  .event-agenda-block .session {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 80px;
    margin-left: 9%;
    scroll-snap-align: start;
    justify-content: flex-start;
    align-content: flex-start; }
    @media only screen and (min-width: 768px) {
      .event-agenda-block .session {
        margin-left: 0;
        scroll-snap-align: none; } }
    .event-agenda-block .session .session-introduction {
      margin-bottom: 64px; }
      .event-agenda-block .session .session-introduction p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 2.3rem; }
        @media only screen and (min-width: 768px) {
          .event-agenda-block .session .session-introduction p {
            font-size: 1.7rem;
            line-height: 2.6rem; } }
        @media only screen and (min-width: 1024px) {
          .event-agenda-block .session .session-introduction p {
            font-size: 1.7rem;
            line-height: 2.6rem; } }
    .event-agenda-block .session .session-time {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      flex: 0 0 auto;
      flex-basis: 66.66667vw;
      width: 66.66667vw;
      max-width: 1120px;
      margin-bottom: 24px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session .session-time {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .event-agenda-block .session .session-time {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session .session-time {
          flex: 0 0 auto;
          flex-basis: 20.83333vw;
          width: 20.83333vw;
          max-width: 350px; } }
    .event-agenda-block .session .session-information {
      flex: 0 0 auto;
      flex-basis: 66.66667vw;
      width: 66.66667vw;
      max-width: 1120px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session .session-information {
          flex: 0 0 auto;
          flex-basis: 37.5vw;
          width: 37.5vw;
          max-width: 630px; } }
      .event-agenda-block .session .session-information h3 {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 2.8rem;
        font-family: "Glypha LT Pro", "serif";
        margin-bottom: 24px; }
        @media only screen and (min-width: 768px) {
          .event-agenda-block .session .session-information h3 {
            font-size: 2.8rem;
            line-height: 3.8rem; } }
        @media only screen and (min-width: 1024px) {
          .event-agenda-block .session .session-information h3 {
            font-size: 3.2rem;
            line-height: 4.4rem; } }
      .event-agenda-block .session .session-information .session-host {
        display: flex;
        align-items: center;
        margin: 5px 0; }
        .event-agenda-block .session .session-information .session-host img {
          width: 30px;
          height: 30px;
          margin-right: 13px;
          border-radius: 100%; }
        .event-agenda-block .session .session-information .session-host p {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-weight: 300;
          font-size: 1.5rem;
          line-height: 2.3rem; }
          @media only screen and (min-width: 768px) {
            .event-agenda-block .session .session-information .session-host p {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
          @media only screen and (min-width: 1024px) {
            .event-agenda-block .session .session-information .session-host p {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
    .event-agenda-block .session:last-of-type .session-time {
      flex: 0 0 auto;
      flex-basis: 91.66667vw;
      width: 91.66667vw;
      max-width: 1540px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session:last-of-type .session-time {
          flex: 0 0 auto;
          flex-basis: 20.83333vw;
          width: 20.83333vw;
          max-width: 350px; } }
    .event-agenda-block .session:last-of-type .session-information {
      flex: 0 0 auto;
      flex-basis: 91.66667vw;
      width: 91.66667vw;
      max-width: 1540px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session:last-of-type .session-information {
          flex: 0 0 auto;
          flex-basis: 37.5vw;
          width: 37.5vw;
          max-width: 630px; } }

.block-external_news_item {
  padding-left: 0vw;
  padding-right: 0vw;
  border-top: 1px solid #181818; }
  @media only screen and (min-width: 0) {
    .block-external_news_item {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .block-external_news_item {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .block-external_news_item {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .block-external_news_item {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .block-external_news_item {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1280px) {
    .block-external_news_item {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .block-external_news_item:last-child {
    padding-bottom: 0; }
  .block-external_news_item .video-block {
    margin-top: 32px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .block-external_news_item .video-block {
        margin-top: 48px; } }
    .block-external_news_item .video-block .video__content-wrapper {
      padding: 0;
      margin-bottom: 48px; }
  .block-external_news_item .icon img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 36px;
    margin-top: 0.6rem; }
  .block-external_news_item .title-wrapper {
    margin-top: 24px;
    order: 3; }
    @media only screen and (min-width: 768px) {
      .block-external_news_item .title-wrapper {
        margin-top: 0;
        order: unset; } }

.featured-companies {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .featured-companies {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-companies {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-companies {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-companies {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-companies {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-companies {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .featured-companies.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .featured-companies.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .featured-companies.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .featured-companies.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .featured-companies.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .featured-companies.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .featured-companies.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .featured-companies__link {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .featured-companies__link:hover {
      border-bottom: 1px solid #e42313; }
  .featured-companies__headline {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      .featured-companies__headline {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies__headline {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .featured-companies__table--two_column {
    width: 66.66667vw;
    margin: 0 auto; }
  .featured-companies__column {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    width: 83.33333vw;
    display: inline-block;
    margin-top: 24px; }
    @media only screen and (min-width: 768px) {
      .featured-companies__column {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies__column {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    .featured-companies__column--two_column {
      font-family: "Glypha LT Pro", "serif";
      font-size: 3.3rem;
      font-weight: 300;
      line-height: 4rem;
      width: 45%;
      display: inline-block;
      margin-top: 24px; }
      @media only screen and (min-width: 768px) {
        .featured-companies__column--two_column {
          font-size: 4.3rem;
          letter-spacing: 0.02em;
          line-height: 5.4rem; } }
      @media only screen and (min-width: 1024px) {
        .featured-companies__column--two_column {
          font-size: 5.4rem;
          line-height: 6.8rem; } }
    @media only screen and (min-width: 768px) {
      .featured-companies__column {
        width: 30%; } }
  .featured-companies__cta {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies__cta {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .featured-companies__cta:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .featured-companies__cta:disabled {
      border-color: #181818; }
    .featured-companies__cta:enabled:hover, .featured-companies__cta.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .featured-companies__cta:enabled:focus, .featured-companies__cta.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        margin-top: 64px; } }

.featured-content-block {
  padding: 64px 0; }
  .featured-content-block .intro_text {
    margin-bottom: 64px; }

.featured-image-block {
  background-color: #181818;
  color: #ffffff;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .featured-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-image-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .featured-image-block__image-container {
    padding-bottom: 80px; }
    @media only screen and (min-width: 1280px) {
      .featured-image-block__image-container {
        padding-bottom: 120px; } }
  .featured-image-block__caption {
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .featured-image-block__caption {
        margin-top: 0; } }
    .featured-image-block__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
  .featured-image-block .rich-text a {
    border-bottom: 1px solid #e42313;
    transition: border-bottom 250ms ease; }
    .featured-image-block .rich-text a:hover {
      border-bottom: 1px solid #e42313; }
  .-bg-color-charcoal + .featured-image-block {
    padding-top: 0; }

body.template-perspectives-index {
  overscroll-behavior-x: none; }
  body.template-perspectives-index .article-index-hero__container {
    padding-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      body.template-perspectives-index .article-index-hero__container {
        padding-bottom: 0; } }

.featured-section-block {
  position: relative;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .featured-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-section-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-section-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-section-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .featured-section-block .featured-posts__content-wrapper {
    color: #181818; }
  .featured-section-block .featured-section__title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    display: block; }
    @media only screen and (min-width: 768px) {
      .featured-section-block .featured-section__title {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-section-block .featured-section__title {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .featured-section-block .hero-feature,
  .featured-section-block .video-feature,
  .featured-section-block .single-feature-with-overrides,
  .featured-section-block .double-feature,
  .featured-section-block .carousel-feature,
  .featured-section-block .vertical-list-feature {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .featured-section-block .hero-feature,
      .featured-section-block .video-feature,
      .featured-section-block .single-feature-with-overrides,
      .featured-section-block .double-feature,
      .featured-section-block .carousel-feature,
      .featured-section-block .vertical-list-feature {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 1280px) {
      .featured-section-block .hero-feature,
      .featured-section-block .video-feature,
      .featured-section-block .single-feature-with-overrides,
      .featured-section-block .double-feature,
      .featured-section-block .carousel-feature,
      .featured-section-block .vertical-list-feature {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .featured-section-block .hero-feature {
    width: 100vw; }
    .featured-section-block .hero-feature .article-index-hero {
      width: 100vw; }
    .featured-section-block .hero-feature .article-index-hero__container {
      width: 100vw; }
    .featured-section-block .hero-feature .article-index-hero__background.-loaded {
      border-bottom: none; }
    .featured-section-block .hero-feature .article-index-hero__title {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 2.3rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .featured-section-block .hero-feature .article-index-hero__title {
          font-size: 2.8rem;
          line-height: 3.8rem; } }
      @media only screen and (min-width: 1024px) {
        .featured-section-block .hero-feature .article-index-hero__title {
          font-size: 3.2rem;
          line-height: 4.4rem; } }
  .featured-section-block .video-feature .video {
    margin: 0; }
  .featured-section-block .single-feature-with-overrides .featured-posts__content-wrapper {
    text-align: left;
    padding: 32px 0; }
    @media only screen and (min-width: 768px) {
      .featured-section-block .single-feature-with-overrides .featured-posts__content-wrapper {
        padding: 0; } }
  .featured-section-block .single-feature-with-overrides .featured-posts__image-wrapper {
    margin-bottom: 0; }
  .featured-section-block .single-feature-with-overrides .read-more-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .featured-section-block .single-feature-with-overrides .read-more-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-section-block .single-feature-with-overrides .read-more-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .featured-section-block .single-feature-with-overrides .read-more-button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .featured-section-block .single-feature-with-overrides .read-more-button {
        min-width: 100px;
        padding: 6px 32px; } }
    .featured-section-block .single-feature-with-overrides .read-more-button:disabled {
      border-color: #181818; }
    .featured-section-block .single-feature-with-overrides .read-more-button:enabled:hover, .featured-section-block .single-feature-with-overrides .read-more-button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .featured-section-block .single-feature-with-overrides .read-more-button:enabled:focus, .featured-section-block .single-feature-with-overrides .read-more-button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .featured-section-block .single-feature-with-overrides .read-more-button {
        margin-top: 48px; } }
    @media only screen and (min-width: 1280px) {
      .featured-section-block .single-feature-with-overrides .read-more-button {
        margin-top: 64px; } }
  .featured-section-block .carousel-feature {
    background-color: transparent;
    width: 100vw;
    padding-left: 0;
    padding-right: 0; }
    .featured-section-block .carousel-feature .carousel__image-wrapper {
      position: relative;
      padding-bottom: 66%; }
      .featured-section-block .carousel-feature .carousel__image-wrapper img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    .featured-section-block .carousel-feature .carousel__list {
      scroll-behavior: smooth;
      flex-flow: row nowrap;
      overflow-x: auto;
      justify-content: start;
      scroll-snap-type: x mandatory;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .featured-section-block .carousel-feature .carousel__list::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */ }
      .featured-section-block .carousel-feature .carousel__list .carousel__list-item {
        flex: 0 0 auto;
        flex-basis: 66.66667vw;
        width: 66.66667vw;
        max-width: 1120px;
        max-width: unset !important;
        margin-top: 0;
        margin-bottom: 0;
        scroll-snap-align: center; }
        @media only screen and (min-width: 768px) {
          .featured-section-block .carousel-feature .carousel__list .carousel__list-item {
            flex: 0 0 auto;
            flex-basis: 33.33333vw;
            width: 33.33333vw;
            max-width: 560px; } }
        @media only screen and (min-width: 1280px) {
          .featured-section-block .carousel-feature .carousel__list .carousel__list-item {
            flex: 0 0 auto;
            flex-basis: 25vw;
            width: 25vw;
            max-width: 420px; } }
        .featured-section-block .carousel-feature .carousel__list .carousel__list-item a.carousel__list-image {
          display: block;
          padding-left: 1.04167vw;
          padding-right: 1.04167vw; }
      .featured-section-block .carousel-feature .carousel__list .carousel__list-item-spacer {
        flex: 0 0 auto;
        flex-basis: 7.29167vw;
        width: 7.29167vw; }
        @media only screen and (min-width: 768px) {
          .featured-section-block .carousel-feature .carousel__list .carousel__list-item-spacer {
            flex-basis: 11.45833vw;
            width: 11.45833vw; } }
        @media only screen and (min-width: 1280px) {
          .featured-section-block .carousel-feature .carousel__list .carousel__list-item-spacer {
            flex-basis: 11.45833vw;
            width: 11.45833vw; } }
  .featured-section-block .vertical-list-feature .index-grid__list-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .featured-section-block.-bg-color-charcoal {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .featured-section-block.-bg-color-charcoal .featured-posts__content-wrapper {
      color: #ffffff; }
    .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #ffffff;
      border: 1px solid #e42313; }
      @media only screen and (min-width: 768px) {
        .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button {
          min-width: 100px;
          padding: 6px 32px; } }
      .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button:disabled {
        border-color: #ffffff; }
      .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button:enabled:hover, .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button:enabled:focus, .featured-section-block.-bg-color-charcoal .single-feature-with-overrides .read-more-button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }

.headline-block {
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .headline-block {
      margin-bottom: 64px; } }
  .headline-block__text {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    max-width: 840px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .headline-block__text {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .headline-block__text {
        font-size: 3.2rem;
        line-height: 4.4rem; } }

.hero-headline {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem; }
  @media only screen and (min-width: 768px) {
    .hero-headline {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .hero-headline {
      font-size: 5.4rem;
      line-height: 6.8rem; } }
  .hero-headline__arrow {
    display: inline-block;
    vertical-align: middle; }
    .hero-headline__arrow svg {
      width: 22px;
      height: 20px;
      margin: 0 8px; }
      @media only screen and (min-width: 768px) {
        .hero-headline__arrow svg {
          width: 35px;
          height: 20px;
          margin: 0 16px; } }
      @media only screen and (min-width: 1024px) {
        .hero-headline__arrow svg {
          width: 43px;
          height: 20px;
          margin-bottom: 5px; } }
  .hero-headline__link {
    background-image: linear-gradient(to right, #e42313 0, #e42313 100%);
    background-position: 0 calc(73% + 6px);
    background-repeat: repeat-x;
    background-size: 1px 1px; }
  .hero-headline__headline-wrapper.-active {
    color: rgba(24, 24, 24, 0.24); }
    .hero-headline__headline-wrapper.-active .hero-headline__link {
      border-bottom-color: rgba(228, 35, 19, 0.24); }
  .hero-headline.-active {
    color: #181818; }
    .hero-headline.-active .hero-headline__link {
      border-bottom-color: #e42313; }

.image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .image-block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .image-block.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .image-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .image-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .image-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .image-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .image-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .image-block.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .image-block__inner-wrapper {
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px); }
    .image-block__inner-wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
  .image-block__image-wrapper {
    position: relative;
    z-index: 1; }
  .image-block__caption {
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .image-block__caption {
        margin-top: 0; } }
    .image-block__caption .rich-text,
    .image-block__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
      .image-block__caption .rich-text a,
      .image-block__caption .rich-text p a {
        border-bottom: 1px solid #181818;
        transition: border-bottom 250ms ease; }
        .image-block__caption .rich-text a:hover,
        .image-block__caption .rich-text p a:hover {
          border-bottom: 1px solid #e42313; }
    .-bg-color-charcoal .image-block__caption .rich-text a {
      border-bottom: 1px solid #ffffff;
      transition: border-bottom 250ms ease; }
      .-bg-color-charcoal .image-block__caption .rich-text a:hover {
        border-bottom: 1px solid #e42313; }
  .image-block--background .image-block__image-wrapper {
    margin-top: 24px;
    margin-bottom: 24px; }
  .image-block--background .image-block__image-wrapper__texture {
    display: none;
    background-image: url("/static/images/backgrounds/image_texture_5.75965474c64b.jpg"); }
  .image-block--background.-bg-color-charcoal .image-block__image-wrapper__texture {
    background-image: url("/static/images/backgrounds/image_texture_5-charcoal.e929811a4c68.jpg"); }
  .image-block--background .image-block__image-wrapper__set-texture {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% + 24px * 2);
    bottom: -24px;
    right: -6.25vw;
    background-position: right bottom;
    background-size: contain;
    z-index: -1; }
    @media only screen and (min-width: 1920px) {
      .image-block--background .image-block__image-wrapper__set-texture {
        right: -5.20833vw; } }
  .image-block.-bg-color-charcoal + .-bg-color-charcoal {
    padding-top: 0; }

.image-grid-block {
  padding: 64px calc((100vw - 1680px) / 2); }
  .image-grid-block h2.title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .image-grid-block h2.title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .image-grid-block h2.title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
  .image-grid-block .intro_text {
    margin-bottom: 64px; }
  .image-grid-block .image-grid-items .image-grid-item img {
    margin: 0 auto 2.5em;
    padding: 0 1em;
    max-height: 70px;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: transform 350ms ease;
    transform: scale(1); }
    @media only screen and (min-width: 768px) {
      .image-grid-block .image-grid-items .image-grid-item img {
        margin: 0 auto 130px; } }
    .image-grid-block .image-grid-items .image-grid-item img:hover {
      transform: scale(1.05); }
  @media only screen and (min-width: 768px) {
    .image-grid-block .image-grid-items .image-grid-item:nth-last-child(-n + 3) img {
      margin-bottom: 0; } }
  .image-grid-block .image-grid-items .image-grid-item--header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 768px) {
      .image-grid-block .image-grid-items .image-grid-item--header {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .image-grid-block .image-grid-items .image-grid-item--header {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .image-grid-block .image-grid-items .image-grid-item--subheader {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .image-grid-block .image-grid-items .image-grid-item--subheader {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .image-grid-block .image-grid-items .image-grid-item--subheader {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

.multi-image-block {
  width: 100%;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-right: 0; }
  @media only screen and (min-width: 0) {
    .multi-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .multi-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .multi-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .multi-image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .multi-image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .multi-image-block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  @media only screen and (min-width: 768px) {
    .multi-image-block {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw; } }
  .multi-image-block.-bg-color-charcoal {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .multi-image-block.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .multi-image-block__image {
    width: 62.5vw;
    max-width: 1050px;
    height: calc(62.5vw * 0.66);
    max-height: 693px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-shrink: 0; }
    @media only screen and (min-width: 768px) {
      .multi-image-block__image {
        position: absolute;
        flex-shrink: unset;
        transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
        opacity: 0;
        transform: translateY(30px); }
        .multi-image-block__image.-scroll-active {
          opacity: 1;
          transform: none; }
        .multi-image-block__image--1 {
          z-index: 3;
          width: 62.5vw;
          max-width: 1050px;
          height: calc(62.5vw * 0.66);
          max-height: 693px; }
        .multi-image-block__image--2 {
          top: -64px;
          left: 6%;
          z-index: 2;
          width: 54.16667vw;
          max-width: 910px;
          height: calc(54.16667vw * 0.66);
          max-height: 600.6px;
          transition-delay: calc(700ms); }
        .multi-image-block__image--3 {
          right: 0;
          top: -8px;
          z-index: 1;
          width: 54.16667vw;
          max-width: 910px;
          height: calc(58.33333vw * 0.66);
          max-height: 646.8px;
          transition-delay: calc(700ms * 2); }
        .multi-image-block__image.-active {
          z-index: 4; } }
    .multi-image-block__image-caption {
      padding-top: 24px;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .multi-image-block__image-caption {
          margin-bottom: 0; } }
      .multi-image-block__image-caption .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.9rem; }
    .multi-image-block__image-list-wrapper {
      position: relative;
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .multi-image-block__image-list-wrapper::-webkit-scrollbar {
        display: none; }
      @media only screen and (min-width: 768px) {
        .multi-image-block__image-list-wrapper {
          margin-top: 64px;
          height: calc(62.5vw * 0.66);
          max-height: 693px;
          display: unset;
          overflow-x: unset; } }
    .multi-image-block__image-wrapper {
      margin-left: 24px; }
      @media only screen and (min-width: 768px) {
        .multi-image-block__image-wrapper {
          margin-left: unset; } }
      .multi-image-block__image-wrapper:first-of-type {
        margin-left: 0; }
      .multi-image-block__image-wrapper:last-child {
        padding-right: 8.33333vw; }
        @media only screen and (min-width: 768px) {
          .multi-image-block__image-wrapper:last-child {
            padding-right: 0; } }
  .multi-image-block__details {
    display: none;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      .multi-image-block__details {
        display: initial; } }
    .multi-image-block__details-caption-wrapper {
      padding-bottom: 8px; }
    .multi-image-block__details-caption {
      display: none; }
      .multi-image-block__details-caption .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.9rem; }
      .multi-image-block__details-caption.-active {
        display: block; }
    .multi-image-block__details-count {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
    .multi-image-block__details--length-1 {
      animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards; }
    .multi-image-block__details--length-2 {
      animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards calc(700ms * 2); }
    .multi-image-block__details--length-3 {
      animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards calc(700ms * 3); }

.multi-video .video-wrapper {
  position: relative;
  padding: 56.25% 0 0 0; }
  .multi-video .video-wrapper .iframe-wrapper {
    transition: all ease 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: translate3d(0, 0, 0); }
    .multi-video .video-wrapper .iframe-wrapper .floating-player-close {
      position: absolute;
      top: -12px;
      right: -12px;
      width: 24px;
      height: 24px;
      z-index: 2;
      opacity: 0;
      transition: all ease 0.25s;
      cursor: pointer;
      border-radius: 12px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .multi-video .video-wrapper .iframe-wrapper .floating-player-close svg path {
        stroke: #181818;
        transition: all ease 0.25s; }
      .multi-video .video-wrapper .iframe-wrapper .floating-player-close:hover {
        background: #181818; }
        .multi-video .video-wrapper .iframe-wrapper .floating-player-close:hover svg path {
          stroke: #fff; }
  .multi-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.multi-video .floating-player:not(.floating-player-is-closed) .video-wrapper .iframe-wrapper {
  position: fixed;
  width: 35vw;
  height: calc(35vw * 0.5625);
  top: calc( 99vh - (35vw * 0.5625));
  left: 63vw;
  bottom: 1vh;
  right: 2vw; }

.multi-video .playlist {
  margin-top: 64px; }
  .multi-video .playlist .row {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .multi-video .playlist .row::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
  .multi-video .playlist .swipe-scroll-list {
    margin-left: 4.16667vw;
    margin-right: 4.16667vw; }
  .multi-video .playlist .playlist-item {
    padding: 5px;
    scroll-snap-align: center;
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
    .multi-video .playlist .playlist-item:first-child {
      scroll-snap-align: start; }
    .multi-video .playlist .playlist-item:last-child {
      scroll-snap-align: end; }
    @media only screen and (min-width: 768px) {
      .multi-video .playlist .playlist-item {
        flex: 0 0 auto;
        flex-basis: 33.33333vw;
        width: 33.33333vw;
        max-width: 560px;
        scroll-snap-align: start; } }
    @media only screen and (min-width: 1024px) {
      .multi-video .playlist .playlist-item {
        flex: 0 0 auto;
        flex-basis: 22.22083vw;
        width: 22.22083vw;
        max-width: 373.31px; } }
    .multi-video .playlist .playlist-item .thumbnail {
      max-width: 100%;
      width: 100%;
      height: auto;
      cursor: pointer; }
    .multi-video .playlist .playlist-item .title {
      padding: 15px;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .multi-video .playlist .playlist-item .title {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .multi-video .playlist .playlist-item .title {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
    .multi-video .playlist .playlist-item .video__description {
      padding: 15px;
      margin: 0;
      opacity: 0.8; }
      .multi-video .playlist .playlist-item .video__description,
      .multi-video .playlist .playlist-item .video__description .rich-text,
      .multi-video .playlist .playlist-item .video__description .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-weight: 300;
        font-size: 1.3rem;
        line-height: 2.2rem; }
        @media only screen and (min-width: 768px) {
          .multi-video .playlist .playlist-item .video__description,
          .multi-video .playlist .playlist-item .video__description .rich-text,
          .multi-video .playlist .playlist-item .video__description .rich-text p {
            font-size: 1.5rem;
            line-height: 2.3rem; } }
        @media only screen and (min-width: 1024px) {
          .multi-video .playlist .playlist-item .video__description,
          .multi-video .playlist .playlist-item .video__description .rich-text,
          .multi-video .playlist .playlist-item .video__description .rich-text p {
            font-size: 1.5rem;
            line-height: 2.3rem; } }
    .multi-video .playlist .playlist-item .title ~ .video__description {
      padding-top: 0; }

.multi-video.playlist-item-count-1 {
  /* stylelint-disable-next-line no-descending-specificity */ }
  .multi-video.playlist-item-count-1 .playlist-item {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
    .multi-video.playlist-item-count-1 .playlist-item .video-wrapper {
      display: block; }
    .multi-video.playlist-item-count-1 .playlist-item .thumbnail {
      display: none; }
  .multi-video.playlist-item-count-1 .scroll-list-button {
    display: none; }

@media only screen and (min-width: 768px) {
  .multi-video.playlist-item-count-1 .main-player {
    display: none; }
  .multi-video.playlist-item-count-2 .swipe-scroll-list, .multi-video.playlist-item-count-3 .swipe-scroll-list, .multi-video.playlist-item-count-4 .swipe-scroll-list {
    justify-content: center; } }

.perspectives-list-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .perspectives-list-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .perspectives-list-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-list-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .perspectives-list-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .perspectives-list-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-list-block {
      padding-top: 80px;
      padding-bottom: 80px; } }

.perspectives-vertical-list .index-grid__list-item:last-child .index-grid__link {
  padding-bottom: 0;
  margin-bottom: 0; }

.perspectives-vertical-list .index-grid__image-wrapper {
  display: none;
  width: 180px;
  height: 120px;
  position: relative;
  margin-left: auto;
  margin-right: 0; }
  .perspectives-vertical-list .index-grid__image-wrapper > picture,
  .perspectives-vertical-list .index-grid__image-wrapper > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .perspectives-vertical-list .index-grid__image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__image-wrapper {
      display: block; } }

.perspectives-vertical-list .index-grid__title {
  font-family: 'Glypha LT Pro', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: 0em;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__title {
      font-size: 4.3rem;
      line-height: 5.4rem;
      letter-spacing: 0em; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-vertical-list .index-grid__title {
      margin-bottom: 0; } }

.perspectives-vertical-list .index-grid__text-category {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-category {
      font-size: 1.4rem;
      line-height: 1.9rem;
      letter-spacing: 0em; } }

.perspectives-vertical-list .index-grid__text-category-wrapper {
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-category-wrapper {
      margin-bottom: 16px; } }

.perspectives-vertical-list .index-grid__text-title-wrapper {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0em;
  margin-bottom: 0;
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-title-wrapper {
      font-size: 2.4rem;
      line-height: 3.6rem;
      letter-spacing: 0em; } }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-title-wrapper {
      margin-bottom: 16px;
      padding-right: 4.16667vw; } }

.perspectives-vertical-list .index-grid__text-title {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0em; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-title {
      font-size: 2.4rem;
      line-height: 3.6rem;
      letter-spacing: 0em; } }

.perspectives-vertical-list .index-grid__text-author {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0em;
  display: none; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-author {
      font-size: 1.7rem;
      line-height: 2.6rem;
      letter-spacing: 0em;
      display: block; } }

.perspectives-section-block {
  background-color: var(--iv-background-color);
  color: var(--iv-text-color);
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
  position: relative;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .perspectives-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .perspectives-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .perspectives-section-block {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .perspectives-section-block {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-section-block {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .perspectives-section-block .perspectives-header-text,
  .perspectives-section-block .perspectives-video,
  .perspectives-section-block .perspectives-image,
  .perspectives-section-block .perspectives-single-with-overrides,
  .perspectives-section-block .perspectives-multi,
  .perspectives-section-block .perspectives-carousel,
  .perspectives-section-block .perspectives-vertical-list,
  .perspectives-section-block .perspectives-category-button,
  .perspectives-section-block .perspectives-icon-and-text {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        margin-top: 24px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        margin-top: 24px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        margin-top: 32px;
        margin-bottom: 32px; } }
  .perspectives-section-block .perspectives-section-block__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .perspectives-section-block .perspectives-section-block__background > picture,
    .perspectives-section-block .perspectives-section-block__background > img {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1800px; }
      @media all and (min-width: 1800px) {
        .perspectives-section-block .perspectives-section-block__background > picture,
        .perspectives-section-block .perspectives-section-block__background > img {
          -webkit-mask-image: linear-gradient(90deg, transparent 0, black 100px, black 1700px, transparent 1800px);
          mask-image: linear-gradient(90deg, transparent 0, black 300px, black 1500px, transparent 1800px); } }
    .perspectives-section-block .perspectives-section-block__background img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .perspectives-section-block .perspectives-header-text .align-left {
    text-align: left; }
  .perspectives-section-block .perspectives-header-text .align-center {
    text-align: center; }
  .perspectives-section-block .perspectives-header-text .align-right {
    text-align: right; }
  .perspectives-section-block .perspectives-header-text .perspectives-section__kicker {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--iv-highlight-color);
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__kicker {
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-large {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0em;
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-large {
        font-size: 5.4rem;
        line-height: 6.8rem;
        letter-spacing: 0em;
        margin-bottom: 2.4rem; } }
  .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-regular {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-regular {
        font-size: 4.3rem;
        line-height: 5.4rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-small {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-small {
        font-size: 3.2rem;
        line-height: 4.4rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large,
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large .rich-text p {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large,
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large .rich-text p {
        font-size: 2.4rem;
        line-height: 3.6rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular,
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular .rich-text p {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular,
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular .rich-text p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small,
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small .rich-text p {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small,
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small .rich-text p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .perspectives-section__author {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: none;
    margin-top: 32px;
    color: var(--iv-text-color); }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__author {
        font-size: 1.7rem;
        line-height: 2.6rem;
        letter-spacing: 0em;
        display: block; } }
  .perspectives-section-block .perspectives-video .video {
    margin: 0; }
  .perspectives-section-block .perspectives-single-with-overrides .align-left {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .align-left {
        text-align: left; } }
  .perspectives-section-block .perspectives-single-with-overrides .align-center {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .align-center {
        text-align: center; } }
  .perspectives-section-block .perspectives-single-with-overrides .align-right {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .align-right {
        text-align: right; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__content-wrapper {
    color: var(--iv-text-color);
    padding: 32px 0; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__content-wrapper {
        padding: 0; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__image-wrapper {
    margin-bottom: 0; }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-category {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-category {
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-title {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0em;
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-title {
        font-size: 5.4rem;
        line-height: 6.8rem;
        letter-spacing: 0em;
        margin-bottom: 2.4rem; } }
  .perspectives-section-block .perspectives-single-with-overrides .text-wrapper__text {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .text-wrapper__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-author {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: none; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-author {
        font-size: 1.7rem;
        line-height: 2.6rem;
        letter-spacing: 0em;
        display: block; } }
  .perspectives-section-block .perspectives-carousel {
    background-color: transparent;
    position: relative; }
    .perspectives-section-block .perspectives-carousel .carousel__video-wrapper {
      aspect-ratio: 100 / 66;
      background-color: black; }
      .perspectives-section-block .perspectives-carousel .carousel__video-wrapper div {
        top: 50%;
        transform: translateY(-50%); }
    .perspectives-section-block .perspectives-carousel .carousel__image-wrapper {
      position: relative;
      padding-bottom: 66%;
      background: #f0f0f0; }
      .perspectives-section-block .perspectives-carousel .carousel__image-wrapper img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .perspectives-section-block .perspectives-carousel .carousel__post-title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .perspectives-section-block .perspectives-carousel .carousel__post-title {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-carousel .carousel__post-author,
    .perspectives-section-block .perspectives-carousel .carousel__post-subtitle,
    .perspectives-section-block .perspectives-carousel .carousel__post-label {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      margin-top: 16px; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-carousel .carousel__post-author,
        .perspectives-section-block .perspectives-carousel .carousel__post-subtitle,
        .perspectives-section-block .perspectives-carousel .carousel__post-label {
          font-size: 1.8rem;
          line-height: 2.8rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-carousel .carousel__pager-wrapper {
      position: relative;
      width: 100%; }
    .perspectives-section-block .perspectives-carousel .carousel__pager {
      display: none;
      justify-content: flex-end;
      margin-right: -12px;
      margin-bottom: 64px; }
      .perspectives-section-block .perspectives-carousel .carousel__pager li {
        opacity: 0.2;
        transition: opacity 250ms ease;
        cursor: pointer;
        padding: 6px 12px;
        margin-top: -6px;
        margin-bottom: -6px; }
        .perspectives-section-block .perspectives-carousel .carousel__pager li .carousel__pager-dot {
          border-radius: 4px;
          width: 8px;
          height: 8px;
          background: var(--iv-text-color); }
        .perspectives-section-block .perspectives-carousel .carousel__pager li.is-active {
          opacity: 1; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-tablet {
          display: flex; } }
      @media only screen and (min-width: 1280px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-tablet {
          display: none; } }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-desktop {
          display: none; } }
      @media only screen and (min-width: 1280px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-desktop {
          display: flex; } }
    .perspectives-section-block .perspectives-carousel .carousel__list {
      display: flex;
      position: relative;
      scroll-behavior: smooth;
      flex-flow: row nowrap;
      overflow-x: auto;
      justify-content: start;
      scroll-snap-type: x mandatory;
      scroll-padding-left: min(8.33333vw, 140px);
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .perspectives-section-block .perspectives-carousel .carousel__list::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */ }
      .perspectives-section-block .perspectives-carousel .carousel__list .carousel__list-item {
        scroll-snap-align: start; }
        .perspectives-section-block .perspectives-carousel .carousel__list .carousel__list-item a.carousel__list-image {
          display: block; }
    .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button {
      width: 8.33333vw;
      max-width: 140px;
      display: block; }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: var(--iv-background-color);
        -webkit-mask-image: linear-gradient(90deg, transparent, black);
        mask-image: linear-gradient(90deg, transparent, black); }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 66%;
        position: relative;
        z-index: 10; }
        .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
          pointer-events: none; }
          .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
            stroke: var(--iv-text-color); }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button:after {
        content: unset; }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-previous {
        transform: scaleX(-1); }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-next .scroll-list-button__background {
        left: max(-4.16667vw, -70px); }
    .perspectives-section-block .perspectives-carousel .swipe-scroll-list:not([data-scroll-right='0']) ~ .scroll-list-button-next {
      right: 0; }
    .perspectives-section-block .perspectives-carousel .swipe-scroll-list:not([data-scroll-left='0']) ~ .scroll-list-button-previous {
      left: 0; }
  .perspectives-section-block .perspectives-category-button .button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    padding: 6px 32px;
    background: var(--iv-background-color);
    border: 1px solid var(--iv-highlight-color);
    color: var(--iv-text-color); }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-category-button .button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .perspectives-category-button .button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .perspectives-section-block .perspectives-category-button .button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-category-button .button {
        min-width: 100px;
        padding: 6px 32px; } }
    .perspectives-section-block .perspectives-category-button .button:disabled {
      border-color: #181818; }
    .perspectives-section-block .perspectives-category-button .button:enabled:hover, .perspectives-section-block .perspectives-category-button .button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .perspectives-section-block .perspectives-category-button .button:enabled:focus, .perspectives-section-block .perspectives-category-button .button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    .perspectives-section-block .perspectives-category-button .button:hover, .perspectives-section-block .perspectives-category-button .button:focus {
      background: var(--iv-text-color);
      border-color: var(--iv-text-color);
      color: var(--iv-background-color);
      outline: none; }
  .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top, .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 24px; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top, .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
        grid-row-gap: 32px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top, .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
        grid-row-gap: 48px; } }
  .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top {
    grid-template-areas: 'image' 'text'; }
  .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
    grid-template-areas: 'text' 'image'; }
  .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper {
    grid-area: image;
    color: var(--iv-text-color);
    padding-bottom: 66.66667%;
    position: relative; }
    .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper > picture,
    .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .perspectives-section-block .featured-posts__post .align-left {
    text-align: left; }
  .perspectives-section-block .featured-posts__post .align-center {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .align-center {
        text-align: center; } }
  .perspectives-section-block .featured-posts__post .align-right {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .align-right {
        text-align: right; } }
  .perspectives-section-block .featured-posts__post .featured-posts__content-wrapper {
    grid-area: text;
    color: var(--iv-text-color);
    padding-left: 0;
    padding-right: 0; }
  .perspectives-section-block .featured-posts__post .featured-posts__post-title {
    color: var(--iv-text-color); }
  .perspectives-section-block .featured-posts__post:hover .featured-posts__post-title {
    border-bottom-color: var(--iv-highlight-color); }
  .perspectives-section-block .featured-posts__post .featured-posts__post-category {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: var(--iv-highlight-color);
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .featured-posts__post-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .featured-posts__post .featured-posts__post-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .perspectives-section-block .perspectives-multi .featured-posts__list {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-multi .featured-posts__list.perspectives-multi--double {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 120px; }
      .perspectives-section-block .perspectives-multi .featured-posts__list.perspectives-multi--triple {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 60px; } }
    .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-category {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.6rem;
      letter-spacing: 0.02em;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-category {
          font-size: 1.4rem;
          line-height: 1.9rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-title {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-author {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      display: none; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-author {
          font-size: 1.7rem;
          line-height: 2.6rem;
          letter-spacing: 0em;
          display: block; } }
  .perspectives-section-block .perspectives-icon-and-text .icon-and-text__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 60px;
    grid-row-gap: 32px; }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .perspectives-icon-and-text .icon-and-text__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
  .perspectives-section-block .perspectives-icon-and-text .icon-and-text {
    display: grid;
    grid-template-columns: 90px auto;
    grid-template-areas: 'image text';
    grid-column-gap: 30px; }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__icon {
      grid-area: image;
      transition: transform 250ms ease;
      transform: scale(1); }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text {
      grid-area: text; }
      .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .icon-and-text__title {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 2.3rem;
        line-height: 2.8rem;
        letter-spacing: 0em;
        margin-bottom: 16px; }
        @media only screen and (min-width: 1024px) {
          .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .icon-and-text__title {
            font-size: 3.2rem;
            line-height: 4.4rem;
            letter-spacing: 0em; } }
        .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .icon-and-text__title h3 {
          display: inline;
          border-bottom: 1px solid transparent;
          transition: border-bottom 250ms ease; }
      .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .rich-text * {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em; }
        @media only screen and (min-width: 768px) {
          .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .rich-text * {
            font-size: 1.4rem;
            line-height: 1.9rem;
            letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text:hover .icon-and-text__icon {
      transform: scale(1.05); }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text:hover .icon-and-text__text .icon-and-text__title h3 {
      border-bottom-color: var(--iv-highlight-color); }
  @media only screen and (min-width: 0) {
    .perspectives-section-block .perspectives-header-text + .perspectives-carousel {
      margin-top: -24px; } }
  @media only screen and (min-width: 768px) {
    .perspectives-section-block .perspectives-header-text + .perspectives-carousel {
      margin-top: -24px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-section-block .perspectives-header-text + .perspectives-carousel {
      margin-top: -32px; } }
  .perspectives-section-block__component + .perspectives-section-block__component {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        margin-top: 64px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        margin-top: 64px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        margin-top: 80px; } }
  .perspectives-section-block__component + .perspectives-category-button {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-category-button {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-category-button {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-category-button {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-category-button {
        margin-top: 32px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-category-button {
        margin-top: 32px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-category-button {
        margin-top: 48px; } }

.perspectives-video .youtube-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.post-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .post-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .post-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .post-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .post-image-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .post-image-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .post-image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .post-image-block__image-wrapper {
    display: table;
    margin: 0 auto;
    z-index: 1; }
  .post-image-block .image-base {
    width: auto;
    max-width: 100%; }
  .post-image-block__caption {
    display: table-caption;
    caption-side: bottom;
    margin-top: 24px; }
    .post-image-block__caption .rich-text {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
      .post-image-block__caption .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.9rem; }
      .post-image-block__caption .rich-text a {
        border-bottom: 1px solid #181818;
        transition: border-bottom 250ms ease; }
        .post-image-block__caption .rich-text a:hover {
          border-bottom: 1px solid #e42313; }

.testimonial {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .testimonial {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .testimonial {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .testimonial {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .testimonial {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .testimonial {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .testimonial {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .testimonial.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .testimonial.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .testimonial.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .testimonial.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .testimonial.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .testimonial.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .testimonial.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .testimonial.-bg-color-charcoal + .-bg-color-charcoal {
      padding-top: 0; }
  .testimonial--background .image-block__image-wrapper {
    margin-bottom: 24px; }
  .testimonial--background:not(.testimonial--caption) .image-block__image-wrapper {
    max-width: calc(100% - 3%); }
  .testimonial--background .image-block__image-wrapper__texture {
    display: none;
    background-image: url("/static/images/backgrounds/image_texture_3.8bdca0de2fcb.jpg"); }
  .testimonial--background.-bg-color-charcoal .image-block__image-wrapper__texture {
    background-image: url("/static/images/backgrounds/image_texture_3-charcoal.51ae52d34536.jpg"); }
  .testimonial--background .image-block__image-wrapper__set-texture {
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: -3%;
    bottom: -16px;
    background-position: right bottom;
    background-size: auto 100%;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .testimonial--background .image-block__image-wrapper__set-texture {
        bottom: -24px; } }
  .testimonial__quote {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 8px;
    text-indent: -0.4125em; }
    @media only screen and (min-width: 768px) {
      .testimonial__quote {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .testimonial__quote {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    @media only screen and (min-width: 768px) {
      .testimonial__quote {
        margin-bottom: 24px; } }
    .testimonial__quote:before {
      content: '\201C'; }
    .testimonial__quote:after {
      content: '\201D'; }
  .testimonial__attribution-name:before {
    content: '\2014'; }
  .testimonial__attribution-details .rich-text {
    display: inline-block; }
    .testimonial__attribution-details .rich-text a {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .testimonial__attribution-details .rich-text a:hover {
        border-bottom: 1px solid #e42313; }
  .-bg-color-charcoal .testimonial__attribution-details .rich-text a {
    border-bottom: 1px solid #ffffff;
    transition: border-bottom 250ms ease; }
    .-bg-color-charcoal .testimonial__attribution-details .rich-text a:hover {
      border-bottom: 1px solid #e42313; }
  .testimonial__image-wrapper {
    margin-top: 64px; }
    @media only screen and (min-width: 768px) {
      .testimonial__image-wrapper {
        margin-top: 80px; } }
    .testimonial__image-wrapper .image-block {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .resources-index-page .testimonial {
    padding-top: 0; }
    .resources-index-page .testimonial__quote {
      font-family: "Glypha LT Pro", "serif";
      font-size: 3.3rem;
      font-weight: 300;
      line-height: 4rem; }
      @media only screen and (min-width: 768px) {
        .resources-index-page .testimonial__quote {
          font-size: 4.3rem;
          letter-spacing: 0.02em;
          line-height: 5.4rem; } }
      @media only screen and (min-width: 1024px) {
        .resources-index-page .testimonial__quote {
          font-size: 5.4rem;
          line-height: 6.8rem; } }

.text-with-image-block--background:nth-child(4n + 1)
.media-wrapper__image {
  max-width: calc(100% - 15.5%); }
  .text-with-image-block--background:nth-child(4n + 1)
.media-wrapper__image__set-texture {
    right: -15.5%;
    bottom: -16px;
    height: calc(100% + 16px * 2); }
  .text-with-image-block--background:nth-child(4n + 1)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_1.4c67e5eb1a24.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 1)
.media-wrapper__image__set-texture {
    left: -15.5%; } }

.text-with-image-block--background:nth-child(4n + 2)
.media-wrapper__image {
  max-width: calc(100% - 6.5%); }
  .text-with-image-block--background:nth-child(4n + 2)
.media-wrapper__image__set-texture {
    right: -6.5%;
    bottom: -16px;
    height: calc(100% + 16px * 2); }
  .text-with-image-block--background:nth-child(4n + 2)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_2.a93dd7b1632c.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 2)
.media-wrapper__image__set-texture {
    left: -6.5%; } }

.text-with-image-block--background:nth-child(4n + 3)
.media-wrapper__image {
  max-width: calc(100% - 5.5%); }
  .text-with-image-block--background:nth-child(4n + 3)
.media-wrapper__image__set-texture {
    right: -5.5%;
    bottom: -16px;
    height: calc(100% + 16px * 2); }
  .text-with-image-block--background:nth-child(4n + 3)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_3.8bdca0de2fcb.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 3)
.media-wrapper__image__set-texture {
    left: -5.5%; } }

.text-with-image-block--background:nth-child(4n + 4)
.media-wrapper__image {
  max-width: calc(100% - 5.5%); }
  .text-with-image-block--background:nth-child(4n + 4)
.media-wrapper__image__set-texture {
    right: -5.5%;
    bottom: -48px;
    height: calc(100% + 48px * 2); }
  .text-with-image-block--background:nth-child(4n + 4)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_4.06700c76c024.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 4)
.media-wrapper__image__set-texture {
    left: -5.5%; } }

.text-with-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .text-with-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .text-with-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .text-with-image-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .text-with-image-block:last-child {
    border-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .media-wrapper__image {
      max-width: 100%; } }
  .text-with-image-block--background .media-wrapper__image__texture {
    display: none; }
  .text-with-image-block--background .media-wrapper__image__set-texture {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right bottom;
    background-size: contain;
    z-index: -1; }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block--background .media-wrapper__image__set-texture {
        bottom: -24px;
        height: calc(100% + 24px * 2); } }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--reverse.text-with-image-block--background .media-wrapper__image__set-texture {
      transform: scaleX(-1); } }
  .text-with-image-block .headline-wrapper__text {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .text-with-image-block .headline-wrapper__text {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block .headline-wrapper__text {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block .headline-wrapper__text {
        font-size: 8.4rem;
        line-height: 1.02em; } }
    @media only screen and (min-width: 1280px) {
      .text-with-image-block .headline-wrapper__text {
        margin-bottom: 64px; } }
  .text-with-image-block .media-wrapper {
    margin-bottom: 24px;
    line-height: 0; }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block .media-wrapper {
        margin-bottom: 0; } }
    .text-with-image-block .media-wrapper__image {
      position: relative; }
    .text-with-image-block .media-wrapper__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem;
      margin-top: 16px; }
  .text-with-image-block .text-wrapper {
    color: #181818; }
    .text-with-image-block .text-wrapper__cta-wrapper {
      margin-top: 8px; }
      @media only screen and (min-width: 1280px) {
        .text-with-image-block .text-wrapper__cta-wrapper {
          margin-top: 16px; } }

.text-with-image-block--background .headline-wrapper__text {
  margin-bottom: 48px; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .headline-wrapper__text {
      margin-bottom: 80px; } }

.text-with-image-block--background .media-wrapper {
  margin-bottom: 32px; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .media-wrapper {
      margin-bottom: 0; } }

.text-with-image-block--background .media-wrapper__caption .rich-text p {
  margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .media-wrapper__caption .rich-text p {
      margin-top: 48px; } }

.video-block {
  margin: 80px 0; }
  @media only screen and (min-width: 768px) {
    .video-block {
      margin: 120px 0; } }
  .video-block .youtube-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .video-block .video__content-wrapper {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .video-block .video__content-wrapper {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 768px) {
      .video-block .video__content-wrapper {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      .video-block .video__content-wrapper {
        padding-bottom: 64px; } }
  .video-block .video__eyebrow {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818;
    padding-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .video-block .video__eyebrow {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .video-block .video__eyebrow {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .video-block .video__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem; }
    @media only screen and (min-width: 768px) {
      .video-block .video__headline {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .video-block .video__headline {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .video-block .video__description,
  .video-block .video__description .rich-text,
  .video-block .video__description .rich-text p {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .video-block .video__description,
      .video-block .video__description .rich-text,
      .video-block .video__description .rich-text p {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .video-block .video__description,
      .video-block .video__description .rich-text,
      .video-block .video__description .rich-text p {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

.-bg-color-charcoal .video-block .video__eyebrow {
  color: #eeebe5; }

.article-detail__image-section .image-block,
.article-detail__image-section .multi-image-block {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .article-detail__image-section .image-block,
    .article-detail__image-section .multi-image-block {
      margin-top: 0; } }

.article-detail__body-content {
  margin-top: 32px; }
  @media only screen and (min-width: 768px) {
    .article-detail__body-content {
      margin-top: 64px; } }
  .article-detail__body-content .multi-image-block {
    margin-top: 64px;
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .article-detail__body-content .multi-image-block {
        margin-top: 80px;
        margin-bottom: 80px; } }
    .article-detail__body-content .multi-image-block.-bg-color-charcoal {
      padding-top: 64px;
      padding-bottom: 64px; }
      @media only screen and (min-width: 768px) {
        .article-detail__body-content .multi-image-block.-bg-color-charcoal {
          padding-top: 80px;
          padding-bottom: 80px; } }
  .article-detail__body-content .embed-twitter-tweet-block,
  .article-detail__body-content .embed-twitter-timeline-block,
  .article-detail__body-content .embed-linkedin-block {
    border-top: none; }

.article-detail .body-copy {
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .article-detail .body-copy {
      padding: 0;
      margin: 0; } }
  .article-detail .body-copy:last-child p:last-child {
    margin-bottom: 0; }
  .article-detail .body-copy.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .article-detail .body-copy.-bg-color-charcoal {
        margin-top: 64px;
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .article-detail .body-copy.-bg-color-charcoal {
        margin-top: 64px;
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 1280px) {
      .article-detail .body-copy.-bg-color-charcoal {
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 80px;
        padding-bottom: 80px; } }
  .article-detail .body-copy .rich-text {
    max-width: 840px;
    margin: 0 auto; }
    .article-detail .body-copy .rich-text > *:last-child {
      margin-bottom: 24px;
      padding-bottom: 0; }

.article-detail .testimonial__quote--long {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .article-detail .testimonial__quote--long {
      font-size: 2.8rem;
      line-height: 3.8rem; } }
  @media only screen and (min-width: 1024px) {
    .article-detail .testimonial__quote--long {
      font-size: 3.2rem;
      line-height: 4.4rem; } }

.article-detail__tags, .article-detail__published-date {
  max-width: 840px;
  margin: 32px auto; }
  @media only screen and (min-width: 768px) {
    .article-detail__tags, .article-detail__published-date {
      margin: 64px auto; } }

.article-detail__published-date {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem; }
  @media only screen and (min-width: 768px) {
    .article-detail__published-date {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .article-detail__published-date {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

.article-detail__tags {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .article-detail__tags {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    .article-detail__tags {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  .article-detail__tags__tag {
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    .article-detail__tags__tag:hover {
      border-bottom: 1px solid #e42313; }

/* stylelint disable prettier/prettier */
.articles-index-filtered {
  padding-top: 74px;
  background: white; }
  @media only screen and (min-width: 768px) {
    .articles-index-filtered {
      padding-top: 154px; } }
  .articles-index-filtered .perspectives-header h1 {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0em;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12);
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-header h1 {
        font-size: 6.5rem;
        line-height: 7.8rem;
        letter-spacing: 0.02em; } }
  .articles-index-filtered .perspectives-breadcrumb {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-breadcrumb {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
    .articles-index-filtered .perspectives-breadcrumb svg {
      margin: 0 16px; }
    .articles-index-filtered .perspectives-breadcrumb a {
      border-bottom: 1px solid transparent;
      transition: border-bottom 250ms ease; }
      .articles-index-filtered .perspectives-breadcrumb a:hover {
        border-bottom: 1px solid #e42313; }
  .articles-index-filtered .hero-grid {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .hero-grid {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .hero-grid {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .hero-grid {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .hero-grid {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .hero-grid {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .hero-grid {
        padding-top: 64px;
        padding-bottom: 64px; } }
    .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper,
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 66.66667%; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper,
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
          padding-bottom: 61.53846%; } }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper > picture,
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper > img,
      .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper > picture,
      .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper img,
      .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .articles-index-filtered .hero-grid .hero-grid__row-1 {
      margin-bottom: 48px; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .hero-grid .hero-grid__row-1 {
          margin-bottom: 60px; } }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__title {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3.3rem;
        line-height: 4rem;
        letter-spacing: 0em;
        margin-top: 24px; }
        @media only screen and (min-width: 768px) {
          .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__title {
            font-size: 4.8rem;
            line-height: 6rem;
            letter-spacing: 0em; } }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__author {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 0em;
        display: none;
        margin-top: 16px; }
        @media only screen and (min-width: 768px) {
          .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__author {
            font-size: 1.7rem;
            line-height: 2.6rem;
            letter-spacing: 0em;
            display: block; } }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__post-link {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-column-gap: 60px;
          grid-template-areas: 'image image text'; }
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper {
          grid-area: image; }
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__title {
          margin-top: 0; } }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__title {
          font-size: 2.4rem;
          line-height: 3.6rem;
          letter-spacing: 0em; } }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__author {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      display: none;
      margin-top: 16px; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__author {
          font-size: 1.7rem;
          line-height: 2.6rem;
          letter-spacing: 0em;
          display: block; } }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__post-link {
      display: grid;
      grid-template-columns: 3fr 2fr;
      grid-column-gap: 4.16667vw;
      grid-template-areas: 'text image';
      margin-bottom: 16px;
      align-items: flex-start; }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
      grid-area: image; }
    @media only screen and (min-width: 896px) {
      .articles-index-filtered .hero-grid .hero-grid__row-2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 60px; }
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__post-link {
          display: block;
          margin-bottom: 0; }
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
          grid-area: unset; }
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__title {
          margin-top: 32px; } }
  .articles-index-filtered .perspectives-all-posts {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .perspectives-all-posts {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-all-posts {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .perspectives-all-posts {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .perspectives-all-posts {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-all-posts {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .perspectives-all-posts {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__header {
      padding-bottom: 32px; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__header {
          padding-bottom: 80px; } }
    .articles-index-filtered .perspectives-all-posts .perspectives-search {
      position: relative;
      padding: 16px 0 32px 0; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-search {
          padding: 32px 0; } }
    .articles-index-filtered .perspectives-all-posts .perspectives-search__input {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: 0em;
      flex: 1 1 auto;
      border: none;
      border-bottom: 1px solid black;
      padding-right: 25px;
      width: 100%;
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-search__input {
          font-size: 2.4rem;
          line-height: 3.6rem;
          letter-spacing: 0em; } }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__input:focus, .articles-index-filtered .perspectives-all-posts .perspectives-search__input:focus-visible {
        outline: none;
        border-bottom: 1px solid #e42313; }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__input:-webkit-autofill, .articles-index-filtered .perspectives-all-posts .perspectives-search__input:-webkit-autofill:hover, .articles-index-filtered .perspectives-all-posts .perspectives-search__input:-webkit-autofill:focus {
        -webkit-text-fill-color: black;
        -webkit-box-shadow: 0 0 0 1000px white inset; }
    .articles-index-filtered .perspectives-all-posts .perspectives-search__button {
      position: absolute;
      right: 0;
      flex: 0 0 20px;
      width: 20px;
      display: block;
      border: none;
      padding: 0;
      margin: 0;
      text-decoration: none;
      background: none;
      color: black;
      font-family: sans-serif;
      font-size: 1em;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__button svg {
        fill: none;
        stroke: black;
        transition: stroke 250ms ease-in-out; }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__button:hover svg, .articles-index-filtered .perspectives-all-posts .perspectives-search__button:focus svg, .articles-index-filtered .perspectives-all-posts .perspectives-search__button:active svg {
        stroke: #e42313; }
    .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__title {
      font-family: 'Glypha LT Pro', Times, serif;
      font-weight: 300;
      font-style: normal;
      font-size: 3.3rem;
      line-height: 4rem;
      letter-spacing: 0em;
      padding: 32px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__title {
          font-size: 4.3rem;
          line-height: 5.4rem;
          letter-spacing: 0em; } }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__title {
          padding: 32px 0; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-wrapper {
      margin-top: 16px; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-wrapper {
          margin-top: 0; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-title {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-author {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      display: none; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-author {
          font-size: 1.7rem;
          line-height: 2.6rem;
          letter-spacing: 0em;
          display: block; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper {
      padding-bottom: 66.66667%;
      position: relative;
      height: 0; }
      .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper > picture,
      .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__results {
      opacity: 1;
      max-height: 5000px;
      transition: opacity 350ms ease-in-out, max-height 350ms ease-in-out; }
    .articles-index-filtered .perspectives-all-posts.is-searching .perspectives-all-posts__results {
      opacity: 0;
      max-height: 0; }

.articles-index .featured-posts__list {
  opacity: 1;
  transform: none; }
  .articles-index .featured-posts__list .image-base {
    opacity: 1; }

.articles-index__header {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      margin-top: 80px; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      margin-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      margin-top: 120px; } }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      margin-bottom: 80px; } }

.articles-index__title {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem; }
  @media only screen and (min-width: 768px) {
    .articles-index__title {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .articles-index__title {
      font-size: 5.4rem;
      line-height: 6.8rem; } }

.articles-index--no-filters .index-grid {
  margin-top: 80px; }

.articles-index--no-hero .featured-posts {
  padding-top: 120px; }
  @media only screen and (min-width: 1024px) {
    .articles-index--no-hero .featured-posts {
      padding-top: 240px; } }

.articles-index--hero--no-padding .featured-posts {
  padding-top: 0; }

.articles-index .hero-carousel {
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  .articles-index .hero-carousel .hero-carousel__list {
    padding-top: 74px;
    padding-left: 0vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-column-gap: 4.16667vw;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-areas: 'image-1 image-1' 'text-1 text-1' 'text-2 image-2' 'text-3 image-3'; }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-top: 154px; } }
    @media only screen and (min-width: 0) {
      .articles-index .hero-carousel .hero-carousel__list {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .articles-index .hero-carousel .hero-carousel__list {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 4.16667vw;
        grid-row-gap: 0;
        grid-template-areas: 'image image image' '. . .'; } }
    .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link {
      display: block;
      position: relative;
      opacity: 1;
      z-index: 0;
      transition: opacity 250ms ease-in-out; }
      @media only screen and (min-width: 768px) {
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link {
          grid-area: image;
          opacity: 0;
          pointer-events: none; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link.is-active {
            opacity: 1;
            z-index: 1;
            pointer-events: all; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link.is-first {
        grid-area: image-1; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link.is-first {
            grid-area: image; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 66.66667%; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper {
            padding-bottom: 56.25%; } }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper > picture,
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper > img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: all 250ms linear; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper img.-loaded {
            animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards; }
    .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link {
      display: block;
      padding: 0;
      text-align: left;
      position: relative;
      top: -4px;
      border-top: 4px solid transparent;
      z-index: 2;
      transition: border-top-color 250ms ease-in-out; }
      @media only screen and (min-width: 768px) {
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link {
          padding: 16px 0;
          text-align: center; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #e42313;
        transition: color 250ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category {
            font-size: 1.4rem;
            line-height: 1.9rem;
            letter-spacing: 0em; } }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category {
            color: #b1b1b1; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__title {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 0em;
        color: #181818;
        transition: color 250ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__title {
            font-size: 3.2rem;
            line-height: 4.4rem;
            letter-spacing: 0em; } }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__title {
            color: #b1b1b1; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category ~ .hero-carousel__title {
        margin-top: 16px; }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first {
        grid-area: text-1;
        padding-bottom: 32px; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first {
            grid-area: unset;
            padding: 16px 0; } }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first .hero-carousel__title {
          font-family: 'Univers', Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 3.3rem;
          line-height: 4rem;
          letter-spacing: 0em; }
          @media only screen and (min-width: 768px) {
            .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first .hero-carousel__title {
              font-size: 3.2rem;
              line-height: 4.4rem;
              letter-spacing: 0em; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__author {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 0em;
        display: none;
        margin-top: 16px;
        color: #181818;
        transition: color 250ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__author {
            font-size: 1.7rem;
            line-height: 2.6rem;
            letter-spacing: 0em;
            display: block; } }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__author {
            color: #b1b1b1; } }
      @media only screen and (min-width: 768px) {
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active {
          border-top-color: #e42313; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active .hero-carousel__category {
            color: #e42313; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active .hero-carousel__title {
            color: #181818; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active .hero-carousel__author {
            color: #181818; } }

.articles-index .perspectives_sections .filter-panel {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin-bottom: 0 !important;
  background: white;
  position: sticky;
  top: -1px;
  z-index: 20;
  border-bottom: 1px solid transparent;
  transition: top 50ms linear, border-bottom 700ms ease; }
  @media only screen and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media only screen and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw;
      padding-top: 29px !important;
      padding-bottom: 29px !important;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .articles-index .perspectives_sections .filter-panel.is-stuck {
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  .articles-index .perspectives_sections .filter-panel .filter-panel__anchor {
    transition: border-bottom 250ms ease;
    border-bottom: 1px solid transparent; }
    .articles-index .perspectives_sections .filter-panel .filter-panel__anchor.filter-panel__anchor-active {
      border-bottom: 1px solid #181818; }

.template-perspectives-index,
.template-perspectives-index .articles-index,
.template-perspectives-index .footer,
.template-perspectives-index .real-time-search,
.template-perspectives-index .real-time-search .search-in-progress,
.template-perspectives-index .real-time-search .search-results,
.template-perspectives-index .real-time-search .search-title,
.template-perspectives-index
.navigation:not(.-search-active):not(.-mobile-nav-active)
.navigation__wrapper {
  background: white;
  transition: background-color 700ms ease; }

.template-perspectives-index .search-scrim {
  background-color: rgba(255, 255, 255, 0.12); }

.template-perspectives-index.-header-compact .perspectives_sections .filter-panel {
  transition: top 150ms ease-out 350ms;
  top: 73px; }
  @media only screen and (min-width: 1024px) {
    .template-perspectives-index.-header-compact .perspectives_sections .filter-panel {
      top: 93px; } }

.search-page .search-form {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  .search-page .search-form__input, .search-page .search-form__input:hover, .search-page .search-form__input:focus, .search-page .search-form__input:-webkit-autofill, .search-page .search-form__input:-webkit-autofill:hover, .search-page .search-form__input:-webkit-autofill:focus {
    border: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px 50px 10px 0;
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    background-color: transparent;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .search-page .search-form__input, .search-page .search-form__input:hover, .search-page .search-form__input:focus, .search-page .search-form__input:-webkit-autofill, .search-page .search-form__input:-webkit-autofill:hover, .search-page .search-form__input:-webkit-autofill:focus {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-form__input, .search-page .search-form__input:hover, .search-page .search-form__input:focus, .search-page .search-form__input:-webkit-autofill, .search-page .search-form__input:-webkit-autofill:hover, .search-page .search-form__input:-webkit-autofill:focus {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .search-page .search-form__input::placeholder {
    color: #7f7f7f; }
  .search-page .search-form__button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-11px); }
    .search-page .search-form__button__icon {
      max-width: 100%;
      width: 45px;
      height: 22px; }
      .search-page .search-form__button__icon path {
        stroke: #181818; }

.search-page .search-result {
  margin-top: 64px; }
  @media only screen and (min-width: 1024px) {
    .search-page .search-result {
      margin-top: 120px; } }
  .search-page .search-result__count {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 24px; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__count {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__count {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__count {
        margin-top: 32px; } }
  .search-page .search-result__category {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    padding-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .search-page .search-result__title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: inline; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
  .search-page .search-result__anchor {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .search-page .search-result__anchor:hover {
      border-bottom: 1px solid #e42313; }
    .search-page .search-result__anchor--external {
      position: relative; }
      .search-page .search-result__anchor--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .search-page .search-result__anchor--external:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .search-page .search-result__anchor--external:after {
            padding: 19px 19px 0 0; } }
  .search-page .search-result__item {
    border-bottom: 1px solid rgba(24, 24, 24, 0.12);
    transition: border-bottom 250ms ease;
    margin-bottom: 32px;
    padding-bottom: 32px; }
    .search-page .search-result__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__item {
        margin-bottom: 64px;
        padding-bottom: 64px; } }
  .search-page .search-result__description {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: block;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__description {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__description {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .search-page .search-result__image {
    max-width: 100%;
    width: 100%; }
    .search-page .search-result__image-container {
      padding-top: 32px; }
      @media only screen and (min-width: 768px) {
        .search-page .search-result__image-container {
          padding-top: 0; } }
    .search-page .search-result__image-row {
      align-content: center;
      height: 100%; }
    .search-page .search-result__image-link {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .search-page .search-result__image-link {
          width: auto; } }

.team-members {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .team-members {
      margin-bottom: 120px; } }
  .team-members__wrapper {
    margin-top: 120px;
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    width: 100%; }
    .team-members__wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
    @media only screen and (min-width: 1024px) {
      .team-members__wrapper {
        margin-top: 240px; } }
  .team-members__roles {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    text-transform: capitalize; }
    @media only screen and (min-width: 768px) {
      .team-members__roles {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .team-members__roles {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
    .team-members__roles__role {
      border-bottom: 1px solid transparent;
      display: inline-block;
      cursor: pointer;
      margin-right: 24px; }
      .team-members__roles__role:last-child {
        margin-right: 0; }
      .team-members__roles__role.-active {
        border-bottom: 1px solid #181818; }
  .team-members__horizontal-rule {
    margin: 24px 0;
    border: none;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
    @media only screen and (min-width: 768px) {
      .team-members__horizontal-rule {
        margin: 32px 0; } }

.filters {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    .filters {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .filters {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 768px) {
    .filters {
      margin-bottom: 80px; } }
  .filters__label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .filters__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__label {
        display: inline;
        margin-bottom: 0; } }
  .filters__lead-in {
    margin-bottom: 8px; }
    @media only screen and (min-width: 1024px) {
      .filters__lead-in {
        display: inline;
        margin-bottom: 0; } }
  .filters__select-wrapper {
    position: relative; }
  .filters__select {
    margin: 0;
    border: 1px solid #181818;
    border-radius: 100px;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    width: 66.66667vw;
    padding: 6px 34px 6px 16px;
    margin-right: 20px;
    margin-top: 12px;
    -webkit-appearance: none;
    background-image: url("/static/svg/arrow_down.5aac0a6f1bb0.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px); }
    @media only screen and (min-width: 768px) {
      .filters__select {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__select {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      .filters__select {
        display: inline-block;
        margin-left: 12px;
        margin-top: 0;
        width: auto;
        line-height: 1.4em; } }
  .filters__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  .filters__apply-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    margin-top: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.4em; }
    @media only screen and (min-width: 768px) {
      .filters__apply-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__apply-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .filters__apply-button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .filters__apply-button {
        min-width: 100px;
        padding: 6px 32px; } }
    .filters__apply-button:disabled {
      border-color: #181818; }
    .filters__apply-button:enabled:hover, .filters__apply-button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .filters__apply-button:enabled:focus, .filters__apply-button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .filters__apply-button {
        line-height: 1.4em; } }
    @media only screen and (min-width: 1024px) {
      .filters__apply-button {
        margin-top: 0; } }
  @media only screen and (min-width: 1100px) {
    .filters {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; } }
  @media only screen and (min-width: 1100px) and (min-width: 768px) {
    .filters {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1100px) and (min-width: 1024px) {
    .filters {
      font-size: 2.4rem;
      line-height: 3.6rem; } }

.team-member {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  display: block;
  align-items: baseline;
  margin-right: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    .team-member {
      font-size: 5.3rem;
      letter-spacing: 0.02em;
      line-height: 6.3rem; } }
  @media only screen and (min-width: 1024px) {
    .team-member {
      font-size: 6.5rem;
      line-height: 7.8rem; } }
  @media only screen and (min-width: 768px) {
    .team-member {
      display: inline; } }
  .team-member__photo {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    overflow: hidden;
    border-radius: 100%;
    transition: opacity 250ms ease;
    margin-top: -10px; }
    @media only screen and (min-width: 768px) {
      .team-member__photo {
        width: 50px;
        height: 50px;
        margin-top: -20px; } }
  .team-member__img {
    width: 100%; }
  .team-member__name {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 2.4rem;
    transition: opacity 250ms ease, border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      .team-member__name {
        line-height: 4.8rem; } }
  .team-member--nowrap {
    white-space: nowrap; }
  .team-member.-inactive {
    pointer-events: none;
    display: inline; }
    .team-member.-inactive .team-member__photo,
    .team-member.-inactive .team-member__name {
      opacity: 0.2; }
  .team-member.-hidden {
    display: none; }
  .team-member:hover .team-member__name, .team-member:active .team-member__name {
    border-bottom: 1px solid #e42313; }

.template-team-member .page-hero__inner-wrapper .col-xs-20 {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .template-team-member .page-hero__inner-wrapper .col-xs-20 {
      display: block; } }

.template-team-member .body-copy {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin-top: 0 !important;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .body-copy {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .body-copy {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .body-copy {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .body-copy {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .body-copy {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .body-copy {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .body-copy h3:not(:first-child) {
    margin-top: calc(64px - 16px); }
  .template-team-member .body-copy cite {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy cite {
        font-size: 1.55rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .body-copy cite {
        font-size: 1.7rem; } }
  .template-team-member .body-copy--bio {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy--bio {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .template-team-member .body-copy--bio p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .template-team-member .body-copy--bio p {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media only screen and (min-width: 1024px) {
        .template-team-member .body-copy--bio p {
          font-size: 2.4rem;
          line-height: 3.6rem; } }
  .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        padding-top: 120px;
        padding-bottom: 120px; } }

.template-team-member .team-member-contact {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-contact {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-contact {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-contact {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-contact {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-contact {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-contact {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-contact__col {
    margin-bottom: 32px; }
    .template-team-member .team-member-contact__col:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact__col {
        margin-bottom: 0; } }
  .template-team-member .team-member-contact__header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 8px;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-contact__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .team-member-contact__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact__header {
        margin-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-contact__item {
      margin-bottom: 8px; }
      .template-team-member .team-member-contact__item:last-child {
        margin-bottom: 0; } }
  .template-team-member .team-member-contact__link {
    border-bottom: 1px solid #ffffff;
    transition: border-bottom 250ms ease; }
    .template-team-member .team-member-contact__link:hover {
      border-bottom: 1px solid #e42313; }
    .template-team-member .team-member-contact__link--external {
      position: relative; }
      .template-team-member .team-member-contact__link--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .template-team-member .team-member-contact__link--external:after {
        background-image: url("/static/svg/external_link_white.b29f94c050a7.svg"); }
  .template-team-member .team-member-contact + .-bg-color-charcoal {
    padding-top: 0;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        padding-bottom: 120px; } }

.template-team-member .relationship-list-intro {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list-intro {
      font-size: 5.3rem;
      letter-spacing: 0.02em;
      line-height: 6.3rem; } }
  @media only screen and (min-width: 1024px) {
    .template-team-member .relationship-list-intro {
      font-size: 6.5rem;
      line-height: 7.8rem; } }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list-intro {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list-intro {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list-intro {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list-intro {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list-intro {
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list-intro {
      padding-top: 120px; } }
  .template-team-member .relationship-list-intro__body a {
    border-color: #e42313; }
    .template-team-member .relationship-list-intro__body a:hover {
      border-color: #181818; }

.template-team-member .relationship-list {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list {
      margin-bottom: 120px; } }
  .template-team-member .relationship-list__table {
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__table {
        margin-bottom: 80px; } }
  .template-team-member .relationship-list__table-header-row {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(24, 24, 24, 0.2); }
  .template-team-member .relationship-list__table-header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__table-header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .relationship-list__table-header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .template-team-member .relationship-list__column {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    padding-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__column {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .relationship-list__column {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
    .template-team-member .relationship-list__column:last-of-type {
      padding-bottom: unset; }
    .template-team-member .relationship-list__column--no-sector {
      display: none; }
    .template-team-member .relationship-list__column--sector {
      padding-bottom: 8px; }
    @media only screen and (min-width: 1280px) {
      .template-team-member .relationship-list__column {
        padding-bottom: unset; }
        .template-team-member .relationship-list__column--no-sector {
          display: block; }
        .template-team-member .relationship-list__column--sector {
          padding-bottom: unset; } }
    .template-team-member .relationship-list__column-wrapper {
      padding: 24px 0; }
      @media only screen and (min-width: 768px) {
        .template-team-member .relationship-list__column-wrapper {
          margin-top: 64px;
          padding: 0;
          border: none; } }
      @media only screen and (min-width: 1280px) {
        .template-team-member .relationship-list__column-wrapper {
          margin-top: 32px; } }
      .template-team-member .relationship-list__column-wrapper.-hidden {
        display: none; }
    .template-team-member .relationship-list__column--name {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 2.3rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .template-team-member .relationship-list__column--name {
          font-size: 2.8rem;
          line-height: 3.8rem; } }
      @media only screen and (min-width: 1024px) {
        .template-team-member .relationship-list__column--name {
          font-size: 3.2rem;
          line-height: 4.4rem; } }
  .template-team-member .relationship-list__link {
    border-bottom: 1px solid currentColor; }
    .template-team-member .relationship-list__link:hover {
      border-color: #e42313; }
    .template-team-member .relationship-list__link--external {
      position: relative; }
      .template-team-member .relationship-list__link--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
    .template-team-member .relationship-list__link-ticker {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        .template-team-member .relationship-list__link-ticker {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .template-team-member .relationship-list__link-ticker {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  .template-team-member .relationship-list__button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .relationship-list__button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .template-team-member .relationship-list__button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .template-team-member .relationship-list__button:disabled {
      border-color: #181818; }
    .template-team-member .relationship-list__button:enabled:hover, .template-team-member .relationship-list__button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .template-team-member .relationship-list__button:enabled:focus, .template-team-member .relationship-list__button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button-wrapper {
        text-align: center; } }
    .template-team-member .relationship-list__button-text--expanded {
      display: none; }
    .template-team-member .relationship-list__button.-active .relationship-list__button-text--collapsed {
      display: none; }
    .template-team-member .relationship-list__button.-active .relationship-list__button-text--expanded {
      display: inline; }

.template-team-member__inner-wrapper {
  /* stylelint-disable-next-line no-descending-specificity */ }
  .template-team-member__inner-wrapper a:hover {
    color: #e42313;
    border-color: #e42313; }

.template-team-member .team-member-about-member {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-about-member {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-about-member {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-about-member {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-about-member {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-about-member {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-about-member {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-about-member .tabbed-blocks__nav {
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-about-member .tabbed-blocks__nav {
        margin-bottom: 80px; } }

.template-team-member .team-member-links {
  margin-top: 24px;
  order: 3;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-links {
      float: right;
      margin-top: 0; } }
  .template-team-member .team-member-links__item {
    margin-right: 16px;
    /* stylelint-disable-next-line no-descending-specificity */ }
    .template-team-member .team-member-links__item a {
      width: 48px;
      height: 48px;
      border: 1px solid #181818;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 0;
      transition: background-color cubic-bezier(0, 0, 0.3, 1) 100ms; }
      .template-team-member .team-member-links__item a svg {
        transition: fill cubic-bezier(0, 0, 0.3, 1) 100ms; }
      .template-team-member .team-member-links__item a:hover {
        background-color: #181818; }
        .template-team-member .team-member-links__item a:hover svg {
          fill: #eeebe5; }
    .template-team-member .team-member-links__item:last-child {
      margin-right: 0; }

.template-team-member .team-member-perspectives {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-perspectives {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-perspectives {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-perspectives {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-perspectives {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-perspectives {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-perspectives {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-perspectives .section-title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-perspectives .section-title {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .team-member-perspectives .section-title {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .template-team-member .team-member-perspectives .perspectives-section-block {
    --iv-background-color: $color-warm-gray;
    padding: 0;
    border-bottom: none; }
    .template-team-member .team-member-perspectives .perspectives-section-block .perspectives-carousel {
      margin: 0; }
  .template-team-member .team-member-perspectives .featured-posts__cta-button-wrapper {
    text-align: left; }
  .template-team-member .team-member-perspectives .featured-posts__cta-button {
    color: #181818; }

.template-team-member .team-member-video {
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  .template-team-member .team-member-video .video__description {
    padding-top: 2rem; }

.template-team-member .team-member-external-news {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-external-news {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-external-news {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-external-news {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-external-news {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-external-news {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-external-news {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-external-news .section-title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-external-news .section-title {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .team-member-external-news .section-title {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-external-news .section-title {
        margin-bottom: 80px; } }

/* Newsletter / Styles */
#popup_wrapper {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  animation: popup_slide_in 1400ms forwards; }
  #popup_wrapper > .row {
    background-color: #eeebe5;
    border-top: 1px solid rgba(24, 24, 24, 0.12);
    padding: 32px 0; }
  #popup_wrapper .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: transparent center center no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzE4MTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLjUxNSAxLjkyOUwxLjkyOS41MTUgMTcuNDg1IDE2LjA3bC0xLjQxNCAxLjQxNHoiLz48cGF0aCBkPSJNLjUxNSAxNi4wNzFMMTYuMDcuNTE1bDEuNDE0IDEuNDE0TDEuOTMgMTcuNDg1eiIvPjwvZz48L3N2Zz4K");
    background-size: 50%;
    cursor: pointer;
    z-index: 100; }
  #popup_wrapper.closing {
    animation: popup_slide_out 1400ms forwards; }

#hubspot_newsletter_form p {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    #hubspot_newsletter_form p {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    #hubspot_newsletter_form p {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

form.newsletter-form input[type='text'] {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  display: inline-block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #181818;
  padding: 5px;
  width: 100%;
  max-width: 400px;
  outline: none;
  margin-bottom: 16px;
  opacity: 0.8;
  transition: opacity 250ms ease;
  line-height: 42px; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='text'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    form.newsletter-form input[type='text'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='text'] {
      line-height: 29px; } }
  form.newsletter-form input[type='text']:focus {
    opacity: 1; }
  form.newsletter-form input[type='text'].-hidden {
    display: none; }
  form.newsletter-form input[type='text']:-webkit-autofill, form.newsletter-form input[type='text']:-webkit-autofill:hover, form.newsletter-form input[type='text']:-webkit-autofill:focus, form.newsletter-form input[type='text']:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #eeebe5 inset !important;
    -webkit-text-fill-color: black !important; }

form.newsletter-form input[type='submit'] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  border-radius: 36px;
  min-width: 162px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
  color: #181818;
  border: 1px solid #e42313;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='submit'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    form.newsletter-form input[type='submit'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  form.newsletter-form input[type='submit']:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='submit'] {
      min-width: 100px;
      padding: 6px 32px; } }
  form.newsletter-form input[type='submit']:disabled {
    border-color: #181818; }
  form.newsletter-form input[type='submit']:enabled:hover, form.newsletter-form input[type='submit'].button-label:hover {
    background-color: #e42313;
    color: #ffffff; }
  form.newsletter-form input[type='submit']:enabled:focus, form.newsletter-form input[type='submit'].button-label:focus {
    background-color: #e42313;
    color: #ffffff;
    outline: none; }
  form.newsletter-form input[type='submit'].-hidden {
    display: none; }

form.newsletter-form input[type='text'] + input[type='submit'] {
  margin-left: 32px; }

form.newsletter-form span.message {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 16px;
  vertical-align: bottom;
  animation: form_error_fade 250ms forwards;
  display: block; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form span.message {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    form.newsletter-form span.message {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  form.newsletter-form span.message.error {
    color: #fa645a; }
  form.newsletter-form span.message.success {
    color: #181818; }

@keyframes popup_slide_in {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }

@keyframes popup_slide_out {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }

@keyframes form_error_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#popup_wrapper .-bg-color-charcoal {
  background-color: #181818;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }
  #popup_wrapper .-bg-color-charcoal + .close {
    filter: invert(1); }
  #popup_wrapper .-bg-color-charcoal span.message.success {
    color: white; }
  #popup_wrapper .-bg-color-charcoal input[type='text'] {
    border-bottom: 1px solid #eeebe5;
    color: white; }
    #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill, #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill:hover, #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill:focus, #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #181818 inset !important;
      -webkit-text-fill-color: white !important; }
  #popup_wrapper .-bg-color-charcoal input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      #popup_wrapper .-bg-color-charcoal input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #popup_wrapper .-bg-color-charcoal input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      #popup_wrapper .-bg-color-charcoal input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:disabled {
      border-color: #ffffff; }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:enabled:hover, #popup_wrapper .-bg-color-charcoal input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:enabled:focus, #popup_wrapper .-bg-color-charcoal input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    #popup_wrapper .-bg-color-charcoal input[type='submit'].-hidden {
      display: none; }

.newsletter__unsubscribe__wrapper {
  margin-top: 120px;
  padding-bottom: 64px;
  transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  transform: translateY(30px); }
  .newsletter__unsubscribe__wrapper.-scroll-active {
    opacity: 1;
    transform: none; }
  @media only screen and (min-width: 1024px) {
    .newsletter__unsubscribe__wrapper {
      margin-top: 240px; } }
  .newsletter__unsubscribe__wrapper p {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .newsletter__unsubscribe__wrapper p {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .newsletter__unsubscribe__wrapper p {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .newsletter__unsubscribe__wrapper a {
    color: #e42313; }

/* Styles for third-party libraries */
/* Styles for general helper classes */
.-off-screen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; }

.-hidden,
.-inactive {
  display: none; }

.-visible {
  display: block; }

.nowrap {
  white-space: nowrap; }

:root {
  --iv-background-color: #ffffff;
  --iv-text-color: #181818;
  --iv-highlight-color: #e42313; }

.-bg-color-charcoal {
  --iv-background-color: #181818;
  --iv-text-color: #ffffff;
  --iv-highlight-color: #e42313; }
