/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraLight.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraLight.woff2") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraLightItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraLightItalic.woff2") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-Light.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-Light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-LightItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-LightItalic.woff2") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-RegularItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-RegularItalic.woff2") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-Medium.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-Medium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-MediumItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-MediumItalic.woff2") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-SemiBold.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-SemiBold.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-SemiBoldItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-SemiBoldItalic.woff2") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-Bold.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-BoldItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-BoldItalic.woff2") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraBold.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraBold.woff2") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Comcast New Vision";
  src: url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraBoldItalic.otf") format("opentype"),url("/resources/corporate/assets/fonts/ComcastNewVision-ExtraBoldItalic.woff2") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "comcorp-icons";
  src: url("/resources/corporate/assets/fonts/comcorp-icons.eot?lf89jd");
  src: url("/resources/corporate/assets/fonts/comcorp-icons.eot?lf89jd#iefix") format("embedded-opentype"),url("/resources/corporate/assets/fonts/comcorp-icons.ttf?lf89jd") format("truetype"),url("/resources/corporate/assets/fonts/comcorp-icons.woff?lf89jd") format("woff"),url("/resources/corporate/assets/fonts/comcorp-icons.svg?lf89jd#comcorp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.type-heading-1 {
  font-weight: 700;
}

.type-heading-1 {
  font-size: 1.75rem;
}

@media screen and (min-width: 25rem) {
  .type-heading-1 {
    font-size: calc(2.2727272727vw + 1.1818181818rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-heading-1 {
    font-size: 3rem;
  }
}

.type-heading-1 {
  line-height: 2.125rem;
}

@media screen and (min-width: 25rem) {
  .type-heading-1 {
    line-height: calc(2.7272727273vw + 1.4431818182rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-heading-1 {
    line-height: 3.625rem;
  }
}

.type-heading-1--static {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.type-heading-2 {
  font-weight: 400;
}

.type-heading-2 {
  font-size: 1.5rem;
}

@media screen and (min-width: 25rem) {
  .type-heading-2 {
    font-size: calc(2.3863636364vw + 0.9034090909rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-heading-2 {
    font-size: 2.8125rem;
  }
}

.type-heading-2 {
  line-height: 1.8125rem;
}

@media screen and (min-width: 25rem) {
  .type-heading-2 {
    line-height: calc(2.8409090909vw + 1.1022727273rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-heading-2 {
    line-height: 3.375rem;
  }
}

.type-sub-heading-1 {
  font-weight: 700;
}

.type-sub-heading-1 {
  font-size: 1.5rem;
}

@media screen and (min-width: 25rem) {
  .type-sub-heading-1 {
    font-size: calc(0.4545454545vw + 1.3863636364rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-sub-heading-1 {
    font-size: 1.75rem;
  }
}

.type-sub-heading-1 {
  line-height: 1.8125rem;
}

@media screen and (min-width: 25rem) {
  .type-sub-heading-1 {
    line-height: calc(0.5681818182vw + 1.6704545455rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-sub-heading-1 {
    line-height: 2.125rem;
  }
}

.type-sub-heading-2 {
  font-weight: 700;
}

.type-sub-heading-2 {
  font-size: 1.3125rem;
}

@media screen and (min-width: 25rem) {
  .type-sub-heading-2 {
    font-size: calc(0.3409090909vw + 1.2272727273rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-sub-heading-2 {
    font-size: 1.5rem;
  }
}

.type-sub-heading-2 {
  line-height: 1.5625rem;
}

@media screen and (min-width: 25rem) {
  .type-sub-heading-2 {
    line-height: calc(0.4545454545vw + 1.4488636364rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-sub-heading-2 {
    line-height: 1.8125rem;
  }
}

.type-sub-heading-3 {
  font-weight: 700;
}

.type-sub-heading-3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 25rem) {
  .type-sub-heading-3 {
    font-size: calc(0.3409090909vw + 1.0397727273rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-sub-heading-3 {
    font-size: 1.3125rem;
  }
}

.type-sub-heading-3 {
  line-height: 1.375rem;
}

@media screen and (min-width: 25rem) {
  .type-sub-heading-3 {
    line-height: calc(0.3409090909vw + 1.2897727273rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-sub-heading-3 {
    line-height: 1.5625rem;
  }
}

.breaker-big--versiontwofive .breaker-big__subheader,
p,
ul,
.type-copy,
.cc-form-input {
  font-weight: 300;
}

.breaker-big--versiontwofive .breaker-big__subheader,
p,
ul,
.type-copy,
.cc-form-input {
  font-size: 1rem;
}

@media screen and (min-width: 25rem) {
  .breaker-big--versiontwofive .breaker-big__subheader,
  p,
  ul,
  .type-copy,
  .cc-form-input {
    font-size: calc(0.5681818182vw + 0.8579545455rem);
  }
}

@media screen and (min-width: 80rem) {
  .breaker-big--versiontwofive .breaker-big__subheader,
  p,
  ul,
  .type-copy,
  .cc-form-input {
    font-size: 1.3125rem;
  }
}

.breaker-big--versiontwofive .breaker-big__subheader,
p,
ul,
.type-copy,
.cc-form-input {
  line-height: 1.875rem;
}

@media screen and (min-width: 25rem) {
  .breaker-big--versiontwofive .breaker-big__subheader,
  p,
  ul,
  .type-copy,
  .cc-form-input {
    line-height: calc(0.8295454545vw + 1.6676136364rem);
  }
}

@media screen and (min-width: 80rem) {
  .breaker-big--versiontwofive .breaker-big__subheader,
  p,
  ul,
  .type-copy,
  .cc-form-input {
    line-height: 2.33125rem;
  }
}

.type-copy--small {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
}

.type-caption-1 {
  font-size: .875rem;
  line-height: 1.0625rem;
  font-weight: 400;
}

.type-caption-2 {
  font-size: .75rem;
  line-height: .9375rem;
  font-weight: 400;
}

.type-overline {
  font-size: .5625rem;
  line-height: .6875rem;
  font-weight: 400;
  text-transform: uppercase;
}

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

.type-serif {
  font-family: "freight-display-pro","Times New Roman","Times",serif;
}

.type-heading-0 {
  font-weight: 400;
}

.type-heading-0 {
  font-size: 1.75rem;
}

@media screen and (min-width: 25rem) {
  .type-heading-0 {
    font-size: calc(2.2727272727vw + 1.1818181818rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-heading-0 {
    font-size: 3rem;
  }
}

.type-heading-0 {
  line-height: 2.125rem;
}

@media screen and (min-width: 25rem) {
  .type-heading-0 {
    line-height: calc(2.7272727273vw + 1.4431818182rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-heading-0 {
    line-height: 3.625rem;
  }
}

.type-copy-tight {
  font-weight: 300;
}

.type-copy-tight {
  font-size: 1rem;
}

@media screen and (min-width: 25rem) {
  .type-copy-tight {
    font-size: calc(0.2272727273vw + 0.9431818182rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-copy-tight {
    font-size: 1.125rem;
  }
}

.type-copy-tight {
  line-height: 1.1875rem;
}

@media screen and (min-width: 25rem) {
  .type-copy-tight {
    line-height: calc(0.3409090909vw + 1.1022727273rem);
  }
}

@media screen and (min-width: 80rem) {
  .type-copy-tight {
    line-height: 1.375rem;
  }
}

:root {
  --color-rainbow-yellow: #fdb913;
  --color-rainbow-orange: #f36f21;
  --color-rainbow-red: #c9234a;
  --color-rainbow-purple: #645faa;
  --color-rainbow-blue: #0089cf;
  --color-rainbow-green: #0db14b;
}

.visibly-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\F120";
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  border-radius: .3em;
  transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: hsl(216,18.8679245283%,53.7843137255%);
  background-color: hsla(216,18.8679245283%,53.7843137255%,.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0,0,0,.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog>* {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content>* {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: hsl(216,18.8679245283%,53.7843137255%);
  background-color: hsla(216,18.8679245283%,53.7843137255%,.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43,51,63,.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s,opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s,opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button>.vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button>.vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em #fff;
}

.video-js *:not(.vjs-visible-text)>.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -0.5em;
  top: -.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: hsla(216,18.8679245283%,53.7843137255%,.5);
}

.video-js .vjs-load-progress div {
  background: hsla(216,18.8679245283%,53.7843137255%,.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: hsla(0,0%,100%,.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: hsl(216,18.8679245283%,53.7843137255%);
  background-color: hsla(216,18.8679245283%,53.7843137255%,.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width .1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: hsla(0,0%,100%,.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial,Helvetica,sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43,51,63,.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear .3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: rgba(0,0,0,0);
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: hsl(216,18.8679245283%,53.7843137255%);
  }

  20% {
    border-top-color: hsl(216,18.8679245283%,53.7843137255%);
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: hsl(216,18.8679245283%,53.7843137255%);
  }

  100% {
    border-top-color: hsl(216,18.8679245283%,53.7843137255%);
  }
}

.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43,51,63,.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting>select {
  margin-right: 1em;
  margin-bottom: .5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span>select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43,51,63,.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js>*:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: rgba(0,0,0,0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0,0,0,0);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

:root {
  --header-region-offset: var(--totalHeaderHeight);
}

* {
  box-sizing: border-box;
  font-variant-ligatures: none;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body:not(.cc-page-wrapper--fluid) main {
  margin-left: auto;
  margin-right: auto;
}

body:not(.cc-page-wrapper--fluid) main::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  body:not(.cc-page-wrapper--fluid) main {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.main-wrapper {
  background-color: #fff;
}

.timeline-page .main-wrapper {
  height: 100%;
}

body {
  background-color: #f7f7f7;
}

@media screen and (max-width: 64.1875rem) {
  body.navigation--open {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
}

a {
  text-decoration: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
          appearance: none;
}

.element-invisible,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

html {
  font-size: 100%;
}

body,
button,
select,
input {
  font-family: "Comcast New Vision","Futura",sans-serif;
}

body:after {
  content: "mobile";
  display: none;
}

@media (min-width: 47.75rem) {
  body:after {
    content: "tablet";
  }
}

@media (min-width: 64.25rem) {
  body:after {
    content: "desktop";
  }
}

.video-js {
  color: #fff;
  font-size: .625rem;
}

.video-js .vjs-tech {
  position: static;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 64.25rem) {
  .video-js .vjs-tech {
    width: auto;
    height: auto;
  }
}

.video-js.vjs-fluid .vjs-tech {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-control-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.vjs-poster {
  background-size: cover;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  background-color: #222;
  background-color: rgba(34,34,34,.7);
  font-family: Comcast New Vision, Futura, sans-serif;
}

.video-js .vjs-slider {
  background-color: hsl(0,0%,46.3333333333%);
  background-color: hsla(0,0%,46.3333333333%,.5);
}

.video-js .vjs-volume-level,
.video-js .vjs-slider-bar {
  background: #fff;
}

.video-js .vjs-control-bar {
  z-index: 200;
}

.video-js .vjs-play-progress {
  background: #cb1f47;
}

.video-js .vjs-load-progress {
  background: rgb(181.9,181.9,181.9);
  background: hsla(0,0%,46.3333333333%,.5);
}

.video-js .vjs-load-progress div {
  background: hsl(0,0%,96.3333333333%);
  background: hsla(0,0%,46.3333333333%,.75);
}

.vjs-youtube-mobile .vjs-big-play-button {
  display: block !important;
}

.vjs-button>.vjs-icon-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.vjs-button>.vjs-icon-placeholder::before {
  font-size: 1.125rem;
}

.video-js .vjs-default-skin .vjs-big-play-button,
.video-js.vjs-default-skin .vjs-big-play-button {
  top: 50%;
  left: 50%;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0;
  border: 0;
  background-color: rgba(0,0,0,.45);
  border-radius: 100%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.video-js .vjs-default-skin .vjs-big-play-button:focus,
.video-js.vjs-default-skin .vjs-big-play-button:focus {
  outline: none;
}

.video-js .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js.vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}

.video-js .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after,
.video-js.vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after {
  content: "\E90A";
}

.video-js .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after,
.video-js.vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  font-size: 4.125rem;
  transform: translate(-3px, -3px);
}

.video-js .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button,
.video-js .vjs-default-skin.vjs-has-started .vjs-big-play-button,
.video-js .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button,
.video-js .vjs-default-skin.vjs-error .vjs-big-play-button,
.video-js.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button,
.video-js.vjs-default-skin.vjs-has-started .vjs-big-play-button,
.video-js.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button,
.video-js.vjs-default-skin.vjs-error .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-default-skin .vjs-poster,
.video-js.vjs-default-skin .vjs-poster {
  background-size: cover;
  background-color: #fff;
}

.video-js .vjs-default-skin .vjs-poster::after,
.video-js.vjs-default-skin .vjs-poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .video-js .vjs-default-skin .vjs-poster::after,
.e-text-color--black .video-js.vjs-default-skin .vjs-poster::after {
  opacity: 0;
}

.e-text-color--dark .video-js .vjs-default-skin .vjs-poster::after,
.e-text-color--dark .video-js.vjs-default-skin .vjs-poster::after {
  opacity: 0;
}

.e-text-color--info .video-js .vjs-default-skin .vjs-poster::after,
.e-text-color--info .video-js.vjs-default-skin .vjs-poster::after {
  opacity: 0;
}

.e-text-color--on-warning .video-js .vjs-default-skin .vjs-poster::after,
.e-text-color--on-warning .video-js.vjs-default-skin .vjs-poster::after {
  opacity: 0;
}

.e-text-color--alert .video-js .vjs-default-skin .vjs-poster::after,
.e-text-color--alert .video-js.vjs-default-skin .vjs-poster::after {
  opacity: 0;
}

.e-text-color--success .video-js .vjs-default-skin .vjs-poster::after,
.e-text-color--success .video-js.vjs-default-skin .vjs-poster::after {
  opacity: 0;
}

@media (min-width: 47.75rem) {
  .video-js .vjs-default-skin .vjs-big-play-button,
  .video-js.vjs-default-skin .vjs-big-play-button {
    width: 4.625rem;
    height: 4.625rem;
  }

  .video-js .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after,
  .video-js.vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after {
    font-family: comcorp-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    width: 5rem;
    height: 5rem;
    font-size: 5rem;
    transform: translate(-3px, -3px);
  }
}

@media (min-width: 64.25rem) {
  .video-js .vjs-default-skin .vjs-big-play-button,
  .video-js.vjs-default-skin .vjs-big-play-button {
    width: 7.4375rem;
    height: 7.4375rem;
  }

  .video-js .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after,
  .video-js.vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder::after {
    font-family: comcorp-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    width: 7.8125rem;
    height: 7.8125rem;
    font-size: 7.8125rem;
    transform: translate(-3px, -3px);
  }
}

.e-type-style--mega,
.e-type-style--mega-small {
  font-size: 5.25rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-contrast,
.e-type-style--mega-small-contrast {
  font-size: 5.25rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-medium {
  font-size: 9.375rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-medium-contrast {
  font-size: 9.375rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-large {
  font-size: 15.625rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-large-contrast {
  font-size: 15.625rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--mega-small\@mobile {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-small-contrast\@mobile {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium\@mobile {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium-contrast\@mobile {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large\@mobile {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large-contrast\@mobile {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--mega-small\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-small-contrast\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium-contrast\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large-contrast\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--mega-small\@tablet {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-small-contrast\@tablet {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium\@tablet {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium-contrast\@tablet {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large\@tablet {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large-contrast\@tablet {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--mega-small\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-small-contrast\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium-contrast\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large-contrast\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--mega-small\@desktop {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-small-contrast\@desktop {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium\@desktop {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium-contrast\@desktop {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large\@desktop {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large-contrast\@desktop {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--mega-small\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-small-contrast\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-medium-contrast\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-large-contrast\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

/*! end: e-type-style--mega */

.e-type-style--mega-thin,
.e-type-style--mega-thin-small {
  font-size: 5.25rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-thin-contrast,
.e-type-style--mega-thin-small-contrast {
  font-size: 5.25rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-thin-medium {
  font-size: 9.375rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-thin-medium-contrast {
  font-size: 9.375rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-thin-large {
  font-size: 15.625rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-thin-large-contrast {
  font-size: 15.625rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--mega-thin-small\@mobile {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-small-contrast\@mobile {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium\@mobile {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium-contrast\@mobile {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large\@mobile {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large-contrast\@mobile {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--mega-thin-small\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-small-contrast\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium-contrast\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large-contrast\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--mega-thin-small\@tablet {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-small-contrast\@tablet {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium\@tablet {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium-contrast\@tablet {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large\@tablet {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large-contrast\@tablet {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--mega-thin-small\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-small-contrast\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium-contrast\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large-contrast\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--mega-thin-small\@desktop {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-small-contrast\@desktop {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium\@desktop {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium-contrast\@desktop {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large\@desktop {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large-contrast\@desktop {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--mega-thin-small\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-small-contrast\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-medium-contrast\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-thin-large-contrast\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

/*! end: e-type-style--mega-thin */

.e-type-style--mega-light,
.e-type-style--mega-light-small {
  font-size: 5.25rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-light-contrast,
.e-type-style--mega-light-small-contrast {
  font-size: 5.25rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-light-medium {
  font-size: 9.375rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-light-medium-contrast {
  font-size: 9.375rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-light-large {
  font-size: 15.625rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-light-large-contrast {
  font-size: 15.625rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--mega-light-small\@mobile {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-small-contrast\@mobile {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium\@mobile {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium-contrast\@mobile {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large\@mobile {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large-contrast\@mobile {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--mega-light-small\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-small-contrast\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium-contrast\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large-contrast\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--mega-light-small\@tablet {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-small-contrast\@tablet {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium\@tablet {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium-contrast\@tablet {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large\@tablet {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large-contrast\@tablet {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--mega-light-small\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-small-contrast\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium-contrast\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large-contrast\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--mega-light-small\@desktop {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-small-contrast\@desktop {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium\@desktop {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium-contrast\@desktop {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large\@desktop {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large-contrast\@desktop {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--mega-light-small\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-small-contrast\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-medium-contrast\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-light-large-contrast\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

/*! end: e-type-style--mega-light */

.e-type-style--mega-strong,
.e-type-style--mega-strong-small {
  font-size: 5.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-strong-contrast,
.e-type-style--mega-strong-small-contrast {
  font-size: 5.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-strong-medium {
  font-size: 9.375rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-strong-medium-contrast {
  font-size: 9.375rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-strong-large {
  font-size: 15.625rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.e-type-style--mega-strong-large-contrast {
  font-size: 15.625rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--mega-strong-small\@mobile {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-small-contrast\@mobile {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium\@mobile {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium-contrast\@mobile {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large\@mobile {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large-contrast\@mobile {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--mega-strong-small\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-small-contrast\@lt-mobile {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium-contrast\@lt-mobile {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large-contrast\@lt-mobile {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--mega-strong-small\@tablet {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-small-contrast\@tablet {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium\@tablet {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium-contrast\@tablet {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large\@tablet {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large-contrast\@tablet {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--mega-strong-small\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-small-contrast\@lt-tablet {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium-contrast\@lt-tablet {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large-contrast\@lt-tablet {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--mega-strong-small\@desktop {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-small-contrast\@desktop {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium\@desktop {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium-contrast\@desktop {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large\@desktop {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large-contrast\@desktop {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--mega-strong-small\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-small-contrast\@lt-desktop {
    font-size: 5.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-medium-contrast\@lt-desktop {
    font-size: 9.375rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .e-type-style--mega-strong-large-contrast\@lt-desktop {
    font-size: 15.625rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
  }
}

/*! end: e-type-style--mega-strong */

.e-type-style--jumbo,
.e-type-style--jumbo-small {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-contrast,
.e-type-style--jumbo-small-contrast {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-medium {
  font-size: 6.875rem;
  font-weight: 400;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-medium-contrast {
  font-size: 6.875rem;
  font-weight: 400;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-large {
  font-size: 6.875rem;
  font-weight: 400;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-large-contrast {
  font-size: 6.875rem;
  font-weight: 400;
  letter-spacing: .0072727273em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--jumbo-small\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium\@mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large\@mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--jumbo-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--jumbo-small\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium\@tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large\@tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--jumbo-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--jumbo-small\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium\@desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large\@desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--jumbo-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-medium-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-large-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 400;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

/*! end: e-type-style--jumbo */

.e-type-style--jumbo-light,
.e-type-style--jumbo-light-small {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-light-contrast,
.e-type-style--jumbo-light-small-contrast {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-light-medium {
  font-size: 6.875rem;
  font-weight: 300;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-light-medium-contrast {
  font-size: 6.875rem;
  font-weight: 300;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-light-large {
  font-size: 6.875rem;
  font-weight: 300;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-light-large-contrast {
  font-size: 6.875rem;
  font-weight: 300;
  letter-spacing: .0072727273em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--jumbo-light-small\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium\@mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large\@mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--jumbo-light-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--jumbo-light-small\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium\@tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large\@tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--jumbo-light-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--jumbo-light-small\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium\@desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large\@desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--jumbo-light-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-medium-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-light-large-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 300;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

/*! end: e-type-style--jumbo-light */

.e-type-style--jumbo-strong,
.e-type-style--jumbo-strong-small {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-strong-contrast,
.e-type-style--jumbo-strong-small-contrast {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-strong-medium {
  font-size: 6.875rem;
  font-weight: 700;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-strong-medium-contrast {
  font-size: 6.875rem;
  font-weight: 700;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-strong-large {
  font-size: 6.875rem;
  font-weight: 700;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-strong-large-contrast {
  font-size: 6.875rem;
  font-weight: 700;
  letter-spacing: .0072727273em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--jumbo-strong-small\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium\@mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large\@mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--jumbo-strong-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--jumbo-strong-small\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium\@tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large\@tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--jumbo-strong-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--jumbo-strong-small\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium\@desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large\@desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--jumbo-strong-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-medium-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-strong-large-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 700;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

/*! end: e-type-style--jumbo-strong */

.e-type-style--jumbo-thin,
.e-type-style--jumbo-thin-small {
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-thin-contrast,
.e-type-style--jumbo-thin-small-contrast {
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: .0073em;
  line-height: normal;
}

.e-type-style--jumbo-thin-medium {
  font-size: 6.875rem;
  font-weight: 100;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-thin-medium-contrast {
  font-size: 6.875rem;
  font-weight: 100;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-thin-large {
  font-size: 6.875rem;
  font-weight: 100;
  letter-spacing: .0072727273em;
  line-height: normal;
}

.e-type-style--jumbo-thin-large-contrast {
  font-size: 6.875rem;
  font-weight: 100;
  letter-spacing: .0072727273em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--jumbo-thin-small\@mobile {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium\@mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large\@mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large-contrast\@mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--jumbo-thin-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large-contrast\@lt-mobile {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--jumbo-thin-small\@tablet {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium\@tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large\@tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large-contrast\@tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--jumbo-thin-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large-contrast\@lt-tablet {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--jumbo-thin-small\@desktop {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium\@desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large\@desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large-contrast\@desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--jumbo-thin-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 100;
    letter-spacing: .0073em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-medium-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }

  .e-type-style--jumbo-thin-large-contrast\@lt-desktop {
    font-size: 6.875rem;
    font-weight: 100;
    letter-spacing: .0072727273em;
    line-height: normal;
  }
}

/*! end: e-type-style--jumbo-thin */

.e-type-style--headline,
.e-type-style--headline-small,
.fourOhFour__top,
.header__title {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.21;
}

.e-type-style--headline-contrast,
.e-type-style--headline-small-contrast,
.header-homepage__slide__title {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.21;
}

.e-type-style--headline-medium {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: 1.17;
}

.e-type-style--headline-medium-contrast {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.17;
}

.e-type-style--headline-large {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.23;
}

.e-type-style--headline-large-contrast {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .0270833333em;
  line-height: 1.23;
}

@media (min-width: 0rem) {
  .e-type-style--headline-small\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-medium\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-medium-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-large\@mobile {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.23;
  }

  .e-type-style--headline-large-contrast\@mobile {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0270833333em;
    line-height: 1.23;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--headline-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-medium\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-medium-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-large\@lt-mobile {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.23;
  }

  .e-type-style--headline-large-contrast\@lt-mobile {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0270833333em;
    line-height: 1.23;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--headline-small\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-medium\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-medium-contrast\@tablet,
  .header-homepage__slide__title {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-large\@tablet {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.23;
  }

  .e-type-style--headline-large-contrast\@tablet {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0270833333em;
    line-height: 1.23;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--headline-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-medium\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-medium-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-large\@lt-tablet {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.23;
  }

  .e-type-style--headline-large-contrast\@lt-tablet {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0270833333em;
    line-height: 1.23;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--headline-small\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-medium\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-medium-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-large\@desktop,
  .fourOhFour__top,
  .header:not(.header--article) .header__title,
  .header--article .header__title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.23;
  }

  .e-type-style--headline-large-contrast\@desktop,
  .header-homepage__slide__title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0270833333em;
    line-height: 1.23;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--headline-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-medium\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-medium-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-large\@lt-desktop {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.23;
  }

  .e-type-style--headline-large-contrast\@lt-desktop {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .0270833333em;
    line-height: 1.23;
  }
}

/*! end: e-type-style--headline */

.e-type-style--headline-alt,
.e-type-style--headline-alt-small {
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: .0194444444em;
  line-height: 1.14;
}

.e-type-style--headline-alt-contrast,
.e-type-style--headline-alt-small-contrast,
.timeline-landing__title {
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: .0194444444em;
  line-height: 1.14;
}

.e-type-style--headline-alt-medium {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.45;
}

.e-type-style--headline-alt-medium-contrast,
.timeline-navigation-drawer-desktop__header {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.45;
}

.e-type-style--headline-alt-large {
  font-size: 2.8125rem;
  font-weight: 300;
  letter-spacing: .0288888889em;
  line-height: 1.32;
}

.e-type-style--headline-alt-large-contrast {
  font-size: 2.8125rem;
  font-weight: 300;
  letter-spacing: .0288888889em;
  line-height: 1.32;
}

@media (min-width: 0rem) {
  .e-type-style--headline-alt-small\@mobile {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-small-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-medium\@mobile {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-medium-contrast\@mobile {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-large\@mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }

  .e-type-style--headline-alt-large-contrast\@mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--headline-alt-small\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-small-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-medium\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-medium-contrast\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-large\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }

  .e-type-style--headline-alt-large-contrast\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--headline-alt-small\@tablet {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-small-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-medium\@tablet {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-medium-contrast\@tablet {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-large\@tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }

  .e-type-style--headline-alt-large-contrast\@tablet,
  .timeline-landing__title {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--headline-alt-small\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-small-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-medium\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-medium-contrast\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-large\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }

  .e-type-style--headline-alt-large-contrast\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--headline-alt-small\@desktop {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-small-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-medium\@desktop {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-medium-contrast\@desktop {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-large\@desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }

  .e-type-style--headline-alt-large-contrast\@desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--headline-alt-small\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-small-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: .0194444444em;
    line-height: 1.14;
  }

  .e-type-style--headline-alt-medium\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-medium-contrast\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.45;
  }

  .e-type-style--headline-alt-large\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }

  .e-type-style--headline-alt-large-contrast\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: .0288888889em;
    line-height: 1.32;
  }
}

/*! end: e-type-style--headline-alt */

.e-type-style--headline-alt-alt,
.e-type-style--headline-alt-alt-small {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.21;
}

.e-type-style--headline-alt-alt-contrast,
.e-type-style--headline-alt-alt-small-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.21;
}

.e-type-style--headline-alt-alt-medium {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: 1.17;
}

.e-type-style--headline-alt-alt-medium-contrast,
.timeline-navigation-drawer__header {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.17;
}

.e-type-style--headline-alt-alt-large {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

.e-type-style--headline-alt-alt-large-contrast {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

@media (min-width: 0rem) {
  .e-type-style--headline-alt-alt-small\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-medium\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-medium-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-large\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-large-contrast\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--headline-alt-alt-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-medium\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-medium-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-large\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-large-contrast\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--headline-alt-alt-small\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-medium\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-medium-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-large\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-large-contrast\@tablet,
  .timeline-navigation-drawer__header {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--headline-alt-alt-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-medium\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-medium-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-large\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-large-contrast\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--headline-alt-alt-small\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-medium\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-medium-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-large\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-large-contrast\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--headline-alt-alt-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-medium\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-medium-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.17;
  }

  .e-type-style--headline-alt-alt-large\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-large-contrast\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

/*! end: e-type-style--headline-alt-alt */

.e-type-style--headline-alt-alt-alt,
.e-type-style--headline-alt-alt-alt-small,
.header:not(.header--article).header--small .header__title {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0285714286em;
  line-height: 1.21;
}

.e-type-style--headline-alt-alt-alt-contrast,
.e-type-style--headline-alt-alt-alt-small-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.21;
}

.e-type-style--headline-alt-alt-alt-medium {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: .0138888889em;
  line-height: 1.1667;
}

.e-type-style--headline-alt-alt-alt-medium-contrast {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.1667;
}

.e-type-style--headline-alt-alt-alt-large {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

.e-type-style--headline-alt-alt-alt-large-contrast {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

@media (min-width: 0rem) {
  .e-type-style--headline-alt-alt-alt-small\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0285714286em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-medium\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-medium-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-large\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-alt-large-contrast\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--headline-alt-alt-alt-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0285714286em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-medium\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-medium-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-large\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-alt-large-contrast\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--headline-alt-alt-alt-small\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0285714286em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-medium\@tablet,
  .header__title {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-medium-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-large\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-alt-large-contrast\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--headline-alt-alt-alt-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0285714286em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-medium\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-medium-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-large\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-alt-large-contrast\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--headline-alt-alt-alt-small\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0285714286em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-medium\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-medium-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-large\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-alt-large-contrast\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--headline-alt-alt-alt-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0285714286em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-medium\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-medium-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-large\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--headline-alt-alt-alt-large-contrast\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

/*! end: e-type-style--headline-alt-alt-alt */

.e-type-style--headline-alt-alt-alt-alt,
.e-type-style--headline-alt-alt-alt-alt-small {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0214285714em;
  line-height: 1.21;
}

.e-type-style--headline-alt-alt-alt-alt-contrast,
.e-type-style--headline-alt-alt-alt-alt-small-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.21;
}

.e-type-style--headline-alt-alt-alt-alt-medium {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: .0138888889em;
  line-height: 1.1667;
}

.e-type-style--headline-alt-alt-alt-alt-medium-contrast {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.1667;
}

.e-type-style--headline-alt-alt-alt-alt-large {
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: .0119047619em;
  line-height: 1.33;
}

.e-type-style--headline-alt-alt-alt-alt-large-contrast {
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: .0119047619em;
  line-height: 1.33;
}

@media (min-width: 0rem) {
  .e-type-style--headline-alt-alt-alt-alt-small\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0214285714em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-large\@mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }

  .e-type-style--headline-alt-alt-alt-alt-large-contrast\@mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--headline-alt-alt-alt-alt-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0214285714em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-large\@lt-mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }

  .e-type-style--headline-alt-alt-alt-alt-large-contrast\@lt-mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--headline-alt-alt-alt-alt-small\@tablet,
  .header:not(.header--article).header--small .header__title {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0214285714em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-large\@tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }

  .e-type-style--headline-alt-alt-alt-alt-large-contrast\@tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--headline-alt-alt-alt-alt-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0214285714em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-large\@lt-tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }

  .e-type-style--headline-alt-alt-alt-alt-large-contrast\@lt-tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--headline-alt-alt-alt-alt-small\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0214285714em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-large\@desktop,
  .header:not(.header--article).header--small .header__title,
  .header--article.header--small .header__title {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }

  .e-type-style--headline-alt-alt-alt-alt-large-contrast\@desktop {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--headline-alt-alt-alt-alt-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0214285714em;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.21;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .0138888889em;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-medium-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.1667;
  }

  .e-type-style--headline-alt-alt-alt-alt-large\@lt-desktop {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }

  .e-type-style--headline-alt-alt-alt-alt-large-contrast\@lt-desktop {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0119047619em;
    line-height: 1.33;
  }
}

/*! end: e-type-style--headline-alt-alt-alt-alt */

.e-type-style--immersive-block-content,
.e-type-style--immersive-block-content-small {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.618;
}

.e-type-style--immersive-block-content-contrast,
.e-type-style--immersive-block-content-small-contrast {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.618;
}

.e-type-style--immersive-block-content-medium {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.7857142857;
}

.e-type-style--immersive-block-content-medium-contrast {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.7857142857;
}

.e-type-style--immersive-block-content-large {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.7857142857;
}

.e-type-style--immersive-block-content-large-contrast {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.7857142857;
}

@media (min-width: 0rem) {
  .e-type-style--immersive-block-content-small\@mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-small-contrast\@mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-medium\@mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-medium-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large\@mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--immersive-block-content-small\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-small-contrast\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-medium\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-medium-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--immersive-block-content-small\@tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-small-contrast\@tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-medium\@tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-medium-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large\@tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--immersive-block-content-small\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-small-contrast\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-medium\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-medium-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--immersive-block-content-small\@desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-small-contrast\@desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-medium\@desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-medium-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large\@desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--immersive-block-content-small\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-small-contrast\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.618;
  }

  .e-type-style--immersive-block-content-medium\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-medium-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }

  .e-type-style--immersive-block-content-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7857142857;
  }
}

/*! end: e-type-style--immersive-block-content */

.e-type-style--subhead-primary,
.e-type-style--subhead-primary-small {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.36;
}

.e-type-style--subhead-primary-contrast,
.e-type-style--subhead-primary-small-contrast {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: .0004545455em;
  line-height: 1.36;
}

.e-type-style--subhead-primary-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.53;
}

.e-type-style--subhead-primary-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .0003333333em;
  line-height: 1.53;
}

.e-type-style--subhead-primary-large {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.35;
}

.e-type-style--subhead-primary-large-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.35;
}

@media (min-width: 0rem) {
  .e-type-style--subhead-primary-small\@mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-small-contrast\@mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0004545455em;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .0003333333em;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-large\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--subhead-primary-large-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--subhead-primary-small\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-small-contrast\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0004545455em;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .0003333333em;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-large\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--subhead-primary-large-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--subhead-primary-small\@tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-small-contrast\@tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0004545455em;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .0003333333em;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-large\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--subhead-primary-large-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--subhead-primary-small\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-small-contrast\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0004545455em;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .0003333333em;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-large\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--subhead-primary-large-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--subhead-primary-small\@desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-small-contrast\@desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0004545455em;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .0003333333em;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-large\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--subhead-primary-large-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--subhead-primary-small\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-small-contrast\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0004545455em;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .0003333333em;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-large\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--subhead-primary-large-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

/*! end: e-type-style--subhead-primary */

.e-type-style--subhead-primary-light,
.e-type-style--subhead-primary-light-small {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.36;
}

.e-type-style--subhead-primary-light-contrast,
.e-type-style--subhead-primary-light-small-contrast {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.36;
}

.e-type-style--subhead-primary-light-medium {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.53;
}

.e-type-style--subhead-primary-light-medium-contrast {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.53;
}

.e-type-style--subhead-primary-light-large {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.53;
}

.e-type-style--subhead-primary-light-large-contrast {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.53;
}

@media (min-width: 0rem) {
  .e-type-style--subhead-primary-light-small\@mobile {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-small-contrast\@mobile {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--subhead-primary-light-small\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-small-contrast\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--subhead-primary-light-small\@tablet {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-small-contrast\@tablet {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--subhead-primary-light-small\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-small-contrast\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--subhead-primary-light-small\@desktop {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-small-contrast\@desktop {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--subhead-primary-light-small\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-small-contrast\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.36;
  }

  .e-type-style--subhead-primary-light-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }

  .e-type-style--subhead-primary-light-large-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

/*! end: e-type-style--subhead-primary-light */

.e-type-style--billboard-title-primary,
.e-type-style--billboard-title-primary-small {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0083333333em;
  line-height: 1.25;
}

.e-type-style--billboard-title-primary-contrast,
.e-type-style--billboard-title-primary-small-contrast,
.breaker-big__header {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0083333333em;
  line-height: 1.25;
}

.e-type-style--billboard-title-primary-medium {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.13;
}

.e-type-style--billboard-title-primary-medium-contrast {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.13;
}

.e-type-style--billboard-title-primary-large {
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.2380952381;
}

.e-type-style--billboard-title-primary-large-contrast {
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.2380952381;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-title-primary-small\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-large\@mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }

  .e-type-style--billboard-title-primary-large-contrast\@mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-title-primary-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-large\@lt-mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }

  .e-type-style--billboard-title-primary-large-contrast\@lt-mobile {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-title-primary-small\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-medium-contrast\@tablet,
  .breaker-big__header {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-large\@tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }

  .e-type-style--billboard-title-primary-large-contrast\@tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-title-primary-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-large\@lt-tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }

  .e-type-style--billboard-title-primary-large-contrast\@lt-tablet {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-title-primary-small\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-large\@desktop {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }

  .e-type-style--billboard-title-primary-large-contrast\@desktop,
  .breaker-big__header {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-title-primary-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0083333333em;
    line-height: 1.25;
  }

  .e-type-style--billboard-title-primary-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.13;
  }

  .e-type-style--billboard-title-primary-large\@lt-desktop {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }

  .e-type-style--billboard-title-primary-large-contrast\@lt-desktop {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.2380952381;
  }
}

/*! end: e-type-style--billboard-title-primary */

.e-type-style--billboard-title-secondary,
.e-type-style--billboard-title-secondary-small,
.breaker-mini__header {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: .0045454545em;
  line-height: 1.36;
}

.e-type-style--billboard-title-secondary-contrast,
.e-type-style--billboard-title-secondary-small-contrast {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: .0045454545em;
  line-height: 1.36;
}

.e-type-style--billboard-title-secondary-medium {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.35;
}

.e-type-style--billboard-title-secondary-medium-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.35;
}

.e-type-style--billboard-title-secondary-large {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.35;
}

.e-type-style--billboard-title-secondary-large-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.35;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-title-secondary-small\@mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-small-contrast\@mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-medium\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-medium-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-title-secondary-small\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-small-contrast\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-medium\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-medium-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-title-secondary-small\@tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-small-contrast\@tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-medium\@tablet,
  .breaker-mini__header {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-medium-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-title-secondary-small\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-small-contrast\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-medium\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-medium-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-title-secondary-small\@desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-small-contrast\@desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-medium\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-medium-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-title-secondary-small\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-small-contrast\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .0045454545em;
    line-height: 1.36;
  }

  .e-type-style--billboard-title-secondary-medium\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-medium-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }

  .e-type-style--billboard-title-secondary-large-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.35;
  }
}

/*! end: e-type-style--billboard-title-secondary */

.e-type-style--billboard-subheader-primary-small,
.breaker-big__subheader {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.5;
}

.e-type-style--billboard-subheader-primary-small-contrast,
.header-homepage__header,
.header-homepage__sublink__header {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.5;
}

.e-type-style--billboard-subheader-primary,
.e-type-style--billboard-subheader-primary-medium {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.56;
}

.e-type-style--billboard-subheader-primary-contrast,
.e-type-style--billboard-subheader-primary-medium-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.56;
}

.e-type-style--billboard-subheader-primary-large {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .019047619em;
  line-height: 1.67;
}

.e-type-style--billboard-subheader-primary-large-contrast {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .019047619em;
  line-height: 1.67;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-subheader-primary-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }

  .e-type-style--billboard-subheader-primary-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-subheader-primary-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }

  .e-type-style--billboard-subheader-primary-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-subheader-primary-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-medium\@tablet,
  .breaker-big__subheader {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }

  .e-type-style--billboard-subheader-primary-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-subheader-primary-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }

  .e-type-style--billboard-subheader-primary-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-subheader-primary-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-large\@desktop,
  .breaker-big__subheader {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }

  .e-type-style--billboard-subheader-primary-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-subheader-primary-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.5;
  }

  .e-type-style--billboard-subheader-primary-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.56;
  }

  .e-type-style--billboard-subheader-primary-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }

  .e-type-style--billboard-subheader-primary-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.67;
  }
}

/*! end: e-type-style--billboard-subheader-primary */

.e-type-style--billboard-subheader-secondary,
.e-type-style--billboard-subheader-secondary-small,
.breaker-mini__subheader {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--billboard-subheader-secondary-contrast,
.e-type-style--billboard-subheader-secondary-small-contrast {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--billboard-subheader-secondary-medium {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.44;
}

.e-type-style--billboard-subheader-secondary-medium-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.44;
}

.e-type-style--billboard-subheader-secondary-large {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.44;
}

.e-type-style--billboard-subheader-secondary-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.44;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-subheader-secondary-small\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-subheader-secondary-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-subheader-secondary-small\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-medium\@tablet,
  .breaker-mini__subheader {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-subheader-secondary-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-subheader-secondary-small\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-subheader-secondary-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--billboard-subheader-secondary-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }

  .e-type-style--billboard-subheader-secondary-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.44;
  }
}

/*! end: e-type-style--billboard-subheader-secondary */

.e-type-style--billboard-meta,
.e-type-style--billboard-meta-small,
.header__details {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-contrast,
.e-type-style--billboard-meta-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-medium {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-medium-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.29;
}

.e-type-style--billboard-meta-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.29;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-meta-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-meta-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-meta-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-meta-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-meta-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-large\@desktop,
  .header:not(.header--article) .header__details,
  .header--article .header__details {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-meta-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

/*! end: e-type-style--billboard-meta */

.e-type-style--billboard-meta-light,
.e-type-style--billboard-meta-light-small,
.header__dateline {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-light-contrast,
.e-type-style--billboard-meta-light-small-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-light-medium {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-light-medium-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--billboard-meta-light-large {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1.29;
}

.e-type-style--billboard-meta-light-large-contrast {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1.29;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-meta-light-small\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-large\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-light-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-meta-light-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-light-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-meta-light-small\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-large\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-light-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-meta-light-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-light-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-meta-light-small\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-large\@desktop,
  .header:not(.header--article) .header__dateline,
  .header--article .header__dateline {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-light-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-meta-light-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--billboard-meta-light-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }

  .e-type-style--billboard-meta-light-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.29;
  }
}

/*! end: e-type-style--billboard-meta-light */

.e-type-style--billboard-lede,
.e-type-style--billboard-lede-small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.88;
}

.e-type-style--billboard-lede-contrast,
.e-type-style--billboard-lede-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.88;
}

.e-type-style--billboard-lede-medium {
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: .0117647059em;
  line-height: 1.71;
}

.e-type-style--billboard-lede-medium-contrast {
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: .0117647059em;
  line-height: 1.71;
}

.e-type-style--billboard-lede-large {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.62;
}

.e-type-style--billboard-lede-large-contrast {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.62;
}

@media (min-width: 0rem) {
  .e-type-style--billboard-lede-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-medium\@mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-medium-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-large\@mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }

  .e-type-style--billboard-lede-large-contrast\@mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--billboard-lede-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-medium\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-medium-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-large\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }

  .e-type-style--billboard-lede-large-contrast\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--billboard-lede-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-medium\@tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-medium-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-large\@tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }

  .e-type-style--billboard-lede-large-contrast\@tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--billboard-lede-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-medium\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-medium-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-large\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }

  .e-type-style--billboard-lede-large-contrast\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--billboard-lede-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-medium\@desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-medium-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-large\@desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }

  .e-type-style--billboard-lede-large-contrast\@desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--billboard-lede-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.88;
  }

  .e-type-style--billboard-lede-medium\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-medium-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: .0117647059em;
    line-height: 1.71;
  }

  .e-type-style--billboard-lede-large\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }

  .e-type-style--billboard-lede-large-contrast\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.62;
  }
}

/*! end: e-type-style--billboard-lede */

.e-type-style--tile-title-primary,
.e-type-style--tile-title-primary-small {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.0038461538em;
  line-height: 1;
}

.e-type-style--tile-title-primary-contrast,
.e-type-style--tile-title-primary-small-contrast {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.0038461538em;
  line-height: 1;
}

.e-type-style--tile-title-primary-medium {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
}

.e-type-style--tile-title-primary-medium-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
}

.e-type-style--tile-title-primary-large {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
}

.e-type-style--tile-title-primary-large-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
}

@media (min-width: 0rem) {
  .e-type-style--tile-title-primary-small\@mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-small-contrast\@mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-medium\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-medium-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-title-primary-small\@lt-mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-small-contrast\@lt-mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-medium\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-medium-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-title-primary-small\@tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-small-contrast\@tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-medium\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-medium-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-title-primary-small\@lt-tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-small-contrast\@lt-tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-medium\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-medium-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-title-primary-small\@desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-small-contrast\@desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-medium\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-medium-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-title-primary-small\@lt-desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-small-contrast\@lt-desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
  }

  .e-type-style--tile-title-primary-medium\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-medium-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }

  .e-type-style--tile-title-primary-large-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
  }
}

/*! end: e-type-style--tile-title-primary */

.e-type-style--tile-title-primary-capitals,
.e-type-style--tile-title-primary-capitals-small,
.card--link--out__title {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.0038461538em;
  line-height: 1;
  text-transform: capitalize;
}

.e-type-style--tile-title-primary-capitals-contrast,
.e-type-style--tile-title-primary-capitals-small-contrast {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.0038461538em;
  line-height: 1;
  text-transform: capitalize;
}

.e-type-style--tile-title-primary-capitals-medium {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
  text-transform: capitalize;
}

.e-type-style--tile-title-primary-capitals-medium-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
  text-transform: capitalize;
}

.e-type-style--tile-title-primary-capitals-large {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
  text-transform: capitalize;
}

.e-type-style--tile-title-primary-capitals-large-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.3529;
  text-transform: capitalize;
}

@media (min-width: 0rem) {
  .e-type-style--tile-title-primary-capitals-small\@mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-small-contrast\@mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-title-primary-capitals-small\@lt-mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-small-contrast\@lt-mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-title-primary-capitals-small\@tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-small-contrast\@tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-title-primary-capitals-small\@lt-tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-small-contrast\@lt-tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-title-primary-capitals-small\@desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-small-contrast\@desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium\@desktop,
  .card--link--out__title {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-title-primary-capitals-small\@lt-desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-small-contrast\@lt-desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-medium-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-primary-capitals-large-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.3529;
    text-transform: capitalize;
  }
}

/*! end: e-type-style--tile-title-primary-capitals */

.e-type-style--tile-title-secondary,
.e-type-style--tile-title-secondary-small {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.08;
}

.e-type-style--tile-title-secondary-contrast,
.e-type-style--tile-title-secondary-small-contrast {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.08;
}

.e-type-style--tile-title-secondary-medium {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.4444;
}

.e-type-style--tile-title-secondary-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.4444;
}

.e-type-style--tile-title-secondary-large {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.4428;
}

.e-type-style--tile-title-secondary-large-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.4428;
}

@media (min-width: 0rem) {
  .e-type-style--tile-title-secondary-small\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-large\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }

  .e-type-style--tile-title-secondary-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-title-secondary-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }

  .e-type-style--tile-title-secondary-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-title-secondary-small\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-large\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }

  .e-type-style--tile-title-secondary-large-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-title-secondary-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }

  .e-type-style--tile-title-secondary-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-title-secondary-small\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-large\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }

  .e-type-style--tile-title-secondary-large-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-title-secondary-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
  }

  .e-type-style--tile-title-secondary-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
  }

  .e-type-style--tile-title-secondary-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }

  .e-type-style--tile-title-secondary-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
  }
}

/*! end: e-type-style--tile-title-secondary */

.e-type-style--tile-title-secondary-capitals,
.e-type-style--tile-title-secondary-capitals-small {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.08;
  text-transform: capitalize;
}

.e-type-style--tile-title-secondary-capitals-contrast,
.e-type-style--tile-title-secondary-capitals-small-contrast,
.card--image__title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.08;
  text-transform: capitalize;
}

.e-type-style--tile-title-secondary-capitals-medium {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.4444;
  text-transform: capitalize;
}

.e-type-style--tile-title-secondary-capitals-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.4444;
  text-transform: capitalize;
}

.e-type-style--tile-title-secondary-capitals-large {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.4428;
  text-transform: capitalize;
}

.e-type-style--tile-title-secondary-capitals-large-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.4428;
  text-transform: capitalize;
}

@media (min-width: 0rem) {
  .e-type-style--tile-title-secondary-capitals-small\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-title-secondary-capitals-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-title-secondary-capitals-small\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium-contrast\@tablet,
  .card--image__title {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-title-secondary-capitals-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-title-secondary-capitals-small\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large-contrast\@desktop,
  .card--image__title {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-title-secondary-capitals-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.08;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.4444;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-secondary-capitals-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.4428;
    text-transform: capitalize;
  }
}

/*! end: e-type-style--tile-title-secondary-capitals */

.e-type-style--tile-title-tertiary,
.e-type-style--tile-title-tertiary-small {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
}

.e-type-style--tile-title-tertiary-contrast,
.e-type-style--tile-title-tertiary-small-contrast,
.card--link__title {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
}

.e-type-style--tile-title-tertiary-medium {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.3;
}

.e-type-style--tile-title-tertiary-medium-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.3;
}

.e-type-style--tile-title-tertiary-large {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
}

.e-type-style--tile-title-tertiary-large-contrast {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
}

@media (min-width: 0rem) {
  .e-type-style--tile-title-tertiary-small\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-title-tertiary-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-title-tertiary-small\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium-contrast\@tablet,
  .card--link__title {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-title-tertiary-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-title-tertiary-small\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large-contrast\@desktop,
  .card--link__title {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-title-tertiary-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }

  .e-type-style--tile-title-tertiary-large-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
  }
}

/*! end: e-type-style--tile-title-tertiary */

.e-type-style--tile-title-tertiary-capitals,
.e-type-style--tile-title-tertiary-capitals-small {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
  text-transform: capitalize;
}

.e-type-style--tile-title-tertiary-capitals-contrast,
.e-type-style--tile-title-tertiary-capitals-small-contrast {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
  text-transform: capitalize;
}

.e-type-style--tile-title-tertiary-capitals-medium {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.3;
  text-transform: capitalize;
}

.e-type-style--tile-title-tertiary-capitals-medium-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.3;
  text-transform: capitalize;
}

.e-type-style--tile-title-tertiary-capitals-large {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
  text-transform: capitalize;
}

.e-type-style--tile-title-tertiary-capitals-large-contrast {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.3;
  text-transform: capitalize;
}

@media (min-width: 0rem) {
  .e-type-style--tile-title-tertiary-capitals-small\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-title-tertiary-capitals-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-title-tertiary-capitals-small\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-title-tertiary-capitals-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-title-tertiary-capitals-small\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-title-tertiary-capitals-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }

  .e-type-style--tile-title-tertiary-capitals-large-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.3;
    text-transform: capitalize;
  }
}

/*! end: e-type-style--tile-title-tertiary-capitals */

.e-type-style--tile-description,
.e-type-style--tile-description-small,
.card--link--out__description {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0071428571em;
  line-height: 1.42;
}

.e-type-style--tile-description-contrast,
.e-type-style--tile-description-small-contrast,
.card--image__description {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0071428571em;
  line-height: 1.42;
}

.e-type-style--tile-description-medium {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .00625em;
  line-height: 1.3529;
}

.e-type-style--tile-description-medium-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .00625em;
  line-height: 1.3529;
}

.e-type-style--tile-description-large {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.4444;
}

.e-type-style--tile-description-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0111111111em;
  line-height: 1.4444;
}

@media (min-width: 0rem) {
  .e-type-style--tile-description-small\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }

  .e-type-style--tile-description-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--tile-description-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }

  .e-type-style--tile-description-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--tile-description-small\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-medium\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-medium-contrast\@tablet,
  .card--image__description {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }

  .e-type-style--tile-description-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--tile-description-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }

  .e-type-style--tile-description-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--tile-description-small\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-large\@desktop,
  .card--link--out__description {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }

  .e-type-style--tile-description-large-contrast\@desktop,
  .card--image__description {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--tile-description-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.42;
  }

  .e-type-style--tile-description-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .00625em;
    line-height: 1.3529;
  }

  .e-type-style--tile-description-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }

  .e-type-style--tile-description-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0111111111em;
    line-height: 1.4444;
  }
}

/*! end: e-type-style--tile-description */

.e-type-style--teaser-title-x-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--teaser-title-x-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--teaser-title,
.e-type-style--teaser-title-small,
.card--download__title,
.card--media__title,
.article-standard-list__title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--teaser-title-contrast,
.e-type-style--teaser-title-small-contrast,
.press-kit__cards .card--media__title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--teaser-title-medium {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.44;
}

.e-type-style--teaser-title-medium-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.44;
}

.e-type-style--teaser-title-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.29;
}

.e-type-style--teaser-title-large-contrast,
.article-thematic__title {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.29;
}

@media (min-width: 0rem) {
  .e-type-style--teaser-title-x-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-x-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }

  .e-type-style--teaser-title-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--teaser-title-x-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-x-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }

  .e-type-style--teaser-title-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--teaser-title-x-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-x-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }

  .e-type-style--teaser-title-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--teaser-title-x-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-x-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }

  .e-type-style--teaser-title-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--teaser-title-x-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-x-small-contrast\@desktop,
  .press-kit__cards .card--media__title {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-medium\@desktop,
  .card--download__title,
  .card--media__title,
  .article-standard-list__title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-medium-contrast\@desktop,
  .article-thematic__title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }

  .e-type-style--teaser-title-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--teaser-title-x-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-x-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--teaser-title-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.44;
  }

  .e-type-style--teaser-title-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }

  .e-type-style--teaser-title-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
  }
}

/*! end: e-type-style--teaser-title */

.e-type-style--card-title,
.e-type-style--card-title-small {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
}

.e-type-style--card-title-contrast,
.e-type-style--card-title-small-contrast {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
}

.e-type-style--card-title-medium {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
}

.e-type-style--card-title-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
}

.e-type-style--card-title-large {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.38;
}

.e-type-style--card-title-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.38;
}

@media (min-width: 0rem) {
  .e-type-style--card-title-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--card-title-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--card-title-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--card-title-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--card-title-small\@desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--card-title-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }

  .e-type-style--card-title-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.38;
  }
}

/*! end: e-type-style--card-title */

.e-type-style--breaker-card-title,
.e-type-style--breaker-card-title-large,
.breaker-blocks .breaker-block__card-title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.38;
}

.e-type-style--breaker-card-title-contrast,
.e-type-style--breaker-card-title-large-contrast {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.38;
}

@media (min-width: 0rem) {
  .e-type-style--breaker-card-title-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }

  .e-type-style--breaker-card-title-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--breaker-card-title-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }

  .e-type-style--breaker-card-title-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--breaker-card-title-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }

  .e-type-style--breaker-card-title-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--breaker-card-title-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }

  .e-type-style--breaker-card-title-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--breaker-card-title-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }

  .e-type-style--breaker-card-title-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--breaker-card-title-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }

  .e-type-style--breaker-card-title-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.38;
  }
}

/*! end: e-type-style--breaker-card-title */

.e-type-style--card-thumbnail-overlay,
.e-type-style--card-thumbnail-overlay-small {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1428571429em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--card-thumbnail-overlay-contrast,
.e-type-style--card-thumbnail-overlay-small-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1428571429em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--card-thumbnail-overlay-medium {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1428571429em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--card-thumbnail-overlay-medium-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1428571429em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--card-thumbnail-overlay-large {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1428571429em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--card-thumbnail-overlay-large-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .1428571429em;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--card-thumbnail-overlay-small\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--card-thumbnail-overlay-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--card-thumbnail-overlay-small\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--card-thumbnail-overlay-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--card-thumbnail-overlay-small\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--card-thumbnail-overlay-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--card-thumbnail-overlay-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1428571429em;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--card-thumbnail-overlay */

.e-type-style--teaser-meta,
.e-type-style--teaser-meta-small,
.press-kit__cards .card--media__date,
.article-standard-list__date {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--teaser-meta-contrast,
.e-type-style--teaser-meta-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--teaser-meta-medium,
.card--download__meta,
.card--media__date {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-large {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--teaser-meta-large-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--teaser-meta-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--teaser-meta-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--teaser-meta-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--teaser-meta-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--teaser-meta-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--teaser-meta-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

/*! end: e-type-style--teaser-meta */

.e-type-style--teaser-meta-uppercase,
.e-type-style--teaser-meta-uppercase-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-uppercase-contrast,
.e-type-style--teaser-meta-uppercase-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-uppercase-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-uppercase-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-uppercase-large {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-uppercase-large-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--teaser-meta-uppercase-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--teaser-meta-uppercase-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--teaser-meta-uppercase-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--teaser-meta-uppercase-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--teaser-meta-uppercase-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--teaser-meta-uppercase-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-uppercase-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--teaser-meta-uppercase */

.e-type-style--teaser-meta-extended-uppercase,
.e-type-style--teaser-meta-extended-uppercase-small {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-extended-uppercase-contrast,
.e-type-style--teaser-meta-extended-uppercase-small-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-extended-uppercase-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-extended-uppercase-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-extended-uppercase-large {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--teaser-meta-extended-uppercase-large-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--teaser-meta-extended-uppercase-small\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-small-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--teaser-meta-extended-uppercase-small\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-small-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--teaser-meta-extended-uppercase-small\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-small-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--teaser-meta-extended-uppercase-small\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-small-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--teaser-meta-extended-uppercase-small\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-small-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--teaser-meta-extended-uppercase-small\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-small-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--teaser-meta-extended-uppercase-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--teaser-meta-extended-uppercase */

.e-type-style--teaser-meta-alt,
.e-type-style--teaser-meta-alt-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-contrast,
.e-type-style--teaser-meta-alt-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-medium,
.card--download__description {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.54;
}

.e-type-style--teaser-meta-alt-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.54;
}

.e-type-style--teaser-meta-alt-large {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-large-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--teaser-meta-alt-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-large\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--teaser-meta-alt-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--teaser-meta-alt-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-large\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--teaser-meta-alt-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--teaser-meta-alt-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-large\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--teaser-meta-alt-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.54;
  }

  .e-type-style--teaser-meta-alt-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }
}

/*! end: e-type-style--teaser-meta-alt */

.e-type-style--teaser-meta-alt-alt,
.e-type-style--teaser-meta-alt-alt-small,
.article-thematic__date {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-alt-contrast,
.e-type-style--teaser-meta-alt-alt-small-contrast {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-alt-medium {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-alt-medium-contrast {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-alt-large {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--teaser-meta-alt-alt-large-contrast {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--teaser-meta-alt-alt-small\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-small-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--teaser-meta-alt-alt-small\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-small-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--teaser-meta-alt-alt-small\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-small-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--teaser-meta-alt-alt-small\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-small-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--teaser-meta-alt-alt-small\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-small-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--teaser-meta-alt-alt-small\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-small-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--teaser-meta-alt-alt-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1;
  }
}

/*! end: e-type-style--teaser-meta-alt-alt */

.e-type-style--meta,
.e-type-style--meta-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--meta-contrast,
.e-type-style--meta-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--meta-medium {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--meta-medium-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--meta-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.5;
}

.e-type-style--meta-large-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.5;
}

@media (min-width: 0rem) {
  .e-type-style--meta-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

/*! end: e-type-style--meta */

.e-type-style--meta-uppercase,
.e-type-style--meta-uppercase-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-uppercase-contrast,
.e-type-style--meta-uppercase-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-uppercase-medium {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-uppercase-medium-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-uppercase-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-uppercase-large-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--meta-uppercase-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-uppercase-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-uppercase-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-uppercase-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-uppercase-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-uppercase-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-uppercase-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--meta-uppercase */

.e-type-style--meta-light,
.e-type-style--meta-light-small {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--meta-light-contrast,
.e-type-style--meta-light-small-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--meta-light-medium {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--meta-light-medium-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--meta-light-large {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.5;
}

.e-type-style--meta-light-large-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.5;
}

@media (min-width: 0rem) {
  .e-type-style--meta-light-small\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-medium\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-large\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-light-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-light-small\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-medium\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-large\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-light-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-light-small\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-medium\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-large\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-light-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-light-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-light-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

/*! end: e-type-style--meta-light */

.e-type-style--meta-light-uppercase,
.e-type-style--meta-light-uppercase-small {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-light-uppercase-contrast,
.e-type-style--meta-light-uppercase-small-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-light-uppercase-medium {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-light-uppercase-medium-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-light-uppercase-large {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-light-uppercase-large-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--meta-light-uppercase-small\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-light-uppercase-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-light-uppercase-small\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-light-uppercase-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-light-uppercase-small\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-light-uppercase-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-light-uppercase-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--meta-light-uppercase */

.e-type-style--meta-strong,
.e-type-style--meta-strong-small {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--meta-strong-contrast,
.e-type-style--meta-strong-small-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--meta-strong-medium {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--meta-strong-medium-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1;
}

.e-type-style--meta-strong-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.5;
}

.e-type-style--meta-strong-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.5;
}

@media (min-width: 0rem) {
  .e-type-style--meta-strong-small\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-medium\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-strong-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-strong-small\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-medium\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-strong-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-strong-small\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-medium\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-large\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-strong-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
  }

  .e-type-style--meta-strong-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }

  .e-type-style--meta-strong-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
  }
}

/*! end: e-type-style--meta-strong */

.e-type-style--meta-strong-uppercase,
.e-type-style--meta-strong-uppercase-small {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-strong-uppercase-contrast,
.e-type-style--meta-strong-uppercase-small-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-strong-uppercase-medium {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-strong-uppercase-medium-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-strong-uppercase-large,
.key-takeaways--numbers .key-takeaway::before,
.key-takeaways__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-strong-uppercase-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--meta-strong-uppercase-small\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-strong-uppercase-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-strong-uppercase-small\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-strong-uppercase-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-strong-uppercase-small\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-strong-uppercase-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-strong-uppercase-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--meta-strong-uppercase */

.e-type-style--meta-alt-x-small {
  font-size: .5625rem;
  font-weight: 400;
  letter-spacing: .1233333333em;
  line-height: 2.2222222222;
  text-transform: uppercase;
}

.e-type-style--meta-alt-x-small-contrast,
.tag {
  font-size: .5625rem;
  font-weight: 400;
  letter-spacing: .1233333333em;
  line-height: 2.2222222222;
  text-transform: uppercase;
}

.e-type-style--meta-alt-small,
.search-filters-toggle__label,
.search-results__count {
  font-size: .625rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-small-contrast {
  font-size: .625rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--meta-alt,
.e-type-style--meta-alt-medium,
.list-row__item__meta,
.search-result__meta {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-alt-contrast,
.e-type-style--meta-alt-medium-contrast,
.timeline-navigation-drawer__link__year {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0666666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-alt-large {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-large-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-x-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 1.57;
  text-transform: uppercase;
}

.e-type-style--meta-alt-x-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 1.57;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--meta-alt-x-small\@mobile {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-small-contrast\@mobile {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small\@mobile {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small-contrast\@mobile {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-alt-x-small\@lt-mobile {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-small-contrast\@lt-mobile {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-alt-x-small\@tablet {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-small-contrast\@tablet {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small\@tablet {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small-contrast\@tablet {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large\@tablet,
  .list-row__item__meta,
  .search-result__meta {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large-contrast\@tablet,
  .timeline-navigation-drawer__link__year {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-alt-x-small\@lt-tablet {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-small-contrast\@lt-tablet {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-alt-x-small\@desktop {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-small-contrast\@desktop {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small\@desktop {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small-contrast\@desktop {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-alt-x-small\@lt-desktop {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-small-contrast\@lt-desktop {
    font-size: .5625rem;
    font-weight: 400;
    letter-spacing: .1233333333em;
    line-height: 2.2222222222;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-small-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-x-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--meta-alt */

.e-type-style--meta-alt-alt-x-small {
  font-size: .5625rem;
  font-weight: 700;
  letter-spacing: .1233333333em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-x-small-contrast,
.tag--no-line,
.tag--overline {
  font-size: .5625rem;
  font-weight: 700;
  letter-spacing: .1233333333em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-small {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-small-contrast {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt,
.e-type-style--meta-alt-alt-medium {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-contrast,
.e-type-style--meta-alt-alt-medium-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0666666667em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-large {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-large-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-x-large {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .0357142857em;
  line-height: 1.57;
  text-transform: uppercase;
}

.e-type-style--meta-alt-alt-x-large-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .0357142857em;
  line-height: 1.57;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--meta-alt-alt-x-small\@mobile {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-small-contrast\@mobile {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small-contrast\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--meta-alt-alt-x-small\@lt-mobile {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-small-contrast\@lt-mobile {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--meta-alt-alt-x-small\@tablet {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-small-contrast\@tablet {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small-contrast\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--meta-alt-alt-x-small\@lt-tablet {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-small-contrast\@lt-tablet {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--meta-alt-alt-x-small\@desktop {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-small-contrast\@desktop {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small-contrast\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--meta-alt-alt-x-small\@lt-desktop {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-small-contrast\@lt-desktop {
    font-size: .5625rem;
    font-weight: 700;
    letter-spacing: .1233333333em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-small-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0666666667em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }

  .e-type-style--meta-alt-alt-x-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0357142857em;
    line-height: 1.57;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--meta-alt-alt */

.e-type-style--listing-headline-small,
.list-people__text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0111111111em;
  line-height: 1.15;
  text-transform: capitalize;
}

.e-type-style--listing-headline-small-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0111111111em;
  line-height: 1.15;
  text-transform: capitalize;
}

.e-type-style--listing-headline,
.e-type-style--listing-headline-medium {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.29;
  text-transform: capitalize;
}

.e-type-style--listing-headline-contrast,
.e-type-style--listing-headline-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.29;
  text-transform: capitalize;
}

.e-type-style--listing-headline-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.29;
  text-transform: capitalize;
}

.e-type-style--listing-headline-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.29;
  text-transform: capitalize;
}

@media (min-width: 0rem) {
  .e-type-style--listing-headline-small\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-small-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--listing-headline-small\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-small-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--listing-headline-small\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-small-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--listing-headline-small\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-small-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--listing-headline-small\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-small-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large\@desktop,
  .list-people__text {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--listing-headline-small\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-small-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0111111111em;
    line-height: 1.15;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }

  .e-type-style--listing-headline-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.29;
    text-transform: capitalize;
  }
}

/*! end: e-type-style--listing-headline */

.e-type-style--listing-copy-small,
.list-people__sub-text {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.29;
}

.e-type-style--listing-copy-small-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.29;
}

.e-type-style--listing-copy,
.e-type-style--listing-copy-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.29;
}

.e-type-style--listing-copy-contrast,
.e-type-style--listing-copy-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.29;
}

.e-type-style--listing-copy-large {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.29;
}

.e-type-style--listing-copy-large-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.29;
}

@media (min-width: 0rem) {
  .e-type-style--listing-copy-small\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-small-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--listing-copy-small\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-small-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--listing-copy-small\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-small-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--listing-copy-small\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-small-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--listing-copy-small\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-small-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--listing-copy-small\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-small-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }

  .e-type-style--listing-copy-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.29;
  }
}

/*! end: e-type-style--listing-copy */

.e-type-style--copy-heading-primary,
.e-type-style--copy-heading-primary-small,
.card--link--out__article__header,
.bodycopy__content>h2,
.bodycopy__content>section>div>h2,
.o-copy__content>h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--copy-heading-primary-contrast,
.e-type-style--copy-heading-primary-small-contrast {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--copy-heading-primary-medium {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--copy-heading-primary-medium-contrast {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.5;
}

.e-type-style--copy-heading-primary-large {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.0038461538em;
  line-height: 1.57;
}

.e-type-style--copy-heading-primary-large-contrast {
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -.0038461538em;
  line-height: 1.57;
}

@media (min-width: 0rem) {
  .e-type-style--copy-heading-primary-small\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-large\@mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }

  .e-type-style--copy-heading-primary-large-contrast\@mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-heading-primary-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-large\@lt-mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }

  .e-type-style--copy-heading-primary-large-contrast\@lt-mobile {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-heading-primary-small\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-large\@tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }

  .e-type-style--copy-heading-primary-large-contrast\@tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-heading-primary-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-large\@lt-tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }

  .e-type-style--copy-heading-primary-large-contrast\@lt-tablet {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-heading-primary-small\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-large\@desktop,
  .card--link--out__article__header,
  .bodycopy__content>h2,
  .bodycopy__content>section>div>h2,
  .o-copy__content>h2 {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }

  .e-type-style--copy-heading-primary-large-contrast\@desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-heading-primary-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-medium-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.5;
  }

  .e-type-style--copy-heading-primary-large\@lt-desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }

  .e-type-style--copy-heading-primary-large-contrast\@lt-desktop {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -.0038461538em;
    line-height: 1.57;
  }
}

/*! end: e-type-style--copy-heading-primary */

.e-type-style--copy-heading-secondary,
.e-type-style--copy-heading-secondary-small,
.bodycopy__content>h3:not(.title),
.bodycopy__content>section>div>h3:not(.title),
.o-copy__content>h3:not(.title) {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1.63;
}

.e-type-style--copy-heading-secondary-contrast,
.e-type-style--copy-heading-secondary-small-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1.63;
}

.e-type-style--copy-heading-secondary-medium {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1.56;
}

.e-type-style--copy-heading-secondary-medium-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1.56;
}

.e-type-style--copy-heading-secondary-large {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0041666667em;
  line-height: 1.42;
}

.e-type-style--copy-heading-secondary-large-contrast {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0041666667em;
  line-height: 1.42;
}

@media (min-width: 0rem) {
  .e-type-style--copy-heading-secondary-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-large\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }

  .e-type-style--copy-heading-secondary-large-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-heading-secondary-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-large\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }

  .e-type-style--copy-heading-secondary-large-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-heading-secondary-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-medium\@tablet,
  .bodycopy__content>h3:not(.title),
  .bodycopy__content>section>div>h3:not(.title),
  .o-copy__content>h3:not(.title) {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-large\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }

  .e-type-style--copy-heading-secondary-large-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-heading-secondary-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-large\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }

  .e-type-style--copy-heading-secondary-large-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-heading-secondary-small\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-large\@desktop,
  .bodycopy__content>h3:not(.title),
  .bodycopy__content>section>div>h3:not(.title),
  .o-copy__content>h3:not(.title) {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }

  .e-type-style--copy-heading-secondary-large-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-heading-secondary-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.63;
  }

  .e-type-style--copy-heading-secondary-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1.56;
  }

  .e-type-style--copy-heading-secondary-large\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }

  .e-type-style--copy-heading-secondary-large-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0041666667em;
    line-height: 1.42;
  }
}

/*! end: e-type-style--copy-heading-secondary */

.e-type-style--copy-heading-tertiary,
.e-type-style--copy-heading-tertiary-small,
.bodycopy__content>h4,
.bodycopy__content>section>div>h4,
.o-copy__content>h4 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.3;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-contrast,
.e-type-style--copy-heading-tertiary-small-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.3;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-medium {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.3;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.3;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.3;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--copy-heading-tertiary-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-heading-tertiary-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-heading-tertiary-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-heading-tertiary-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-heading-tertiary-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-heading-tertiary-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.3;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--copy-heading-tertiary */

.e-type-style--copy-heading-tertiary-alt,
.e-type-style--copy-heading-tertiary-alt-small {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-contrast,
.e-type-style--copy-heading-tertiary-alt-small-contrast,
.press-kit__header-two,
.press-kit__header {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-medium {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--copy-heading-tertiary-alt-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-heading-tertiary-alt-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-heading-tertiary-alt-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-heading-tertiary-alt-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-heading-tertiary-alt-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-heading-tertiary-alt-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--copy-heading-tertiary-alt */

.e-type-style--copy-heading-tertiary-alt-alt,
.e-type-style--copy-heading-tertiary-alt-alt-small,
.list-people__header,
.title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-alt-contrast,
.e-type-style--copy-heading-tertiary-alt-alt-small-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-alt-medium {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-alt-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-alt-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.5;
  text-transform: uppercase;
}

.e-type-style--copy-heading-tertiary-alt-alt-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .10625em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--copy-heading-tertiary-alt-alt-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-heading-tertiary-alt-alt-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-heading-tertiary-alt-alt-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-heading-tertiary-alt-alt-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-heading-tertiary-alt-alt-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-heading-tertiary-alt-alt-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .e-type-style--copy-heading-tertiary-alt-alt-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .10625em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--copy-heading-tertiary-alt-alt */

.e-type-style--copy-lede,
.e-type-style--copy-lede-small,
.fourOhFour__bottom {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
}

.e-type-style--copy-lede-contrast,
.e-type-style--copy-lede-small-contrast {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
}

.e-type-style--copy-lede-medium {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
}

.e-type-style--copy-lede-medium-contrast {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
}

.e-type-style--copy-lede-large {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
}

.e-type-style--copy-lede-large-contrast {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
}

@media (min-width: 0rem) {
  .e-type-style--copy-lede-small\@mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-small-contrast\@mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium\@mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium-contrast\@mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large\@mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large-contrast\@mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-lede-small\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-small-contrast\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium-contrast\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large-contrast\@lt-mobile {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-lede-small\@tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-small-contrast\@tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium\@tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium-contrast\@tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large\@tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large-contrast\@tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-lede-small\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-small-contrast\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium-contrast\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large-contrast\@lt-tablet {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-lede-small\@desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-small-contrast\@desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium\@desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium-contrast\@desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large\@desktop,
  .fourOhFour__bottom {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large-contrast\@desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-lede-small\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-small-contrast\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-medium-contrast\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }

  .e-type-style--copy-lede-large-contrast\@lt-desktop {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.9;
  }
}

/*! end: e-type-style--copy-lede */

.e-type-style--copy-body,
.e-type-style--copy-body-small,
.bodycopy__content>ol>li,
.card--link--out__article__sub-header,
.bodycopy__content>p,
.bodycopy__content>ul>li,
.bodycopy__content>section>div>p,
.bodycopy__content>section>div>ul>li,
.bodycopy__content>section>div>ul>li p,
.bodycopy__content>section>div>ol>li,
.bodycopy__content>section>div>ol>li p,
.o-copy--lede p,
.o-copy--lede li,
.o-copy--lede dd,
.o-copy p,
.o-copy li,
.o-copy dd,
.o-copy--lede,
.o-copy {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-contrast,
.e-type-style--copy-body-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-medium {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-medium-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-large {
  font-size: 1.3333333333rem;
  font-weight: 300;
  letter-spacing: -0.00703125em;
  line-height: 1.75;
}

.e-type-style--copy-body-large-contrast {
  font-size: 1.3333333333rem;
  font-weight: 300;
  letter-spacing: -0.00703125em;
  line-height: 1.75;
}

@media (min-width: 0rem) {
  .e-type-style--copy-body-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-large\@mobile {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }

  .e-type-style--copy-body-large-contrast\@mobile {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-body-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-large\@lt-mobile {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }

  .e-type-style--copy-body-large-contrast\@lt-mobile {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-body-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium\@tablet,
  .card--link--out__article__sub-header,
  .bodycopy__content>p,
  .bodycopy__content>ul>li,
  .bodycopy__content>section>div>p,
  .bodycopy__content>section>div>ul>li,
  .bodycopy__content>section>div>ul>li p,
  .bodycopy__content>section>div>ol>li,
  .bodycopy__content>section>div>ol>li p,
  .o-copy p,
  .o-copy li,
  .o-copy dd,
  .o-copy {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-large\@tablet,
  .o-copy--lede p,
  .o-copy--lede li,
  .o-copy--lede dd,
  .o-copy--lede {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }

  .e-type-style--copy-body-large-contrast\@tablet {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-body-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-large\@lt-tablet {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }

  .e-type-style--copy-body-large-contrast\@lt-tablet {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-body-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-large\@desktop,
  .card--link--out__article__sub-header,
  .bodycopy__content>p,
  .bodycopy__content>ul>li,
  .bodycopy__content>section>div>p,
  .bodycopy__content>section>div>ul>li,
  .bodycopy__content>section>div>ul>li p,
  .bodycopy__content>section>div>ol>li,
  .bodycopy__content>section>div>ol>li p,
  .o-copy p,
  .o-copy li,
  .o-copy dd,
  .o-copy {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }

  .e-type-style--copy-body-large-contrast\@desktop {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-body-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-large\@lt-desktop {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }

  .e-type-style--copy-body-large-contrast\@lt-desktop {
    font-size: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: -0.00703125em;
    line-height: 1.75;
  }
}

/*! end: e-type-style--copy-body */

.e-type-style--copy-body-strong,
.e-type-style--copy-body-strong-small {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-strong-contrast,
.e-type-style--copy-body-strong-small-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-strong-medium {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-strong-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.875;
}

.e-type-style--copy-body-strong-large {
  font-size: 1.3333333333rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.75;
}

.e-type-style--copy-body-strong-large-contrast {
  font-size: 1.3333333333rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.75;
}

@media (min-width: 0rem) {
  .e-type-style--copy-body-strong-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-large\@mobile {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .e-type-style--copy-body-strong-large-contrast\@mobile {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-body-strong-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-large\@lt-mobile {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .e-type-style--copy-body-strong-large-contrast\@lt-mobile {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-body-strong-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-large\@tablet {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .e-type-style--copy-body-strong-large-contrast\@tablet {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-body-strong-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-large\@lt-tablet {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .e-type-style--copy-body-strong-large-contrast\@lt-tablet {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-body-strong-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-large\@desktop {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .e-type-style--copy-body-strong-large-contrast\@desktop {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-body-strong-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.875;
  }

  .e-type-style--copy-body-strong-large\@lt-desktop {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .e-type-style--copy-body-strong-large-contrast\@lt-desktop {
    font-size: 1.3333333333rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.75;
  }
}

/*! end: e-type-style--copy-body-strong */

.e-type-style--copy-caption,
.e-type-style--copy-caption-small,
.media-embed__caption {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0272727273em;
  line-height: 1.5;
}

.e-type-style--copy-caption-contrast,
.e-type-style--copy-caption-small-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0272727273em;
  line-height: 1.5;
}

.e-type-style--copy-caption-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-large {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-large-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

@media (min-width: 0rem) {
  .e-type-style--copy-caption-small\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-caption-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-caption-small\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-medium\@tablet,
  .media-embed__caption {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-caption-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-caption-small\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-caption-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

/*! end: e-type-style--copy-caption */

.e-type-style--copy-caption-light,
.e-type-style--copy-caption-light-small {
  font-size: .6875rem;
  font-weight: 300;
  letter-spacing: .0272727273em;
  line-height: 1.5;
}

.e-type-style--copy-caption-light-contrast,
.e-type-style--copy-caption-light-small-contrast {
  font-size: .6875rem;
  font-weight: 300;
  letter-spacing: .0272727273em;
  line-height: 1.5;
}

.e-type-style--copy-caption-light-medium {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-light-medium-contrast {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-light-large {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-light-large-contrast {
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

@media (min-width: 0rem) {
  .e-type-style--copy-caption-light-small\@mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-medium\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-caption-light-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-caption-light-small\@tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-medium\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-caption-light-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-caption-light-small\@desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-medium\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-caption-light-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-light-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-light-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

/*! end: e-type-style--copy-caption-light */

.e-type-style--copy-caption-strong,
.e-type-style--copy-caption-strong-small,
.media-embed__caption b,
.media-embed__caption strong {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .0272727273em;
  line-height: 1.5;
}

.e-type-style--copy-caption-strong-contrast,
.e-type-style--copy-caption-strong-small-contrast {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .0272727273em;
  line-height: 1.5;
}

.e-type-style--copy-caption-strong-medium {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-strong-medium-contrast {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-strong-large {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

.e-type-style--copy-caption-strong-large-contrast {
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0230769231em;
  line-height: 1.2692307692;
}

@media (min-width: 0rem) {
  .e-type-style--copy-caption-strong-small\@mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-medium\@mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large\@mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-caption-strong-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-caption-strong-small\@tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-medium\@tablet,
  .media-embed__caption b,
  .media-embed__caption strong {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large\@tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-caption-strong-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-caption-strong-small\@desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-medium\@desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large\@desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-caption-strong-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .0272727273em;
    line-height: 1.5;
  }

  .e-type-style--copy-caption-strong-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }

  .e-type-style--copy-caption-strong-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0230769231em;
    line-height: 1.2692307692;
  }
}

/*! end: e-type-style--copy-caption-strong */

.e-type-style--copy-dropcap,
.e-type-style--copy-dropcap-small,
.bodycopy__content>p.dropcap::first-letter,
.bodycopy__content>section>div>p.dropcap::first-letter,
.o-copy .dropcap::first-letter {
  font-size: 6.125rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .9;
}

.e-type-style--copy-dropcap-contrast,
.e-type-style--copy-dropcap-small-contrast {
  font-size: 6.125rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .9;
}

.e-type-style--copy-dropcap-medium {
  font-size: 6.125rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .9;
}

.e-type-style--copy-dropcap-medium-contrast {
  font-size: 6.125rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .9;
}

.e-type-style--copy-dropcap-large {
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .7;
}

.e-type-style--copy-dropcap-large-contrast {
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .7;
}

@media (min-width: 0rem) {
  .e-type-style--copy-dropcap-small\@mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-small-contrast\@mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium\@mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium-contrast\@mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-large\@mobile {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }

  .e-type-style--copy-dropcap-large-contrast\@mobile {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--copy-dropcap-small\@lt-mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-small-contrast\@lt-mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium\@lt-mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium-contrast\@lt-mobile {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-large\@lt-mobile {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }

  .e-type-style--copy-dropcap-large-contrast\@lt-mobile {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--copy-dropcap-small\@tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-small-contrast\@tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium\@tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium-contrast\@tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-large\@tablet {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }

  .e-type-style--copy-dropcap-large-contrast\@tablet {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--copy-dropcap-small\@lt-tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-small-contrast\@lt-tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium\@lt-tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium-contrast\@lt-tablet {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-large\@lt-tablet {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }

  .e-type-style--copy-dropcap-large-contrast\@lt-tablet {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--copy-dropcap-small\@desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-small-contrast\@desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium\@desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium-contrast\@desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-large\@desktop,
  .bodycopy__content>p.dropcap::first-letter,
  .bodycopy__content>section>div>p.dropcap::first-letter,
  .o-copy .dropcap::first-letter {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }

  .e-type-style--copy-dropcap-large-contrast\@desktop {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--copy-dropcap-small\@lt-desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-small-contrast\@lt-desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium\@lt-desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-medium-contrast\@lt-desktop {
    font-size: 6.125rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .9;
  }

  .e-type-style--copy-dropcap-large\@lt-desktop {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }

  .e-type-style--copy-dropcap-large-contrast\@lt-desktop {
    font-size: 8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: .7;
  }
}

/*! end: e-type-style--copy-dropcap */

.e-type-style--key-text,
.e-type-style--key-text-small,
.key-takeaways__content,
.breaker-blocks .breaker-block__card-content {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.e-type-style--key-text-contrast,
.e-type-style--key-text-small-contrast,
.press-kit__description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.e-type-style--key-text-medium {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.67;
}

.e-type-style--key-text-medium-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.67;
}

.e-type-style--key-text-large {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

.e-type-style--key-text-large-contrast {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

@media (min-width: 0rem) {
  .e-type-style--key-text-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-large\@mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--key-text-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--key-text-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-medium-contrast\@tablet,
  .press-kit__description {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-large\@tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--key-text-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--key-text-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-large\@desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--key-text-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.67;
  }

  .e-type-style--key-text-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }

  .e-type-style--key-text-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
  }
}

/*! end: e-type-style--key-text */

.e-type-style--button-text,
.e-type-style--button-text-small,
.search-filter-button {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-contrast,
.e-type-style--button-text-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-medium {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-medium-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-large,
.e-cta-button__inner {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

.e-type-style--button-text-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

@media (min-width: 0rem) {
  .e-type-style--button-text-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--button-text-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--button-text-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--button-text-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--button-text-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--button-text-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

/*! end: e-type-style--button-text */

.e-type-style--button-text-light,
.e-type-style--button-text-light-small {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-light-contrast,
.e-type-style--button-text-light-small-contrast,
.press-kit__cta-one {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-light-medium {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-light-medium-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-light-large {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

.e-type-style--button-text-light-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

@media (min-width: 0rem) {
  .e-type-style--button-text-light-small\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-light-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--button-text-light-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-light-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--button-text-light-small\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-light-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--button-text-light-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-light-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--button-text-light-small\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-large\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-light-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--button-text-light-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-light-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-light-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

/*! end: e-type-style--button-text-light */

.e-type-style--button-text-strong,
.e-type-style--button-text-strong-small {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-strong-contrast,
.e-type-style--button-text-strong-small-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-strong-medium {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-strong-medium-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.15;
}

.e-type-style--button-text-strong-large {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

.e-type-style--button-text-strong-large-contrast {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

@media (min-width: 0rem) {
  .e-type-style--button-text-strong-small\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-large\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-strong-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--button-text-strong-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-strong-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--button-text-strong-small\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-large\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-strong-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--button-text-strong-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-strong-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--button-text-strong-small\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-large\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-strong-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--button-text-strong-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.15;
  }

  .e-type-style--button-text-strong-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--button-text-strong-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

/*! end: e-type-style--button-text-strong */

.e-type-style--cta-text,
.e-type-style--cta-text-small {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-contrast,
.e-type-style--cta-text-small-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-medium,
.card--link--out__article__cta {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.2;
}

.e-type-style--cta-text-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.2;
}

.e-type-style--cta-text-large,
.e-cta-with-arrow__text {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
}

.e-type-style--cta-text-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
}

.e-type-style--cta-text-x-large,
.search-pagination__button {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-x-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-xx-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}

.e-type-style--cta-text-xx-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-x-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-x-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-xx-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-xx-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-x-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-x-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-xx-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-xx-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-x-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-x-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-xx-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-xx-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-x-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-x-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-xx-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-xx-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-x-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-x-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-xx-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-xx-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-x-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-x-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-xx-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-xx-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

/*! end: e-type-style--cta-text */

.e-type-style--cta-text-light,
.e-type-style--cta-text-light-small {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 300;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-light-contrast,
.e-type-style--cta-text-light-small-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 300;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-light-medium {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.2;
}

.e-type-style--cta-text-light-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .0166666667em;
  line-height: 1.2;
}

.e-type-style--cta-text-light-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
}

.e-type-style--cta-text-light-large-contrast,
.card--link--out__cta-text {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
}

.e-type-style--cta-text-light-x-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-light-x-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-light-xx-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.2;
}

.e-type-style--cta-text-light-xx-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.2;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-light-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-x-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-x-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-xx-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-xx-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-light-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-x-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-x-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-xx-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-xx-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-light-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-x-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-x-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-xx-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-xx-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-light-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-x-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-x-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-xx-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-xx-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-light-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-x-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-x-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-xx-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-xx-large-contrast\@desktop,
  .card--link--out__cta-text {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-light-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-light-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-light-x-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-x-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-light-xx-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-light-xx-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

/*! end: e-type-style--cta-text-light */

.e-type-style--cta-text-strong,
.e-type-style--cta-text-strong-small {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-strong-contrast,
.e-type-style--cta-text-strong-small-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-strong-medium,
.press-kit__button,
.list-people__button,
.expandable-list__button {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.2;
}

.e-type-style--cta-text-strong-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.2;
}

.e-type-style--cta-text-strong-large,
.search-pagination__button--active a {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
}

.e-type-style--cta-text-strong-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
}

.e-type-style--cta-text-strong-x-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-strong-x-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-strong-xx-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

.e-type-style--cta-text-strong-xx-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-strong-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-x-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-x-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-xx-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-xx-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-strong-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-x-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-x-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-xx-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-xx-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-strong-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-x-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-x-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-xx-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-xx-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-strong-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-x-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-x-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-xx-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-xx-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-strong-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-large\@desktop,
  .search-pagination__button:hover a {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-x-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-x-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-xx-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-xx-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-strong-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-strong-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
  }

  .e-type-style--cta-text-strong-x-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-x-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-strong-xx-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-strong-xx-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

/*! end: e-type-style--cta-text-strong */

.e-type-style--cta-text-uppercase,
.e-type-style--cta-text-uppercase-small {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-contrast,
.e-type-style--cta-text-uppercase-small-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-medium {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.2;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0166666667em;
  line-height: 1.2;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-x-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 3.4285714286;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-x-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 3.4285714286;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-xx-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-xx-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-uppercase-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-uppercase-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-uppercase-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-uppercase-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-uppercase-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-uppercase-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-x-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-xx-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--cta-text-uppercase */

.e-type-style--cta-text-uppercase-strong,
.e-type-style--cta-text-uppercase-strong-small {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-contrast,
.e-type-style--cta-text-uppercase-strong-small-contrast,
.jump-links__item {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-medium {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.2;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0166666667em;
  line-height: 1.2;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .0153846154em;
  line-height: 1.3846153846;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-x-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 3.4285714286;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-x-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 3.4285714286;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-xx-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.e-type-style--cta-text-uppercase-strong-xx-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-uppercase-strong-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-uppercase-strong-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-uppercase-strong-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-uppercase-strong-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-uppercase-strong-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-uppercase-strong-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0166666667em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .0153846154em;
    line-height: 1.3846153846;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-x-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 3.4285714286;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .e-type-style--cta-text-uppercase-strong-xx-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--cta-text-uppercase-strong */

.e-type-style--cta-text-alt,
.e-type-style--cta-text-alt-small {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--cta-text-alt-contrast,
.e-type-style--cta-text-alt-small-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--cta-text-alt-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--cta-text-alt-medium-contrast,
.timeline-landing__cta {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0153846154em;
  line-height: 1;
}

.e-type-style--cta-text-alt-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .0125em;
  line-height: 1;
}

.e-type-style--cta-text-alt-large-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .0125em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-alt-small\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-small-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-alt-small\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-small-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-alt-small\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-small-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-alt-small\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-small-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-alt-small\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-small-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large-contrast\@desktop,
  .timeline-landing__cta {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-alt-small\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-small-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0153846154em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1;
  }
}

/*! end: e-type-style--cta-text-alt */

.e-type-style--cta-text-alt-alt,
.e-type-style--cta-text-alt-alt-small {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-alt-alt-contrast,
.e-type-style--cta-text-alt-alt-small-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .2272727273em;
  line-height: 5.4545454545;
}

.e-type-style--cta-text-alt-alt-medium,
.search-header .search-autocomplete__submit i::before {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.e-type-style--cta-text-alt-alt-medium-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.e-type-style--cta-text-alt-alt-large {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
}

.e-type-style--cta-text-alt-alt-large-contrast,
.search-filters__trigger {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
}

.e-type-style--cta-text-alt-alt-x-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-alt-alt-x-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 3.4285714286;
}

.e-type-style--cta-text-alt-alt-xx-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}

.e-type-style--cta-text-alt-alt-xx-large-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}

@media (min-width: 0rem) {
  .e-type-style--cta-text-alt-alt-small\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-large\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-x-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-x-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-xx-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-alt-alt-xx-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--cta-text-alt-alt-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-x-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-x-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-xx-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-alt-alt-xx-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--cta-text-alt-alt-small\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-large\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-x-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-x-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-xx-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-alt-alt-xx-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--cta-text-alt-alt-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-x-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-x-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-xx-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-alt-alt-xx-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--cta-text-alt-alt-small\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-large\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-x-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-x-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-xx-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-alt-alt-xx-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--cta-text-alt-alt-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .2272727273em;
    line-height: 5.4545454545;
  }

  .e-type-style--cta-text-alt-alt-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--cta-text-alt-alt-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }

  .e-type-style--cta-text-alt-alt-x-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-x-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 3.4285714286;
  }

  .e-type-style--cta-text-alt-alt-xx-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }

  .e-type-style--cta-text-alt-alt-xx-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
  }
}

/*! end: e-type-style--cta-text-alt-alt */

.e-type-style--navigation-title,
.e-type-style--navigation-title-small {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1;
}

.e-type-style--navigation-title-contrast,
.e-type-style--navigation-title-small-contrast,
.navigation-article__title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1;
}

.e-type-style--navigation-title-medium {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1;
}

.e-type-style--navigation-title-medium-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1;
}

.e-type-style--navigation-title-large {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1;
}

.e-type-style--navigation-title-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .0055555556em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-title-small\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-small-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-title-small\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-small-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-title-small\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-small-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-title-small\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-small-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-title-small\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-small-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-title-small\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-small-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }

  .e-type-style--navigation-title-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .0055555556em;
    line-height: 1;
  }
}

/*! end: e-type-style--navigation-title */

.e-type-style--navigation-search-label,
.e-type-style--navigation-search-label-small,
.search-filters-toggle__option {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.86;
}

.e-type-style--navigation-search-label-contrast,
.e-type-style--navigation-search-label-small-contrast,
.navigation-search__description {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.86;
}

.e-type-style--navigation-search-label-medium {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.86;
}

.e-type-style--navigation-search-label-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.86;
}

.e-type-style--navigation-search-label-large {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.86;
}

.e-type-style--navigation-search-label-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.86;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-search-label-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-search-label-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-search-label-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-search-label-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-search-label-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-search-label-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }

  .e-type-style--navigation-search-label-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.86;
  }
}

/*! end: e-type-style--navigation-search-label */

.e-type-style--navigation-search-input,
.e-type-style--navigation-search-input-small {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: .9444;
}

.e-type-style--navigation-search-input-contrast,
.e-type-style--navigation-search-input-small-contrast,
.navigation-search .search-autocomplete__input {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: .9444;
}

.e-type-style--navigation-search-input-medium {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: .9444;
}

.e-type-style--navigation-search-input-medium-contrast {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: .9444;
}

.e-type-style--navigation-search-input-large {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: .9444;
}

.e-type-style--navigation-search-input-large-contrast {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -.0027777778em;
  line-height: .9444;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-search-input-small\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-small-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-search-input-small\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-small-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-search-input-small\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-small-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-search-input-small\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-small-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-search-input-small\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-small-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-search-input-small\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-small-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-medium-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }

  .e-type-style--navigation-search-input-large-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: -.0027777778em;
    line-height: .9444;
  }
}

/*! end: e-type-style--navigation-search-input */

.e-type-style--navigation-search-result,
.e-type-style--navigation-search-result-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 1;
}

.e-type-style--navigation-search-result-contrast,
.e-type-style--navigation-search-result-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 1;
}

.e-type-style--navigation-search-result-medium {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 1;
}

.e-type-style--navigation-search-result-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 1;
}

.e-type-style--navigation-search-result-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

.e-type-style--navigation-search-result-large-contrast,
.navigation-search .search-autocomplete__item {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-search-result-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-search-result-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-search-result-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-search-result-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-search-result-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-search-result-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

/*! end: e-type-style--navigation-search-result */

.e-type-style--navigation-search-result-alt,
.e-type-style--navigation-search-result-alt-small {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-search-result-alt-contrast,
.e-type-style--navigation-search-result-alt-small-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1;
}

.e-type-style--navigation-search-result-alt-medium {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-search-result-alt-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1;
}

.e-type-style--navigation-search-result-alt-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1.2857;
}

.e-type-style--navigation-search-result-alt-large-contrast,
.navigation__item__title {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.2857;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-search-result-alt-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.2857;
  }

  .e-type-style--navigation-search-result-alt-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.2857;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-search-result-alt-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.2857;
  }

  .e-type-style--navigation-search-result-alt-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.2857;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-search-result-alt-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.2857;
  }

  .e-type-style--navigation-search-result-alt-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.2857;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-search-result-alt-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.2857;
  }

  .e-type-style--navigation-search-result-alt-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.2857;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-search-result-alt-small\@desktop,
  .navigation__item__title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.2857;
  }

  .e-type-style--navigation-search-result-alt-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.2857;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-search-result-alt-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--navigation-search-result-alt-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.2857;
  }

  .e-type-style--navigation-search-result-alt-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.2857;
  }
}

/*! end: e-type-style--navigation-search-result-alt */

.e-type-style--navigation-skip-text,
.e-type-style--navigation-skip-text-small {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .0375em;
  line-height: 1.3;
}

.e-type-style--navigation-skip-text-contrast,
.e-type-style--navigation-skip-text-small-contrast,
.o-navigation-skip__link {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .0375em;
  line-height: 1.3;
}

.e-type-style--navigation-skip-text-medium {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .0375em;
  line-height: 1.3;
}

.e-type-style--navigation-skip-text-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .0375em;
  line-height: 1.3;
}

.e-type-style--navigation-skip-text-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .0375em;
  line-height: 1.3;
}

.e-type-style--navigation-skip-text-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .0375em;
  line-height: 1.3;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-skip-text-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-skip-text-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-skip-text-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-skip-text-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-skip-text-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-skip-text-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }

  .e-type-style--navigation-skip-text-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0375em;
    line-height: 1.3;
  }
}

/*! end: e-type-style--navigation-skip-text */

.e-type-style--navigation-link,
.e-type-style--navigation-link-small {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.e-type-style--navigation-link-contrast,
.e-type-style--navigation-link-small-contrast,
.timeline-navigation-drawer-desktop__link__year {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1;
}

.e-type-style--navigation-link-medium {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.e-type-style--navigation-link-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.e-type-style--navigation-link-large,
.footer__item {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.16667;
}

.e-type-style--navigation-link-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.16667;
}

.e-type-style--navigation-link-x-large {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.15;
}

.e-type-style--navigation-link-x-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.15;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-link-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-x-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-x-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-link-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-x-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-x-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-link-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-x-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-x-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-link-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-x-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-x-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-link-small\@desktop,
  .footer__item {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-x-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-x-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-link-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .e-type-style--navigation-link-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-x-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-x-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

/*! end: e-type-style--navigation-link */

.e-type-style--navigation-link-light,
.e-type-style--navigation-link-light-small {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.e-type-style--navigation-link-light-contrast,
.e-type-style--navigation-link-light-small-contrast {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1;
}

.e-type-style--navigation-link-light-medium {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.e-type-style--navigation-link-light-medium-contrast,
.timeline-navigation-drawer-desktop__intro {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.e-type-style--navigation-link-light-large {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.16667;
}

.e-type-style--navigation-link-light-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.16667;
}

.e-type-style--navigation-link-light-x-large {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.15;
}

.e-type-style--navigation-link-light-x-large-contrast {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.15;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-link-light-small\@mobile {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-x-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-light-x-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-link-light-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-x-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-light-x-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-link-light-small\@tablet {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium\@tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-x-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-light-x-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-link-light-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-x-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-light-x-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-link-light-small\@desktop {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-large\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-x-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-light-x-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-link-light-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }

  .e-type-style--navigation-link-light-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-light-x-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-light-x-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.15;
  }
}

/*! end: e-type-style--navigation-link-light */

.e-type-style--navigation-link-strong,
.e-type-style--navigation-link-strong-small {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.e-type-style--navigation-link-strong-contrast,
.e-type-style--navigation-link-strong-small-contrast,
.timeline-navigation-drawer-desktop__link--current .timeline-navigation-drawer-desktop__link__year {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .0142857143em;
  line-height: 1;
}

.e-type-style--navigation-link-strong-medium {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.e-type-style--navigation-link-strong-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.e-type-style--navigation-link-strong-large {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.16667;
}

.e-type-style--navigation-link-strong-large-contrast {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.16667;
}

.e-type-style--navigation-link-strong-x-large {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.15;
}

.e-type-style--navigation-link-strong-x-large-contrast {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.15;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-link-strong-small\@mobile {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-large\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-x-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-strong-x-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-link-strong-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-x-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-strong-x-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-link-strong-small\@tablet {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-large\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-x-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-strong-x-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-link-strong-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-x-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-strong-x-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-link-strong-small\@desktop {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-large\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-x-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-strong-x-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-link-strong-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .e-type-style--navigation-link-strong-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-strong-x-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-strong-x-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

/*! end: e-type-style--navigation-link-strong */

.e-type-style--navigation-link-alt,
.e-type-style--navigation-link-alt-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.e-type-style--navigation-link-alt-contrast,
.e-type-style--navigation-link-alt-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1;
}

.e-type-style--navigation-link-alt-medium {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.e-type-style--navigation-link-alt-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.e-type-style--navigation-link-alt-large,
.navigation--open .navigation__list--footer .navigation__item {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.16667;
}

.e-type-style--navigation-link-alt-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.16667;
}

.e-type-style--navigation-link-alt-x-large {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.15;
}

.e-type-style--navigation-link-alt-x-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.15;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-link-alt-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-x-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-alt-x-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-link-alt-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-x-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-alt-x-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-link-alt-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-x-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-alt-x-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-link-alt-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-x-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-alt-x-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-link-alt-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-x-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-alt-x-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-link-alt-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
  }

  .e-type-style--navigation-link-alt-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.16667;
  }

  .e-type-style--navigation-link-alt-x-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .e-type-style--navigation-link-alt-x-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.15;
  }
}

/*! end: e-type-style--navigation-link-alt */

.e-type-style--navigation-sublink,
.e-type-style--navigation-sublink-small {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-contrast,
.e-type-style--navigation-sublink-small-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-medium {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.285;
}

.e-type-style--navigation-sublink-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .019047619em;
  line-height: 1.285;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-sublink-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-sublink-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-sublink-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-sublink-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-sublink-small\@desktop,
  .navigation__dropdown>li>a {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-sublink-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

/*! end: e-type-style--navigation-sublink */

.e-type-style--navigation-sublink-light,
.e-type-style--navigation-sublink-light-small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-light-contrast,
.e-type-style--navigation-sublink-light-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-light-medium {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-light-medium-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-light-large {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .019047619em;
  line-height: 1.285;
}

.e-type-style--navigation-sublink-light-large-contrast {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .019047619em;
  line-height: 1.285;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-sublink-light-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-light-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-sublink-light-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-light-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-sublink-light-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-light-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-sublink-light-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-light-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-sublink-light-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-light-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-sublink-light-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-light-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-light-large-contrast\@lt-desktop,
  .navigation__dropdown>li>a {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

/*! end: e-type-style--navigation-sublink-light */

.e-type-style--navigation-sublink-strong,
.e-type-style--navigation-sublink-strong-small {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-strong-contrast,
.e-type-style--navigation-sublink-strong-small-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-strong-medium {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-strong-medium-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03125em;
  line-height: 1;
}

.e-type-style--navigation-sublink-strong-large {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .019047619em;
  line-height: 1.285;
}

.e-type-style--navigation-sublink-strong-large-contrast {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .019047619em;
  line-height: 1.285;
}

@media (min-width: 0rem) {
  .e-type-style--navigation-sublink-strong-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-strong-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--navigation-sublink-strong-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-strong-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--navigation-sublink-strong-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-strong-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--navigation-sublink-strong-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-strong-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--navigation-sublink-strong-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-strong-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--navigation-sublink-strong-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03125em;
    line-height: 1;
  }

  .e-type-style--navigation-sublink-strong-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }

  .e-type-style--navigation-sublink-strong-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .019047619em;
    line-height: 1.285;
  }
}

/*! end: e-type-style--navigation-sublink-strong */

.e-type-style--pullquote-quote,
.e-type-style--pullquote-quote-small {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0125em;
  line-height: 1.67;
}

.e-type-style--pullquote-quote-contrast,
.e-type-style--pullquote-quote-small-contrast {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0125em;
  line-height: 1.67;
}

.e-type-style--pullquote-quote-medium {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.667;
}

.e-type-style--pullquote-quote-medium-contrast {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .0208333333em;
  line-height: 1.667;
}

.e-type-style--pullquote-quote-large {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.56;
}

.e-type-style--pullquote-quote-large-contrast {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.56;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-quote-small\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-medium\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-medium-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-large\@mobile {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-large-contrast\@mobile {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-quote-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-medium\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-medium-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-large\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-large-contrast\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-quote-small\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-medium\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-medium-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-large\@tablet {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-large-contrast\@tablet {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-quote-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-medium\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-medium-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-large\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-large-contrast\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-quote-small\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-medium\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-medium-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-large\@desktop {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-large-contrast\@desktop {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-quote-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-medium\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-medium-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-large\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-large-contrast\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

/*! end: e-type-style--pullquote-quote */

.e-type-style--pullquote-quote-light,
.e-type-style--pullquote-quote-light-small,
.pull-quote__quote {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0125em;
  line-height: 1.67;
}

.e-type-style--pullquote-quote-light-contrast,
.e-type-style--pullquote-quote-light-small-contrast {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0125em;
  line-height: 1.67;
}

.e-type-style--pullquote-quote-light-medium {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.667;
}

.e-type-style--pullquote-quote-light-medium-contrast {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .0208333333em;
  line-height: 1.667;
}

.e-type-style--pullquote-quote-light-large {
  font-size: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.56;
}

.e-type-style--pullquote-quote-light-large-contrast {
  font-size: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.56;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-quote-light-small\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-medium\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-medium-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-large\@mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-light-large-contrast\@mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-quote-light-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-medium\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-medium-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-large\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-light-large-contrast\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-quote-light-small\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-medium\@tablet,
  .pull-quote__quote {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-medium-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-large\@tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-light-large-contrast\@tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-quote-light-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-medium\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-medium-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-large\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-light-large-contrast\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-quote-light-small\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-medium\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-medium-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-large\@desktop,
  .pull-quote__quote {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-light-large-contrast\@desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-quote-light-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-light-medium\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-medium-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-light-large\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-light-large-contrast\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

/*! end: e-type-style--pullquote-quote-light */

.e-type-style--pullquote-quote-strong,
.e-type-style--pullquote-quote-strong-small {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .0125em;
  line-height: 1.67;
}

.e-type-style--pullquote-quote-strong-contrast,
.e-type-style--pullquote-quote-strong-small-contrast {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .0125em;
  line-height: 1.67;
}

.e-type-style--pullquote-quote-strong-medium {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .0208333333em;
  line-height: 1.667;
}

.e-type-style--pullquote-quote-strong-medium-contrast {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .0208333333em;
  line-height: 1.667;
}

.e-type-style--pullquote-quote-strong-large {
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.56;
}

.e-type-style--pullquote-quote-strong-large-contrast {
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.56;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-quote-strong-small\@mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-small-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-medium\@mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-medium-contrast\@mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-large\@mobile {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-strong-large-contrast\@mobile {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-quote-strong-small\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-small-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-medium\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-medium-contrast\@lt-mobile {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-large\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-strong-large-contrast\@lt-mobile {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-quote-strong-small\@tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-small-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-medium\@tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-medium-contrast\@tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-large\@tablet {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-strong-large-contrast\@tablet {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-quote-strong-small\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-small-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-medium\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-medium-contrast\@lt-tablet {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-large\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-strong-large-contrast\@lt-tablet {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-quote-strong-small\@desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-small-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-medium\@desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-medium-contrast\@desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-large\@desktop {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-strong-large-contrast\@desktop {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-quote-strong-small\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-small-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0125em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-quote-strong-medium\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-medium-contrast\@lt-desktop {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .0208333333em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-quote-strong-large\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }

  .e-type-style--pullquote-quote-strong-large-contrast\@lt-desktop {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.56;
  }
}

/*! end: e-type-style--pullquote-quote-strong */

.e-type-style--pullquote-attribution,
.e-type-style--pullquote-attribution-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-contrast,
.e-type-style--pullquote-attribution-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-medium {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.63;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-large-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.63;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-attribution-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-attribution-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-attribution-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-attribution-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-attribution-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-attribution-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--pullquote-attribution */

.e-type-style--pullquote-attribution-light,
.e-type-style--pullquote-attribution-light-small {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-light-contrast,
.e-type-style--pullquote-attribution-light-small-contrast {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-light-medium {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-light-medium-contrast {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-light-large {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.63;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-light-large-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.63;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-attribution-light-small\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-attribution-light-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-attribution-light-small\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-attribution-light-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-attribution-light-small\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-attribution-light-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-light-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--pullquote-attribution-light */

.e-type-style--pullquote-attribution-strong,
.e-type-style--pullquote-attribution-strong-small,
.pull-quote__attribution {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-strong-contrast,
.e-type-style--pullquote-attribution-strong-small-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-strong-medium {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-strong-medium-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.85;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-strong-large {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.63;
  text-transform: uppercase;
}

.e-type-style--pullquote-attribution-strong-large-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.63;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-attribution-strong-small\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-attribution-strong-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-attribution-strong-small\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-attribution-strong-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-attribution-strong-small\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large\@desktop,
  .pull-quote__attribution {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-attribution-strong-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.85;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }

  .e-type-style--pullquote-attribution-strong-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.63;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--pullquote-attribution-strong */

.e-type-style--pullquote-caption,
.e-type-style--pullquote-caption-small,
.pull-quote__title {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0416666667em;
  line-height: 1.67;
}

.e-type-style--pullquote-caption-contrast,
.e-type-style--pullquote-caption-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0416666667em;
  line-height: 1.67;
}

.e-type-style--pullquote-caption-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0384615385em;
  line-height: 1.667;
}

.e-type-style--pullquote-caption-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0384615385em;
  line-height: 1.667;
}

.e-type-style--pullquote-caption-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 2;
}

.e-type-style--pullquote-caption-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0357142857em;
  line-height: 2;
}

@media (min-width: 0rem) {
  .e-type-style--pullquote-caption-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }

  .e-type-style--pullquote-caption-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--pullquote-caption-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }

  .e-type-style--pullquote-caption-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--pullquote-caption-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-medium\@tablet,
  .pull-quote__title {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }

  .e-type-style--pullquote-caption-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--pullquote-caption-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }

  .e-type-style--pullquote-caption-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--pullquote-caption-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-large\@desktop,
  .pull-quote__title {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }

  .e-type-style--pullquote-caption-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--pullquote-caption-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0416666667em;
    line-height: 1.67;
  }

  .e-type-style--pullquote-caption-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0384615385em;
    line-height: 1.667;
  }

  .e-type-style--pullquote-caption-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }

  .e-type-style--pullquote-caption-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0357142857em;
    line-height: 2;
  }
}

/*! end: e-type-style--pullquote-caption */

.e-type-style--form-legend,
.e-type-style--form-legend-small,
.search-filters-list__label,
.search-header__description {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.86;
}

.e-type-style--form-legend-contrast,
.e-type-style--form-legend-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.86;
}

.e-type-style--form-legend-medium {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.15;
}

.e-type-style--form-legend-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.15;
}

.e-type-style--form-legend-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.15;
}

.e-type-style--form-legend-large-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.15;
}

@media (min-width: 0rem) {
  .e-type-style--form-legend-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--form-legend-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--form-legend-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-medium-contrast\@tablet,
  .search-filters-list__label {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--form-legend-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--form-legend-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--form-legend-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.86;
  }

  .e-type-style--form-legend-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }

  .e-type-style--form-legend-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
  }
}

/*! end: e-type-style--form-legend */

.e-type-style--form-legend-plus,
.e-type-style--form-legend-plus-small {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1877777778em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--form-legend-plus-contrast,
.e-type-style--form-legend-plus-small-contrast {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1877777778em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--form-legend-plus-medium {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1877777778em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--form-legend-plus-medium-contrast {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1877777778em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--form-legend-plus-large {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1877777778em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--form-legend-plus-large-contrast {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1877777778em;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--form-legend-plus-small\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-small-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--form-legend-plus-small\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-small-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--form-legend-plus-small\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-small-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--form-legend-plus-small\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-small-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--form-legend-plus-small\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-small-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--form-legend-plus-small\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-small-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--form-legend-plus-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .1877777778em;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--form-legend-plus */

.e-type-style--form-meta,
.e-type-style--form-meta-small,
.search-filters__header {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--form-meta-contrast,
.e-type-style--form-meta-small-contrast {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--form-meta-medium {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--form-meta-medium-contrast {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--form-meta-large {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.e-type-style--form-meta-large-contrast {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--form-meta-small\@mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-small-contrast\@mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium\@mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium-contrast\@mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large\@mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large-contrast\@mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--form-meta-small\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-small-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--form-meta-small\@tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-small-contrast\@tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium\@tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium-contrast\@tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large\@tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large-contrast\@tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--form-meta-small\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-small-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--form-meta-small\@desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-small-contrast\@desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium\@desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium-contrast\@desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large\@desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large-contrast\@desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--form-meta-small\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-small-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-medium-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .e-type-style--form-meta-large-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--form-meta */

.e-type-style--form-label-inline,
.e-type-style--form-label-inline-small {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

.e-type-style--form-label-inline-contrast,
.e-type-style--form-label-inline-small-contrast,
.search-filters-list-option__label {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

.e-type-style--form-label-inline-medium {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

.e-type-style--form-label-inline-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

.e-type-style--form-label-inline-large {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

.e-type-style--form-label-inline-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

@media (min-width: 0rem) {
  .e-type-style--form-label-inline-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--form-label-inline-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--form-label-inline-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--form-label-inline-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--form-label-inline-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--form-label-inline-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }

  .e-type-style--form-label-inline-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3571428571;
  }
}

/*! end: e-type-style--form-label-inline */

.e-type-style--form-input-text,
.e-type-style--form-input-text-small {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.23;
}

.e-type-style--form-input-text-contrast,
.e-type-style--form-input-text-small-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.23;
}

.e-type-style--form-input-text-medium {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.23;
}

.e-type-style--form-input-text-medium-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.23;
}

.e-type-style--form-input-text-large,
.search-header .search-autocomplete__input {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.23;
}

.e-type-style--form-input-text-large-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.23;
}

@media (min-width: 0rem) {
  .e-type-style--form-input-text-small\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--form-input-text-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--form-input-text-small\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--form-input-text-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--form-input-text-small\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--form-input-text-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-medium-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }

  .e-type-style--form-input-text-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.23;
  }
}

/*! end: e-type-style--form-input-text */

.e-type-style--search-autocomplete-item-text,
.e-type-style--search-autocomplete-item-text-small,
.search-header .search-autocomplete__item {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

.e-type-style--search-autocomplete-item-text-contrast,
.e-type-style--search-autocomplete-item-text-small-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

.e-type-style--search-autocomplete-item-text-medium {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

.e-type-style--search-autocomplete-item-text-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

.e-type-style--search-autocomplete-item-text-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

.e-type-style--search-autocomplete-item-text-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1;
}

@media (min-width: 0rem) {
  .e-type-style--search-autocomplete-item-text-small\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-small-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--search-autocomplete-item-text-small\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-small-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--search-autocomplete-item-text-small\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-small-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--search-autocomplete-item-text-small\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-small-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--search-autocomplete-item-text-small\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-small-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--search-autocomplete-item-text-small\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-small-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }

  .e-type-style--search-autocomplete-item-text-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1;
  }
}

/*! end: e-type-style--search-autocomplete-item-text */

.e-type-style--search-result-header,
.e-type-style--search-result-header-small,
.search-results__no-results__header {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.24;
}

.e-type-style--search-result-header-contrast,
.e-type-style--search-result-header-small-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.24;
}

.e-type-style--search-result-header-medium {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.24;
}

.e-type-style--search-result-header-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.24;
}

.e-type-style--search-result-header-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.24;
}

.e-type-style--search-result-header-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0095238095em;
  line-height: 1.24;
}

@media (min-width: 0rem) {
  .e-type-style--search-result-header-small\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-small-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--search-result-header-small\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-small-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--search-result-header-small\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-small-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--search-result-header-small\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-small-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--search-result-header-small\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-small-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--search-result-header-small\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-small-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }

  .e-type-style--search-result-header-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0095238095em;
    line-height: 1.24;
  }
}

/*! end: e-type-style--search-result-header */

.e-type-style--search-result-title,
.e-type-style--search-result-title-small,
.search-result__title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--search-result-title-contrast,
.e-type-style--search-result-title-small-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--search-result-title-medium {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--search-result-title-medium-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--search-result-title-large {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: -.0047619048em;
  line-height: 1.24;
}

.e-type-style--search-result-title-large-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: -.0047619048em;
  line-height: 1.24;
}

@media (min-width: 0rem) {
  .e-type-style--search-result-title-small\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-small-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--search-result-title-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--search-result-title-small\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-small-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--search-result-title-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--search-result-title-small\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-small-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--search-result-title-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--search-result-title-small\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-small-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--search-result-title-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--search-result-title-small\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-small-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-large\@desktop,
  .search-result__title {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--search-result-title-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--search-result-title-small\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-small-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--search-result-title-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--search-result-title-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

/*! end: e-type-style--search-result-title */

.e-type-style--search-result-description,
.e-type-style--search-result-description-small,
.search-result__excerpt {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--search-result-description-contrast,
.e-type-style--search-result-description-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--search-result-description-medium {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--search-result-description-medium-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--search-result-description-large,
.search-results__no-results__text {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

.e-type-style--search-result-description-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

@media (min-width: 0rem) {
  .e-type-style--search-result-description-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--search-result-description-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--search-result-description-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--search-result-description-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--search-result-description-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--search-result-description-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--search-result-description-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--search-result-description-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--search-result-description-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-large\@desktop,
  .search-result__excerpt {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--search-result-description-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--search-result-description-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--search-result-description-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--search-result-description-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

/*! end: e-type-style--search-result-description */

.e-type-style--supertitle,
.e-type-style--supertitle-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.14;
  text-transform: uppercase;
}

.e-type-style--supertitle-contrast,
.e-type-style--supertitle-small-contrast,
.timeline-landing__supertitle {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .25em;
  line-height: 1.14;
  text-transform: uppercase;
}

.e-type-style--supertitle-medium {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .2857142857em;
  line-height: 1.1428;
  text-transform: uppercase;
}

.e-type-style--supertitle-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .2857142857em;
  line-height: 1.1428;
  text-transform: uppercase;
}

.e-type-style--supertitle-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .2857142857em;
  line-height: 1.1428;
  text-transform: uppercase;
}

.e-type-style--supertitle-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .2857142857em;
  line-height: 1.1428;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--supertitle-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--supertitle-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--supertitle-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium-contrast\@tablet,
  .timeline-landing__supertitle {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--supertitle-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--supertitle-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--supertitle-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }

  .e-type-style--supertitle-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2857142857em;
    line-height: 1.1428;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--supertitle */

.e-type-style--timeline-item-headline,
.e-type-style--timeline-item-headline-small {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1;
}

.e-type-style--timeline-item-headline-contrast,
.e-type-style--timeline-item-headline-small-contrast,
.timeline-slide__year {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1;
}

.e-type-style--timeline-item-headline-medium {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

.e-type-style--timeline-item-headline-medium-contrast {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

.e-type-style--timeline-item-headline-large {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

.e-type-style--timeline-item-headline-large-contrast {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.12;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-item-headline-small\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-small-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-medium\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-medium-contrast\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large-contrast\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-item-headline-small\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-small-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-medium\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-medium-contrast\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large-contrast\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-item-headline-small\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-small-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-medium\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-medium-contrast\@tablet,
  .timeline-slide__year {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large-contrast\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-item-headline-small\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-small-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-medium\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-medium-contrast\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large-contrast\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-item-headline-small\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-small-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-medium\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-medium-contrast\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large-contrast\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-item-headline-small\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-small-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1;
  }

  .e-type-style--timeline-item-headline-medium\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-medium-contrast\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }

  .e-type-style--timeline-item-headline-large-contrast\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.12;
  }
}

/*! end: e-type-style--timeline-item-headline */

.e-type-style--timeline-item-title,
.e-type-style--timeline-item-title-small {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1.24;
}

.e-type-style--timeline-item-title-contrast,
.e-type-style--timeline-item-title-small-contrast,
.timeline-slide__title {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0047619048em;
  line-height: 1.24;
}

.e-type-style--timeline-item-title-medium {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.18;
}

.e-type-style--timeline-item-title-medium-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.18;
}

.e-type-style--timeline-item-title-large {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.18;
}

.e-type-style--timeline-item-title-large-contrast {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: .0029411765em;
  line-height: 1.18;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-item-title-small\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-small-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-medium\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-medium-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large-contrast\@mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-item-title-small\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-small-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-medium\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-medium-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large-contrast\@lt-mobile {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-item-title-small\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-small-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-medium\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-medium-contrast\@tablet,
  .timeline-slide__title {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large-contrast\@tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-item-title-small\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-small-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-medium\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-medium-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large-contrast\@lt-tablet {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-item-title-small\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-small-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-medium\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-medium-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large-contrast\@desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-item-title-small\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-small-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0047619048em;
    line-height: 1.24;
  }

  .e-type-style--timeline-item-title-medium\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-medium-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }

  .e-type-style--timeline-item-title-large-contrast\@lt-desktop {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: .0029411765em;
    line-height: 1.18;
  }
}

/*! end: e-type-style--timeline-item-title */

.e-type-style--timeline-item-description,
.e-type-style--timeline-item-description-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0333333333em;
  line-height: 1.67;
}

.e-type-style--timeline-item-description-contrast,
.e-type-style--timeline-item-description-small-contrast,
.timeline-hotspot__description {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .0333333333em;
  line-height: 1.67;
}

.e-type-style--timeline-item-description-medium {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.57;
}

.e-type-style--timeline-item-description-medium-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.57;
}

.e-type-style--timeline-item-description-large {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.57;
}

.e-type-style--timeline-item-description-large-contrast,
.timeline-slide__description {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.57;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-item-description-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-medium\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-item-description-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-item-description-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-medium\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-item-description-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-item-description-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-medium\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-item-description-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    line-height: 1.67;
  }

  .e-type-style--timeline-item-description-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }

  .e-type-style--timeline-item-description-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.57;
  }
}

/*! end: e-type-style--timeline-item-description */

.e-type-style--timeline-navigation-item-title,
.e-type-style--timeline-navigation-item-title-small {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.29;
}

.e-type-style--timeline-navigation-item-title-contrast,
.e-type-style--timeline-navigation-item-title-small-contrast,
.timeline-navigation-drawer__list[data-selected=true] .timeline-navigation-drawer__link[data-selected=true] .timeline-navigation-drawer__link__title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.29;
}

.e-type-style--timeline-navigation-item-title-medium {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.5238;
}

.e-type-style--timeline-navigation-item-title-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.5238;
}

.e-type-style--timeline-navigation-item-title-large {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0071428571em;
  line-height: 1.43;
}

.e-type-style--timeline-navigation-item-title-large-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0071428571em;
  line-height: 1.43;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-navigation-item-title-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-large\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-navigation-item-title-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-navigation-item-title-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-large\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-large-contrast\@tablet,
  .timeline-navigation-drawer__list[data-selected=true] .timeline-navigation-drawer__link[data-selected=true] .timeline-navigation-drawer__link__title {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-navigation-item-title-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-navigation-item-title-small\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-large\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-large-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-navigation-item-title-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

/*! end: e-type-style--timeline-navigation-item-title */

.e-type-style--timeline-navigation-item-title-light,
.e-type-style--timeline-navigation-item-title-light-small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.29;
}

.e-type-style--timeline-navigation-item-title-light-contrast,
.e-type-style--timeline-navigation-item-title-light-small-contrast,
.timeline-navigation-drawer__link__title {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.29;
}

.e-type-style--timeline-navigation-item-title-light-medium,
.timeline-navigation-drawer-desktop__link__title {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1.5238;
}

.e-type-style--timeline-navigation-item-title-light-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: 1.5238;
}

.e-type-style--timeline-navigation-item-title-light-large {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: .0071428571em;
  line-height: 1.43;
}

.e-type-style--timeline-navigation-item-title-light-large-contrast {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: .0071428571em;
  line-height: 1.43;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-navigation-item-title-light-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-large\@mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-light-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-navigation-item-title-light-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-light-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-navigation-item-title-light-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-large\@tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-light-large-contrast\@tablet,
  .timeline-navigation-drawer__link__title {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-navigation-item-title-light-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-light-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-navigation-item-title-light-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-large\@desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-light-large-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-navigation-item-title-light-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-light-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-light-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-light-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

/*! end: e-type-style--timeline-navigation-item-title-light */

.e-type-style--timeline-navigation-item-title-strong,
.e-type-style--timeline-navigation-item-title-strong-small {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.29;
}

.e-type-style--timeline-navigation-item-title-strong-contrast,
.e-type-style--timeline-navigation-item-title-strong-small-contrast {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.29;
}

.e-type-style--timeline-navigation-item-title-strong-medium,
.timeline-navigation-drawer-desktop__link--current .timeline-navigation-drawer-desktop__link__title {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .0142857143em;
  line-height: 1.5238;
}

.e-type-style--timeline-navigation-item-title-strong-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .0142857143em;
  line-height: 1.5238;
}

.e-type-style--timeline-navigation-item-title-strong-large {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .0071428571em;
  line-height: 1.43;
}

.e-type-style--timeline-navigation-item-title-strong-large-contrast {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .0071428571em;
  line-height: 1.43;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-navigation-item-title-strong-small\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-large\@mobile {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-strong-large-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-navigation-item-title-strong-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-large\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-strong-large-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-navigation-item-title-strong-small\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-large\@tablet {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-strong-large-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-navigation-item-title-strong-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-large\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-strong-large-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-navigation-item-title-strong-small\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-large\@desktop {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-strong-large-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-navigation-item-title-strong-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.29;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: 1.5238;
  }

  .e-type-style--timeline-navigation-item-title-strong-large\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }

  .e-type-style--timeline-navigation-item-title-strong-large-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .0071428571em;
    line-height: 1.43;
  }
}

/*! end: e-type-style--timeline-navigation-item-title-strong */

.e-type-style--timeline-navigation-text,
.e-type-style--timeline-navigation-text-small {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
}

.e-type-style--timeline-navigation-text-contrast,
.e-type-style--timeline-navigation-text-small-contrast,
.timeline-navigation__text {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
}

.e-type-style--timeline-navigation-text-medium {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
}

.e-type-style--timeline-navigation-text-medium-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
}

.e-type-style--timeline-navigation-text-large {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 1.55;
}

.e-type-style--timeline-navigation-text-large-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 1.55;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-navigation-text-small\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-large\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }

  .e-type-style--timeline-navigation-text-large-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-navigation-text-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-large\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }

  .e-type-style--timeline-navigation-text-large-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-navigation-text-small\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-large\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }

  .e-type-style--timeline-navigation-text-large-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-navigation-text-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-large\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }

  .e-type-style--timeline-navigation-text-large-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-navigation-text-small\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-large\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }

  .e-type-style--timeline-navigation-text-large-contrast\@desktop,
  .timeline-navigation__text {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-navigation-text-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-medium-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
  }

  .e-type-style--timeline-navigation-text-large\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }

  .e-type-style--timeline-navigation-text-large-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
  }
}

/*! end: e-type-style--timeline-navigation-text */

.e-type-style--timeline-navigation-text-uppercase,
.e-type-style--timeline-navigation-text-uppercase-small {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
  text-transform: uppercase;
}

.e-type-style--timeline-navigation-text-uppercase-contrast,
.e-type-style--timeline-navigation-text-uppercase-small-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
  text-transform: uppercase;
}

.e-type-style--timeline-navigation-text-uppercase-medium {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
  text-transform: uppercase;
}

.e-type-style--timeline-navigation-text-uppercase-medium-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 4.0909090909;
  text-transform: uppercase;
}

.e-type-style--timeline-navigation-text-uppercase-large {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 1.55;
  text-transform: uppercase;
}

.e-type-style--timeline-navigation-text-uppercase-large-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .0727272727em;
  line-height: 1.55;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-navigation-text-uppercase-small\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-navigation-text-uppercase-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-navigation-text-uppercase-small\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-navigation-text-uppercase-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-navigation-text-uppercase-small\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large-contrast\@desktop,
  .timeline-navigation__decade__titles {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-navigation-text-uppercase-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-medium-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 4.0909090909;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }

  .e-type-style--timeline-navigation-text-uppercase-large-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .0727272727em;
    line-height: 1.55;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--timeline-navigation-text-uppercase */

.e-type-style--timeline-tooltip-title,
.e-type-style--timeline-tooltip-title-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--timeline-tooltip-title-contrast,
.e-type-style--timeline-tooltip-title-small-contrast,
.timeline-hotspot__title {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--timeline-tooltip-title-medium {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--timeline-tooltip-title-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--timeline-tooltip-title-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

.e-type-style--timeline-tooltip-title-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.43;
}

@media (min-width: 0rem) {
  .e-type-style--timeline-tooltip-title-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--timeline-tooltip-title-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--timeline-tooltip-title-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--timeline-tooltip-title-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--timeline-tooltip-title-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--timeline-tooltip-title-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }

  .e-type-style--timeline-tooltip-title-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.43;
  }
}

/*! end: e-type-style--timeline-tooltip-title */

.e-type-style--fine-print,
.e-type-style--fine-print-small,
.timeline-footer {
  font-size: .5rem;
  font-weight: 400;
}

.e-type-style--fine-print-contrast,
.e-type-style--fine-print-small-contrast {
  font-size: .5rem;
  font-weight: 400;
}

.e-type-style--fine-print-medium,
.subfooter,
.subfooter a {
  font-size: .7rem;
  font-weight: 400;
}

.e-type-style--fine-print-medium-contrast {
  font-size: .7rem;
  font-weight: 400;
}

.e-type-style--fine-print-large {
  font-size: .5rem;
  font-weight: 400;
}

.e-type-style--fine-print-large-contrast {
  font-size: .5rem;
  font-weight: 400;
}

@media (min-width: 0rem) {
  .e-type-style--fine-print-small\@mobile {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-small-contrast\@mobile {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium\@mobile {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium-contrast\@mobile {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large\@mobile {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large-contrast\@mobile {
    font-size: .5rem;
    font-weight: 400;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--fine-print-small\@lt-mobile {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-small-contrast\@lt-mobile {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium\@lt-mobile {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium-contrast\@lt-mobile {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large\@lt-mobile {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large-contrast\@lt-mobile {
    font-size: .5rem;
    font-weight: 400;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--fine-print-small\@tablet {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-small-contrast\@tablet {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium\@tablet {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium-contrast\@tablet {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large\@tablet {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large-contrast\@tablet {
    font-size: .5rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--fine-print-small\@lt-tablet {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-small-contrast\@lt-tablet {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium\@lt-tablet {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium-contrast\@lt-tablet {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large\@lt-tablet {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large-contrast\@lt-tablet {
    font-size: .5rem;
    font-weight: 400;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--fine-print-small\@desktop {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-small-contrast\@desktop {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium\@desktop {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium-contrast\@desktop {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large\@desktop {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large-contrast\@desktop {
    font-size: .5rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--fine-print-small\@lt-desktop {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-small-contrast\@lt-desktop {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium\@lt-desktop {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-medium-contrast\@lt-desktop {
    font-size: .7rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large\@lt-desktop {
    font-size: .5rem;
    font-weight: 400;
  }

  .e-type-style--fine-print-large-contrast\@lt-desktop {
    font-size: .5rem;
    font-weight: 400;
  }
}

/*! end: e-type-style--fine-print */

.e-type-style--figure-text,
.e-type-style--figure-text-small {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-contrast,
.e-type-style--figure-text-small-contrast {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-medium {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-medium-contrast {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-large {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-large-contrast {
  font-size: 6.25rem;
  font-weight: 400;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

@media (min-width: 0rem) {
  .e-type-style--figure-text-small\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--figure-text-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--figure-text-small\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--figure-text-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--figure-text-small\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--figure-text-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-medium-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-large-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 400;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

/*! end: e-type-style--figure-text */

.e-type-style--figure-text-light,
.e-type-style--figure-text-light-small {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-light-contrast,
.e-type-style--figure-text-light-small-contrast {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-light-medium {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-light-medium-contrast {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-light-large {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-light-large-contrast {
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

@media (min-width: 0rem) {
  .e-type-style--figure-text-light-small\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--figure-text-light-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--figure-text-light-small\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--figure-text-light-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--figure-text-light-small\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--figure-text-light-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-medium-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-light-large-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 300;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

/*! end: e-type-style--figure-text-light */

.e-type-style--figure-text-strong,
.e-type-style--figure-text-strong-small {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-strong-contrast,
.e-type-style--figure-text-strong-small-contrast {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-strong-medium {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-strong-medium-contrast {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-strong-large {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

.e-type-style--figure-text-strong-large-contrast {
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: -0.033em;
  line-height: 1.344;
}

@media (min-width: 0rem) {
  .e-type-style--figure-text-strong-small\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-small-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large-contrast\@mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--figure-text-strong-small\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-small-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large-contrast\@lt-mobile {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--figure-text-strong-small\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-small-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large-contrast\@tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--figure-text-strong-small\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-small-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large-contrast\@lt-tablet {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--figure-text-strong-small\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-small-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large-contrast\@desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--figure-text-strong-small\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-small-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-medium-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }

  .e-type-style--figure-text-strong-large-contrast\@lt-desktop {
    font-size: 6.25rem;
    font-weight: 700;
    letter-spacing: -0.033em;
    line-height: 1.344;
  }
}

/*! end: e-type-style--figure-text-strong */

.e-type-style--figure-caption-xx-small {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.55;
}

.e-type-style--figure-caption-xx-small-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.55;
}

.e-type-style--figure-caption-x-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: normal;
}

.e-type-style--figure-caption-x-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: normal;
}

.e-type-style--figure-caption,
.e-type-style--figure-caption-small {
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-contrast,
.e-type-style--figure-caption-small-contrast {
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-medium {
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-medium-contrast {
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-large {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.76;
}

.e-type-style--figure-caption-large-contrast {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.76;
}

@media (min-width: 0rem) {
  .e-type-style--figure-caption-xx-small\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-xx-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-x-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-x-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-small\@mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-small-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium\@mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-large\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-large-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--figure-caption-xx-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-xx-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-x-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-x-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-small\@lt-mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-small-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium\@lt-mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-large\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-large-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--figure-caption-xx-small\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-xx-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-x-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-x-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-small\@tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-small-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium\@tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-large\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-large-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--figure-caption-xx-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-xx-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-x-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-x-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-small\@lt-tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-small-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium\@lt-tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-large\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-large-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--figure-caption-xx-small\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-xx-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-x-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-x-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-small\@desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-small-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium\@desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-large\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-large-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--figure-caption-xx-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-xx-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-x-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-x-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-small\@lt-desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-small-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium\@lt-desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-medium-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-large\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-large-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

/*! end: e-type-style--figure-caption */

.e-type-style--figure-caption-light-xx-small {
  font-size: .6875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.55;
}

.e-type-style--figure-caption-light-xx-small-contrast {
  font-size: .6875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.55;
}

.e-type-style--figure-caption-light-x-small {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: normal;
}

.e-type-style--figure-caption-light-x-small-contrast {
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .0142857143em;
  line-height: normal;
}

.e-type-style--figure-caption-light,
.e-type-style--figure-caption-light-small {
  font-size: .9375rem;
  font-weight: 300;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-light-contrast,
.e-type-style--figure-caption-light-small-contrast {
  font-size: .9375rem;
  font-weight: 300;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-light-medium {
  font-size: .9375rem;
  font-weight: 300;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-light-medium-contrast {
  font-size: .9375rem;
  font-weight: 300;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-light-large {
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.76;
}

.e-type-style--figure-caption-light-large-contrast {
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.76;
}

@media (min-width: 0rem) {
  .e-type-style--figure-caption-light-xx-small\@mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-xx-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-x-small\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-x-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-small\@mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-small-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium\@mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-large\@mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-light-large-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--figure-caption-light-xx-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-xx-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-x-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-x-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-small\@lt-mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-small-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium\@lt-mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-large\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-light-large-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--figure-caption-light-xx-small\@tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-xx-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-x-small\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-x-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-small\@tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-small-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium\@tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-large\@tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-light-large-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--figure-caption-light-xx-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-xx-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-x-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-x-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-small\@lt-tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-small-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium\@lt-tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-large\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-light-large-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--figure-caption-light-xx-small\@desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-xx-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-x-small\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-x-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-small\@desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-small-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium\@desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-large\@desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-light-large-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--figure-caption-light-xx-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-xx-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-light-x-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-x-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-light-small\@lt-desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-small-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium\@lt-desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-medium-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-light-large\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-light-large-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

/*! end: e-type-style--figure-caption-light */

.e-type-style--figure-caption-strong-xx-small {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.55;
}

.e-type-style--figure-caption-strong-xx-small-contrast {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.55;
}

.e-type-style--figure-caption-strong-x-small {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .0142857143em;
  line-height: normal;
}

.e-type-style--figure-caption-strong-x-small-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .0142857143em;
  line-height: normal;
}

.e-type-style--figure-caption-strong,
.e-type-style--figure-caption-strong-small {
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-strong-contrast,
.e-type-style--figure-caption-strong-small-contrast {
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-strong-medium {
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-strong-medium-contrast {
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.0066666667em;
  line-height: 1.67;
}

.e-type-style--figure-caption-strong-large {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.76;
}

.e-type-style--figure-caption-strong-large-contrast {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.76;
}

@media (min-width: 0rem) {
  .e-type-style--figure-caption-strong-xx-small\@mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-xx-small-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-x-small\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-x-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-small\@mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-small-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium\@mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-large\@mobile {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-strong-large-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--figure-caption-strong-xx-small\@lt-mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-xx-small-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-x-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-x-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-small\@lt-mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-small-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium\@lt-mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-large\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-strong-large-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--figure-caption-strong-xx-small\@tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-xx-small-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-x-small\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-x-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-small\@tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-small-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium\@tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-large\@tablet {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-strong-large-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--figure-caption-strong-xx-small\@lt-tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-xx-small-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-x-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-x-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-small\@lt-tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-small-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium\@lt-tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-large\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-strong-large-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--figure-caption-strong-xx-small\@desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-xx-small-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-x-small\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-x-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-small\@desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-small-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium\@desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-large\@desktop {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-strong-large-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--figure-caption-strong-xx-small\@lt-desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-xx-small-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .e-type-style--figure-caption-strong-x-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-x-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0142857143em;
    line-height: normal;
  }

  .e-type-style--figure-caption-strong-small\@lt-desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-small-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium\@lt-desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-medium-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0066666667em;
    line-height: 1.67;
  }

  .e-type-style--figure-caption-strong-large\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }

  .e-type-style--figure-caption-strong-large-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.76;
  }
}

/*! end: e-type-style--figure-caption-strong */

.e-type-style--info-block-title,
.e-type-style--info-block-title-small {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--info-block-title-contrast,
.e-type-style--info-block-title-small-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--info-block-title-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--info-block-title-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--info-block-title-large {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.e-type-style--info-block-title-large-contrast {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

@media (min-width: 0rem) {
  .e-type-style--info-block-title-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-large\@mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-large-contrast\@mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--info-block-title-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-large\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-large-contrast\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--info-block-title-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-large\@tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-large-contrast\@tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--info-block-title-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-large\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-large-contrast\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--info-block-title-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-large\@desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-large-contrast\@desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--info-block-title-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-large\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-large-contrast\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

/*! end: e-type-style--info-block-title */

.e-type-style--info-block-title-strong,
.e-type-style--info-block-title-strong-small {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--info-block-title-strong-contrast,
.e-type-style--info-block-title-strong-small-contrast {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--info-block-title-strong-medium {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--info-block-title-strong-medium-contrast {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--info-block-title-strong-large {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.e-type-style--info-block-title-strong-large-contrast {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

@media (min-width: 0rem) {
  .e-type-style--info-block-title-strong-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-large\@mobile {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-strong-large-contrast\@mobile {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--info-block-title-strong-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-large\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-strong-large-contrast\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--info-block-title-strong-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-large\@tablet {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-strong-large-contrast\@tablet {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--info-block-title-strong-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-large\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-strong-large-contrast\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--info-block-title-strong-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-large\@desktop {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-strong-large-contrast\@desktop {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--info-block-title-strong-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--info-block-title-strong-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--info-block-title-strong-large\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .e-type-style--info-block-title-strong-large-contrast\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
}

/*! end: e-type-style--info-block-title-strong */

.e-type-style--info-block-title-normal,
.e-type-style--info-block-title-normal-small {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: normal;
}

.e-type-style--info-block-title-normal-contrast,
.e-type-style--info-block-title-normal-small-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: normal;
}

.e-type-style--info-block-title-normal-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: normal;
}

.e-type-style--info-block-title-normal-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: normal;
}

.e-type-style--info-block-title-normal-large {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: normal;
}

.e-type-style--info-block-title-normal-large-contrast {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--info-block-title-normal-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large\@mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large-contrast\@mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--info-block-title-normal-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large-contrast\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--info-block-title-normal-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large\@tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large-contrast\@tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--info-block-title-normal-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large-contrast\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--info-block-title-normal-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large\@desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large-contrast\@desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--info-block-title-normal-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }

  .e-type-style--info-block-title-normal-large-contrast\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: normal;
  }
}

/*! end: e-type-style--info-block-title-normal */

.e-type-style--photo-gallery-info,
.e-type-style--photo-gallery-info-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-contrast,
.e-type-style--photo-gallery-info-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-medium {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-medium-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.62;
}

@media (min-width: 0rem) {
  .e-type-style--photo-gallery-info-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--photo-gallery-info-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--photo-gallery-info-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--photo-gallery-info-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--photo-gallery-info-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--photo-gallery-info-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

/*! end: e-type-style--photo-gallery-info */

.e-type-style--photo-gallery-info-strong,
.e-type-style--photo-gallery-info-strong-small {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-strong-contrast,
.e-type-style--photo-gallery-info-strong-small-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-strong-medium {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-strong-medium-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-strong-large {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--photo-gallery-info-strong-large-contrast {
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.62;
}

@media (min-width: 0rem) {
  .e-type-style--photo-gallery-info-strong-small\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--photo-gallery-info-strong-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--photo-gallery-info-strong-small\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--photo-gallery-info-strong-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--photo-gallery-info-strong-small\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--photo-gallery-info-strong-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--photo-gallery-info-strong-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

/*! end: e-type-style--photo-gallery-info-strong */

.e-type-style--image-lock-title,
.e-type-style--image-lock-title-small {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--image-lock-title-contrast,
.e-type-style--image-lock-title-small-contrast {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--image-lock-title-medium {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--image-lock-title-medium-contrast {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--image-lock-title-large {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--image-lock-title-large-contrast {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

@media (min-width: 0rem) {
  .e-type-style--image-lock-title-small\@mobile {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium\@mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium-contrast\@mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large\@mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large-contrast\@mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--image-lock-title-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium\@lt-mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium-contrast\@lt-mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large\@lt-mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large-contrast\@lt-mobile {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--image-lock-title-small\@tablet {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium\@tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium-contrast\@tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large\@tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large-contrast\@tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--image-lock-title-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium\@lt-tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium-contrast\@lt-tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large\@lt-tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large-contrast\@lt-tablet {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--image-lock-title-small\@desktop {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium\@desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium-contrast\@desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large\@desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large-contrast\@desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--image-lock-title-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium\@lt-desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-medium-contrast\@lt-desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large\@lt-desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--image-lock-title-large-contrast\@lt-desktop {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

/*! end: e-type-style--image-lock-title */

.e-type-style--image-lock-para,
.e-type-style--image-lock-para-small {
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.618;
}

.e-type-style--image-lock-para-contrast,
.e-type-style--image-lock-para-small-contrast {
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.618;
}

.e-type-style--image-lock-para-medium {
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.618;
}

.e-type-style--image-lock-para-medium-contrast {
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.618;
}

.e-type-style--image-lock-para-large {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.57;
}

.e-type-style--image-lock-para-large-contrast {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.57;
}

@media (min-width: 0rem) {
  .e-type-style--image-lock-para-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium\@mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-large\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }

  .e-type-style--image-lock-para-large-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--image-lock-para-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-large\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }

  .e-type-style--image-lock-para-large-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--image-lock-para-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium\@tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-large\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }

  .e-type-style--image-lock-para-large-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--image-lock-para-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-large\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }

  .e-type-style--image-lock-para-large-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--image-lock-para-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium\@desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-large\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }

  .e-type-style--image-lock-para-large-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--image-lock-para-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-medium-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.618;
  }

  .e-type-style--image-lock-para-large\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }

  .e-type-style--image-lock-para-large-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.57;
  }
}

/*! end: e-type-style--image-lock-para */

.e-type-style--badge-meta,
.e-type-style--badge-meta-small {
  font-size: .556875rem;
  font-weight: 400;
  letter-spacing: .0998877666em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--badge-meta-contrast,
.e-type-style--badge-meta-small-contrast {
  font-size: .556875rem;
  font-weight: 400;
  letter-spacing: .0998877666em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--badge-meta-medium {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--badge-meta-medium-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--badge-meta-large {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--badge-meta-large-contrast {
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--badge-meta-small\@mobile {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-small-contrast\@mobile {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large-contrast\@mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--badge-meta-small\@lt-mobile {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-small-contrast\@lt-mobile {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large-contrast\@lt-mobile {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--badge-meta-small\@tablet {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-small-contrast\@tablet {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large-contrast\@tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--badge-meta-small\@lt-tablet {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-small-contrast\@lt-tablet {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large-contrast\@lt-tablet {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--badge-meta-small\@desktop {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-small-contrast\@desktop {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large-contrast\@desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--badge-meta-small\@lt-desktop {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-small-contrast\@lt-desktop {
    font-size: .556875rem;
    font-weight: 400;
    letter-spacing: .0998877666em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-medium-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--badge-meta-large-contrast\@lt-desktop {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--badge-meta */

.e-type-style--badge-titling,
.e-type-style--badge-titling-small {
  font-size: 3.0375rem;
  font-weight: 400;
  letter-spacing: -.0088477366em;
  line-height: normal;
}

.e-type-style--badge-titling-contrast,
.e-type-style--badge-titling-small-contrast {
  font-size: 3.0375rem;
  font-weight: 400;
  letter-spacing: -.0088477366em;
  line-height: normal;
}

.e-type-style--badge-titling-medium {
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: -.0088333333em;
  line-height: normal;
}

.e-type-style--badge-titling-medium-contrast {
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: -.0088333333em;
  line-height: normal;
}

.e-type-style--badge-titling-large {
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: -.0088333333em;
  line-height: normal;
}

.e-type-style--badge-titling-large-contrast {
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: -.0088333333em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--badge-titling-small\@mobile {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-small-contrast\@mobile {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium\@mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium-contrast\@mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large\@mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large-contrast\@mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--badge-titling-small\@lt-mobile {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-small-contrast\@lt-mobile {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium\@lt-mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium-contrast\@lt-mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large\@lt-mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large-contrast\@lt-mobile {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--badge-titling-small\@tablet {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-small-contrast\@tablet {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium\@tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium-contrast\@tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large\@tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large-contrast\@tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--badge-titling-small\@lt-tablet {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-small-contrast\@lt-tablet {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium\@lt-tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium-contrast\@lt-tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large\@lt-tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large-contrast\@lt-tablet {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--badge-titling-small\@desktop {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-small-contrast\@desktop {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium\@desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium-contrast\@desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large\@desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large-contrast\@desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--badge-titling-small\@lt-desktop {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-small-contrast\@lt-desktop {
    font-size: 3.0375rem;
    font-weight: 400;
    letter-spacing: -.0088477366em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium\@lt-desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-medium-contrast\@lt-desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large\@lt-desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }

  .e-type-style--badge-titling-large-contrast\@lt-desktop {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -.0088333333em;
    line-height: normal;
  }
}

/*! end: e-type-style--badge-titling */

.e-type-style--card-block-title,
.e-type-style--card-block-title-small {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--card-block-title-contrast,
.e-type-style--card-block-title-small-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--card-block-title-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--card-block-title-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--card-block-title-large {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.48;
}

.e-type-style--card-block-title-large-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.48;
}

@media (min-width: 0rem) {
  .e-type-style--card-block-title-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-large\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }

  .e-type-style--card-block-title-large-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--card-block-title-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-large\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }

  .e-type-style--card-block-title-large-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--card-block-title-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-large\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }

  .e-type-style--card-block-title-large-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--card-block-title-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-large\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }

  .e-type-style--card-block-title-large-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--card-block-title-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-large\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }

  .e-type-style--card-block-title-large-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--card-block-title-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--card-block-title-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--card-block-title-large\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }

  .e-type-style--card-block-title-large-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: 1.48;
  }
}

/*! end: e-type-style--card-block-title */

.e-type-style--logistic,
.e-type-style--logistic-small {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: -.0183333333em;
  line-height: 1.5475;
}

.e-type-style--logistic-contrast,
.e-type-style--logistic-small-contrast {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: -.0183333333em;
  line-height: 1.5475;
}

.e-type-style--logistic-medium {
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.0186666667em;
  line-height: 1.5333333333;
}

.e-type-style--logistic-medium-contrast {
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: -.0186666667em;
  line-height: 1.5333333333;
}

.e-type-style--logistic-large {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0188888889em;
  line-height: 1.7777777778;
}

.e-type-style--logistic-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0188888889em;
  line-height: 1.7777777778;
}

@media (min-width: 0rem) {
  .e-type-style--logistic-small\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-medium\@mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-medium-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--logistic-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-medium\@lt-mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-medium-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--logistic-small\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-medium\@tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-medium-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--logistic-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-medium\@lt-tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-medium-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--logistic-small\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-medium\@desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-medium-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--logistic-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-medium\@lt-desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-medium-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

/*! end: e-type-style--logistic */

.e-type-style--logistic-light,
.e-type-style--logistic-light-small {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: -.0183333333em;
  line-height: 1.5475;
}

.e-type-style--logistic-light-contrast,
.e-type-style--logistic-light-small-contrast {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: -.0183333333em;
  line-height: 1.5475;
}

.e-type-style--logistic-light-medium {
  font-size: .9375rem;
  font-weight: 300;
  letter-spacing: -.0186666667em;
  line-height: 1.5333333333;
}

.e-type-style--logistic-light-medium-contrast {
  font-size: .9375rem;
  font-weight: 300;
  letter-spacing: -.0186666667em;
  line-height: 1.5333333333;
}

.e-type-style--logistic-light-large {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0188888889em;
  line-height: 1.7777777778;
}

.e-type-style--logistic-light-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0188888889em;
  line-height: 1.7777777778;
}

@media (min-width: 0rem) {
  .e-type-style--logistic-light-small\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-medium\@mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-medium-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-light-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--logistic-light-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-medium\@lt-mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-medium-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-light-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--logistic-light-small\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-medium\@tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-medium-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-light-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--logistic-light-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-medium\@lt-tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-medium-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-light-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--logistic-light-small\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-medium\@desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-medium-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-large\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-light-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--logistic-light-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-light-medium\@lt-desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-medium-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-light-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-light-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

/*! end: e-type-style--logistic-light */

.e-type-style--logistic-strong,
.e-type-style--logistic-strong-small {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: -.0183333333em;
  line-height: 1.5475;
}

.e-type-style--logistic-strong-contrast,
.e-type-style--logistic-strong-small-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: -.0183333333em;
  line-height: 1.5475;
}

.e-type-style--logistic-strong-medium {
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.0186666667em;
  line-height: 1.5333333333;
}

.e-type-style--logistic-strong-medium-contrast {
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.0186666667em;
  line-height: 1.5333333333;
}

.e-type-style--logistic-strong-large {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.0188888889em;
  line-height: 1.7777777778;
}

.e-type-style--logistic-strong-large-contrast {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.0188888889em;
  line-height: 1.7777777778;
}

@media (min-width: 0rem) {
  .e-type-style--logistic-strong-small\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-medium\@mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-medium-contrast\@mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-large\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-strong-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--logistic-strong-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-medium\@lt-mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-medium-contrast\@lt-mobile {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-strong-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--logistic-strong-small\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-medium\@tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-medium-contrast\@tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-large\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-strong-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--logistic-strong-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-medium\@lt-tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-medium-contrast\@lt-tablet {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-strong-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--logistic-strong-small\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-medium\@desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-medium-contrast\@desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-large\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-strong-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--logistic-strong-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: -.0183333333em;
    line-height: 1.5475;
  }

  .e-type-style--logistic-strong-medium\@lt-desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-medium-contrast\@lt-desktop {
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: -.0186666667em;
    line-height: 1.5333333333;
  }

  .e-type-style--logistic-strong-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }

  .e-type-style--logistic-strong-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.0188888889em;
    line-height: 1.7777777778;
  }
}

/*! end: e-type-style--logistic-strong */

.e-type-style--toolbar-titling-x-small {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.e-type-style--toolbar-titling-x-small-contrast {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.e-type-style--toolbar-titling,
.e-type-style--toolbar-titling-small {
  font-size: 1.4rem;
  font-weight: 400;
}

.e-type-style--toolbar-titling-contrast,
.e-type-style--toolbar-titling-small-contrast {
  font-size: 1.4rem;
  font-weight: 400;
}

.e-type-style--toolbar-titling-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.e-type-style--toolbar-titling-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.e-type-style--toolbar-titling-large {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

.e-type-style--toolbar-titling-large-contrast {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--toolbar-titling-x-small\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-x-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-small\@mobile {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-small-contrast\@mobile {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large\@mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large-contrast\@mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--toolbar-titling-x-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-x-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-small\@lt-mobile {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-small-contrast\@lt-mobile {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large-contrast\@lt-mobile {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--toolbar-titling-x-small\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-x-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-small\@tablet {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-small-contrast\@tablet {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large\@tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large-contrast\@tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--toolbar-titling-x-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-x-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-small\@lt-tablet {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-small-contrast\@lt-tablet {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large-contrast\@lt-tablet {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--toolbar-titling-x-small\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-x-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-small\@desktop {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-small-contrast\@desktop {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large\@desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large-contrast\@desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--toolbar-titling-x-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-x-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-small\@lt-desktop {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-small-contrast\@lt-desktop {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .e-type-style--toolbar-titling-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .e-type-style--toolbar-titling-large-contrast\@lt-desktop {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
}

/*! end: e-type-style--toolbar-titling */

.e-type-style--toolbar-meta,
.e-type-style--toolbar-meta-small {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .103em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--toolbar-meta-contrast,
.e-type-style--toolbar-meta-small-contrast {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .103em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--toolbar-meta-medium {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .103em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--toolbar-meta-medium-contrast {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .103em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--toolbar-meta-large {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .103em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--toolbar-meta-large-contrast {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .103em;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--toolbar-meta-small\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-small-contrast\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium-contrast\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large-contrast\@mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--toolbar-meta-small\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-small-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large-contrast\@lt-mobile {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--toolbar-meta-small\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-small-contrast\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium-contrast\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large-contrast\@tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--toolbar-meta-small\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-small-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large-contrast\@lt-tablet {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--toolbar-meta-small\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-small-contrast\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium-contrast\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large-contrast\@desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--toolbar-meta-small\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-small-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-medium-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--toolbar-meta-large-contrast\@lt-desktop {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .103em;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--toolbar-meta */

.e-type-style--event-title,
.e-type-style--event-title-small {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.2142857143;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--event-title-contrast,
.e-type-style--event-title-small-contrast {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  line-height: 1.2142857143;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--event-title-medium {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1666666667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--event-title-medium-contrast {
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1666666667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--event-title-large {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: -.0040384615em;
  line-height: 1.2307692308;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.e-type-style--event-title-large-contrast {
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: -.0040384615em;
  line-height: 1.2307692308;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

@media (min-width: 0rem) {
  .e-type-style--event-title-small\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-small-contrast\@mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium-contrast\@mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large-contrast\@mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--event-title-small\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-small-contrast\@lt-mobile {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium-contrast\@lt-mobile {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large-contrast\@lt-mobile {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--event-title-small\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-small-contrast\@tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium-contrast\@tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large-contrast\@tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--event-title-small\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-small-contrast\@lt-tablet {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium-contrast\@lt-tablet {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large-contrast\@lt-tablet {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--event-title-small\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-small-contrast\@desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium-contrast\@desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large-contrast\@desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--event-title-small\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-small-contrast\@lt-desktop {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.2142857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-medium-contrast\@lt-desktop {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1666666667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }

  .e-type-style--event-title-large-contrast\@lt-desktop {
    font-size: 3.25rem;
    font-weight: 400;
    letter-spacing: -.0040384615em;
    line-height: 1.2307692308;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
}

/*! end: e-type-style--event-title */

.e-type-style--event-blurb-date,
.e-type-style--event-blurb-date-small {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0923076923em;
  line-height: normal;
}

.e-type-style--event-blurb-date-contrast,
.e-type-style--event-blurb-date-small-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0923076923em;
  line-height: normal;
}

.e-type-style--event-blurb-date-medium {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0923076923em;
  line-height: normal;
}

.e-type-style--event-blurb-date-medium-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0923076923em;
  line-height: normal;
}

.e-type-style--event-blurb-date-large {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0923076923em;
  line-height: normal;
}

.e-type-style--event-blurb-date-large-contrast {
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .0923076923em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--event-blurb-date-small\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-small-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large-contrast\@mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--event-blurb-date-small\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-small-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large-contrast\@lt-mobile {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--event-blurb-date-small\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-small-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large-contrast\@tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--event-blurb-date-small\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-small-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large-contrast\@lt-tablet {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--event-blurb-date-small\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-small-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large-contrast\@desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--event-blurb-date-small\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-small-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-medium-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }

  .e-type-style--event-blurb-date-large-contrast\@lt-desktop {
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .0923076923em;
    line-height: normal;
  }
}

/*! end: e-type-style--event-blurb-date */

.e-type-style--event-blurb-venue,
.e-type-style--event-blurb-venue-small {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0111111111em;
  line-height: 1.62;
}

.e-type-style--event-blurb-venue-contrast,
.e-type-style--event-blurb-venue-small-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0111111111em;
  line-height: 1.62;
}

.e-type-style--event-blurb-venue-medium {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0111111111em;
  line-height: 1.62;
}

.e-type-style--event-blurb-venue-medium-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0111111111em;
  line-height: 1.62;
}

.e-type-style--event-blurb-venue-large {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0111111111em;
  line-height: 1.62;
}

.e-type-style--event-blurb-venue-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0111111111em;
  line-height: 1.62;
}

@media (min-width: 0rem) {
  .e-type-style--event-blurb-venue-small\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-small-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--event-blurb-venue-small\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-small-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--event-blurb-venue-small\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-small-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--event-blurb-venue-small\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-small-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--event-blurb-venue-small\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-small-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--event-blurb-venue-small\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-small-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-venue-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0111111111em;
    line-height: 1.62;
  }
}

/*! end: e-type-style--event-blurb-venue */

.e-type-style--event-blurb-address,
.e-type-style--event-blurb-address-small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.62;
}

.e-type-style--event-blurb-address-contrast,
.e-type-style--event-blurb-address-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.62;
}

.e-type-style--event-blurb-address-medium {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.62;
}

.e-type-style--event-blurb-address-medium-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.62;
}

.e-type-style--event-blurb-address-large {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.62;
}

.e-type-style--event-blurb-address-large-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.62;
}

@media (min-width: 0rem) {
  .e-type-style--event-blurb-address-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--event-blurb-address-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--event-blurb-address-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--event-blurb-address-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--event-blurb-address-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--event-blurb-address-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }

  .e-type-style--event-blurb-address-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.0125em;
    line-height: 1.62;
  }
}

/*! end: e-type-style--event-blurb-address */

.e-type-style--speaker-name,
.e-type-style--speaker-name-small {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: normal;
}

.e-type-style--speaker-name-contrast,
.e-type-style--speaker-name-small-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: normal;
}

.e-type-style--speaker-name-medium {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: normal;
}

.e-type-style--speaker-name-medium-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: normal;
}

.e-type-style--speaker-name-large {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: normal;
}

.e-type-style--speaker-name-large-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--speaker-name-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--speaker-name-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--speaker-name-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--speaker-name-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--speaker-name-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--speaker-name-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-medium-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }

  .e-type-style--speaker-name-large-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.012em;
    line-height: normal;
  }
}

/*! end: e-type-style--speaker-name */

.e-type-style--speaker-title,
.e-type-style--speaker-title-small {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0111111111em;
  line-height: 1.56;
}

.e-type-style--speaker-title-contrast,
.e-type-style--speaker-title-small-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0111111111em;
  line-height: 1.56;
}

.e-type-style--speaker-title-medium {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0111111111em;
  line-height: 1.56;
}

.e-type-style--speaker-title-medium-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0111111111em;
  line-height: 1.56;
}

.e-type-style--speaker-title-large {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0111111111em;
  line-height: 1.56;
}

.e-type-style--speaker-title-large-contrast {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0111111111em;
  line-height: 1.56;
}

@media (min-width: 0rem) {
  .e-type-style--speaker-title-small\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-small-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--speaker-title-small\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-small-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--speaker-title-small\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-small-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--speaker-title-small\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-small-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--speaker-title-small\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-small-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--speaker-title-small\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-small-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-medium-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }

  .e-type-style--speaker-title-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0111111111em;
    line-height: 1.56;
  }
}

/*! end: e-type-style--speaker-title */

.e-type-style--speaker-event-desc,
.e-type-style--speaker-event-desc-small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--speaker-event-desc-contrast,
.e-type-style--speaker-event-desc-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--speaker-event-desc-medium {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--speaker-event-desc-medium-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--speaker-event-desc-large {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.62;
}

.e-type-style--speaker-event-desc-large-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.62;
}

@media (min-width: 0rem) {
  .e-type-style--speaker-event-desc-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--speaker-event-desc-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--speaker-event-desc-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--speaker-event-desc-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--speaker-event-desc-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--speaker-event-desc-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-medium-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }

  .e-type-style--speaker-event-desc-large-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.62;
  }
}

/*! end: e-type-style--speaker-event-desc */

.e-type-style--playlist-total,
.e-type-style--playlist-total-small {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0057142857em;
  line-height: 1.6714285714;
}

.e-type-style--playlist-total-contrast,
.e-type-style--playlist-total-small-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0057142857em;
  line-height: 1.6714285714;
}

.e-type-style--playlist-total-medium {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0057142857em;
  line-height: 1.6714285714;
}

.e-type-style--playlist-total-medium-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0057142857em;
  line-height: 1.6714285714;
}

.e-type-style--playlist-total-large {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0057142857em;
  line-height: 1.6714285714;
}

.e-type-style--playlist-total-large-contrast {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0057142857em;
  line-height: 1.6714285714;
}

@media (min-width: 0rem) {
  .e-type-style--playlist-total-small\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-small-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large-contrast\@mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--playlist-total-small\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-small-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large-contrast\@lt-mobile {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--playlist-total-small\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-small-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large-contrast\@tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--playlist-total-small\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-small-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large-contrast\@lt-tablet {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--playlist-total-small\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-small-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large-contrast\@desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--playlist-total-small\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-small-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-medium-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }

  .e-type-style--playlist-total-large-contrast\@lt-desktop {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0057142857em;
    line-height: 1.6714285714;
  }
}

/*! end: e-type-style--playlist-total */

.e-type-style--playlist-thumbnail-title,
.e-type-style--playlist-thumbnail-title-small {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -.0111764706em;
  line-height: 1.3764705882;
}

.e-type-style--playlist-thumbnail-title-contrast,
.e-type-style--playlist-thumbnail-title-small-contrast {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -.0111764706em;
  line-height: 1.3764705882;
}

.e-type-style--playlist-thumbnail-title-medium {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -.0111764706em;
  line-height: 1.3764705882;
}

.e-type-style--playlist-thumbnail-title-medium-contrast {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -.0111764706em;
  line-height: 1.3764705882;
}

.e-type-style--playlist-thumbnail-title-large {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0083333333em;
  line-height: 1.4444444444;
}

.e-type-style--playlist-thumbnail-title-large-contrast {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0083333333em;
  line-height: 1.4444444444;
}

@media (min-width: 0rem) {
  .e-type-style--playlist-thumbnail-title-small\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-small-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-large\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }

  .e-type-style--playlist-thumbnail-title-large-contrast\@mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--playlist-thumbnail-title-small\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-small-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-large\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }

  .e-type-style--playlist-thumbnail-title-large-contrast\@lt-mobile {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--playlist-thumbnail-title-small\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-small-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-large\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }

  .e-type-style--playlist-thumbnail-title-large-contrast\@tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--playlist-thumbnail-title-small\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-small-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-large\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }

  .e-type-style--playlist-thumbnail-title-large-contrast\@lt-tablet {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--playlist-thumbnail-title-small\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-small-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-large\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }

  .e-type-style--playlist-thumbnail-title-large-contrast\@desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--playlist-thumbnail-title-small\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-small-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-medium-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: -.0111764706em;
    line-height: 1.3764705882;
  }

  .e-type-style--playlist-thumbnail-title-large\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }

  .e-type-style--playlist-thumbnail-title-large-contrast\@lt-desktop {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0083333333em;
    line-height: 1.4444444444;
  }
}

/*! end: e-type-style--playlist-thumbnail-title */

.e-type-style--playlist-thumbnail-meta,
.e-type-style--playlist-thumbnail-meta-small {
  font-size: .73125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--playlist-thumbnail-meta-contrast,
.e-type-style--playlist-thumbnail-meta-small-contrast {
  font-size: .73125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--playlist-thumbnail-meta-medium {
  font-size: .73125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--playlist-thumbnail-meta-medium-contrast {
  font-size: .73125rem;
  font-weight: 400;
  letter-spacing: .0769230769em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--playlist-thumbnail-meta-large {
  font-size: .75rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--playlist-thumbnail-meta-large-contrast {
  font-size: .75rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--playlist-thumbnail-meta-small\@mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-small-contrast\@mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium\@mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium-contrast\@mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large\@mobile {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--playlist-thumbnail-meta-small\@lt-mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-small-contrast\@lt-mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium\@lt-mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium-contrast\@lt-mobile {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--playlist-thumbnail-meta-small\@tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-small-contrast\@tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium\@tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium-contrast\@tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large\@tablet {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--playlist-thumbnail-meta-small\@lt-tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-small-contrast\@lt-tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium\@lt-tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium-contrast\@lt-tablet {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--playlist-thumbnail-meta-small\@desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-small-contrast\@desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium\@desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium-contrast\@desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large\@desktop {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--playlist-thumbnail-meta-small\@lt-desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-small-contrast\@lt-desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium\@lt-desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-medium-contrast\@lt-desktop {
    font-size: .73125rem;
    font-weight: 400;
    letter-spacing: .0769230769em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--playlist-thumbnail-meta-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--playlist-thumbnail-meta */

.e-type-style--featured-profile-headline,
.e-type-style--featured-profile-headline-small {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -.0136363636em;
  line-height: normal;
}

.e-type-style--featured-profile-headline-contrast,
.e-type-style--featured-profile-headline-small-contrast {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -.0136363636em;
  line-height: normal;
}

.e-type-style--featured-profile-headline-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--featured-profile-headline-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--featured-profile-headline-large {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--featured-profile-headline-large-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

@media (min-width: 0rem) {
  .e-type-style--featured-profile-headline-small\@mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-small-contrast\@mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--featured-profile-headline-small\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-small-contrast\@lt-mobile {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--featured-profile-headline-small\@tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-small-contrast\@tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--featured-profile-headline-small\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-small-contrast\@lt-tablet {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--featured-profile-headline-small\@desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-small-contrast\@desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--featured-profile-headline-small\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-small-contrast\@lt-desktop {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: -.0136363636em;
    line-height: normal;
  }

  .e-type-style--featured-profile-headline-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-headline-large-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

/*! end: e-type-style--featured-profile-headline */

.e-type-style--featured-profile-title,
.e-type-style--featured-profile-title-small {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--featured-profile-title-contrast,
.e-type-style--featured-profile-title-small-contrast {
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.62;
}

.e-type-style--featured-profile-title-medium {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--featured-profile-title-medium-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--featured-profile-title-large {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

.e-type-style--featured-profile-title-large-contrast {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -.0133333333em;
  line-height: 1.67;
}

@media (min-width: 0rem) {
  .e-type-style--featured-profile-title-small\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-small-contrast\@mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-medium\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-medium-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--featured-profile-title-small\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-small-contrast\@lt-mobile {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-medium\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-medium-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--featured-profile-title-small\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-small-contrast\@tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-medium\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-medium-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--featured-profile-title-small\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-small-contrast\@lt-tablet {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-medium\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-medium-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--featured-profile-title-small\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-small-contrast\@desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-medium\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-medium-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--featured-profile-title-small\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-small-contrast\@lt-desktop {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: -0.016em;
    line-height: 1.62;
  }

  .e-type-style--featured-profile-title-medium\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-medium-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-title-large-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: -.0133333333em;
    line-height: 1.67;
  }
}

/*! end: e-type-style--featured-profile-title */

.e-type-style--featured-profile-content,
.e-type-style--featured-profile-content-small {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.88;
}

.e-type-style--featured-profile-content-contrast,
.e-type-style--featured-profile-content-small-contrast {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.88;
}

.e-type-style--featured-profile-content-medium {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: -.0095238095em;
  line-height: 1.67;
}

.e-type-style--featured-profile-content-medium-contrast {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: -.0095238095em;
  line-height: 1.67;
}

.e-type-style--featured-profile-content-large {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: -.0095238095em;
  line-height: 1.67;
}

.e-type-style--featured-profile-content-large-contrast {
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: -.0095238095em;
  line-height: 1.67;
}

@media (min-width: 0rem) {
  .e-type-style--featured-profile-content-small\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-small-contrast\@mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-medium\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-medium-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large-contrast\@mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--featured-profile-content-small\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-small-contrast\@lt-mobile {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-medium\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-medium-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large-contrast\@lt-mobile {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--featured-profile-content-small\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-small-contrast\@tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-medium\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-medium-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large-contrast\@tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--featured-profile-content-small\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-small-contrast\@lt-tablet {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-medium\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-medium-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large-contrast\@lt-tablet {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--featured-profile-content-small\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-small-contrast\@desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-medium\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-medium-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large-contrast\@desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--featured-profile-content-small\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-small-contrast\@lt-desktop {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.88;
  }

  .e-type-style--featured-profile-content-medium\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-medium-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }

  .e-type-style--featured-profile-content-large-contrast\@lt-desktop {
    font-size: 1.3125rem;
    font-weight: 300;
    letter-spacing: -.0095238095em;
    line-height: 1.67;
  }
}

/*! end: e-type-style--featured-profile-content */

.e-type-style--story-header-headline,
.e-type-style--story-header-headline-small {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1333333333;
}

.e-type-style--story-header-headline-contrast,
.e-type-style--story-header-headline-small-contrast {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1333333333;
}

.e-type-style--story-header-headline-medium {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.2;
}

.e-type-style--story-header-headline-medium-contrast {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.2;
}

.e-type-style--story-header-headline-large {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -.0342857143em;
  line-height: 1.2142857143;
}

.e-type-style--story-header-headline-large-contrast {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -.0342857143em;
  line-height: 1.2142857143;
}

@media (min-width: 0rem) {
  .e-type-style--story-header-headline-small\@mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--story-header-headline-small\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@lt-mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@lt-mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@lt-mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@lt-mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--story-header-headline-small\@tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--story-header-headline-small\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@lt-tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@lt-tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@lt-tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@lt-tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--story-header-headline-small\@desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--story-header-headline-small\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@lt-desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@lt-desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@lt-desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@lt-desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

/*! end: e-type-style--story-header-headline */

.e-type-style--global-tout-meta,
.e-type-style--global-tout-meta-small {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0725em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--global-tout-meta-contrast,
.e-type-style--global-tout-meta-small-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0725em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--global-tout-meta-medium {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0725em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--global-tout-meta-medium-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0725em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--global-tout-meta-large {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0725em;
  line-height: normal;
  text-transform: uppercase;
}

.e-type-style--global-tout-meta-large-contrast {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .0725em;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 0rem) {
  .e-type-style--global-tout-meta-small\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-small-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large-contrast\@mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--global-tout-meta-small\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-small-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large-contrast\@lt-mobile {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--global-tout-meta-small\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-small-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large-contrast\@tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--global-tout-meta-small\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-small-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large-contrast\@lt-tablet {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--global-tout-meta-small\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-small-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large-contrast\@desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--global-tout-meta-small\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-small-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-medium-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }

  .e-type-style--global-tout-meta-large-contrast\@lt-desktop {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .0725em;
    line-height: normal;
    text-transform: uppercase;
  }
}

/*! end: e-type-style--global-tout-meta */

.e-type-style--global-tout-text,
.e-type-style--global-tout-text-small {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: normal;
}

.e-type-style--global-tout-text-contrast,
.e-type-style--global-tout-text-small-contrast {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: normal;
}

.e-type-style--global-tout-text-medium {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: normal;
}

.e-type-style--global-tout-text-medium-contrast {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: normal;
}

.e-type-style--global-tout-text-large {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: normal;
}

.e-type-style--global-tout-text-large-contrast {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: normal;
}

@media (min-width: 0rem) {
  .e-type-style--global-tout-text-small\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-small-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large-contrast\@mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--global-tout-text-small\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-small-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large-contrast\@lt-mobile {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--global-tout-text-small\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-small-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large-contrast\@tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--global-tout-text-small\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-small-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large-contrast\@lt-tablet {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--global-tout-text-small\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-small-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large-contrast\@desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--global-tout-text-small\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-small-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-medium-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }

  .e-type-style--global-tout-text-large-contrast\@lt-desktop {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
  }
}

/*! end: e-type-style--global-tout-text */

.e-type-style--story-header-headline,
.e-type-style--story-header-headline-small {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1333333333;
}

.e-type-style--story-header-headline-contrast,
.e-type-style--story-header-headline-small-contrast {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1333333333;
}

.e-type-style--story-header-headline-medium {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.2;
}

.e-type-style--story-header-headline-medium-contrast {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.2;
}

.e-type-style--story-header-headline-large {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -.0342857143em;
  line-height: 1.2142857143;
}

.e-type-style--story-header-headline-large-contrast {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -.0342857143em;
  line-height: 1.2142857143;
}

@media (min-width: 0rem) {
  .e-type-style--story-header-headline-small\@mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--story-header-headline-small\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@lt-mobile {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@lt-mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@lt-mobile {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@lt-mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@lt-mobile {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--story-header-headline-small\@tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--story-header-headline-small\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@lt-tablet {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@lt-tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@lt-tablet {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@lt-tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@lt-tablet {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--story-header-headline-small\@desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--story-header-headline-small\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-small-contrast\@lt-desktop {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1333333333;
  }

  .e-type-style--story-header-headline-medium\@lt-desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-medium-contrast\@lt-desktop {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: -0.008em;
    line-height: 1.2;
  }

  .e-type-style--story-header-headline-large\@lt-desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }

  .e-type-style--story-header-headline-large-contrast\@lt-desktop {
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: -.0342857143em;
    line-height: 1.2142857143;
  }
}

/*! end: e-type-style--story-header-headline */

.e-type-style--list-row-title,
.e-type-style--list-row-title-small,
.list-row__item__title {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--list-row-title-contrast,
.e-type-style--list-row-title-small-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--list-row-title-medium {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--list-row-title-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -.0055555556em;
  line-height: 1.28;
}

.e-type-style--list-row-title-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: -.0047619048em;
  line-height: 1.24;
}

.e-type-style--list-row-title-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: -.0047619048em;
  line-height: 1.24;
}

@media (min-width: 0rem) {
  .e-type-style--list-row-title-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--list-row-title-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--list-row-title-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--list-row-title-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--list-row-title-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--list-row-title-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--list-row-title-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--list-row-title-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--list-row-title-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-large\@desktop,
  .list-row__item__title {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--list-row-title-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--list-row-title-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -.0055555556em;
    line-height: 1.28;
  }

  .e-type-style--list-row-title-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }

  .e-type-style--list-row-title-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: -.0047619048em;
    line-height: 1.24;
  }
}

/*! end: e-type-style--list-row-title */

.e-type-style--list-row-description,
.e-type-style--list-row-description-small,
.list-row__item__desc {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--list-row-description-contrast,
.e-type-style--list-row-description-small-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--list-row-description-medium {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--list-row-description-medium-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.38;
}

.e-type-style--list-row-description-large {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

.e-type-style--list-row-description-large-contrast {
  font-family: Comcast New Vision, Futura, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -.0055555556em;
  line-height: 1.44;
}

@media (min-width: 0rem) {
  .e-type-style--list-row-description-small\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-small-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-large\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--list-row-description-large-contrast\@mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: -0.0625rem) {
  .e-type-style--list-row-description-small\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-small-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-large\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--list-row-description-large-contrast\@lt-mobile {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 47.75rem) {
  .e-type-style--list-row-description-small\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-small-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-large\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--list-row-description-large-contrast\@tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 47.6875rem) {
  .e-type-style--list-row-description-small\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-small-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-large\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--list-row-description-large-contrast\@lt-tablet {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media (min-width: 64.25rem) {
  .e-type-style--list-row-description-small\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-small-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-large\@desktop,
  .list-row__item__desc {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--list-row-description-large-contrast\@desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

@media screen and (max-width: 64.1875rem) {
  .e-type-style--list-row-description-small\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-small-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-medium-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.38;
  }

  .e-type-style--list-row-description-large\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }

  .e-type-style--list-row-description-large-contrast\@lt-desktop {
    font-family: Comcast New Vision, Futura, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -.0055555556em;
    line-height: 1.44;
  }
}

/*! end: e-type-style--list-row-description */

.e-text-color--black,
.e-text-color--black.header,
.e-text-color--black .header__content,
.e-text-color--black .header__content .tag,
.e-text-color--black.breaker-big,
.e-text-color--black .breaker-big__content,
.e-text-color--black .breaker-big__content .tag,
.e-text-color--black.breaker-mini,
.e-text-color--black .breaker-mini__content,
.e-text-color--black .breaker-mini__content .tag,
.e-text-color--black .o-socials__button {
  color: #000;
}

.e-text-color--dark,
.e-text-color--dark.header,
.e-text-color--dark .header__content,
.e-text-color--dark .header__content .tag,
.e-text-color--dark.breaker-big,
.e-text-color--dark .breaker-big__content,
.e-text-color--dark .breaker-big__content .tag,
.e-text-color--dark.breaker-mini,
.e-text-color--dark .breaker-mini__content,
.e-text-color--dark .breaker-mini__content .tag,
.e-text-color--dark .o-socials__button {
  color: #000;
}

.e-text-color--light,
.e-text-color--light.header,
.e-text-color--light .header__content,
.e-text-color--light .header__content .tag,
.e-text-color--light.breaker-big,
.e-text-color--light .breaker-big__content,
.e-text-color--light .breaker-big__content .tag,
.e-text-color--light.breaker-mini,
.e-text-color--light .breaker-mini__content,
.e-text-color--light .breaker-mini__content .tag,
.e-text-color--light .o-socials__button {
  color: #fff;
}

.e-text-color--white,
.e-text-color--white.header,
.e-text-color--white .header__content,
.e-text-color--white .header__content .tag,
.e-text-color--white.breaker-big,
.e-text-color--white .breaker-big__content,
.e-text-color--white .breaker-big__content .tag,
.e-text-color--white.breaker-mini,
.e-text-color--white .breaker-mini__content,
.e-text-color--white .breaker-mini__content .tag,
.e-text-color--white .o-socials__button {
  color: #fff;
}

.e-text-color--info,
.e-text-color--info.header,
.e-text-color--info .header__content,
.e-text-color--info .header__content .tag,
.e-text-color--info.breaker-big,
.e-text-color--info .breaker-big__content,
.e-text-color--info .breaker-big__content .tag,
.e-text-color--info.breaker-mini,
.e-text-color--info .breaker-mini__content,
.e-text-color--info .breaker-mini__content .tag,
.e-text-color--info .o-socials__button {
  color: #0089cf;
}

.e-text-color--on-info,
.e-text-color--on-info.header,
.e-text-color--on-info .header__content,
.e-text-color--on-info .header__content .tag,
.e-text-color--on-info.breaker-big,
.e-text-color--on-info .breaker-big__content,
.e-text-color--on-info .breaker-big__content .tag,
.e-text-color--on-info.breaker-mini,
.e-text-color--on-info .breaker-mini__content,
.e-text-color--on-info .breaker-mini__content .tag,
.e-text-color--on-info .o-socials__button {
  color: #fff;
}

.e-text-color--warning,
.e-text-color--warning.header,
.e-text-color--warning .header__content,
.e-text-color--warning .header__content .tag,
.e-text-color--warning.breaker-big,
.e-text-color--warning .breaker-big__content,
.e-text-color--warning .breaker-big__content .tag,
.e-text-color--warning.breaker-mini,
.e-text-color--warning .breaker-mini__content,
.e-text-color--warning .breaker-mini__content .tag,
.e-text-color--warning .o-socials__button {
  color: #f36f21;
}

.e-text-color--on-warning,
.e-text-color--on-warning.header,
.e-text-color--on-warning .header__content,
.e-text-color--on-warning .header__content .tag,
.e-text-color--on-warning.breaker-big,
.e-text-color--on-warning .breaker-big__content,
.e-text-color--on-warning .breaker-big__content .tag,
.e-text-color--on-warning.breaker-mini,
.e-text-color--on-warning .breaker-mini__content,
.e-text-color--on-warning .breaker-mini__content .tag,
.e-text-color--on-warning .o-socials__button {
  color: #000;
}

.e-text-color--alert,
.e-text-color--alert.header,
.e-text-color--alert .header__content,
.e-text-color--alert .header__content .tag,
.e-text-color--alert.breaker-big,
.e-text-color--alert .breaker-big__content,
.e-text-color--alert .breaker-big__content .tag,
.e-text-color--alert.breaker-mini,
.e-text-color--alert .breaker-mini__content,
.e-text-color--alert .breaker-mini__content .tag,
.e-text-color--alert .o-socials__button {
  color: #c9234a;
}

.e-text-color--on-alert,
.e-text-color--on-alert.header,
.e-text-color--on-alert .header__content,
.e-text-color--on-alert .header__content .tag,
.e-text-color--on-alert.breaker-big,
.e-text-color--on-alert .breaker-big__content,
.e-text-color--on-alert .breaker-big__content .tag,
.e-text-color--on-alert.breaker-mini,
.e-text-color--on-alert .breaker-mini__content,
.e-text-color--on-alert .breaker-mini__content .tag,
.e-text-color--on-alert .o-socials__button {
  color: #fff;
}

.e-text-color--success,
.e-text-color--success.header,
.e-text-color--success .header__content,
.e-text-color--success .header__content .tag,
.e-text-color--success.breaker-big,
.e-text-color--success .breaker-big__content,
.e-text-color--success .breaker-big__content .tag,
.e-text-color--success.breaker-mini,
.e-text-color--success .breaker-mini__content,
.e-text-color--success .breaker-mini__content .tag,
.e-text-color--success .o-socials__button {
  color: #0db14b;
}

.e-text-color--on-success,
.e-text-color--on-success.header,
.e-text-color--on-success .header__content,
.e-text-color--on-success .header__content .tag,
.e-text-color--on-success.breaker-big,
.e-text-color--on-success .breaker-big__content,
.e-text-color--on-success .breaker-big__content .tag,
.e-text-color--on-success.breaker-mini,
.e-text-color--on-success .breaker-mini__content,
.e-text-color--on-success .breaker-mini__content .tag,
.e-text-color--on-success .o-socials__button {
  color: #fff;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.icon-access-pause::after {
  content: "\E917";
}

.icon-access-play::after {
  content: "\E916";
}

.icon-arrow::after {
  content: "\E900";
}

.icon-chevron-left::after {
  content: "\E918";
}

.icon-chevron-right::after {
  content: "\E919";
}

.icon-chevron::after {
  content: "\E903";
}

.icon-close::after {
  content: "\E90D";
}

.icon-collapse::after {
  content: "\E907";
}

.icon-doc::after {
  content: "\E904";
}

.icon-download::after {
  content: "\E905";
}

.icon-expand::after {
  content: "\E906";
}

.icon-facebook::after {
  content: "\E909";
}

.icon-grid::after {
  content: "\E91B";
}

.icon-hamburger::after {
  content: "\E90C";
}

.icon-image-download::after {
  content: "\E912";
}

.icon-infographic-download::after {
  content: "\E913";
}

.icon-linkedin::after {
  content: "\E908";
}

.icon-list::after {
  content: "\E90F";
}

.icon-logo-download::after {
  content: "\E90E";
}

.icon-media-download::after {
  content: "\E914";
}

.icon-play::after {
  content: "\E90A";
}

.icon-presskit-download::after {
  content: "\E910";
}

.icon-quote::after {
  content: "\E90B";
}

.icon-search::after {
  content: "\E901";
}

.icon-twitter::after {
  content: "\E902";
}

.icon-video-download::after {
  content: "\E911";
}

.e-icon[data-active=false] {
  display: none;
}

.e-logo {
  display: inline-block;
  width: 4.625rem;
  height: 2.375rem;
}

.e-logo--contrast {
  display: none;
}

@media (min-width: 64.25rem) {
  .navigation .e-logo {
    width: 7.25rem;
    height: 2.625rem;
  }

  .navigation--transparent .e-logo--standard {
    display: none;
  }

  .navigation--transparent .e-logo--contrast {
    display: inline-block;
  }

  .navigation--transparent--filled .e-logo--standard {
    display: inline-block;
  }

  .navigation--transparent--filled .e-logo--contrast {
    display: none;
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .navigation--split-transparent .e-logo--standard {
    display: none;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent .e-logo--contrast {
    display: inline-block;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .navigation--split-transparent .e-logo--standard {
    display: none;
  }

  .navigation--split-transparent .e-logo--contrast {
    display: inline-block;
  }
}

.e-ornament--dash {
  position: relative;
  padding-top: 1.125rem;
}

@media (min-width: 47.75rem) {
  .e-ornament--dash {
    padding-top: 2.25rem;
  }
}

.e-ornament--dash::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 2.5rem;
  height: .3125rem;
}

@media (min-width: 47.75rem) {
  .e-ornament--dash::before {
    content: "";
    display: block;
    width: 5.625rem;
    height: .3125rem;
  }
}

.e-ornament--dash-small {
  padding-top: 1.25rem;
}

@media (min-width: 47.75rem) {
  .e-ornament--dash-small {
    padding-top: 1.5rem;
  }
}

.e-ornament--dash-small::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: .1875rem;
}

@media (min-width: 47.75rem) {
  .e-ornament--dash-small::before {
    content: "";
    display: block;
    width: 3.125rem;
    height: .25rem;
  }
}

.e-ornament--dash-yellow::before {
  background-color: #fdb913;
}

.e-ornament--dash-orange::before {
  background-color: #f36f21;
}

.e-ornament--dash-red::before {
  background-color: #c9234a;
}

.e-ornament--dash-purple::before {
  background-color: #645faa;
}

.e-ornament--dash-blue::before {
  background-color: #0089cf;
}

.e-ornament--dash-green::before {
  background-color: #0db14b;
}

.e-ornament--rule {
  position: relative;
  padding-top: .625rem;
}

.e-ornament--rule::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: .25rem;
}

.e-ornament--rule-yellow::before {
  background-color: #fdb913;
}

.e-ornament--rule-orange::before {
  background-color: #f36f21;
}

.e-ornament--rule-red::before {
  background-color: #c9234a;
}

.e-ornament--rule-purple::before {
  background-color: #645faa;
}

.e-ornament--rule-blue::before {
  background-color: #0089cf;
}

.e-ornament--rule-green::before {
  background-color: #0db14b;
}

.e-ornament--bar {
  position: relative;
  padding-top: .625rem;
}

.e-ornament--bar::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1.25rem;
  height: .125rem;
}

.e-ornament--bar-yellow::before {
  background-color: #fdb913;
}

.e-ornament--bar-orange::before {
  background-color: #f36f21;
}

.e-ornament--bar-red::before {
  background-color: #c9234a;
}

.e-ornament--bar-purple::before {
  background-color: #645faa;
}

.e-ornament--bar-blue::before {
  background-color: #0089cf;
}

.e-ornament--bar-green::before {
  background-color: #0db14b;
}

.e-ornament--ghost-rule {
  position: relative;
  padding-top: 1.125rem;
}

@media (min-width: 47.75rem) {
  .e-ornament--ghost-rule {
    padding-top: 2.25rem;
  }
}

.e-ornament--ghost-rule::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: currentColor;
}

.e-ornament--ghost-rule-yellow::before {
  background-color: #fdb913;
}

.e-ornament--ghost-rule-orange::before {
  background-color: #f36f21;
}

.e-ornament--ghost-rule-red::before {
  background-color: #c9234a;
}

.e-ornament--ghost-rule-purple::before {
  background-color: #645faa;
}

.e-ornament--ghost-rule-blue::before {
  background-color: #0089cf;
}

.e-ornament--ghost-rule-green::before {
  background-color: #0db14b;
}

.cta-wrapper {
  position: relative;
}

.e-cta-with-arrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 1.9375rem;
  color: inherit;
  letter-spacing: .0125rem;
}

.e-cta-with-arrow::after {
  content: "\E900";
}

.e-cta-with-arrow::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  right: -0.1875rem;
  font-size: 1.75rem;
  transform: translate(0, -50%);
  transition: transform .2s ease-out;
}

.e-cta-with-arrow__text {
  margin-right: 1rem;
}

.e-cta-with-arrow:hover,
.e-cta-with-arrow:focus {
  outline: none;
}

.prefers-reduced-motion--reduce .e-cta-with-arrow:hover,
.prefers-reduced-motion--reduce .e-cta-with-arrow:focus {
  text-decoration: underline;
}

.prefers-reduced-motion--reduce .e-cta-with-arrow:hover::after,
.prefers-reduced-motion--reduce .e-cta-with-arrow:focus::after {
  transform: translate(0, -50%);
}

.prefers-reduced-motion--reduce .e-cta-with-arrow:hover .e-cta-with-arrow__text,
.prefers-reduced-motion--reduce .e-cta-with-arrow:focus .e-cta-with-arrow__text {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .e-cta-with-arrow:hover,
  .e-cta-with-arrow:focus {
    text-decoration: underline;
  }

  .e-cta-with-arrow:hover::after,
  .e-cta-with-arrow:focus::after {
    transform: translate(0, -50%);
  }

  .e-cta-with-arrow:hover .e-cta-with-arrow__text,
  .e-cta-with-arrow:focus .e-cta-with-arrow__text {
    text-decoration: underline;
  }
}

.prefers-reduced-motion--no-preference .e-cta-with-arrow:hover::after,
.prefers-reduced-motion--no-preference .e-cta-with-arrow:focus::after {
  transform: translate(1.125rem, -50%);
}

@media (prefers-reduced-motion: no-preference) {
  .e-cta-with-arrow:hover::after,
  .e-cta-with-arrow:focus::after {
    transform: translate(1.125rem, -50%);
  }
}

@media (min-width: 64.25rem) {
  .e-cta-with-arrow__text {
    display: block;
  }

  .e-cta-with-arrow::after {
    top: 55%;
  }
}

main>.card-row+.cta-wrapper {
  min-height: 1.125rem;
  min-width: 100%;
  margin-bottom: 1.125rem;
  margin-top: -1.875rem;
}

main>.card-row+.cta-wrapper>.e-cta-with-arrow {
  position: absolute;
  right: 1.25rem;
  margin-left: 1.25rem;
  color: #0089cf;
}

main>.card-row+.cta-wrapper>.e-cta-with-arrow .e-cta-with-arrow__text {
  display: block;
}

.search-default__row>.cta-wrapper,
.card-row>.cta-wrapper {
  float: left;
  min-height: 1.125rem;
  margin-bottom: -1.125rem;
  min-width: 100%;
}

.search-default__row>.cta-wrapper>.e-cta-with-arrow,
.card-row>.cta-wrapper>.e-cta-with-arrow {
  position: absolute;
  right: 1.25rem;
  margin-left: 1.25rem;
  color: #0089cf;
}

.search-default__row>.cta-wrapper>.e-cta-with-arrow .e-cta-with-arrow__text,
.card-row>.cta-wrapper>.e-cta-with-arrow .e-cta-with-arrow__text {
  display: block;
}

@media (min-width: 47.75rem) {
  .search-default__row>.cta-wrapper,
  .card-row>.cta-wrapper {
    float: none;
    height: 1.875rem;
    margin-bottom: -1.875rem;
  }

  .search-default__row>.cta-wrapper>.e-cta-with-arrow,
  .card-row>.cta-wrapper>.e-cta-with-arrow {
    right: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .search-default__row>.cta-wrapper>.e-cta-with-arrow,
  .card-row>.cta-wrapper>.e-cta-with-arrow {
    right: 1.875rem;
  }
}

.search-default__row>.card-row--card-image__content+.cta-wrapper,
.card-row>.card-row--card-image__content+.cta-wrapper {
  margin-top: 0rem;
  margin-bottom: -1.125rem;
}

@media (min-width: 47.75rem) {
  .search-default__row>.card-row--card-image__content+.cta-wrapper,
  .card-row>.card-row--card-image__content+.cta-wrapper {
    margin-top: 0rem;
    margin-bottom: -1.875rem;
  }
}

.header__cta .cta-wrapper .e-cta-with-arrow::after {
  top: 65%;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .header-homepage__slide__link .e-cta-with-arrow::after,
  .breaker-big .e-cta-with-arrow::after,
  .press-kit__cards .e-cta-with-arrow::after,
  .card .e-cta-with-arrow::after {
    top: 70%;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .header-homepage__slide__link .e-cta-with-arrow::after,
  .breaker-big .e-cta-with-arrow::after,
  .press-kit__cards .e-cta-with-arrow::after,
  .card .e-cta-with-arrow::after {
    top: 70%;
  }
}

.e-cta-button {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: .125rem;
  outline: none;
  cursor: pointer;
}

.e-cta-button::before,
.e-cta-button::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

.e-cta-button::after {
  left: 50%;
  width: 0;
  transform: translate(-50%, 0);
  background: linear-gradient(to right, #fdb913, #fdb913 16.66%, #f36f21 16.66%, #f36f21 33.33%, #c9234a 33.33%, #c9234a 50%, #645faa 50%, #645faa 66.67%, #0089cf 66.67%, #0089cf 83.34%, #0db14b 83.34%, #0db14b);
}

.prefers-reduced-motion--no-preference .e-cta-button::after {
  transition: .35s all 0s cubic-bezier(1, 0.005, 0.415, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .e-cta-button::after {
    transition: .35s all 0s cubic-bezier(1, 0.005, 0.415, 1);
  }
}

.e-cta-button--secondary::before,
.e-cta-button--secondary::after {
  background-color: rgba(0,0,0,0);
}

.e-cta-button__inner {
  z-index: 100;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  padding: 0 1.875rem;
  color: #222;
  background: #fff;
  text-align: center;
}

.e-cta-button__text {
  max-width: 100%;
  position: relative;
  padding: 0 0 0 2rem;
  transform: translate(-1rem, 0);
}

.prefers-reduced-motion--no-preference .e-cta-button__text {
  transition: all .4s ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .e-cta-button__text {
    transition: all .4s ease-in-out;
  }
}

.e-cta-button__text::before,
.e-cta-button__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .25rem;
  display: block;
  opacity: 0;
}

.prefers-reduced-motion--no-preference .e-cta-button__text::before,
.prefers-reduced-motion--no-preference .e-cta-button__text::after {
  transition: .2s all .1s cubic-bezier(1, 0.005, 0.415, 1),.2s opacity 0s linear;
}

@media (prefers-reduced-motion: no-preference) {
  .e-cta-button__text::before,
  .e-cta-button__text::after {
    transition: .2s all .1s cubic-bezier(1, 0.005, 0.415, 1),.2s opacity 0s linear;
  }
}

.e-cta-button__text::before {
  width: 1.125rem;
  height: 1px;
  background: #3a3a3a;
  transform: translate(0, -50%);
}

.e-cta-button__text::after {
  width: .625rem;
  height: .625rem;
  border: 1px solid rgba(0,0,0,0);
  border-right-color: #3a3a3a;
  border-bottom-color: #3a3a3a;
  transform: translate(0, -50%) rotate(-45deg);
}

.e-cta-button--small .e-cta-button__inner {
  min-height: 3rem;
}

.e-cta-button--small .e-cta-button__text {
  line-height: 1;
}

@media (min-width: 64.25rem) {
  .e-cta-button:hover .e-cta-button__text,
  .e-cta-button:focus .e-cta-button__text,
  .e-cta-button--show-arrow .e-cta-button__text {
    padding: 0 2rem 0 0;
    transform: translate(0, 0);
  }

  .e-cta-button:hover .e-cta-button__text::before,
  .e-cta-button:hover .e-cta-button__text::after,
  .e-cta-button:focus .e-cta-button__text::before,
  .e-cta-button:focus .e-cta-button__text::after,
  .e-cta-button--show-arrow .e-cta-button__text::before,
  .e-cta-button--show-arrow .e-cta-button__text::after {
    opacity: 1;
    right: 0;
  }

  .prefers-reduced-motion--no-preference .e-cta-button:hover .e-cta-button__text::before,
  .prefers-reduced-motion--no-preference .e-cta-button:hover .e-cta-button__text::after,
  .prefers-reduced-motion--no-preference .e-cta-button:focus .e-cta-button__text::before,
  .prefers-reduced-motion--no-preference .e-cta-button:focus .e-cta-button__text::after,
  .prefers-reduced-motion--no-preference .e-cta-button--show-arrow .e-cta-button__text::before,
  .prefers-reduced-motion--no-preference .e-cta-button--show-arrow .e-cta-button__text::after {
    transition: .2s all .1s cubic-bezier(1, 0.005, 0.415, 1),.1s opacity .2s linear;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .e-cta-button:hover .e-cta-button__text::before,
  .e-cta-button:hover .e-cta-button__text::after,
  .e-cta-button:focus .e-cta-button__text::before,
  .e-cta-button:focus .e-cta-button__text::after,
  .e-cta-button--show-arrow .e-cta-button__text::before,
  .e-cta-button--show-arrow .e-cta-button__text::after {
    transition: .2s all .1s cubic-bezier(1, 0.005, 0.415, 1),.1s opacity .2s linear;
  }
}

@media (min-width: 64.25rem) {
  .e-cta-button:hover .e-cta-button__text::after,
  .e-cta-button:focus .e-cta-button__text::after,
  .e-cta-button--show-arrow .e-cta-button__text::after {
    right: 1px;
  }

  .e-cta-button:hover::after,
  .e-cta-button:focus::after {
    width: 100%;
    opacity: 1;
  }
}

button.e-cta-button {
  border: none;
  background-color: rgba(0,0,0,0);
}

.e-icon-button {
  position: relative;
  display: inline-block;
  padding: .84375rem 0;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  color: inherit;
  background: none;
  font-size: 0;
  transition: all 100ms ease-out;
}

.e-icon-button:hover,
.e-icon-button:focus {
  outline: none;
  transform: translate3d(0, 0, 0) scale(1.15);
}

.e-icon-button .e-icon {
  width: 3rem;
  height: 1.1875rem;
}

.e-icon-button[class*=round],
.e-icon-button[class*=round]::before {
  border-radius: 2000rem;
}

.e-icon-button[class*=ghost] {
  background-color: rgba(0,0,0,0);
  color: currentColor;
}

.e-icon-button[class*=ghost]::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
}

.e-icon-button[class*=diet]::before {
  opacity: .25;
}

.e-icon-button[class*=seamless] {
  padding: 0;
}

.e-icon-button[class*=seamless] .e-icon {
  width: 1rem;
  height: 1rem;
}

a.e-icon-button,
button.e-icon-button {
  cursor: pointer;
}

.e-micro-button {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  color: #fff;
  background: none;
  opacity: .45;
  -webkit-appearance: none;
          appearance: none;
  transition: opacity 300ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  outline: none;
  cursor: pointer;
}

.e-micro-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: .125rem solid;
  content: " ";
  transform: translate(-50%, -50%);
  border-radius: 2000rem;
  background-color: rgba(22,22,22,.45);
}

.e-micro-button:hover,
.e-micro-button:focus {
  opacity: 1;
}

.e-micro-button .e-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: .625rem;
  height: .625rem;
  pointer-events: none;
}

.e-micro-button .e-icon--micro-expand {
  width: .6875rem;
  height: .6875rem;
}

.e-micro-button .e-icon--micro-collapse {
  width: .8125rem;
  height: .8125rem;
}

.e-micro-button .e-icon--micro-play {
  transform: translate(-37%, -50%);
}

.e-micro-button .e-icon[data-active=false] {
  display: none;
}

.e-micro-button .e-icon[data-active=true] {
  display: block;
}

.e-micro-button .text {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.e-hidden-button {
  display: inline-block;
  margin: .625rem;
  padding: .625rem;
  border: none;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

.e-hidden-button,
.e-hidden-button:link {
  color: inherit;
}

.e-toolbar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: .125rem;
  background-color: rgba(0,0,0,0);
  border: none;
  color: inherit;
  text-align: center;
}

@media (min-width: 47.75rem) {
  .e-toolbar-button {
    padding: .625rem .25rem;
  }
}

.e-toolbar-button--yellow .e-toolbar-button__titling {
  color: #fdb913;
}

.e-toolbar-button--orange .e-toolbar-button__titling {
  color: #f36f21;
}

.e-toolbar-button--red .e-toolbar-button__titling {
  color: #c9234a;
}

.e-toolbar-button--purple .e-toolbar-button__titling {
  color: #645faa;
}

.e-toolbar-button--blue .e-toolbar-button__titling {
  color: #0089cf;
}

.e-toolbar-button--green .e-toolbar-button__titling {
  color: #0db14b;
}

.e-toolbar-button__meta {
  color: #000;
}

@media (min-width: 64.25rem) {
  .e-toolbar-button__meta {
    position: relative;
    top: .25rem;
  }
}

.e-toolbar-button .e-icon--calendar-download {
  width: 1rem;
  height: .9375rem;
}

@media (min-width: 47.75rem) {
  .e-toolbar-button .e-icon--calendar-download {
    width: 1.68125rem;
    height: 1.6rem;
  }
}

.e-toolbar-button .e-icon--share-arrow {
  width: .875rem;
  height: .8125rem;
}

@media (min-width: 47.75rem) {
  .e-toolbar-button .e-icon--share-arrow {
    width: 1.625rem;
    height: 1.46875rem;
  }
}

.e-toolbar-button--image .image {
  max-width: 80%;
}

a.e-toolbar-button,
button.e-toolbar-button {
  cursor: pointer;
}

.e-big-play-button {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
}

.e-big-play-button::after {
  content: "\E90A";
}

.e-big-play-button::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  color: #fff;
  font-size: 5rem;
  cursor: pointer;
  background-color: rgba(22,22,22,.3);
  border-radius: 2.5rem;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: all .1s ease-out;
}

.e-big-play-button--large::after {
  font-size: 7.8125rem;
}

.e-big-play-button__text {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.e-big-play-button:hover::after,
.e-big-play-button:focus::after {
  transform: translate3d(-50%, -50%, 0) scale(1.15);
}

.e-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .125rem;
  color: inherit;
  text-align: center;
}

.e-badge__inner {
  width: 100%;
}

@media (min-width: 47.75rem) {
  .e-badge {
    padding: .625rem .25rem;
  }
}

.e-badge--yellow .e-badge__titling {
  color: #fdb913;
}

.e-badge--orange .e-badge__titling {
  color: #f36f21;
}

.e-badge--red .e-badge__titling {
  color: #c9234a;
}

.e-badge--purple .e-badge__titling {
  color: #645faa;
}

.e-badge--blue .e-badge__titling {
  color: #0089cf;
}

.e-badge--green .e-badge__titling {
  color: #0db14b;
}

.e-badge__meta {
  color: #000;
}

@media (min-width: 64.25rem) {
  .e-badge__meta {
    position: relative;
    top: .25rem;
  }
}

.e-badge--symbol .image {
  display: block;
}

.e-badge--symbol .image__img {
  display: block;
  max-width: 80%;
  margin: auto;
}

@media (min-width: 47.75rem) {
  .e-badge--symbol .image__img {
    max-width: 60%;
  }
}

.e-logistic {
  display: flex;
  align-items: flex-start;
  color: inherit;
}

.e-logistic .o-media__thumbnail {
  width: .875rem;
}

@media (min-width: 47.75rem) {
  .e-logistic .o-media__thumbnail {
    margin-right: .7rem;
    margin-left: .4rem;
    transform: translateY(0.125rem);
  }

  .e-logistic .o-media__thumbnail-small {
    margin-right: .4375rem;
  }
}

.e-logistic .e-icon {
  transform: translateX(-0.25rem);
}

.e-logistic .e-icon--map-pin {
  width: 100%;
  height: .8125rem;
}

@media (min-width: 47.75rem) {
  .e-logistic .e-icon--map-pin {
    width: .75rem;
    height: 1.1875rem;
  }
}

.e-logistic .e-icon--clock {
  width: 100%;
  height: .625rem;
}

@media (min-width: 47.75rem) {
  .e-logistic .e-icon--clock {
    width: .875rem;
    height: .875rem;
  }
}

.expandable-list__items {
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #e6e5e5;
}

.expandable-list__items--display-all .expandable-list__items {
  max-height: 187.5rem;
  opacity: 1;
}

.expandable-list__items--display-all .expandable-list__item--hidden {
  max-height: 125rem;
  opacity: 1;
  visibility: visible;
  display: block;
}

.expandable-list__items--display-all .expandable-list__icon::after {
  content: "\E907";
}

.expandable-list__items--display-all .expandable-list__icon::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

@media (min-width: 64.25rem) {
  .expandable-list__items {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    width: calc(100% + 3.75rem);
  }

  .expandable-list__items::after {
    clear: both;
    content: "";
    display: block;
  }
}

.expandable-list__item {
  transition: all .5s ease-in-out;
}

.expandable-list__item--hidden {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.expandable-list__button-container {
  text-align: right;
  border-bottom: 1px solid #e6e5e5;
  margin-bottom: 2.5rem;
}

.expandable-list__button {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1.25rem 0;
  border: none;
  color: #0289cf;
  background: none;
  border-bottom: 1px solid #0289cf;
  order: 1;
  z-index: 1;
  text-align: left;
}

@media (min-width: 47.75rem) {
  .expandable-list__button {
    max-width: calc(18.33333% - 1.47917rem);
  }
}

.expandable-list__button:focus,
.expandable-list__button:hover {
  cursor: pointer;
}

.expandable-list__button--no-hidden {
  display: none;
}

.expandable-list__icon {
  position: absolute;
  right: 0;
  bottom: 1rem;
  color: #0289cf;
  font-size: 1.1875rem;
}

.expandable-list__icon::after {
  content: "\E906";
}

.expandable-list__icon::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.o-copy h2,
.o-copy h3:not(.title),
.o-copy h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 64.25rem) {
  .o-copy h2,
  .o-copy h3:not(.title),
  .o-copy h4 {
    margin-bottom: 1.875rem;
  }
}

.o-copy h2:first-child,
.o-copy h3:not(.title):first-child,
.o-copy h4:first-child {
  margin-top: 0;
}

.o-copy p em,
.o-copy li em,
.o-copy dd em {
  font-style: italic;
}

.o-copy p a,
.o-copy li a,
.o-copy dd a {
  color: #1379c6;
  transition: .15s color;
}

.o-copy p a:hover,
.o-copy p a:focus,
.o-copy li a:hover,
.o-copy li a:focus,
.o-copy dd a:hover,
.o-copy dd a:focus {
  color: #000;
}

.o-copy a {
  color: #1379c6;
  transition: .15s color;
}

.o-copy a:hover,
.o-copy a:focus {
  color: #000;
}

.o-copy p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.o-copy p:first-child {
  margin-top: 0;
}

.o-copy p:last-child {
  margin-bottom: 0;
}

@media (min-width: 64.25rem) {
  .o-copy p {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .o-copy p:first-child {
    margin-top: 0;
  }

  .o-copy p:last-child {
    margin-bottom: 0;
  }
}

.o-copy ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
  list-style: none;
}

.o-copy ul li {
  position: relative;
  margin: 0 0 .75rem;
  padding: 0 0 0 1.5rem;
}

@media (min-width: 64.25rem) {
  .o-copy ul li {
    padding: 0 0 0 2.5rem;
  }
}

.o-copy ul li::before {
  content: "";
  position: absolute;
  top: .9375rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  margin-top: -0.1875rem;
  border-radius: .1875rem;
  background: #000;
}

@media (min-width: 64.25rem) {
  .o-copy ul li::before {
    top: 1.25rem;
    width: .5rem;
    height: .5rem;
    margin-top: -0.25rem;
    border-radius: .25rem;
  }
}

.o-copy hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
}

@media (min-width: 47.75rem) {
  .o-copy hr {
    border-top-width: 2px;
  }
}

.o-copy hr.gray {
  border-top-color: #e6e5e5;
}

.o-copy hr.yellow {
  border-top-color: #fdb913;
}

.o-copy hr.orange {
  border-top-color: #f36f21;
}

.o-copy hr.red {
  border-top-color: #c9234a;
}

.o-copy hr.purple {
  border-top-color: #645faa;
}

.o-copy hr.blue {
  border-top-color: #0089cf;
}

.o-copy hr.green {
  border-top-color: #0db14b;
}

.o-copy .image {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.cc-page-wrapper--fluid .o-copy .image {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.o-copy .image::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 47.75rem) {
  .o-copy .image {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .o-copy .image {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

.o-copy .image img {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media (min-width: 64.25rem) {
  .o-copy .image img {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }
}

.o-copy .dropcap::first-letter {
  float: left;
  margin: 0 .75rem 0 -0.3125rem;
}

@media (min-width: 64.25rem) {
  .o-copy .dropcap::first-letter {
    margin: .65rem 1.5rem 0 -0.3125rem;
  }
}

.o-copy .dropcap.yellow::first-letter {
  color: #fdb913;
}

.o-copy .dropcap.orange::first-letter {
  color: #f36f21;
}

.o-copy .dropcap.red::first-letter {
  color: #c9234a;
}

.o-copy .dropcap.purple::first-letter {
  color: #645faa;
}

.o-copy .dropcap.blue::first-letter {
  color: #0089cf;
}

.o-copy .dropcap.green::first-letter {
  color: #0db14b;
}

.o-field {
  display: block;
  padding: 0;
  border: none;
}

.o-field__header {
  padding-bottom: .625rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.o-field__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 47.75rem) {
  .o-field__main {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 47.6875rem) {
  .o-field__content {
    width: 100%;
  }
}

@media screen and (max-width: 47.6875rem) {
  .o-field__inputs {
    margin-top: 1.25rem;
    width: 100%;
  }
}

@media (min-width: 47.75rem) {
  .o-field__inputs {
    padding-left: 6.25rem;
  }
}

.o-field__heading,
.o-field__description {
  margin: 0;
}

.o-field__heading {
  margin-bottom: .25rem;
}

.o-field__radios {
  display: inline-flex;
  border: 1px solid #d9d9d9;
}

.o-field__radio {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.o-field__radio:focus+.o-field__radio-label::before {
  outline: rgba(2,137,207,.75) .125rem solid;
  outline-offset: .125rem;
}

.o-field__radio:checked+.o-field__radio-label {
  color: #fff;
  background-color: #0289cf;
  cursor: auto;
}

.o-field__radio[disabled]:checked+.o-field__radio-label {
  color: #fff;
  background-color: #979797;
}

.o-field__radio[disabled]:not(:checked)+.o-field__radio-label {
  cursor: not-allowed;
}

.o-field__radio-label {
  position: relative;
  padding: 1rem 1.25rem;
  cursor: pointer;
}

.o-field__radio-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-socials {
  position: relative;
}

.o-socials__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-socials__link {
  display: inline-block;
  padding: 1px;
  font-size: 2.4375rem;
  line-height: 1.875rem;
  margin-right: 1.25rem;
}

.o-socials__button {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: .75rem;
  border: 1px solid;
  border-radius: 2000rem;
  color: #161616;
}

.o-socials__button-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.o-socials__symbol {
  display: block;
  width: 100%;
  height: 100%;
}

.o-socials__symbol .e-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.o-socials__facebook {
  color: #4267b2;
}

.o-socials__twitter {
  color: #161616;
}

.o-socials__linkedin {
  color: #2867b2;
}

.o-socials__instagram {
  color: #833ab4;
}

.o-socials__pdf {
  color: #161616;
}

@media (min-width: 47.75rem) {
  .o-socials__link {
    font-size: 2.5rem;
    opacity: 1;
    cursor: pointer;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all .1s ease-out;
  }

  .o-socials__link:hover,
  .o-socials__link:focus {
    transform: translate3d(0, 0, 0) scale(1.15);
  }
}

.o-figure {
  margin: auto;
}

.o-figure__value>*:first-child,
.o-figure__caption>*:first-child {
  margin-top: 0;
}

.o-figure__value>*:last-child,
.o-figure__caption>*:last-child {
  margin-bottom: 0;
}

.o-figure__caption {
  margin-top: 0;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .o-figure__caption {
    margin-top: -0.375rem;
  }
}

.o-figure__value {
  white-space: nowrap;
}

.o-figure__image {
  margin-bottom: 1.875rem;
}

.o-figure__image .image,
.o-figure__image .image__img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.o-figure--red {
  color: #c9234a;
}

.o-figure--purple {
  color: #645faa;
}

.o-figure--blue {
  color: #0089cf;
}

.o-figure--orange {
  color: #f36f21;
}

.o-figure--fancy {
  text-align: center;
}

.o-figure--fancy .o-figure__value {
  margin-bottom: 1.4rem;
}

.o-figure--fancy .color-bar {
  display: block;
  max-width: 20rem;
  margin: auto;
}

.o-figure--fancy .o-figure__caption {
  margin: 0 auto;
  padding: 1.4rem 1.875rem 0;
  font-size: 0;
}

@media (min-width: 64.25rem) {
  .o-figure--fancy .o-figure__caption {
    padding-top: 2rem;
    max-width: 20rem;
  }
}

.o-figure--aside .o-figure__caption {
  margin-top: .25rem;
  max-width: 20rem;
}

.color-bar {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.color-bar .color {
  display: inline-block;
  width: 16.6666666667%;
  height: .1875rem;
}

.color-bar .color--yellow {
  background-color: #fdb913;
}

.color-bar .color--orange {
  background-color: #f36f21;
}

.color-bar .color--red {
  background-color: #c9234a;
}

.color-bar .color--purple {
  background-color: #645faa;
}

.color-bar .color--blue {
  background-color: #0089cf;
}

.color-bar .color--green {
  background-color: #0db14b;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .color-bar {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .color-bar--fun {
    position: absolute;
  }
}

.prefers-reduced-motion--reduce .color-bar.color-bar--fun {
  margin-top: auto;
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .color-bar.color-bar--fun {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.color-bar.color-bar--fun .color {
  width: 0;
}

.prefers-reduced-motion--reduce .color-bar.color-bar--fun .color {
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .color-bar.color-bar--fun .color {
    position: relative;
  }
}

.prefers-reduced-motion--no-preference .color-bar.color-bar--fun .color {
  transition: .2s width ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  .color-bar.color-bar--fun .color {
    transition: .2s width ease-out;
  }
}

.color-bar.color-bar--fun .color--last {
  width: 100%;
}

.o-info-block {
  color: #000;
}

.o-info-block__header>*:first-child,
.o-info-block__content>*:first-child,
.o-info-block__footer>*:first-child {
  margin-top: 0;
}

.o-info-block__header>*:last-child,
.o-info-block__content>*:last-child,
.o-info-block__footer>*:last-child {
  margin-bottom: 0;
}

.o-info-block__header {
  margin-bottom: 1.35rem;
}

.o-info-block__header--has-image {
  padding-top: 1.875rem;
}

@media (min-width: 47.75rem) {
  .o-info-block__header--has-image {
    padding-top: 3.875rem;
  }
}

@media (min-width: 64.25rem) {
  .o-info-block__header--has-image {
    padding-top: 0;
  }
}

.o-info-block__heading {
  margin: 0;
}

.o-info-block__footer {
  margin-top: 1.875rem;
}

.o-info-block__footer>* {
  margin-top: .3125rem;
}

.o-info-block .e-cta-with-arrow {
  color: inherit;
}

.o-info-block--boxed,
.o-info-block--boxed-borderless {
  padding: 1.5rem 1.875rem 1.875rem;
  background: #f7f7f7;
}

@media (min-width: 64.25rem) {
  .o-info-block--boxed,
  .o-info-block--boxed-borderless {
    padding: 2.7rem 3.25rem;
  }
}

.o-info-block--boxed {
  border-top: .375rem solid rgba(0,0,0,0);
}

@media (min-width: 64.25rem) {
  .o-info-block--boxed-borderless {
    padding-top: 3.125rem;
  }
}

.o-info-block--boxed-borderless .o-info-block__header {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: .5625rem;
}

@media (min-width: 47.75rem) {
  .o-info-block--boxed-borderless .o-info-block__header {
    margin-bottom: 1.25rem;
  }
}

.o-info-block--boxed-borderless .o-info-block__titling {
  flex-grow: 1;
}

.o-info-block--boxed-borderless .o-info-block__heading {
  padding-top: .5625rem;
}

.o-info-block--boxed-borderless .o-info-block__avatar-frame {
  height: 0;
}

.o-info-block--boxed-borderless .o-info-block__avatar {
  position: relative;
  overflow: hidden;
  transform: translateY(-30%);
  width: 3.8125rem;
  border-radius: 50%;
  padding-bottom: 100%;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}

@media (min-width: 47.75rem) {
  .o-info-block--boxed-borderless .o-info-block__avatar {
    transform: translateY(-55%);
    width: 7.625rem;
  }
}

@media (min-width: 64.25rem) {
  .o-info-block--boxed-borderless .o-info-block__avatar {
    transform: translateY(-60%);
  }
}

.o-info-block--boxed-borderless .o-info-block__avatar .o-backdrop {
  position: absolute;
  top: .1875rem;
  right: .1875rem;
  bottom: .1875rem;
  left: .1875rem;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 47.75rem) {
  .o-info-block--boxed-borderless .o-info-block__avatar .o-backdrop {
    top: .375rem;
    right: .375rem;
    bottom: .375rem;
    left: .375rem;
  }
}

.o-info-block--boxed-borderless .e-ornament--dash::before {
  width: 1.875rem;
  height: .1875rem;
}

@media (min-width: 47.75rem) {
  .o-info-block--boxed-borderless .e-ornament--dash::before {
    width: 3.125rem;
    height: .25rem;
  }
}

@media (min-width: 64.25rem) {
  .o-info-block--boxed-offset-padding.o-info-block--box-position-leading {
    padding-right: 6.5rem;
  }

  .o-info-block--boxed-offset-padding.o-info-block--box-position-trailing {
    padding-left: 6.5rem;
  }
}

@media (min-width: 64.25rem) {
  .o-info-block--boxed-offset-padding__profile.o-info-block--box-position-leading {
    padding-left: 3.125rem;
    padding-right: 19.75rem;
  }

  .o-info-block--boxed-offset-padding__profile.o-info-block--box-position-trailing {
    padding-left: 19.75rem;
    padding-right: 3.125rem;
  }
}

.o-info-block--yellow {
  border-color: #fdb913;
}

.o-info-block--orange {
  border-color: #f36f21;
}

.o-info-block--red {
  border-color: #c9234a;
}

.o-info-block--purple {
  border-color: #645faa;
}

.o-info-block--blue {
  border-color: #0089cf;
}

.o-info-block--green {
  border-color: #0db14b;
}

.o-teaser {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 64.25rem) {
  .o-teaser {
    flex-wrap: no-wrap;
  }
}

.o-teaser__body {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 47.6875rem) {
  .o-teaser__body {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }

  .o-teaser__body::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .o-teaser__body {
    width: 34.5%;
  }
}

.o-teaser__body-item {
  width: 100%;
  margin: 0;
  margin-top: 1.2rem;
}

.o-teaser__body-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .o-teaser__body-item.o-teaser__meta {
    order: 1;
  }
}

.o-teaser__aside {
  width: 100%;
}

@media (min-width: 64.25rem) {
  .o-teaser__aside {
    width: 65.5%;
  }
}

.o-teaser__title {
  margin: 0;
}

.o-teaser__meta-item {
  color: #868686;
}

.o-teaser__meta-item~.o-teaser__meta-item::before {
  content: "| ";
}

.o-teaser--aside-leading .o-teaser__aside {
  order: -1;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.75rem) {
  .o-teaser--aside-leading .o-teaser__aside {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .o-teaser--aside-leading .o-teaser__aside {
    margin-bottom: 0;
  }
}

@media (min-width: 64.25rem) {
  .o-teaser--aside-leading .o-teaser__body {
    padding-left: 3.125rem;
  }
}

.o-info-block--yellow {
  border-color: #fdb913;
}

.o-info-block--orange {
  border-color: #f36f21;
}

.o-info-block--red {
  border-color: #c9234a;
}

.o-info-block--purple {
  border-color: #645faa;
}

.o-info-block--blue {
  border-color: #0089cf;
}

.o-info-block--green {
  border-color: #0db14b;
}

.o-container-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -1.1875rem;
}

@media (min-width: 47.75rem) {
  .o-container-grid {
    margin-top: -0.375rem;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid {
    margin-top: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.o-container-grid>.o-container-grid__item {
  position: relative;
  width: 100%;
  padding: 1.5rem 1.25rem 0;
  margin-top: 1.1875rem;
}

.o-container-grid>.o-container-grid__item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  width: 6.5625rem;
  transform: translateX(-50%);
  border-top: .125rem solid #979797;
  opacity: .3;
}

@media (min-width: 47.75rem) {
  .o-container-grid>.o-container-grid__item::before {
    width: 11.25rem;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid>.o-container-grid__item::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 0;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid>.o-container-grid__item::before {
    border: none;
    border-left: .125rem solid #979797;
  }
}

@media (min-width: 47.75rem) {
  .o-container-grid>.o-container-grid__item {
    padding: 1.625rem 1.25rem 0;
    margin-top: 3.75rem;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid>.o-container-grid__item {
    padding: 0 1.875rem;
    margin-top: 2.5rem;
  }
}

.o-container-grid>.o-container-grid__item:first-child {
  margin-top: 0;
}

.o-container-grid>.o-container-grid__item:first-child::before {
  content: none;
}

.o-container-grid>.o-container-grid__item .o-figure {
  max-width: 18.75rem;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 64.25rem) {
  .o-container-grid>.o-container-grid__item .o-figure__value {
    margin-top: -2rem;
  }
}

.o-container-grid>.o-container-grid__item .o-figure__image .image,
.o-container-grid>.o-container-grid__item .o-figure__image .image__img {
  margin: 0 auto;
}

@media (min-width: 64.25rem) {
  .o-container-grid--cols-1>.o-container-grid__item {
    flex: 1 0 auto;
    width: 100%;
  }

  .o-container-grid--cols-1>.o-container-grid__item::before {
    top: .25rem;
    bottom: .75rem;
  }

  .o-container-grid--cols-1>.o-container-grid__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .o-container-grid--cols-1>.o-container-grid__item:nth-child(1n+1)::before {
    content: none;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid--cols-2>.o-container-grid__item {
    flex: 1 0 auto;
    width: 50%;
  }

  .o-container-grid--cols-2>.o-container-grid__item::before {
    top: .25rem;
    bottom: .75rem;
  }

  .o-container-grid--cols-2>.o-container-grid__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .o-container-grid--cols-2>.o-container-grid__item:nth-child(2n+1)::before {
    content: none;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid--cols-3>.o-container-grid__item {
    flex: 1 0 auto;
    width: 33.3333333333%;
  }

  .o-container-grid--cols-3>.o-container-grid__item::before {
    top: .25rem;
    bottom: .75rem;
  }

  .o-container-grid--cols-3>.o-container-grid__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .o-container-grid--cols-3>.o-container-grid__item:nth-child(3n+1)::before {
    content: none;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid--cols-4>.o-container-grid__item {
    flex: 1 0 auto;
    width: 25%;
  }

  .o-container-grid--cols-4>.o-container-grid__item::before {
    top: .25rem;
    bottom: .75rem;
  }

  .o-container-grid--cols-4>.o-container-grid__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .o-container-grid--cols-4>.o-container-grid__item:nth-child(4n+1)::before {
    content: none;
  }
}

@media (min-width: 64.25rem) {
  .o-container-grid--cols-5>.o-container-grid__item {
    flex: 1 0 auto;
    width: 20%;
  }

  .o-container-grid--cols-5>.o-container-grid__item::before {
    top: .25rem;
    bottom: .75rem;
  }

  .o-container-grid--cols-5>.o-container-grid__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .o-container-grid--cols-5>.o-container-grid__item:nth-child(5n+1)::before {
    content: none;
  }
}

.o-content-lockup {
  display: flex;
  width: 100%;
}

.o-content-lockup--guarded {
  margin-bottom: 1.875rem;
}

.o-content-lockup--guarded::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 64.25rem) {
  .o-content-lockup--guarded {
    margin-bottom: 1.875rem;
  }
}

.o-content-lockup__inner {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 47.75rem) {
  .o-content-lockup__inner {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .o-content-lockup__inner {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
}

.o-content-lockup__main {
  width: 100%;
}

@media (min-width: 64.25rem) {
  .o-content-lockup__main {
    width: 62.5%;
  }
}

.o-content-lockup__rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 15.375rem;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 64.25rem) {
  .o-content-lockup__rail {
    display: block;
    width: 31.9%;
    max-width: 100%;
    margin-top: 0;
    padding-bottom: .6rem;
  }

  .o-content-lockup__rail--leading {
    margin-left: 0;
  }

  .o-content-lockup__rail--trailing {
    margin-right: 0;
  }
}

.o-content-lockup__main--leading,
.o-content-lockup__rail--leading {
  order: -1;
}

.o-content-lockup__rail-item {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 64.1875rem) {
  .o-content-lockup__rail-item {
    text-align: center;
  }
}

.prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-visible {
  opacity: 1;
  transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  transform: translateX(0);
}

@supports (clip-path: inset(0 50% 0 50%)) {
  .prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-visible {
    transition: clip-path 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    clip-path: inset(0 0 0 0);
  }
}

@supports (clip-path: inset(0 50% 0 50%)) {
  .prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-visible {
    transition: clip-path 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }
}

.prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-hidden {
  opacity: 0;
  transform: translateX(-3.25rem);
}

@supports (clip-path: inset(0 50% 0 50%)) {
  .prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-hidden {
    opacity: 1;
    clip-path: inset(0 50% 0 50%);
  }
}

.prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target-ornament].is-visible::after {
  transition: transform 1500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  transform: scaleY(1);
}

.prefers-reduced-motion--no-preference .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target-ornament].is-hidden::after {
  transform: scaleY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-visible {
    opacity: 1;
    transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    transform: translateX(0);
  }

@supports (clip-path: inset(0 50% 0 50%)) {
    .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-visible {
      transition: clip-path 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
      clip-path: inset(0 0 0 0);
    }
}

@supports (clip-path: inset(0 50% 0 50%)) {
    .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-visible {
      transition: clip-path 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    }
}

  .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-hidden {
    opacity: 0;
    transform: translateX(-3.25rem);
  }

@supports (clip-path: inset(0 50% 0 50%)) {
    .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target].is-hidden {
      opacity: 1;
      clip-path: inset(0 50% 0 50%);
    }
}

  .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target-ornament].is-visible::after {
    transition: transform 1500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    transform: scaleY(1);
  }

  .o-content-lockup__rail-item[data-options*=curtain-reveal] [data-role=effect-target-ornament].is-hidden::after {
    transform: scaleY(0);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky {
    position: sticky;
    top: 1.875rem;
  }

  .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky[style*=sticky] {
    top: 1.875rem !important;
  }

@supports (position: sticky) {
    .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky,
    .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 6.25rem !important;
    }

    .navigation--unpinned .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky,
    .navigation--unpinned .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 1.875rem !important;
    }

    .navigation-sub--pinned .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky,
    .navigation-sub--pinned .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 6.25rem !important;
    }

    .navigation-sub--pinned.navigation--pinned .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky,
    .navigation-sub--pinned.navigation--pinned .prefers-reduced-motion--no-preference .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 10.9375rem !important;
    }
}
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .o-content-lockup__rail-item.is-sticky {
    position: sticky;
    top: 1.875rem;
  }

  .o-content-lockup__rail-item.is-sticky[style*=sticky] {
    top: 1.875rem !important;
  }

@supports (position: sticky) {
    .o-content-lockup__rail-item.is-sticky,
    .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 6.25rem !important;
    }

    .navigation--unpinned .o-content-lockup__rail-item.is-sticky,
    .navigation--unpinned .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 1.875rem !important;
    }

    .navigation-sub--pinned .o-content-lockup__rail-item.is-sticky,
    .navigation-sub--pinned .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 6.25rem !important;
    }

    .navigation-sub--pinned.navigation--pinned .o-content-lockup__rail-item.is-sticky,
    .navigation-sub--pinned.navigation--pinned .o-content-lockup__rail-item.is-sticky[style*=sticky] {
      top: 10.9375rem !important;
    }
}
}

.o-content-lockup__rail-item-inner::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background-color: #d9d9d9;
  transform-origin: 0 0;
  width: 100%;
  height: .125rem;
}

@media (min-width: 64.25rem) {
  .o-content-lockup__rail-item-inner::after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: .125rem;
    height: auto;
  }
}

.o-content-lockup__rail-item-actions {
  margin-top: 1rem;
}

@media (min-width: 64.25rem) {
  .o-content-lockup .o-figure--lockup-aside:first-child {
    margin-top: -2rem;
  }
}

@media (min-width: 64.25rem) {
  .o-content-lockup__rail--leading .o-content-lockup__rail-item-inner {
    padding-right: 1.8rem;
  }
}

@media (min-width: 64.25rem) {
  .o-content-lockup__rail--leading .o-content-lockup__rail-item-inner::after {
    right: 0;
    left: auto;
  }
}

.o-content-lockup__rail--leading .o-content-lockup__rail-item-inner .o-figure__caption {
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 64.25rem) {
  .o-content-lockup__rail--trailing .o-content-lockup__rail-item-inner {
    padding-left: 1.8rem;
  }
}

@media (min-width: 64.25rem) {
  .o-content-lockup__rail--trailing .o-content-lockup__rail-item-inner::after {
    right: auto;
    left: 0;
  }
}

.o-content-lockup__rail--trailing .o-content-lockup__rail-item-inner .o-figure__caption {
  margin-left: 0;
  margin-right: auto;
}

.o-featured-block-lockup::after {
  clear: both;
  content: "";
  display: block;
}

.o-featured-block-lockup__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__inner {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}

.o-featured-block-lockup__content,
.o-featured-block-lockup__aside {
  position: relative;
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__content--leading,
  .o-featured-block-lockup__aside--leading {
    order: -1;
  }

  .o-featured-block-lockup__content--trailing,
  .o-featured-block-lockup__aside--trailing {
    order: 1;
  }
}

.o-featured-block-lockup__header {
  width: 100%;
  max-width: 29.5625rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__header {
    padding: 0;
    margin-bottom: 1.875rem 0;
    max-width: 100%;
  }
}

.o-featured-block-lockup__headline {
  margin: 0;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .o-featured-block-lockup__headline {
    padding: 0 1.875rem;
  }
}

.o-featured-block-lockup__content {
  z-index: 1;
  width: 100%;
  max-width: 29.5625rem;
  padding: 0 1.25rem;
  margin-top: -0.75rem;
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__content {
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__content--behind {
    z-index: 0;
    max-width: 32.8125rem;
    align-self: flex-start;
    margin-top: -3rem;
  }
}

.o-featured-block-lockup__aside {
  z-index: 0;
  flex: 1 0 100%;
}

@media screen and (max-width: 64.1875rem) {
  .o-featured-block-lockup__aside {
    order: -1;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__aside {
    flex: 1 1 auto;
    width: 100%;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__aside--leading {
    margin-right: -3.25rem;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__aside--trailing {
    margin-left: -3.25rem;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__aside--in-front {
    z-index: 1;
  }
}

.o-featured-block-lockup .video,
.o-featured-block-lockup .vjs-tech {
  width: 100%;
  height: 100%;
}

.o-featured-block-lockup .video__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 64.1875rem) {
  .o-featured-block-lockup .video__fallback {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

.o-featured-block-lockup .image {
  width: 100%;
  height: 100%;
}

.o-featured-block-lockup .image,
.o-featured-block-lockup .image__img {
  display: block;
}

.o-featured-block-lockup__aside--figure {
  padding: 0 1.25rem 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__aside--figure {
    padding: 2.7rem 3.25rem;
  }
}

.o-featured-block-lockup__aside--vertical-image {
  max-width: 31.25rem;
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup__aside--vertical-image {
    max-width: 100%;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-block-lockup--narrow .o-featured-block-lockup__inner {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }
}

.o-backdrop {
  position: relative;
  pointer-events: none;
}

@media only screen {
  .o-backdrop .o-backdrop__src {
    display: none;
  }
}

.o-backdrop .o-backdrop__scrim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 47.6875rem) {
  .o-backdrop .o-backdrop__scrim-mobile {
    display: block;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .o-backdrop .o-backdrop__scrim-tablet {
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .o-backdrop .o-backdrop__scrim-desktop {
    display: block;
  }
}

.o-play-status-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}

.o-play-status-overlay__playing-indicator,
.o-play-status-overlay__paused-indicator {
  transition: opacity 200ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

.o-play-status-overlay__playing-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.o-play-status-overlay__playing-indicator::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  mix-blend-mode: multiply;
}

.is-playing .o-play-status-overlay__playing-indicator {
  opacity: 1;
}

.is-paused .o-play-status-overlay__playing-indicator {
  opacity: 0;
}

.is-playing .o-play-status-overlay__paused-indicator {
  opacity: 0;
}

.is-paused .o-play-status-overlay__paused-indicator {
  opacity: 1;
}

.o-play-status-overlay__playing-text {
  position: relative;
  top: -0.25rem;
  margin: 0;
}

.o-play-status-overlay__playing-text .color-bar {
  width: 0;
  transition: width 400ms;
  transition-delay: 200ms;
  position: relative;
  top: .4375rem;
  display: block;
  max-width: 5rem;
  margin: auto;
}

.prefers-reduced-motion--reduce .o-play-status-overlay__playing-text .color-bar {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .o-play-status-overlay__playing-text .color-bar {
    width: 100%;
  }
}

.o-play-status-overlay__playing-text .color-bar.animate-width {
  width: 100%;
}

.o-play-status-overlay__playing-text .color {
  height: .125rem;
}

.o-play-status-overlay__paused-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-play-status-overlay__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8125rem;
  height: 4.8125rem;
  border: 1px solid;
  border-radius: 100%;
  background: rgba(0,0,0,.3);
}

.o-play-status-overlay__button .e-icon {
  width: 1.25rem;
  height: 1.25rem;
  transform: translateX(8%);
}

@media (min-width: 47.75rem) {
  .o-play-status-overlay__button {
    width: 3.3125rem;
    height: 3.3125rem;
  }

  .o-play-status-overlay__button .e-icon {
    width: .8125rem;
    height: .8125rem;
  }
}

.o-featured-teaser {
  display: grid;
  grid-template: "rail    header  header" auto "aside   aside   aside " 1fr "body    body    body  " auto/auto 1fr 1fr;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .o-featured-teaser {
    grid-template: "rail    header  header" auto "rail    body    body  " 1fr "aside   aside   aside " auto/auto 1fr 1fr;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .o-featured-teaser {
    grid-template: "rail    header  aside" auto "rail    body    aside" 1fr "rail    body    aside" 1fr/auto 1fr 1fr;
  }
}

.o-featured-teaser__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: header;
  padding-left: 1.25rem;
  padding-right: 1.5rem;
}

.o-schedule-teaser > .o-featured-teaser__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}

.o-event-card > .o-featured-teaser__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media (min-width: 47.75rem) {
  .o-featured-teaser__header {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-teaser__header {
    padding-left: 3.125rem;
    padding-right: 3.75rem;
  }
}

.o-featured-teaser__header .o-logistics {
  margin-top: 1rem;
  padding: 0;
}

@media (min-width: 47.75rem) {
  .o-featured-teaser__header .o-logistics {
    margin-top: 1.3rem;
  }
}

.o-featured-teaser__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: body;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: .6rem;
}

.o-schedule-teaser > .o-featured-teaser__body {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media (min-width: 47.75rem) {
  .o-featured-teaser__body {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-teaser__body {
    padding-left: 3.125rem;
    padding-right: 3.75rem;
  }
}

.o-featured-teaser__body .cta-wrapper {
  margin-top: 1rem;
}

@media (min-width: 47.75rem) {
  .o-featured-teaser__body .cta-wrapper {
    margin-top: 1.6rem;
  }
}

.o-featured-teaser__aside {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: aside;
}

.o-schedule-teaser > .o-featured-teaser__aside {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.o-event-card > .o-featured-teaser__aside {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media screen and (max-width: 64.1875rem) {
  .o-featured-teaser__aside {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 2.5rem;
  }

  .cc-page-wrapper--fluid .o-featured-teaser__aside {
    position: static;
    right: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

@media screen and (max-width: 47.6875rem) {
  .o-featured-teaser__aside {
    margin-top: 1.1rem;
  }
}

.o-featured-teaser__aside .o-media-figure__caption {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 64.25rem) {
  .o-featured-teaser__aside .o-media-figure__caption {
    padding: 0;
  }
}

@media (min-width: 64.25rem) {
  .o-featured-teaser__aside .o-media-figure__media {
    margin-right: -1.875rem;
  }
}

.o-featured-teaser__actions {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: rail;
  padding-left: 1.5rem;
}

.o-schedule-teaser > .o-featured-teaser__actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

@media (min-width: 64.25rem) {
  .o-featured-teaser__actions {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .o-featured-teaser__actions .o-toolbar {
    margin-top: .6rem;
  }
}

.o-featured-teaser--red {
  color: #c9234a;
}

.o-featured-teaser__caption--red {
  border-left: solid 2px #c9234a;
  padding-left: .5rem;
}

.o-featured-teaser--purple {
  color: #645faa;
}

.o-featured-teaser__caption--purple {
  border-left: solid 2px #645faa;
  padding-left: .5rem;
}

.o-featured-teaser--blue {
  color: #0089cf;
}

.o-featured-teaser__caption--blue {
  border-left: solid 2px #0089cf;
  padding-left: .5rem;
}

.o-featured-teaser--orange {
  color: #f36f21;
}

.o-featured-teaser__caption--orange {
  border-left: solid 2px #f36f21;
  padding-left: .5rem;
}

.o-schedule-teaser {
  display: grid;
  margin-top: 2rem;
  grid-template: "rail    header  header" auto "aside   aside   aside " auto "meta   meta   meta " auto "body    body    body  " auto "divider divider divider" auto/auto 1fr 1fr;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .o-schedule-teaser {
    grid-template: "rail    header  aside" auto "rail    meta    aside" auto "rail    body    aside" 1fr "rail    divider divider" auto/auto 53.1% 1fr;
  }
  .o-schedule-teaser > .o-featured-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-featured-teaser__body {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-featured-teaser__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-featured-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .o-schedule-teaser {
    grid-template: "rail    header  aside" auto "rail    meta    aside" auto "rail    body    aside" 1fr "rail    divider divider" auto/auto 53.1% 1fr;
    margin-bottom: 2.5rem;
  }
  .o-schedule-teaser > .o-featured-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-featured-teaser__body {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-featured-teaser__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-featured-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
}

.o-schedule-teaser::after {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  content: "";
  grid-area: divider;
  display: block;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser::after {
    margin-left: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .o-schedule-teaser::after {
    margin-left: 3.75rem;
  }
}

.o-schedule-teaser__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: header;
  padding-left: 1.25rem;
}

.o-schedule-teaser > .o-schedule-teaser__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}

.o-event-card > .o-schedule-teaser__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__header {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }

  .o-schedule-teaser__header::after {
    margin-left: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .o-schedule-teaser__header {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .o-schedule-teaser__header::after {
    margin-left: 3.75rem;
  }
}

.o-schedule-teaser__meta {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: meta;
  margin-top: 1.25rem;
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__meta {
    margin-top: .7rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .o-schedule-teaser__meta {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__meta .o-logistics {
    margin: 0 -0.5rem;
  }
}

@media screen and (max-width: 47.6875rem) {
  .o-schedule-teaser__meta .o-logistics__item~.o-logistics__item {
    margin-top: .625rem;
  }
}

@media (min-width: 64.25rem) {
  .o-schedule-teaser__meta .o-logistics__item {
    display: inline-flex;
  }
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__meta .e-logistic {
    padding: 0 .5rem;
  }
}

.o-schedule-teaser__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: body;
  margin-top: .6rem;
}

.o-schedule-teaser > .o-schedule-teaser__body {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__body {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .o-schedule-teaser__body {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.o-schedule-teaser__body .cta-wrapper {
  margin-top: 1rem;
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__body .cta-wrapper {
    margin-top: 1.6rem;
  }
}

.o-schedule-teaser__aside {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: aside;
  margin-top: 1.25rem;
}

.o-schedule-teaser > .o-schedule-teaser__aside {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.o-event-card > .o-schedule-teaser__aside {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.o-schedule-teaser__actions {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: rail;
  position: relative;
}

.o-schedule-teaser > .o-schedule-teaser__actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .o-schedule-teaser__actions::after {
    content: " ";
    flex-grow: 1;
    display: block;
    width: 1px;
    background-color: #d9d9d9;
    padding-bottom: 1rem;
    margin-top: 1.25rem;
    margin-bottom: -1.75rem;
  }
}

@media (min-width: 64.25rem) {
  .o-schedule-teaser__actions {
    padding-left: 3.125rem;
  }
}

@media (min-width: 47.75rem) {
  .o-schedule-teaser__actions .o-toolbar {
    margin-top: .5rem;
  }
}

.o-schedule-teaser:last-child .o-schedule-teaser__actions::after {
  content: none;
}

.o-schedule-teaser--red {
  color: #c9234a;
}

.o-schedule-teaser--purple {
  color: #645faa;
}

.o-schedule-teaser--blue {
  color: #0089cf;
}

.o-schedule-teaser--orange {
  color: #f36f21;
}

.o-toolbar {
  width: 3.4375rem;
}

@media (min-width: 47.75rem) {
  .o-toolbar {
    width: 6.25rem;
  }
}

.o-toolbar__button {
  display: block;
  color: inherit;
}

.o-toolbar__item {
  height: 3.4375rem;
  border: 1px solid #d9d9d9;
}

@media (min-width: 47.75rem) {
  .o-toolbar__item {
    height: 6.25rem;
  }
}

.o-toolbar__item~.o-toolbar__item {
  border-top: none;
}

.o-toolbar--red {
  color: #c9234a;
}

.o-toolbar--purple {
  color: #645faa;
}

.o-toolbar--blue {
  color: #0089cf;
}

.o-toolbar--orange {
  color: #f36f21;
}

.o-logistics {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.o-logistics__item~.o-logistics__item {
  margin-top: .4rem;
}

@media (min-width: 64.25rem) {
  .o-logistics__item~.o-logistics__item {
    margin-top: .7rem;
  }
}

.o-media-figure {
  margin: 0;
}

.o-media-figure__media [href] {
  display: inline-block;
}

.o-media-figure__media-inner {
  position: relative;
  display: block;
}

.o-media-figure .image,
.o-media-figure .image__img {
  display: block;
}

.o-media-figure__caption {
  display: flex;
  align-items: flex-start;
  margin-top: .6rem;
  margin-bottom: .6rem;
}

@media (min-width: 47.75rem) {
  .o-media-figure__caption {
    margin-top: 1.4rem;
  }
}

.o-media-figure__caption-label {
  position: relative;
  padding-left: .5rem;
  padding-right: .2rem;
}

@media (min-width: 47.75rem) {
  .o-media-figure__caption-label {
    padding-left: 1rem;
    padding-right: .7rem;
  }
}

.o-media-figure__caption-label::before {
  content: " ";
  border-left: .125rem solid rgba(0,0,0,0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 64.25rem) {
  .o-media-figure .o-play-status-overlay__button {
    width: 4.8125rem;
    height: 4.8125rem;
  }

  .o-media-figure .o-play-status-overlay__button .e-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.o-media-figure--yellow .o-media-figure__caption-label::before {
  border-color: #fdb913;
}

.o-media-figure--orange .o-media-figure__caption-label::before {
  border-color: #f36f21;
}

.o-media-figure--red .o-media-figure__caption-label::before {
  border-color: #c9234a;
}

.o-media-figure--purple .o-media-figure__caption-label::before {
  border-color: #645faa;
}

.o-media-figure--blue .o-media-figure__caption-label::before {
  border-color: #0089cf;
}

.o-media-figure--green .o-media-figure__caption-label::before {
  border-color: #0db14b;
}

.o-event-card {
  display: grid;
  height: 100%;
  border: 1px solid #dddfdf;
  background-color: #f6f7f7;
  grid-template: "header      header      header" auto "aside       aside       aside" auto "actions     actions     actions" 1fr/auto 1fr 1fr;
}

.o-event-card__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: header;
  display: flex;
  text-align: center;
  min-height: 7.625rem;
}

.o-schedule-teaser > .o-event-card__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}

.o-event-card > .o-event-card__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

@media (min-width: 47.75rem) {
  .o-event-card__header {
    min-height: 8.875rem;
  }
}

.o-event-card__title {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 1rem;
}

.o-event-card__aside {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: aside;
  position: relative;
}

.o-schedule-teaser > .o-event-card__aside {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.o-event-card > .o-event-card__aside {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.o-event-card__aside .image,
.o-event-card__aside .image__img {
  display: block;
  height: 100%;
}

.o-event-card__aside .o-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-event-card__aside-inner {
  display: block;
  padding-bottom: 56.25%;
}

.o-event-card__actions {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: actions;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem){
  .o-featured-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-featured-teaser__body {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-featured-teaser__aside {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .o-featured-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .o-schedule-teaser::after {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-schedule-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-schedule-teaser > .o-schedule-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__meta {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__body {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-schedule-teaser > .o-schedule-teaser__body {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__aside {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .o-schedule-teaser > .o-schedule-teaser__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .o-schedule-teaser > .o-schedule-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .o-event-card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-schedule-teaser > .o-event-card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-event-card__aside {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .o-schedule-teaser > .o-event-card__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem){
  .o-featured-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-featured-teaser__body {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-featured-teaser__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-featured-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .o-schedule-teaser::after {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .o-schedule-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-schedule-teaser__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__meta {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__body {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-schedule-teaser__body {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-schedule-teaser__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .o-schedule-teaser > .o-schedule-teaser__actions {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .o-event-card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-event-card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .o-event-card__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .o-schedule-teaser > .o-event-card__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.o-event-card__actions .e-icon-button {
  color: #1379c6;
}

.o-event-card__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38.32%;
  padding: 1.625rem 1rem;
  border-right: 1px solid #dddfdf;
}

.o-event-card__logistics {
  display: flex;
  align-items: center;
  width: 61.68%;
  padding: 2rem 1.75rem;
  text-align: left;
}

.o-event-card__logistics .o-logistics__item~.o-logistics__item {
  margin-top: .4rem;
}

.o-event-card__links {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
  margin-top: auto;
}

.o-event-card__cta {
  width: 70%;
}

.o-event-card__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 30%;
}

.o-event-card__buttons a {
  position: relative;
}

.o-event-card--red {
  color: #c9234a;
}

.o-event-card--purple {
  color: #645faa;
}

.o-event-card--blue {
  color: #0089cf;
}

.o-event-card--orange {
  color: #f36f21;
}

.o-video-playhead__media {
  position: relative;
}

.o-navigation-skip {
  position: fixed;
  top: 0;
  left: -100%;
  transition: .2s opacity;
  opacity: 0;
}

.o-navigation-skip:focus-within {
  z-index: 2000;
  left: 0;
  opacity: 1;
  outline: none;
}

.o-navigation-skip__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-navigation-skip__link {
  position: relative;
  display: block;
  width: 14.375rem;
  height: var(--totalHeaderHeight);
  padding: 1.125rem 1.875rem .875rem 4.375rem;
  color: #cdcdcd;
  background-color: #333;
  box-sizing: border-box;
}

.o-navigation-skip__link:focus {
  z-index: 1;
  outline: none;
  color: #fff;
  background-color: #1e1f20;
}

.o-navigation-skip__link-icon {
  position: absolute;
  top: 50%;
  left: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  margin-top: -1rem;
}

.o-navigation-skip__link .e-icon {
  width: .9375rem;
  height: 1.25rem;
}

.o-navigation-skip .color-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: .3125rem;
}

.o-navigation-skip .color-bar .color {
  display: block;
  float: left;
}

.o-navigation-skip.has-focus-within {
  z-index: 2000;
  left: 0;
  opacity: 1;
  outline: none;
}

.image {
  outline: none;
}

.image__img {
  width: 100%;
  max-width: 100%;
  font-size: 0;
  outline: none;
}

.image--with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .image--with-overlay::after {
  opacity: 0;
}

.e-text-color--dark .image--with-overlay::after {
  opacity: 0;
}

.e-text-color--info .image--with-overlay::after {
  opacity: 0;
}

.e-text-color--on-warning .image--with-overlay::after {
  opacity: 0;
}

.e-text-color--alert .image--with-overlay::after {
  opacity: 0;
}

.e-text-color--success .image--with-overlay::after {
  opacity: 0;
}

.image--overlay-left::after {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.e-text-color--black .image--overlay-left::after {
  opacity: 0;
}

.e-text-color--dark .image--overlay-left::after {
  opacity: 0;
}

.e-text-color--info .image--overlay-left::after {
  opacity: 0;
}

.e-text-color--on-warning .image--overlay-left::after {
  opacity: 0;
}

.e-text-color--alert .image--overlay-left::after {
  opacity: 0;
}

.e-text-color--success .image--overlay-left::after {
  opacity: 0;
}

.image--overlay-left-right::after {
  background-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.e-text-color--black .image--overlay-left-right::after {
  opacity: 0;
}

.e-text-color--dark .image--overlay-left-right::after {
  opacity: 0;
}

.e-text-color--info .image--overlay-left-right::after {
  opacity: 0;
}

.e-text-color--on-warning .image--overlay-left-right::after {
  opacity: 0;
}

.e-text-color--alert .image--overlay-left-right::after {
  opacity: 0;
}

.e-text-color--success .image--overlay-left-right::after {
  opacity: 0;
}

.video {
  position: relative;
}

.video__live-indicator {
  z-index: 900;
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1em #000;
}

.video__live-indicator-live-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #747474;
  border-radius: 50%;
  margin-right: 6px;
}

.video__live-indicator-live-icon--active {
  background: #c9234a;
}

.video .vjs-live-control.vjs-control {
  display: none;
}

.video__fallback {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video__fallback .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.video__actions {
  z-index: 900;
  position: absolute;
  top: 1.375rem;
  right: 1.375rem;
  width: 2.75rem;
}

.video__autoplay-toggle {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  z-index: 900;
  position: absolute;
  top: 1.375rem;
  right: 1.375rem;
  display: none;
  text-indent: -624.9375rem;
  width: 2.75rem;
  height: 2.75rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
}

.video__autoplay-toggle::after {
  content: "\E917";
}

.video__autoplay-toggle::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  text-indent: 0;
  background-color: rgba(22,22,22,.45);
  opacity: .45;
  border-radius: .875rem;
  font-size: 1.75rem;
  transform: translate(-50%, -50%);
  transition: all .1s ease-out;
}

.video__autoplay-toggle--paused::after {
  content: "\E916";
}

.video__autoplay-toggle--paused::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.video__close {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  display: none;
  text-indent: -624.9375rem;
  overflow: hidden;
  width: 2.8125rem;
  height: 2.8125rem;
  transition: .15s all;
  transform: scale(1);
}

.video__close::after {
  content: "\E90D";
}

.video__close::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  text-indent: 0;
  color: #fff;
  font-size: 2.5rem;
  transform: translate(50%, -50%);
}

.video__wrapper {
  position: relative;
}

.video__wrapper--vertical {
  max-width: 100%;
  width: 39.375vh;
}

.video__wrapper--set_margin {
  margin: 0 auto;
}

.video__wrapper--with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .video__wrapper--with-overlay::after {
  opacity: 0;
}

.e-text-color--dark .video__wrapper--with-overlay::after {
  opacity: 0;
}

.e-text-color--info .video__wrapper--with-overlay::after {
  opacity: 0;
}

.e-text-color--on-warning .video__wrapper--with-overlay::after {
  opacity: 0;
}

.e-text-color--alert .video__wrapper--with-overlay::after {
  opacity: 0;
}

.e-text-color--success .video__wrapper--with-overlay::after {
  opacity: 0;
}

.video__wrapper--overlay-left::after {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.e-text-color--black .video__wrapper--overlay-left::after {
  opacity: 0;
}

.e-text-color--dark .video__wrapper--overlay-left::after {
  opacity: 0;
}

.e-text-color--info .video__wrapper--overlay-left::after {
  opacity: 0;
}

.e-text-color--on-warning .video__wrapper--overlay-left::after {
  opacity: 0;
}

.e-text-color--alert .video__wrapper--overlay-left::after {
  opacity: 0;
}

.e-text-color--success .video__wrapper--overlay-left::after {
  opacity: 0;
}

.video__wrapper--autoplay-with-controls .vjs-big-play-button {
  z-index: 1;
}

@media screen and (max-width: 64.1875rem) {
  .video__wrapper--trailing,
  .video__wrapper--leading {
    margin: auto;
  }

  .video__wrapper--autoplay .video {
    display: none !important;
  }

  .video__wrapper--autoplay .video__fallback {
    display: block !important;
  }
}

@media (min-width: 64.25rem) {
  .video__wrapper--trailing {
    margin-left: 35rem;
  }

  .video__autoplay-toggle {
    display: block;
  }

  .video__autoplay-toggle:hover::after,
  .video__autoplay-toggle:focus::after {
    opacity: 1;
  }

  .video__close {
    top: 2.5%;
    right: 5%;
  }

  .video__close:hover,
  .video__close:focus {
    transform: scale(1.2);
  }
}

.title {
  position: relative;
  margin: 0 0 1.5625rem 2.5rem;
  color: #222;
}

.title::before {
  position: absolute;
  top: .625rem;
  left: -2.5rem;
  content: "";
  display: block;
  width: 1.25rem;
  height: .1875rem;
}

.title--yellow::before {
  background-color: #fdb913;
}

.title--orange::before {
  background-color: #f36f21;
}

.title--red::before {
  background-color: #c9234a;
}

.title--purple::before {
  background-color: #645faa;
}

.title--blue::before {
  background-color: #0089cf;
}

.title--green::before {
  background-color: #0db14b;
}

@media (min-width: 47.75rem) {
  .title {
    margin-left: 5rem;
  }

  .title::before {
    left: -5rem;
    width: 3.75rem;
  }
}

@media (min-width: 64.25rem) {
  .title {
    margin-left: 3.75rem;
    margin-bottom: 2.5rem;
  }

  .title::before {
    left: -7.5rem;
    width: 5.625rem;
  }
}

.tag {
  display: inline-block;
  padding: 0 .625rem;
  color: #fff;
}

.tag--yellow {
  background-color: #fdb913;
}

.tag--orange {
  background-color: #f36f21;
}

.tag--red {
  background-color: #c9234a;
}

.tag--purple {
  background-color: #645faa;
}

.tag--blue {
  background-color: #0089cf;
}

.tag--green {
  background-color: #0db14b;
}

.tag--overline {
  position: relative;
  padding: 0;
  color: #000;
  background-color: rgba(0,0,0,0);
  padding-top: .625rem;
}

.tag--overline::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.25rem;
  left: 0;
  display: block;
}

.tag--overline::before {
  height: .125rem;
}

.tag--overline-heavy {
  padding-top: .875rem;
}

.tag--overline-heavy::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.25rem;
  left: 0;
  display: block;
}

.tag--overline-heavy::before {
  height: .25rem;
  min-width: 2.5rem;
}

@media screen and (max-width: 47.6875rem) {
  .tag--overline-heavy\@mobile {
    padding-top: .875rem;
  }

  .tag--overline-heavy\@mobile::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.25rem;
    left: 0;
    display: block;
  }

  .tag--overline-heavy\@mobile::before {
    height: .25rem;
    min-width: 2.5rem;
  }
}

@media (min-width: 47.75rem) {
  .tag--overline-heavy\@tablet {
    padding-top: .875rem;
  }

  .tag--overline-heavy\@tablet::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.25rem;
    left: 0;
    display: block;
  }

  .tag--overline-heavy\@tablet::before {
    height: .25rem;
    min-width: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .tag--overline-heavy\@desktop {
    padding-top: .875rem;
  }

  .tag--overline-heavy\@desktop::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.25rem;
    left: 0;
    display: block;
  }

  .tag--overline-heavy\@desktop::before {
    height: .25rem;
    min-width: 2.5rem;
  }
}

.tag--overline.tag--yellow::before {
  background-color: #fdb913;
}

.tag--overline.tag--orange::before {
  background-color: #f36f21;
}

.tag--overline.tag--red::before {
  background-color: #c9234a;
}

.tag--overline.tag--purple::before {
  background-color: #645faa;
}

.tag--overline.tag--blue::before {
  background-color: #0089cf;
}

.tag--overline.tag--green::before {
  background-color: #0db14b;
}

.tag--underline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -625rem;
  height: .25rem;
}

.tag--no-line {
  padding: 0;
  background-color: rgba(0,0,0,0);
  color: inherit;
}

.footer {
  clear: both;
  background-color: #f7f7f7;
  display: none;
}

.footer__logo:before {
  background-image: url(/resources/corporate/assets/images/svg/logo-desktop.svg);
}

.footer--fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer__content {
  display: flex;
  flex-direction: column;
  padding: 3.75rem 1.25rem;
}

.footer__item {
  color: #161616;
  margin-bottom: 2.1875rem;
  transition: .15s opacity;
}

.footer__item.footer__link:hover,
.footer__item.footer__link:focus {
  opacity: .55;
}

.footer__icon-text {
  display: block;
  overflow: none;
  width: 1px;
  height: 1px;
  font-size: 0;
}

.footer__socials {
  white-space: nowrap;
  margin-bottom: 0;
}

@media (min-width: 64.25rem) {
  .footer {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    display: block;
  }

  .cc-page-wrapper--fluid .footer {
    position: static;
    right: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

  .footer__container {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__container::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .footer__container {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .footer__content {
    height: 11.25rem;
    margin: 0;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer__item {
    margin: 0;
  }

  .footer--fixed {
    position: fixed;
    bottom: 0;
  }
}

.subfooter {
  margin-top: -50px;
  align-items: center;
}

.subfooter,
.subfooter a {
  color: #cdcdcd;
  text-align: center;
}

@media print {
  .footer {
    margin-top: 24px;
  }

  .footer__container {
    padding: 0;
  }

  .subfooter-copyright {
    position: static;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 11pt;
    border-top: 2pt solid #d9d9d9;
    line-height: 2.5;
    font-weight: 400;
  }

  .footer__content,
  .subfooter-links {
    display: none;
  }
}

.navigation {
  position: relative;
  transition: height 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

.navigation::after {
  clear: both;
  content: "";
  display: block;
}

.navigation,
.navigation__content {
  height: var(--totalHeaderHeight);
  max-height: 200vh;
  transition: max-height 200ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

.navigation__container {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  background-color: #fff;
  will-change: transform;
}

.navigation__content {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation__logo {
  line-height: 0;
}

.navigation__icon-text {
  display: block;
  overflow: none;
  width: 1px;
  height: 1px;
  font-size: 0;
}

.navigation__hamburger {
  position: relative;
  text-decoration: none;
  width: 1.4375rem;
  text-indent: -624.9375rem;
  -webkit-appearance: none !important;
          appearance: none !important;
  border: none;
  background: rgba(0,0,0,0);
}

.navigation__hamburger::after {
  content: "\E90C";
}

.navigation__hamburger::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-indent: 0;
  color: #54585a;
  font-size: 2.9375rem;
  transform: translate(-50%, -50%);
}

.navigation__menu {
  display: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.navigation__list {
  display: block;
}

.navigation__item {
  display: block;
}

.navigation__item,
.navigation__item a {
  color: #fff;
  text-decoration: none;
}

.navigation__item__trigger {
  display: none;
  -webkit-appearance: none !important;
          appearance: none !important;
  padding: 0;
  border: none;
  color: #fff;
  background: rgba(0,0,0,0);
}

.navigation__search {
  position: relative;
  display: block;
  overflow: hidden;
  width: 1.4375rem;
  height: 1.4375rem;
  padding: 0;
}

.navigation__search::after {
  content: "\E901";
}

.navigation__search::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.125rem;
  line-height: 1px;
  transform: translate(-50%, -50%);
}

@media (min-width: 64.25rem) {
  .navigation__container {
    transition: background-color .2s,border .2s,transform .2s;
    border-bottom: 1px solid #e8e8e8;
  }

  .navigation,
  .navigation__content {
    height: var(--totalHeaderHeight);
  }

  .navigation__content {
    width: 100%;
    margin: 0;
    padding: 0 0 0 1.875rem;
  }

  .navigation__logo {
    width: auto;
    line-height: 0;
  }

  .navigation__hamburger {
    display: none;
  }

  .navigation__menu {
    position: static;
    display: block;
    white-space: nowrap;
  }

  .navigation__list {
    display: block;
    float: left;
    padding: 0 1.25rem 0 0;
  }

  .navigation__list--search {
    padding: 0;
  }

  .navigation__list--secondary {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 0 1.25rem;
    transition: border .2s;
  }

  .navigation__list--footer {
    display: none;
  }

  .navigation__item {
    position: relative;
    display: inline-block;
    transition: .2s background-color;
  }

  .navigation__item__title {
    position: relative;
    display: block;
    height: var(--totalHeaderHeight);
    padding: 1.875rem 1.25rem;
  }

  .navigation__item__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: none;
    height: 3px;
  }

  .navigation__item,
  .navigation__item a {
    color: #161616;
  }

  .navigation__item--yellow .navigation__item__title::before {
    background-color: #fdb913;
  }

  .navigation__item--yellow .navigation__dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #fdb913;
  }

  .navigation__item--orange .navigation__item__title::before {
    background-color: #f36f21;
  }

  .navigation__item--orange .navigation__dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #f36f21;
  }

  .navigation__item--red .navigation__item__title::before {
    background-color: #c9234a;
  }

  .navigation__item--red .navigation__dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #c9234a;
  }

  .navigation__item--purple .navigation__item__title::before {
    background-color: #645faa;
  }

  .navigation__item--purple .navigation__dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #645faa;
  }

  .navigation__item--blue .navigation__item__title::before {
    background-color: #0089cf;
  }

  .navigation__item--blue .navigation__dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #0089cf;
  }

  .navigation__item--green .navigation__item__title::before {
    background-color: #0db14b;
  }

  .navigation__item--green .navigation__dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #0db14b;
  }

  .navigation__item__trigger {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    bottom: .625rem;
    left: 1.25rem;
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    color: #000;
  }

  .navigation__item__trigger:focus {
    clip: auto;
    width: auto;
    height: auto;
  }

  .navigation__item--search {
    position: relative;
    padding: 1.625rem 1.875rem 1.875rem;
    -webkit-appearance: none !important;
            appearance: none !important;
    border: none;
    background: rgba(0,0,0,0);
    cursor: pointer;
  }

  .navigation__item--footer {
    display: none;
  }

  .navigation__item--active .navigation__item__title::before {
    display: block;
  }

  .navigation__item:hover:not(.navigation__item--search),
  .navigation__item:focus:not(.navigation__item--search) {
    background-color: #f7f7f7;
    cursor: pointer;
  }

  .navigation__item:hover:not(.navigation__item--search) .navigation__item__title::before,
  .navigation__item:focus:not(.navigation__item--search) .navigation__item__title::before {
    display: block;
  }

  .navigation__item .navigation__item__title:hover::before,
  .navigation__item .navigation__item__title:focus::before {
    display: block;
  }

  .navigation__dropdown.navigation__dropdown {
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateY(100%);
    margin: 0;
    padding: .625rem 0;
    list-style: none;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .2s opacity;
  }

  .navigation__dropdown.navigation__dropdown--open {
    opacity: 1;
    pointer-events: auto;
  }

  .navigation__dropdown.navigation__dropdown li {
    margin: 0;
    padding: 0;
  }

  .navigation__dropdown.navigation__dropdown li a {
    display: inline-block;
    padding: .625rem 1.25rem;
    min-width: 10.625rem;
    color: rgba(22,22,22,.6);
  }

  .navigation__dropdown.navigation__dropdown li a:focus,
  .navigation__dropdown.navigation__dropdown li a:hover {
    color: #161616;
  }

  .navigation--transparent.navigation {
    height: 0;
  }

  .navigation--transparent .navigation__container {
    background-image: none;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    background-color: rgba(0,0,0,0);
  }

  .navigation--transparent .navigation__container::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }

  .navigation--transparent .navigation__list--secondary {
    border-left: 1px solid hsla(0,0%,100%,.2);
    border-right: 1px solid hsla(0,0%,100%,.2);
    padding: 0 1.25rem;
  }

  .navigation--transparent .navigation__item,
  .navigation--transparent .navigation__item .navigation__item__title {
    color: #fff;
  }

  .navigation--transparent--filled .navigation__container {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .navigation--transparent--filled .navigation__container::after {
    display: none;
  }

  .navigation--transparent--filled .navigation__list--secondary {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }

  .navigation--transparent--filled .navigation__item,
  .navigation--transparent--filled .navigation__item .navigation__item__title,
  .navigation--transparent--filled .navigation__item .navigation__item__trigger {
    color: #161616;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent-collapse.navigation {
    max-height: 0;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent .navigation__container {
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent .navigation__container::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 35.3%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent .navigation__container::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35.3%;
    display: block;
    background-color: #fff;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent .navigation__list--secondary {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 0 1.25rem;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent .navigation__menu {
    background-color: #fff;
  }

  .prefers-reduced-motion--no-preference .navigation--split-transparent--filled .navigation__container {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
  }

  storyhead .prefers-reduced-motion--no-preference .navigation--split-transparent--filled .navigation__item,
  .prefers-reduced-motion--no-preference .navigation--split-transparent--filled .navigation__item .navigation__item__title,
  .prefers-reduced-motion--no-preference .navigation--split-transparent--filled .navigation__item .navigation__item__trigger {
    color: #161616;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .navigation--split-transparent-collapse.navigation {
    max-height: 0;
  }

  .navigation--split-transparent .navigation__container {
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
  }

  .navigation--split-transparent .navigation__container::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 35.3%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }

  .navigation--split-transparent .navigation__container::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35.3%;
    display: block;
    background-color: #fff;
  }

  .navigation--split-transparent .navigation__list--secondary {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 0 1.25rem;
  }

  .navigation--split-transparent .navigation__menu {
    background-color: #fff;
  }

  .navigation--split-transparent--filled .navigation__container {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
  }

  storyhead .navigation--split-transparent--filled .navigation__item,
  .navigation--split-transparent--filled .navigation__item .navigation__item__title,
  .navigation--split-transparent--filled .navigation__item .navigation__item__trigger {
    color: #161616;
  }
}

.navigation--pinned main {
  padding-top: inherit;
  transition: .2s padding;
}

@media (min-width: 64.25rem) {
  .navigation--unpinned .navigation__container {
    transform: translate(-50%, -100%);
    will-change: transform;
  }

  .navigation--unpinned main {
    padding-top: 0 !important;
  }
}

.navigation--open .navigation__logo .e-logo {
  display: none;
}

.navigation--open .navigation__hamburger {
  position: relative;
  width: 1.4375rem;
}

.navigation--open .navigation__hamburger::after {
  content: "\E90D";
}

.navigation--open .navigation__hamburger::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.1875rem;
}

.navigation--open .navigation__container,
.navigation--open .navigation__content,
.navigation--open .navigation__menu {
  background-color: #1e1f20;
}

.navigation--open .navigation__content,
.navigation--open .navigation__menu {
  color: #fff;
}

.navigation--open .navigation__menu {
  position: fixed;
  top: var(--totalHeaderHeight);
  left: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100vw;
  height: calc(100vh - var(--totalHeaderHeight));
}

.navigation--open .navigation__list {
  padding: 0 1.25rem;
}

.navigation--open .navigation__list--primary {
  padding-top: 1.875rem;
}

.navigation--open .navigation__list--secondary {
  padding-bottom: 1.5625rem;
}

.navigation--open .navigation__list--footer {
  background-color: #f7f7f7;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}

.navigation--open .navigation__list--footer .navigation__item {
  color: #161616;
}

.navigation--open .navigation__list--search {
  order: -1;
}

.navigation--open .navigation__item {
  padding-bottom: 2.1875rem;
}

.navigation--open .navigation__item--search.navigation__item__title {
  display: none;
}

.navigation--open .navigation__item__title {
  display: block;
}

.navigation--open .navigation__item--expandable {
  position: relative;
}

.navigation--open .navigation__item--expandable .navigation__item__icon-text {
  display: block;
  overflow: none;
  width: 1px;
  height: 1px;
  font-size: 0;
}

.navigation--open .navigation__item--expandable .navigation__item__trigger {
  z-index: 1;
  position: absolute;
  top: -0.25rem;
  right: -0.625rem;
  padding-left: 1.4375rem;
  display: inline-block;
  font-size: 2.0625rem;
}

.navigation--open .navigation__item--expandable .navigation__item__trigger::after {
  content: "\E903";
}

.navigation--open .navigation__item--expandable .navigation__item__trigger::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.navigation--open .navigation__item--expandable[aria-expanded=true] .navigation__item__trigger::after {
  display: block;
  transform: rotate(90deg);
}

.navigation--open .navigation__item--expandable .navigation__dropdown {
  display: none;
}

.navigation--open .navigation__item--expandable .navigation__dropdown.navigation__dropdown--open {
  display: block;
}

.navigation--open .navigation__item--expandable .navigation__dropdown li {
  list-style: none;
  margin: 0;
  margin-top: 2.1875rem;
}

@media (min-width: 47.75rem) {
  .navigation--open .navigation__list {
    padding-left: 7.125rem;
    padding-right: 7.125rem;
  }

  .navigation--open .navigation__list--search {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 64.1875rem) {
  .navigation-search__input--focused .navigation__list--primary,
  .navigation-search__input--focused .navigation__list--secondary,
  .navigation-search__input--focused .navigation__list--footer {
    display: none;
  }
}

.navigation-search {
  display: none;
}

.navigation-search__description {
  display: block;
  margin: 0;
  padding-bottom: 1.875rem;
}

.navigation-search__input {
  position: relative;
  padding-bottom: 2.1875rem;
}

.navigation-search__input::placeholder {
  color: #6a6a6c;
}

.navigation-search__input::-webkit-input-placeholder {
  color: #6a6a6c;
}

.navigation-search__input::-moz-placeholder {
  color: #6a6a6c;
}

.navigation-search__input:-ms-input-placeholder {
  color: #6a6a6c;
}

.navigation-search__input:-moz-placeholder {
  color: #6a6a6c;
}

.navigation-search .color-bar {
  position: absolute;
  top: 3.5625rem;
  right: 0;
  bottom: auto;
  left: 0;
}

.navigation-search .color-bar .color {
  height: 1px;
}

.navigation-search .o-socials {
  padding-top: .9375rem;
}

.navigation-search .search-autocomplete__form {
  position: relative;
  display: block;
}

.navigation-search .search-autocomplete__input {
  width: calc(100vw - 1.25rem*2);
  border: 0;
  color: #fff;
  background-color: #1e1f20;
  padding-left: 0;
  padding-right: 0;
}

.navigation-search .search-autocomplete__list li {
  padding-left: 7px;
  padding-right: 7px;
}

.navigation-search .search-autocomplete__list li:first-child {
  padding-top: 1.25rem;
}

.navigation-search .search-autocomplete__item {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  display: block;
  width: 100%;
  border: none;
  color: #6a6a6c;
  padding-top: 1.875rem;
  appearance: none;
  cursor: pointer;
  background: rgba(0,0,0,0);
  text-align: left;
}

.navigation-search .search-autocomplete__item--highlighted,
.navigation-search .search-autocomplete__item--highlighted .search-autocomplete__emphasis {
  color: #fff;
}

.navigation-search .search-autocomplete__emphasis {
  color: #fff;
}

.navigation-search .search-autocomplete__submit {
  position: absolute;
  top: .25rem;
  right: 0;
  display: none;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 1.875rem;
  background-color: rgba(0,0,0,0);
}

.navigation-search--submittable .search-autocomplete__input {
  width: calc(100% - (1.25rem*2 + 3.125rem));
}

.navigation-search--submittable .search-autocomplete__submit {
  display: block;
}

.navigation-search__icon-text {
  display: block;
  overflow: none;
  width: 1px;
  height: 1px;
  font-size: 0;
}

.navigation-search__close {
  position: absolute;
  top: 3.75rem;
  right: 0;
  display: none;
  text-decoration: none;
  width: 1.4375rem;
}

.navigation-search__close::after {
  content: "\E90D";
}

.navigation-search__close::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 2.9375rem;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 64.1875rem) {
  .navigation--open .navigation-search {
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .navigation--overlay .navigation-search--desktop {
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #1e1f20;
    overflow: auto;
    color: #fff;
    -ms-overflow-style: none;
  }

  .navigation--overlay .navigation-search__container {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation--overlay .navigation-search__container::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .navigation--overlay .navigation-search__container {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .navigation--overlay .navigation-search__container::after {
    clear: both;
    content: "";
    display: block;
  }

  .navigation--overlay .navigation-search__content {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
    padding-top: 6.25rem;
    position: relative;
  }

  .navigation--overlay .navigation-search .search-autocomplete__input {
    width: 100%;
  }

  .navigation--overlay .navigation-search .search-autocomplete__input::-ms-clear {
    display: none;
  }

  .navigation--overlay .navigation-search .card-row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .navigation--overlay .navigation-search .title {
    margin-left: 1.875rem;
    color: #fff;
  }

  .navigation--overlay .navigation-search .title::before {
    display: none;
  }

  .navigation--overlay .navigation-search__close {
    display: block;
  }

  .navigation--overlay .navigation-search__quick-links {
    display: block;
    margin-top: 3.125rem;
  }
}

body:not(.navigation-search__input--focused) .navigation-search .color-bar .color {
  background-color: #6a6a6c;
}

body.navigation-search__input--focused .navigation-search__quick-links {
  display: none;
}

.navigation-article {
  pointer-events: none;
  opacity: 0;
}

.navigation-article__title {
  color: #fff;
}

@media screen and (max-width: 64.1875rem) {
  .navigation-article {
    display: none;
  }
}

@media (min-width: 64.25rem) {
  .navigation-article {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 999;
    position: absolute;
    background-color: rgba(30,31,32,.6);
    transform: translateY(0);
    transition: opacity .2s;
  }

  .cc-page-wrapper--fluid .navigation-article {
    position: static;
    right: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

  .navigation-article__container {
    padding: .625rem 1.875rem;
  }

  .navigation-article__description,
  .navigation-article__content {
    display: flex;
    align-items: center;
  }

  .navigation-article__content {
    justify-content: space-between;
  }

  .navigation-article__title {
    padding-left: 1.875rem;
  }

  .navigation-article .o-socials__button {
    color: #fff;
  }

  .navigation-article.navigation-sub--pinned {
    position: fixed;
    top: 0;
    bottom: auto;
    display: block;
    pointer-events: auto;
    opacity: 1;
    background-color: rgba(30,31,32,.95);
    transform: translateY(var(--totalHeaderHeight));
    transition: transform .2s,opacity .2s;
  }

  .navigation-article .tag {
    position: relative;
    top: .375rem;
    right: auto;
    bottom: auto;
    left: auto;
    width: 2.125rem;
    height: .125rem;
  }
}

.cc-headroom--unpinned .navigation-article.navigation-sub--pinned,
.navigation--unpinned .navigation-article.navigation-sub--pinned {
  transform: translateY(0);
}

.jump-link__wrapper {
  padding-top: 30px;
  margin-bottom: -30px;
}

.jump-links {
  order: -1;
  background-color: #1e1f20;
}

.jump-links__container::after {
  clear: both;
  content: "";
  display: block;
}

.jump-links__content {
  overflow: auto;
  padding: 0 1.25rem;
}

.jump-links__list {
  display: flex;
  justify-content: flex-start;
  height: 3.75rem;
  width: calc(100vw - 2.5rem);
}

.jump-links__list-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  flex: 0 0 auto;
}

.jump-links__item {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  display: inline-block;
}

.jump-links__item:first-child {
  padding-left: 0;
}

.jump-links__item .jump-links__text {
  opacity: .6;
  white-space: nowrap;
}

.jump-links__item--active,
.jump-links__item:hover {
  cursor: pointer;
}

.jump-links__item--active .jump-links__text,
.jump-links__item:hover .jump-links__text {
  opacity: 1;
}

.jump-links__spacer {
  width: 3.75rem;
  min-width: 2rem;
  flex: 0 1 auto;
  position: relative;
}

.jump-links__spacer::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 1rem;
  background-color: #fff;
  opacity: .6;
  transform: translate(-50%, -50%);
}

@media (min-width: 47.75rem) {
  .jump-links {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: rgba(30,31,32,.6);
    position: absolute;
    bottom: 0;
  }

  .cc-page-wrapper--fluid .jump-links {
    position: static;
    right: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

  .jump-links__content {
    padding: 0 1.5rem;
  }

  .jump-links__list {
    width: calc(100vw - 3rem);
  }

  .jump-links__item {
    padding-left: 0;
    padding-right: 0;
  }

  .jump-links__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    display: none;
  }

  .jump-links__item--yellow::before {
    background-color: #fdb913;
  }

  .jump-links__item--orange::before {
    background-color: #f36f21;
  }

  .jump-links__item--red::before {
    background-color: #c9234a;
  }

  .jump-links__item--purple::before {
    background-color: #645faa;
  }

  .jump-links__item--blue::before {
    background-color: #0089cf;
  }

  .jump-links__item--green::before {
    background-color: #0db14b;
  }

  .jump-links__item--active::before,
  .jump-links__item:hover::before {
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .jump-links {
    z-index: 500;
    transition: background-color .2s;
  }

  .jump-links__content {
    padding: 0 5.625rem;
  }

  .jump-links__list {
    height: 4.375rem;
    width: calc(100vw - 11.25rem);
  }

  .jump-links__list-inner {
    width: 100%;
  }

  .jump-links__item {
    line-height: 4.375rem;
  }

  .jump-links__spacer {
    width: 12.5rem;
  }

  .jump-links.navigation-sub--pinned {
    position: fixed;
    top: 0;
    bottom: auto;
    transition: transform .2s,background-color .2s;
    transform: translateY(var(--totalHeaderHeight));
    background-color: rgba(30,31,32,.95);
    z-index: 499;
  }
}

.jump-links--external .jump-links__item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.jump-links--external .jump-links__item:first-child {
  margin-left: 0;
}

@media (min-width: 47.75rem) {
  .jump-links--external .jump-links__list {
    justify-content: center;
  }

  .jump-links--external .jump-links__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 64.25rem) {
  .jump-links--external .jump-links__item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .jump-links--external .jump-links__item:first-child {
    margin-left: 0;
  }

  .jump-links--external .jump-links__item:last-child {
    margin-right: 0;
  }
}

.cc-headroom--unpinned .jump-links.navigation-sub--pinned,
.navigation--unpinned .jump-links.navigation-sub--pinned {
  transform: translateY(0);
}

.breaker-big {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 2.5rem;
  display: block;
  overflow: hidden;
  color: #fff;
  z-index: 0;
}

.cc-page-wrapper--fluid .breaker-big {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

@media (min-width: 64.25rem) {
  .breaker-big {
    margin-bottom: 3.75rem;
  }

  .breaker-big::after {
    content: "";
    display: table;
    clear: both;
  }
}

.breaker-big__wrapper {
  margin-left: auto;
  margin-right: auto;
}

.breaker-big__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .breaker-big__wrapper {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.breaker-big__content {
  position: relative;
  overflow: hidden;
  height: 18.75rem;
  background-size: cover;
  background-position: center center;
  color: inherit;
}

@media (min-width: 47.75rem) {
  .breaker-big__content {
    height: 23.75rem;
    width: calc(50% - 1.875rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-big__content {
    width: calc(41.6666666667% - 2.65625rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
    height: 36.25rem;
  }
}

.breaker-big__image,
.breaker-big__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breaker-big__image .image,
.breaker-big__image .image__img,
.breaker-big__image .video__wrapper,
.breaker-big__image .video,
.breaker-big__video .image,
.breaker-big__video .image__img,
.breaker-big__video .video__wrapper,
.breaker-big__video .video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.breaker-big__text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 5.625rem 0 1.25rem;
  transform: translate(0, -50%);
}

@media (min-width: 47.75rem) {
  .breaker-big__text {
    padding: 0 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-big__text {
    padding: 0;
  }
}

.breaker-big__header {
  margin: 0 0 .9375rem;
}

@media (min-width: 47.75rem) {
  .breaker-big__header {
    margin-bottom: .9375rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-big__header {
    transition: .15s opacity;
  }

  .breaker-big__header:hover a,
  .breaker-big__header a:focus {
    opacity: .55;
  }
}

.breaker-big__link {
  color: inherit;
}

.breaker-big__subheader {
  display: none;
}

@media (min-width: 47.75rem) {
  .breaker-big__subheader {
    display: block;
    margin: 0 0 .9375rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-big__subheader {
    margin-bottom: 2.25rem;
  }
}

.breaker-big .video__fallback {
  position: absolute;
}

.breaker-big--versiontwofive .breaker-big__text {
  top: unset;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: none;
  padding: 0 1.25rem;
  width: 100%;
}

.breaker-big--versiontwofive .breaker-big__column--right {
  padding-bottom: 50px;
}

.breaker-big--versiontwofive .breaker-big__eyebrow {
  margin: 0;
  padding: 0;
  letter-spacing: 1.25px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.breaker-big--versiontwofive .breaker-big__header {
  font-family: "freight-display-pro","Times New Roman",Times,serif;
  font-weight: 400;
  font-size: 55px;
  margin-bottom: 1.875rem;
  line-height: 1;
}

.breaker-big--versiontwofive .breaker-big__subheader {
  display: block;
  line-height: 1.5;
}

.breaker-big--versiontwofive .breaker-big__subheader:first-of-type {
  margin-top: 0;
}

.breaker-big--versiontwofive .breaker-big__subheader:last-of-type {
  margin-bottom: 0;
}

.breaker-big--versiontwofive .cta-wrapper {
  padding-top: 20px;
}

.breaker-big--versiontwofive .e-cta-with-arrow {
  padding-right: 20px;
}

.breaker-big--versiontwofive .e-cta-with-arrow::after {
  content: "\E919";
}

.breaker-big--versiontwofive .e-cta-with-arrow::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  top: 52% !important;
  width: 20px;
  font-size: 1.75rem;
}

.breaker-big--versiontwofive .e-cta-with-arrow .e-cta-with-arrow__text {
  margin-right: .625rem;
  font-size: 22px;
}

@media screen and (max-width: 47.6875rem) {
  .breaker-big--versiontwofive .breaker-big__content {
    height: 100vh;
  }
}

@media (min-width: 47.75rem) {
  .breaker-big--versiontwofive .breaker-big__wrapper {
    max-width: none;
    padding: 0;
  }

  .breaker-big--versiontwofive .breaker-big__content {
    width: 100%;
    margin: 0;
  }

  .breaker-big--versiontwofive .breaker-big__text {
    display: flex;
    flex-direction: row;
    padding: 0;
  }

  .breaker-big--versiontwofive .breaker-big__eyebrow {
    margin: 0 0 15px;
  }

  .breaker-big--versiontwofive .breaker-big__header {
    font-size: 64px;
    line-height: 1;
  }

  .breaker-big--versiontwofive .breaker-big__column {
    padding: 0 1.875rem 1.875rem;
  }

  .breaker-big--versiontwofive .breaker-big__column--left {
    width: 60%;
    padding-left: 2.5rem;
  }

  .breaker-big--versiontwofive .breaker-big__column--right {
    padding-left: 50px;
    width: 40%;
    border-left: 1px solid #fff;
  }

  .breaker-big--versiontwofive .breaker-big__header {
    margin: 0;
    font-size: 64px;
  }

  .breaker-big--versiontwofive .breaker-big__subheader {
    margin: 0;
  }
}

.breaker-big--versiontwofive.e-text-color--dark .breaker-big__column--right {
  border-left-color: #000;
}

.breaker-big--versionthree {
  color: #000;
  min-height: 36.25rem;
  margin-bottom: 0;
}

.breaker-big--versionthree.breaker-big__container {
  height: auto;
  margin-bottom: 32px;
}

@media (min-width: 47.75rem) {
  .breaker-big--versionthree.breaker-big__container {
    margin-bottom: 0;
  }
}

.breaker-big--versionthree .breaker-big__content,
.breaker-big--versionthree .breaker-big__text {
  position: relative;
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
  transform: none;
}

.breaker-big--versionthree .breaker-big__subheader {
  display: unset;
}

.breaker-big--versionthree .image--with-overlay::after {
  display: none !important;
}

.breaker-big--versionthree .breaker-big__image,
.breaker-big--versionthree .breaker-big__video {
  height: 36.25rem;
}

.breaker-big--versionthree .breaker-big__content-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: auto;
  width: 100%;
  min-height: 100px;
}

@media (min-width: 47.75rem) {
  .breaker-big--versionthree .breaker-big__content-wrapper {
    transform: translateY(-50%);
    margin-bottom: -5%;
  }
}

.breaker-big--versionthree .breaker-big__text {
  padding: 32px;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}

@media (min-width: 47.75rem) {
  .breaker-big--versionthree .breaker-big__text {
    width: auto;
    max-width: 60%;
  }
}

.breaker-big--versionthree .cta-wrapper {
  margin-top: 10px;
}

.breaker-big--versionthree .cta-wrapper .e-cta-with-arrow .e-cta-with-arrow__text {
  font-size: 21px;
}

.breaker-big--versionthree .cc-text--truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breaker-blocks {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #e9ebed;
  padding: 50px 0;
}

.cc-page-wrapper--fluid .breaker-blocks {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.breaker-blocks .breaker-block-card-container {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 47.75rem) {
  .breaker-blocks .breaker-block-card-container {
    display: flex;
    justify-content: center;
  }
}

.breaker-blocks .breaker-block-card-container--variable-height {
  align-items: flex-start;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .breaker-blocks .breaker-block-card-container--break-on-tablet {
    display: flex;
    flex-wrap: wrap;
    width: calc((295px + 1rem)*2);
    -moz-columns: 2 295px;
         columns: 2 295px;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .breaker-blocks .breaker-block-card-container--break-on-tablet .breaker-block-card {
    display: inline-block;
    margin: 0 0 1rem 0;
  }
}

.breaker-blocks .breaker-block-card {
  max-width: 295px;
  flex: 0 1 295px;
  margin: 0 auto;
  margin-bottom: 2rem;
  box-shadow: 0px 2px 14px 0px rgba(0,0,0,.1);
  background-color: #fff;
  border-bottom: 3px solid #f36f21;
}

.breaker-blocks .breaker-block-card:nth-child(1) {
  border-color: #fdb913;
}

.breaker-blocks .breaker-block-card:nth-child(2) {
  border-color: #f36f21;
}

.breaker-blocks .breaker-block-card:nth-child(3) {
  border-color: #c9234a;
}

.breaker-blocks .breaker-block-card:nth-child(4) {
  border-color: #645faa;
}

.breaker-blocks .breaker-block-card:nth-child(5) {
  border-color: #0089cf;
}

.breaker-blocks .breaker-block-card:nth-child(6) {
  border-color: #0db14b;
}

.breaker-blocks .breaker-block-card.yellow {
  border-color: #fdb913;
}

.breaker-blocks .breaker-block-card.orange {
  border-color: #f36f21;
}

.breaker-blocks .breaker-block-card.red {
  border-color: #c9234a;
}

.breaker-blocks .breaker-block-card.purple {
  border-color: #645faa;
}

.breaker-blocks .breaker-block-card.blue {
  border-color: #0089cf;
}

.breaker-blocks .breaker-block-card.green {
  border-color: #0db14b;
}

@media (min-width: 64.25rem) {
  .breaker-blocks .breaker-block-card {
    margin: 0;
  }

  .breaker-blocks .breaker-block-card+.breaker-block-card {
    margin-left: 3%;
  }
}

.breaker-blocks .breaker-block__card-title {
  padding: 0 1.5rem;
  margin-top: 2rem;
}

.breaker-blocks .e-cta-with-arrow {
  color: #1379c6;
}

.breaker-blocks .image__img {
  display: block;
  width: 100%;
  min-height: 100px;
  background-color: #dddfdf;
}

.breaker-blocks .breaker-block-card-content {
  padding: 0 1.5rem 2rem;
}

.breaker-mini {
  cursor: default;
  margin-bottom: 1.875rem;
  color: #fff;
}

.breaker-mini::after {
  clear: both;
  content: "";
  display: block;
}

.breaker-mini__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.875rem;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: inherit;
  min-height: 10rem;
}

@media (min-width: 47.75rem) {
  .breaker-mini__content {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    min-height: 19.1875rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-mini__content {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }

  .breaker-mini__content .cta-wrapper {
    position: static;
  }

  .breaker-mini__content .e-cta-with-arrow {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    opacity: 0;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  }

  .prefers-reduced-motion--no-preference .breaker-mini__content:hover .e-cta-with-arrow,
  .prefers-reduced-motion--no-preference .breaker-mini__content:focus .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-2.5rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .breaker-mini__content:hover .e-cta-with-arrow,
  .breaker-mini__content:focus .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .breaker-mini__content .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-2.5rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .breaker-mini__content .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .breaker-mini__content .cta-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
  }

  .prefers-reduced-motion--reduce .breaker-mini__content::before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .breaker-mini__content .cta-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
  }

  .breaker-mini__content::before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }
}

.breaker-mini__image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.breaker-mini__image .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.breaker-mini__text {
  z-index: 1;
  position: relative;
  padding: 1.4375rem 1.3125rem;
}

@media (min-width: 47.75rem) {
  .breaker-mini__text {
    top: 0;
    padding: 5.625rem 2.5rem;
    max-width: calc(60% + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .breaker-mini__text {
    padding: 4.4375rem 3.75rem;
    max-width: calc(60% + 3.75rem);
  }
}

.breaker-mini__header {
  margin-top: 0;
  margin-bottom: .9375rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

@media (min-width: 47.75rem) {
  .breaker-mini__header {
    margin-bottom: 1.25rem;
  }
}

.breaker-mini__subheader {
  display: none;
}

@media (min-width: 47.75rem) {
  .breaker-mini__subheader {
    display: block;
  }
}

.breaker-mini__color-bar {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  line-height: 0;
  margin-left: 1.875rem;
  display: none;
}

.prefers-reduced-motion--no-preference .breaker-mini__color-bar {
  transition: margin 300ms ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  .breaker-mini__color-bar {
    transition: margin 300ms ease-out;
  }
}

.breaker-mini__color-bar .color-bar .color {
  width: 0%;
  height: .3125rem;
}

.prefers-reduced-motion--no-preference .breaker-mini__color-bar .color-bar .color {
  transition: width 300ms ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  .breaker-mini__color-bar .color-bar .color {
    transition: width 300ms ease-out;
  }
}

.breaker-mini__color-bar--yellow .color-bar .color--yellow {
  width: 7.3125rem;
}

.breaker-mini__color-bar--orange .color-bar .color--orange {
  width: 7.3125rem;
}

.breaker-mini__color-bar--red .color-bar .color--red {
  width: 7.3125rem;
}

.breaker-mini__color-bar--purple .color-bar .color--purple {
  width: 7.3125rem;
}

.breaker-mini__color-bar--blue .color-bar .color--blue {
  width: 7.3125rem;
}

.breaker-mini__color-bar--green .color-bar .color--green {
  width: 7.3125rem;
}

@media (min-width: 64.25rem) {
  .breaker-mini__content:hover .breaker-mini__color-bar,
  .breaker-mini__content:focus .breaker-mini__color-bar {
    margin-left: 0;
  }

  .breaker-mini__content:hover .breaker-mini__color-bar .color,
  .breaker-mini__content:focus .breaker-mini__color-bar .color {
    width: 16.6666666667%;
  }
}

@media (min-width: 47.75rem) {
  .breaker-mini__color-bar {
    margin-left: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-mini__color-bar {
    display: block;
    margin-left: 3.75rem;
  }

  .prefers-reduced-motion--no-preference .breaker-mini__color-bar {
    transition: margin .3s ease-out;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .breaker-mini__color-bar {
    transition: margin .3s ease-out;
  }
}

.breaker-mini .e-cta-with-arrow {
  left: 1.3125rem;
}

@media (min-width: 47.75rem) {
  .breaker-mini .e-cta-with-arrow {
    left: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .breaker-mini .e-cta-with-arrow {
    left: 3.75rem;
  }
}

.breaker-mini .cta-wrapper {
  display: none;
}

@media (min-width: 64.25rem) {
  .breaker-mini .cta-wrapper {
    display: block;
  }
}

.breaker-mini-link {
  display: block;
  color: inherit;
}

@media (min-width: 64.25rem) {
  .breaker-mini-link .breaker-mini__content:hover,
  .breaker-mini-link .breaker-mini__content:focus {
    cursor: pointer;
  }

  .prefers-reduced-motion--reduce .breaker-mini-link:hover .breaker-mini__content::before,
  .prefers-reduced-motion--reduce .breaker-mini-link:focus .breaker-mini__content::before {
    opacity: 1;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .breaker-mini-link:hover .breaker-mini__content::before,
  .breaker-mini-link:focus .breaker-mini__content::before {
    opacity: 1;
  }
}

.bodycopy {
  position: relative;
  margin-bottom: 1.875rem;
}

.bodycopy::after {
  clear: both;
  content: "";
  display: block;
}

.bodycopy--container {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 2.5rem 0 1.25rem;
  margin-bottom: 3.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #3a3a3a;
  color: #fff;
}

.cc-page-wrapper--fluid .bodycopy--container {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.bodycopy--container.bodycopy--yellow {
  background-color: #fdb913;
}

.bodycopy--container.bodycopy--orange {
  background-color: #f36f21;
}

.bodycopy--container.bodycopy--red {
  background-color: #c9234a;
}

.bodycopy--container.bodycopy--purple {
  background-color: #645faa;
}

.bodycopy--container.bodycopy--blue {
  background-color: #0089cf;
}

.bodycopy--container.bodycopy--green {
  background-color: #0db14b;
}

.bodycopy--container .bodycopy__wrapper {
  margin-left: auto;
  margin-right: auto;
}

.bodycopy--container .bodycopy__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .bodycopy--container .bodycopy__wrapper {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.bodycopy--container.bodycopy li::before {
  background: #fff;
}

.bodycopy--container.bodycopy p a,
.bodycopy--container.bodycopy li a {
  color: #fff;
  text-decoration: underline;
}

.bodycopy--container.bodycopy p a:hover,
.bodycopy--container.bodycopy p a:focus,
.bodycopy--container.bodycopy li a:hover,
.bodycopy--container.bodycopy li a:focus {
  color: #d9d9d9;
}

.bodycopy__content {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  position: relative;
}

@media (min-width: 47.75rem) {
  .bodycopy__content {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

.bodycopy__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.bodycopy__background .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.bodycopy__content>h2,
.bodycopy__content>h3:not(.title),
.bodycopy__content>h4,
.bodycopy__content>section>div>h2,
.bodycopy__content>section>div>h3:not(.title),
.bodycopy__content>section>div>h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.bodycopy__content>h2:first-child,
.bodycopy__content>h3:not(.title):first-child,
.bodycopy__content>h4:first-child,
.bodycopy__content>section>div>h2:first-child,
.bodycopy__content>section>div>h3:not(.title):first-child,
.bodycopy__content>section>div>h4:first-child {
  margin-top: 0;
}

.bodycopy__content>p em,
.bodycopy__content>ul>li em,
.bodycopy__content>section>div>p em,
.bodycopy__content>section>div>ul>li em,
.bodycopy__content>section>div>ul>li p em,
.bodycopy__content>section>div>ol>li em,
.bodycopy__content>section>div>ol>li p em {
  font-style: italic;
}

.bodycopy__content>p,
.bodycopy__content>section>div>p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.bodycopy__content>p.dropcap::first-letter,
.bodycopy__content>section>div>p.dropcap::first-letter {
  float: left;
  margin: 0 .75rem 0 -0.3125rem;
}

.bodycopy__content>p.dropcap.yellow::first-letter,
.bodycopy__content>section>div>p.dropcap.yellow::first-letter {
  color: #fdb913;
}

.bodycopy__content>p.dropcap.orange::first-letter,
.bodycopy__content>section>div>p.dropcap.orange::first-letter {
  color: #f36f21;
}

.bodycopy__content>p.dropcap.red::first-letter,
.bodycopy__content>section>div>p.dropcap.red::first-letter {
  color: #c9234a;
}

.bodycopy__content>p.dropcap.purple::first-letter,
.bodycopy__content>section>div>p.dropcap.purple::first-letter {
  color: #645faa;
}

.bodycopy__content>p.dropcap.blue::first-letter,
.bodycopy__content>section>div>p.dropcap.blue::first-letter {
  color: #0089cf;
}

.bodycopy__content>p.dropcap.green::first-letter,
.bodycopy__content>section>div>p.dropcap.green::first-letter {
  color: #0db14b;
}

.bodycopy__content>ul,
.bodycopy__content>section>div>ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
  list-style: none;
}

.bodycopy__content>ul li,
.bodycopy__content>section>div>ul li {
  position: relative;
  margin: 0 0 .75rem;
  padding: 0 0 0 1.5rem;
}

.bodycopy__content>ul li::before,
.bodycopy__content>section>div>ul li::before {
  content: "";
  position: absolute;
  top: .9375rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  margin-top: -0.1875rem;
  border-radius: .1875rem;
  background: #000;
}

.bodycopy__content>.image,
.bodycopy__content>section>div>.image {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.cc-page-wrapper--fluid .bodycopy__content>.image,
.cc-page-wrapper--fluid .bodycopy__content>section>div>.image {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.bodycopy__content>.image::after,
.bodycopy__content>section>div>.image::after {
  content: "";
  display: table;
  clear: both;
}

.bodycopy__content>.image img,
.bodycopy__content>section>div>.image img {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

.bodycopy__content>hr,
.bodycopy__content>section>div>hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
}

.bodycopy__content>hr.gray,
.bodycopy__content>section>div>hr.gray {
  border-top-color: #e6e5e5;
}

.bodycopy__content>hr.yellow,
.bodycopy__content>section>div>hr.yellow {
  border-top-color: #fdb913;
}

.bodycopy__content>hr.orange,
.bodycopy__content>section>div>hr.orange {
  border-top-color: #f36f21;
}

.bodycopy__content>hr.red,
.bodycopy__content>section>div>hr.red {
  border-top-color: #c9234a;
}

.bodycopy__content>hr.purple,
.bodycopy__content>section>div>hr.purple {
  border-top-color: #645faa;
}

.bodycopy__content>hr.blue,
.bodycopy__content>section>div>hr.blue {
  border-top-color: #0089cf;
}

.bodycopy__content>hr.green,
.bodycopy__content>section>div>hr.green {
  border-top-color: #0db14b;
}

.bodycopy__content--nested,
.bodycopy__content--nested>section>div {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.bodycopy__content--nested>h2,
.bodycopy__content--nested>h3:not(.title),
.bodycopy__content--nested>h4,
.bodycopy__content--nested>p,
.bodycopy__content--nested>img,
.bodycopy__content--nested>hr,
.bodycopy__content--nested>ul,
.bodycopy__content--nested>.o-field,
.bodycopy__content--nested>section>div>h2,
.bodycopy__content--nested>section>div>h3:not(.title),
.bodycopy__content--nested>section>div>h4,
.bodycopy__content--nested>section>div>p,
.bodycopy__content--nested>section>div>img,
.bodycopy__content--nested>section>div>hr,
.bodycopy__content--nested>section>div>ul,
.bodycopy__content--nested>section>div>.o-field {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  float: none !important;
  position: relative;
}

@media (min-width: 47.75rem) {
  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>.o-field {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>.o-field {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

.bodycopy__content--nested>hr,
.bodycopy__content--nested>.o-field,
.bodycopy__content--nested>section>div>hr,
.bodycopy__content--nested>section>div>.o-field {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.bodycopy__content--nested>.color-bar,
.bodycopy__content--nested>section>div>.color-bar {
  width: 100%;
  margin: 0 0 50px;
  padding: 0 1.25rem;
}

@media (min-width: 47.75rem) {
  .bodycopy--container {
    padding: 3.75rem 0 2.5rem;
  }

  .bodycopy__content {
    float: none;
    width: auto;
    max-width: 33.75rem;
    margin: 0 auto;
  }

  .bodycopy__content>hr,
  .bodycopy__content>section>div>hr {
    border-top-width: 2px;
  }

  .bodycopy__content>.image img,
  .bodycopy__content>section>div>.image img {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }

  .bodycopy__content--nested,
  .bodycopy__content--nested>section>div {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>.o-field {
    width: auto;
    max-width: 33.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 64.25rem) {
  .bodycopy--container {
    padding: 3.75rem 0 1.875rem;
  }

  .bodycopy__content {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    max-width: none;
  }
}

@media (min-width: 64.25rem)and (min-width: 47.75rem) {
  .bodycopy__content {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .bodycopy__content {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content>h2,
  .bodycopy__content>h3:not(.title),
  .bodycopy__content>h4,
  .bodycopy__content>section>div>h2,
  .bodycopy__content>section>div>h3:not(.title),
  .bodycopy__content>section>div>h4 {
    margin-bottom: 1.875rem;
  }

  .bodycopy__content>p,
  .bodycopy__content>section>div>p {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .bodycopy__content>p.dropcap::first-letter,
  .bodycopy__content>section>div>p.dropcap::first-letter {
    margin: .65rem 1.5rem 0 -0.3125rem;
  }

  .bodycopy__content>li,
  .bodycopy__content>section>div>li {
    padding: 0 0 0 2.5rem;
  }

  .bodycopy__content>li::before,
  .bodycopy__content>section>div>li::before {
    top: 1.25rem;
    width: .5rem;
    height: .5rem;
    margin-top: -0.25rem;
    border-radius: .25rem;
  }

  .bodycopy__content>.image,
  .bodycopy__content>section>div>.image {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }

  .bodycopy__content>.image img,
  .bodycopy__content>section>div>.image img {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }

  .bodycopy__content--nested,
  .bodycopy__content--nested>section>div {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>.o-field {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    float: none !important;
    max-width: none;
  }
}

@media (min-width: 64.25rem)and (min-width: 47.75rem) {
  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>.o-field {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>.o-field {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>.o-field,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>.o-field {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .bodycopy__content--nested>.color-bar,
  .bodycopy__content--nested>section>div>.color-bar {
    margin: 0 0 3.125rem;
  }
}

.header {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  color: #fff;
}

.cc-page-wrapper--fluid .header {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.header__wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

.header__background {
  position: relative;
  overflow: hidden;
}

.header__background .video__wrapper,
.header__background .video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.header__background .video__wrapper .vjs-big-play-button,
.header__background .video .vjs-big-play-button {
  display: none !important;
}

.header__background .video__wrapper--with-overlay .vjs-paused .vjs-control-bar {
  opacity: 1;
}

.header__background .video__wrapper--autoplay-with-controls .vjs-paused .vjs-control-bar,
.header__background .video__wrapper--with-overlay.has-focus-within .vjs-paused .vjs-control-bar {
  display: flex;
  opacity: 1;
}

.header__background .video__fallback {
  position: absolute;
}

.header__background .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.prefers-reduced-motion--no-preference .header__background .image__img {
  transition: all 2s;
  transform: scale(1.1);
}

.prefers-reduced-motion--no-preference .header__background .image__img--loaded {
  transform: scale(1);
}

@media (prefers-reduced-motion: no-preference) {
  .header__background .image__img {
    transition: all 2s;
    transform: scale(1.1);
  }

  .header__background .image__img--loaded {
    transform: scale(1);
  }
}

.header__content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 0 1.25rem 3.125rem;
  color: inherit;
  flex-direction: column;
  justify-content: flex-end;
}

.header__tag {
  margin-bottom: .9375rem;
}

.header__tag .tag--overline::before {
  width: 100%;
}

.header__link {
  color: inherit;
}

.header__title {
  margin: 0;
  max-width: 90%;
}

.header__details {
  margin: 1.25rem 0 1.625rem;
  max-width: 90%;
}

.header__content .header__social {
  margin-top: 1.625rem;
}

.header__content .header__details:not(:empty)+.header__social {
  margin-top: 0;
}

.header__cta {
  margin-top: 1.625rem;
}

.header .e-cta-with-arrow__text {
  display: inline-block;
}

.header--video-looping .header__background .video__wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.header--video-interactive .header__video-overlay {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header--video-interactive .header__video-overlay--hidden {
  opacity: 0;
}

.header--video-interactive .header__background {
  overflow: hidden;
}

.header--video-interactive .header__background .video .vjs-tech {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.header--video-interactive .header__background .video__wrapper {
  display: block;
}

.prefers-reduced-motion--no-preference .header--video-interactive .header__background .video__wrapper::after {
  transition: .2s all;
}

@media (prefers-reduced-motion: no-preference) {
  .header--video-interactive .header__background .video__wrapper::after {
    transition: .2s all;
  }
}

.header--video-interactive .header__background .video__wrapper.playing::after {
  top: 100%;
}

.header--video-interactive .header__play {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
}

.header--video-interactive .header__play::before {
  content: "\E90A";
}

.header--video-interactive .header__play::before {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  z-index: 300;
  position: absolute;
  bottom: 28.125vw;
  left: 50%;
  border: .1875rem solid #1379c6;
  border-radius: 2000rem;
  color: rgba(0,0,0,0);
  font-size: 5rem;
  cursor: pointer;
  background-color: rgba(22,22,22,.3);
  transform: translate3d(-50%, 50%, 0) scale(1);
  opacity: 0;
}

.prefers-reduced-motion--no-preference .header--video-interactive .header__play::before {
  transition: all .1s ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  .header--video-interactive .header__play::before {
    transition: all .1s ease-out;
  }
}

.header--video-interactive .header__play::after {
  content: "\E90A";
}

.header--video-interactive .header__play::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  z-index: 300;
  position: absolute;
  bottom: 28.125vw;
  left: 50%;
  color: #fff;
  font-size: 5rem;
  cursor: pointer;
  background-color: rgba(22,22,22,.3);
  border-radius: 2.5rem;
  transform: translate3d(-50%, 50%, 0) scale(1);
}

.prefers-reduced-motion--no-preference .header--video-interactive .header__play::after {
  transition: all .1s ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  .header--video-interactive .header__play::after {
    transition: all .1s ease-out;
  }
}

.e-text-color--black.header--video-interactive .header__play::after {
  background-color: rgba(22,22,22,.7);
}

.e-text-color--dark.header--video-interactive .header__play::after {
  background-color: rgba(22,22,22,.7);
}

.e-text-color--info.header--video-interactive .header__play::after {
  background-color: rgba(22,22,22,.7);
}

.e-text-color--on-warning.header--video-interactive .header__play::after {
  background-color: rgba(22,22,22,.7);
}

.e-text-color--alert.header--video-interactive .header__play::after {
  background-color: rgba(22,22,22,.7);
}

.e-text-color--success.header--video-interactive .header__play::after {
  background-color: rgba(22,22,22,.7);
}

.header--video-interactive .header__play:focus::before {
  transform: translate3d(-50%, 50%, 0) scale(1.25);
  opacity: .75;
}

.header--video-interactive .header__play:hover::after,
.header--video-interactive .header__play:focus::after {
  transform: translate3d(-50%, 50%, 0) scale(1.15);
}

.header__video-overlay .image.image--with-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.header:not(.header--article) .tag--overline {
  color: inherit;
}

.header:not(.header--article) .header__play {
  z-index: 200;
}

.header:not(.header--article) .header__play::before,
.header:not(.header--article) .header__play::after {
  bottom: 50%;
}

.header:not(.header--article) .header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header:not(.header--article) .header__content {
  z-index: 100;
  top: auto;
  display: block;
}

.header:not(.header--article) .header__social .o-socials__link>[class^=o-socials] {
  color: inherit;
}

.header:not(.header--article).header--immersive {
  height: calc(100vh - 60px);
}

.header:not(.header--article).header--medium {
  height: 31.25rem;
}

.header:not(.header--article).header--medium--bio .image__img {
  transform: none;
  transition: none;
}

.header:not(.header--article).header--small {
  height: 15.625rem;
}

.header:not(.header--article).header--small .header__content {
  padding: 0 1.25rem 1.875rem;
}

.header:not(.header--article).header--video-interactive {
  background: #161616;
}

.header:not(.header--article).header--video-interactive .header__details:last-child {
  margin-bottom: 0;
}

.header:not(.header--article).header--color-background {
  background-color: #000;
}

.header:not(.header--article).header--color-background .header__background {
  opacity: .15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 64.1875rem) {
  .header--article {
    display: flex;
    flex-direction: column;
  }

  .header--article .header__content {
    order: 1;
    position: static;
    padding: 3rem 1.5rem 1.875rem;
    color: #000;
  }

  .header--article .header__background {
    order: 2;
    height: 56.25vw;
  }

  .header--article .header__background .video__fallback,
  .header--article .header__background .header__video-overlay:not(.header__video-overlay--hidden) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .header--article .image--with-overlay::after,
  .header--article .video__wrapper--with-overlay::after {
    display: none;
  }

  .header--article.header--color-background .header__background {
    display: none;
  }
}

@media screen and (max-width: 47.6875rem) {
  .header .is-visible-mobile {
    transition: opacity 200ms ease 0ms,visibility 0ms linear 0ms;
    opacity: 1;
    visibility: visible;
  }

  .header .is-invisible-mobile {
    transition: opacity 200ms ease 0ms,visibility 0ms linear 200ms;
    opacity: 0;
    visibility: hidden;
  }

  .header--article .header__content {
    padding: 1.875rem 1.25rem;
  }

  .header--article--immersive_subhead .header__content {
    text-align: left;
  }

  .header--article--immersive_subhead .header__content .header__social {
    margin: 0;
  }

  .header--article.header--immersive.header--video-interactive .header__background {
    height: 56.25vw;
  }
}

@media (min-width: 47.75rem) {
  .header .is-visible-tablet {
    transition: opacity 200ms ease 0ms,visibility 0ms linear 0ms;
    opacity: 1;
    visibility: visible;
  }

  .header .is-invisible-tablet {
    transition: opacity 200ms ease 0ms,visibility 0ms linear 200ms;
    opacity: 0;
    visibility: hidden;
  }

  .header__wrapper {
    position: relative;
    display: block;
  }

  .header__title {
    max-width: 39.375rem;
  }

  .header__details {
    max-width: 39.375rem;
  }

  .header:not(.header--article).header--immersive {
    height: 37.5rem;
  }

  .header:not(.header--article).header--immersive .header__content {
    padding: 0 2.5rem 5.625rem;
  }

  .header:not(.header--article).header--immersive_subhead .header__content {
    text-align: center;
  }

  .header:not(.header--article).header--immersive_subhead .header__content .header-title_centered,
  .header:not(.header--article).header--immersive_subhead .header__content .header__details {
    max-width: 100%;
    letter-spacing: 1.3px;
  }

  .header:not(.header--article).header--immersive_subhead .header__content .subtitle {
    margin: 0 auto;
  }

  .header:not(.header--article).header--immersive_subhead .header__social {
    width: auto;
    margin: 0 auto;
  }

  .header:not(.header--article).header--immersive_subhead .header__social ul li:last-child {
    margin-right: 0;
  }

  .header:not(.header--article).header--medium {
    height: 21.875rem;
  }

  .header:not(.header--article).header--medium .header__content {
    padding: 0 1.5rem 2.5rem;
  }

  .header:not(.header--article).header--small {
    height: 17.5rem;
  }

  .header:not(.header--article).header--small .header__content {
    bottom: 50%;
    padding: 0 1.5rem;
    transform: translate(0, 50%);
  }

  .header:not(.header--article).header--small.header--bottom-aligned .header__content {
    bottom: 50px;
    transform: none;
  }

  .header:not(.header--article).header--video-interactive {
    background: #161616;
  }

  .header:not(.header--article).header--video-interactive .header__details:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 64.25rem) {
  .header .is-visible-desktop {
    transition: opacity 200ms ease 0ms,visibility 0ms linear 0ms;
    opacity: 1;
    visibility: visible;
  }

  .header .is-invisible-desktop {
    transition: opacity 200ms ease 0ms,visibility 0ms linear 200ms;
    opacity: 0;
    visibility: hidden;
  }

  .header .tag--overline {
    color: inherit;
  }

  .header__wrapper {
    margin-bottom: 3.75rem;
  }

  .header:not(.header--article) .header__background,
  .header--article .header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .header:not(.header--article) .header__content,
  .header--article .header__content {
    top: auto;
    padding-top: 0;
  }

  .header:not(.header--article) .header__title,
  .header--article .header__title {
    max-width: 50rem;
  }

  .header:not(.header--article) .header__play,
  .header--article .header__play {
    z-index: 200;
  }

  .header:not(.header--article) .header__play::before,
  .header:not(.header--article) .header__play::after,
  .header--article .header__play::before,
  .header--article .header__play::after {
    bottom: 55%;
  }

  .header:not(.header--article) .header__social .o-socials__link>[class^=o-socials],
  .header--article .header__social .o-socials__link>[class^=o-socials] {
    display: block;
    color: inherit;
  }

  .header:not(.header--article).header--immersive,
  .header--article.header--immersive {
    height: 56.25vw;
    max-height: 100vh;
  }

  .header:not(.header--article).header--immersive .header__content,
  .header--article.header--immersive .header__content {
    padding: 0 5.625rem 6.875rem;
  }

  .header:not(.header--article).header--immersive.header--video-interactive .header__details:last-child,
  .header--article.header--immersive.header--video-interactive .header__details:last-child {
    margin-bottom: 0;
  }

  .header:not(.header--article).header--immersive_subhead .header__content,
  .header--article.header--immersive_subhead .header__content {
    text-align: center;
  }

  .header:not(.header--article).header--immersive_subhead .header__content .header-title_centered,
  .header:not(.header--article).header--immersive_subhead .header__content .header__details,
  .header--article.header--immersive_subhead .header__content .header-title_centered,
  .header--article.header--immersive_subhead .header__content .header__details {
    max-width: 100%;
    letter-spacing: 1.3px;
  }

  .header:not(.header--article).header--immersive_subhead .header__content .subtitle,
  .header--article.header--immersive_subhead .header__content .subtitle {
    margin: 0 auto;
  }

  .header:not(.header--article).header--immersive_subhead .header__social,
  .header--article.header--immersive_subhead .header__social {
    margin: 0 auto;
    width: auto;
  }

  .header:not(.header--article).header--immersive_subhead .header__social ul li:last-child,
  .header--article.header--immersive_subhead .header__social ul li:last-child {
    margin-right: 0;
  }

  .header:not(.header--article).header--medium,
  .header--article.header--medium {
    height: 36.25rem;
  }

  .header:not(.header--article).header--medium .header__content,
  .header--article.header--medium .header__content {
    padding: 0 5.625rem 6.875rem;
  }

  .header:not(.header--article).header--medium--bio .image::after,
  .header--article.header--medium--bio .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: .5;
    transform: translate3d(0, 0, 0);
  }

  .e-text-color--black .header:not(.header--article).header--medium--bio .image::after,
  .e-text-color--black .header--article.header--medium--bio .image::after {
    opacity: 0;
  }

  .e-text-color--dark .header:not(.header--article).header--medium--bio .image::after,
  .e-text-color--dark .header--article.header--medium--bio .image::after {
    opacity: 0;
  }

  .e-text-color--info .header:not(.header--article).header--medium--bio .image::after,
  .e-text-color--info .header--article.header--medium--bio .image::after {
    opacity: 0;
  }

  .e-text-color--on-warning .header:not(.header--article).header--medium--bio .image::after,
  .e-text-color--on-warning .header--article.header--medium--bio .image::after {
    opacity: 0;
  }

  .e-text-color--alert .header:not(.header--article).header--medium--bio .image::after,
  .e-text-color--alert .header--article.header--medium--bio .image::after {
    opacity: 0;
  }

  .e-text-color--success .header:not(.header--article).header--medium--bio .image::after,
  .e-text-color--success .header--article.header--medium--bio .image::after {
    opacity: 0;
  }

  .header:not(.header--article).header--medium--bio .image__img,
  .header--article.header--medium--bio .image__img {
    float: right;
    width: auto;
    height: 100%;
  }

  .header:not(.header--article).header--small,
  .header--article.header--small {
    height: 22.5rem;
  }

  .header:not(.header--article).header--small .header__content,
  .header--article.header--small .header__content {
    z-index: 100;
    top: auto;
    bottom: 50%;
    display: block;
    padding: 0 5.625rem;
    transform: translate(0, 50%);
  }

  .header:not(.header--article).header--small.header--bottom-aligned .header__content,
  .header--article.header--small.header--bottom-aligned .header__content {
    bottom: 80px;
    transform: none;
  }

  .header:not(.header--article).header--video-interactive .header__content,
  .header--article.header--video-interactive .header__content {
    padding-bottom: 3.125rem;
  }

  .header:not(.header--article).header--color-background,
  .header--article.header--color-background {
    background-color: #000;
  }

  .header:not(.header--article).header--color-background .header__background,
  .header--article.header--color-background .header__background {
    opacity: .15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.header-homepage {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
  height: calc(100vh - var(--totalHeaderHeight));
  min-height: 25rem;
  color: #fff;
  background: #161616;
}

.cc-page-wrapper--fluid .header-homepage {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.header-homepage__slider {
  z-index: 1;
  position: relative;
  height: 100%;
}

.header-homepage__slider::after {
  content: "";
  display: table;
  clear: both;
}

.header-homepage__slider__dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  list-style: none;
  padding: 0;
}

.header-homepage__slider__dots li {
  position: relative;
  display: block;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
}

.header-homepage__slider__dots li button {
  opacity: 0;
  border: none;
  color: rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}

.header-homepage__slider__dots li button:hover,
.header-homepage__slider__dots li button:focus {
  opacity: 1;
}

.header-homepage__slider__dots li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: .25rem;
  height: .25rem;
  background: #fff;
  border-radius: .75rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 #fff;
  transition: .2s all;
}

.header-homepage__slider__dots li.slick-active::after {
  background: rgba(0,0,0,0);
  box-shadow: 0 0 0 .125rem #fff;
}

.header-homepage__slider .slick-list,
.header-homepage__slider .slick-track {
  height: 100%;
}

.header-homepage__slide {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  outline: 0;
}

.header-homepage__slide__wrapper {
  position: absolute;
  bottom: 7.5rem;
  left: 0;
  width: 100%;
}

.header-homepage__slide__content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.header-homepage__slide__content::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .header-homepage__slide__content {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.header-homepage__slide__title {
  margin: 0 0 .9375rem;
  color: #fff;
  text-shadow: 0 0 .625rem rgba(0,0,0,.1);
}

.header-homepage__slide__link {
  display: inline-block;
  color: #fff;
}

.header-homepage__image {
  position: relative;
  height: 100%;
  opacity: .7;
}

.header-homepage__image .image::after {
  top: 50%;
  height: 50%;
}

.header-homepage__image .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.header-homepage__image,
.header-homepage__video .video__fallback {
  transform: scale(1.1);
  transition: 0s linear .5s;
}

.header-homepage__video .video__fallback {
  position: absolute;
}

.header-homepage__slide.slick-current .header-homepage__image,
.header-homepage__slide.slick-current .header-homepage__video .video__fallback {
  transform: scale(1);
  transition: 2s all ease-in-out;
}

.header-homepage__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-homepage__video .video,
.header-homepage__video .video__fallback {
  opacity: 1;
}

.header-homepage__video .video__wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.header-homepage__video .video__wrapper::after {
  top: 50%;
  height: 50%;
}

.header-homepage__video .video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
}

.header-homepage__video .video__autoplay-toggle {
  top: 7.1875rem;
  right: 2.625rem;
  display: none;
}

@media (min-width: 64.25rem) {
  .slick-current .header-homepage__video .video__autoplay-toggle {
    display: block;
  }
}

.header-homepage__video .video-js .vjs-tech {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

.header-homepage__sublinks {
  display: none;
}

.header-homepage__rainbow {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .75rem;
  background: rgba(0,0,0,0);
}

.header-homepage__rainbar {
  transition: .1s all,.2s height .1s,.2s y .1s;
}

.header-homepage__rainbar--yellow {
  fill: #fdb913;
}

.header-homepage__rainbar--orange {
  fill: #f36f21;
}

.header-homepage__rainbar--red {
  fill: #c9234a;
}

.header-homepage__rainbar--purple {
  fill: #645faa;
}

.header-homepage__rainbar--blue {
  fill: #0089cf;
}

.header-homepage__rainbar--green {
  fill: #0db14b;
}

@media (min-width: 47.75rem) {
  .header-homepage {
    height: 37.5rem;
  }

  .header-homepage__slide__content {
    padding: 0 1.25rem;
  }

  .header-homepage__slide__title,
  .header-homepage__slide .e-cta-with-arrow {
    margin-left: 1.5rem;
  }

  .header-homepage__slide__title {
    padding-right: 8.75rem;
  }
}

@media (min-width: 64.25rem) {
  .header-homepage {
    height: calc(100vh - 20px);
    min-height: 34.375rem;
  }

  .header-homepage__slide:nth-child(n+2) .header-homepage__slide__content {
    display: none;
  }

  .header-homepage__slide__content {
    padding: 0 1.875rem;
    margin-bottom: 5%;
  }

  .header-homepage__slide__title {
    padding-right: 11%;
    margin: 0 0 2.5rem 1.875rem;
  }

  .header-homepage__slide .e-cta-with-arrow {
    margin-left: 1.875rem;
  }

  .header-homepage__sublinks__wrapper {
    z-index: 2;
    position: absolute;
    bottom: 1.625rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .header-homepage__sublinks {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0 1.875rem;
  }

  .header-homepage__sublinks::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .header-homepage__sublinks {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .header-homepage__sublink {
    width: calc(33.3333333333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
    position: relative;
    top: 0;
    box-sizing: border-box;
    padding: 0 0 .75rem 1.875rem;
    color: #fff;
    transition: .2s all ease-in-out;
  }

  .header-homepage__sublink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: hsla(0,0%,100%,.2);
  }

  .header-homepage__sublink__header {
    transition: .2s opacity ease-in-out;
    margin: 0;
  }

  .header-homepage__sublink.selected {
    top: -1.5rem;
    padding-bottom: 2.25rem;
    margin-bottom: -1.5rem;
  }
}

.key-takeaways {
  clear: both;
  counter-reset: key-takeaway-counter;
}

.key-takeaways--horizontal-dash .key-takeaways__header {
  display: flex;
  align-items: center;
}

.key-takeaways--horizontal-dash .key-takeaways__header:before,
.key-takeaways--horizontal-dash .key-takeaways__header:after {
  content: "";
  margin: 0;
  display: inline-block;
  flex: 1 0 0;
  background-color: #5c54c7;
  height: 3px;
}

.key-takeaways--horizontal-dash .key-takeaways__title {
  max-width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.key-takeaways__header {
  margin: 1.875rem 2.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.key-takeaways__header:after {
  content: "";
  margin: 1.875rem auto 1.5625rem;
  text-align: center;
  display: block;
  width: 1px;
  height: 1.25rem;
  background: #5c54c7;
}

.key-takeaways__title {
  color: #5c54c7;
  text-align: center;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.key-takeaways--numbers .key-takeaway {
  padding-left: 2.5rem;
}

.key-takeaways--numbers .key-takeaway::before {
  counter-increment: key-takeaway-counter;
  content: counter(key-takeaway-counter);
  position: absolute;
  left: 0;
  color: #5c54c7;
}

.key-takeaways--lines .key-takeaway::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: .1875rem;
  width: 50px;
  margin-bottom: 1rem;
}

.key-takeaways--lines .key-takeaway:nth-child(1)::before {
  background-color: #fdb913;
}

.key-takeaways--lines .key-takeaway:nth-child(2)::before {
  background-color: #f36f21;
}

.key-takeaways--lines .key-takeaway:nth-child(3)::before {
  background-color: #c9234a;
}

.key-takeaways--lines .key-takeaway:nth-child(4)::before {
  background-color: #645faa;
}

.key-takeaways--lines .key-takeaway:nth-child(5)::before {
  background-color: #0089cf;
}

.key-takeaways--lines .key-takeaway:nth-child(6)::before {
  background-color: #0db14b;
}

.key-takeaways--lines .key-takeaway.key-takeaway--yellow::before {
  background-color: #fdb913;
}

.key-takeaways--lines .key-takeaway.key-takeaway--orange::before {
  background-color: #f36f21;
}

.key-takeaways--lines .key-takeaway.key-takeaway--red::before {
  background-color: #c9234a;
}

.key-takeaways--lines .key-takeaway.key-takeaway--purple::before {
  background-color: #645faa;
}

.key-takeaways--lines .key-takeaway.key-takeaway--blue::before {
  background-color: #0089cf;
}

.key-takeaways--lines .key-takeaway.key-takeaway--green::before {
  background-color: #0db14b;
}

.key-takeaways__dash {
  position: relative;
  display: block;
  width: 1px;
  margin: 1.875rem auto 1.5625rem;
  text-align: center;
}

.key-takeaways__dash::before {
  content: "";
  margin: 1.875rem auto 1.5625rem;
  text-align: center;
  display: block;
  width: 1px;
  height: 1.25rem;
  background: #5c54c7;
}

.key-takeaways__content {
  margin: 1.875rem 2.5rem;
}

.key-takeaways__content .key-takeaway {
  margin-bottom: 2.5rem;
  position: relative;
}

.key-takeaways__content--color-bar {
  line-height: 0;
  margin-top: 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 47.75rem) {
  .key-takeaways__content,
  .key-takeaways__header {
    margin: 1.875rem auto;
    max-width: 33.75rem;
  }

  .key-takeaways--horizontal-dash .key-takeaways__title {
    max-width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .key-takeaways .color-bar {
    margin: 0 0 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .key-takeaways:not(.key-takeaways--numbers) .key-takeaway:first-child {
    padding-left: 0;
  }

  .key-takeaways:not(.key-takeaways--numbers) .key-takeaway:last-child {
    padding-right: 0;
  }

  .key-takeaways__header {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    max-width: none;
  }

  .key-takeaways__content {
    display: flex;
    justify-content: space-between;
    margin: 2.1875rem 1.875rem 0;
    max-width: none;
  }

  .key-takeaways__content .key-takeaway {
    flex: 1;
    padding: 1.625rem;
  }

  .key-takeaways__content .key-takeaway:last-child {
    padding-right: 0;
  }

  .key-takeaways__content--color-bar {
    display: block;
    margin-top: 0;
    text-align: center;
  }

  .key-takeaways__content--color-bar .color-bar {
    width: 0;
    transition: width 1s;
    transition-delay: .5s;
  }

  .prefers-reduced-motion--reduce .key-takeaways__content--color-bar .color-bar {
    width: 100%;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .key-takeaways__content--color-bar .color-bar {
    width: 100%;
  }
}

@media (min-width: 64.25rem) {
  .key-takeaways__content--color-bar .color-bar.animate-width {
    width: 100%;
  }

  .key-takeaways__content.key-takeaways__content--color-bar {
    max-width: none;
  }

  .key-takeaways__header::after {
    height: 2.5rem;
  }
}

.article-standard-list::after {
  clear: both;
  content: "";
  display: block;
}

.article-standard-list__link {
  display: block;
}

.article-standard-list__list {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 2.5rem;
}

.article-standard-list__article {
  border-bottom: 1px solid #e6e5e5;
  margin-bottom: 1.25rem;
}

.article-standard-list .tag {
  margin-bottom: 1.25rem;
}

.article-standard-list .tag--overline::before {
  width: 45px;
}

.article-standard-list__title {
  margin: 0 0 .875rem;
  color: #161616;
}

.article-standard-list__date {
  display: block;
  margin-bottom: 1.25rem;
  color: #161616;
}

@media (min-width: 47.75rem) {
  .article-standard-list .header {
    margin-bottom: 2.25rem;
  }

  .article-standard-list .tag {
    margin-bottom: .9375rem;
  }

  .article-standard-list__title {
    margin: 0 0 .5rem;
  }
}

@media (min-width: 64.25rem) {
  .article-standard-list .header {
    margin-bottom: 3.125rem;
  }

  .article-standard-list__title {
    transition: .15s opacity;
  }

  .article-standard-list__link:hover .article-standard-list__title {
    opacity: .55;
  }

  .article-standard-list__list {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }

  .article-standard-list__date {
    display: block;
    margin-bottom: 1.25rem;
  }
}

.list-people {
  margin-left: 1.25rem;
}

.list-people::after {
  clear: both;
  content: "";
  display: block;
}

.list-people__header {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  position: relative;
  margin: 0 0 1.5625rem 2.5rem;
  color: #222;
  margin-left: 1.25rem;
}

.list-people__header::before {
  position: absolute;
  top: .625rem;
  left: -2.5rem;
  content: "";
  display: block;
  width: 1.25rem;
  height: .1875rem;
}

.list-people__header--yellow::before {
  background-color: #fdb913;
}

.list-people__header--orange::before {
  background-color: #f36f21;
}

.list-people__header--red::before {
  background-color: #c9234a;
}

.list-people__header--purple::before {
  background-color: #645faa;
}

.list-people__header--blue::before {
  background-color: #0089cf;
}

.list-people__header--green::before {
  background-color: #0db14b;
}

@media (min-width: 47.75rem) {
  .list-people__header {
    margin-left: 5rem;
  }

  .list-people__header::before {
    left: -5rem;
    width: 3.75rem;
  }
}

@media (min-width: 64.25rem) {
  .list-people__header {
    margin-left: 3.75rem;
    margin-bottom: 2.5rem;
  }

  .list-people__header::before {
    left: -7.5rem;
    width: 5.625rem;
  }
}

.list-people__header--yellow::before {
  background-color: #fdb913;
}

.list-people__header--orange::before {
  background-color: #f36f21;
}

.list-people__header--red::before {
  background-color: #c9234a;
}

.list-people__header--purple::before {
  background-color: #645faa;
}

.list-people__header--blue::before {
  background-color: #0089cf;
}

.list-people__header--green::before {
  background-color: #0db14b;
}

.list-people__button {
  background: none;
  border: none;
  border-bottom: 1px solid #0289cf;
  color: #0289cf;
  margin: 0 0 2.5rem 0;
  order: 1;
  padding: 1.25rem 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.list-people__button:hover {
  cursor: pointer;
}

.list-people__button--no-hidden {
  display: none;
}

.list-people__icon {
  color: #0289cf;
  position: absolute;
  right: 0;
  bottom: 1rem;
  font-size: 1.1875rem;
}

.list-people__icon::after {
  content: "\E906";
}

.list-people__icon::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.list-people__content {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  display: flex;
  flex-direction: column;
}

.list-people__content:not(.list-people__items--display-all) .list-people__item--hidden {
  margin-bottom: 0;
  margin-top: 0;
}

.list-people__items {
  transition: all .3s ease-in-out;
}

.list-people__items--display-all .list-people__items {
  opacity: 1;
}

.list-people__items--display-all .list-people__item--hidden {
  max-height: 12.5rem;
  opacity: 1;
  visibility: visible;
}

.list-people__items--display-all .list-people__icon::after {
  content: "\E907";
}

.list-people__items--display-all .list-people__icon::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

@media (min-width: 64.25rem) {
  .list-people__items {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    width: calc(100% + 3.75rem);
  }

  .list-people__items::after {
    clear: both;
    content: "";
    display: block;
  }
}

.list-people__item {
  transition: all .5s ease-in-out;
}

.list-people__item--hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.list-people__text {
  color: #161616;
  margin: 1.25rem 0 .625rem;
}

.list-people__sub-text {
  color: #161616;
}

.list-people__sub-text__two {
  color: #027dbb;
}

@media (min-width: 47.75rem) {
  .list-people {
    margin-left: 0;
  }

  .list-people__header {
    margin-left: 3.75rem;
    padding-right: 1.5rem;
  }

  .list-people__item {
    width: calc(33.3333333333% - 1.6666666667rem);
    float: left;
    margin-left: 1.25rem;
    margin-top: 2.5rem;
    width: calc((100% - 40px)/3);
  }

  .list-people__item:nth-of-type(3n-2) {
    margin-left: calc(0% - 1.875rem + 3.75rem);
    clear: both;
  }

  .list-people__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .list-people__container {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    position: relative;
  }

  .list-people__items {
    max-height: inherit;
    opacity: 1;
    width: 100%;
  }

  .list-people__content {
    width: initial;
    border-bottom: 1px solid #e6e5e5;
    margin: 0 0 2.5rem 0;
    padding-bottom: 5rem;
    position: relative;
  }

  .list-people__button {
    width: calc(18.3333333333% - 1.4791666667rem);
    float: left;
    margin-left: 1.25rem;
    float: right;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 64.25rem) {
  .list-people__header {
    width: calc(33.3333333333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
    padding-left: 1.875rem;
  }

  .list-people__header::before {
    left: -5.625rem;
  }

  .list-people__button {
    width: calc(27.5% - 2.390625rem);
    float: left;
    margin-left: 1.875rem;
    float: right;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
  }

  .list-people__container {
    display: inline-block;
    margin: 0 0 4.1875rem 0;
    width: 100%;
  }

  .list-people__content {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    border-bottom: 1px solid #e6e5e5;
    position: relative;
    padding-bottom: 2.5rem;
  }

  .list-people__items {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    width: calc(100% + 3.75rem);
  }

  .list-people__items::after {
    clear: both;
    content: "";
    display: block;
  }

  .list-people__item {
    width: calc(25% - 2.34375rem);
    float: left;
    margin-left: 1.875rem;
    margin: 0 0 1.25rem;
    margin-left: calc(12.5% - 2.109375rem + 3.75rem);
  }

  .list-people__item:nth-of-type(3n + 1) {
    margin-left: calc(0% - 1.875rem + 3.75rem);
  }

  .list-people__text {
    margin: 0 auto 1rem;
  }

  .list-people__sub-text {
    margin: 0 auto 1.25rem;
  }

  .list-people__sub-text--anchor {
    display: inline-block;
  }
}

.card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 0;
}

.card--image {
  position: relative;
  color: #fff;
}

.card--image__content {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 0 1.875rem 3.125rem 1.875rem;
  flex-direction: column;
}

@media (min-width: 64.25rem) {
  .card--image::after {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }

  .card--image__content {
    transition: transform 300ms ease-in-out;
  }

  .prefers-reduced-motion--no-preference .card--image:hover,
  .prefers-reduced-motion--no-preference .card--image:focus {
    outline: none;
  }

  .prefers-reduced-motion--no-preference .card--image:hover .card--image__content,
  .prefers-reduced-motion--no-preference .card--image:focus .card--image__content {
    transform: translateY(-1.875rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--image:hover,
  .card--image:focus {
    outline: none;
  }

  .card--image:hover .card--image__content,
  .card--image:focus .card--image__content {
    transform: translateY(-1.875rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--image .card--image__content {
    transform: translateY(-1.875rem);
  }

  .prefers-reduced-motion--reduce .card--image:hover,
  .prefers-reduced-motion--reduce .card--image:focus {
    outline: none;
  }

  .prefers-reduced-motion--reduce .card--image:hover::after,
  .prefers-reduced-motion--reduce .card--image:focus::after {
    opacity: 1;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--image .card--image__content {
    transform: translateY(-1.875rem);
  }

  .card--image:hover,
  .card--image:focus {
    outline: none;
  }

  .card--image:hover::after,
  .card--image:focus::after {
    opacity: 1;
  }
}

.card--image .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.card--image__content .e-cta-with-arrow {
  display: none;
  width: 7rem;
  transition: all .2s cubic-bezier(0.175, 0.575, 0.135, 1.23);
}

.card--image__content .e-cta-with-arrow__text {
  width: 100%;
}

.card--image__title {
  margin: 0;
  color: #fff;
}

.card--image__description {
  margin: .5rem 0 0;
  color: #fff;
}

.card--image__color-bar {
  display: none;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card--image {
    width: 16.75rem;
    height: 16.75rem;
  }
}

@media (min-width: 64.25rem) {
  .card--image .cta-wrapper {
    position: static;
  }

  .card--image .e-cta-with-arrow {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    opacity: 0;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  }

  .prefers-reduced-motion--no-preference .card--image:hover .e-cta-with-arrow,
  .prefers-reduced-motion--no-preference .card--image:focus .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--image:hover .e-cta-with-arrow,
  .card--image:focus .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--image .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--image .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem) {
  .card--image__color-bar {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 0;
    margin-left: 1.875rem;
    display: block;
  }

  .prefers-reduced-motion--no-preference .card--image__color-bar {
    transition: margin 300ms ease-out;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--image__color-bar {
    transition: margin 300ms ease-out;
  }
}

@media (min-width: 64.25rem) {
  .card--image__color-bar .color-bar .color {
    width: 0%;
    height: .3125rem;
  }

  .prefers-reduced-motion--no-preference .card--image__color-bar .color-bar .color {
    transition: width 300ms ease-out;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--image__color-bar .color-bar .color {
    transition: width 300ms ease-out;
  }
}

@media (min-width: 64.25rem) {
  .card--image__color-bar--yellow .color-bar .color--yellow {
    width: 7.3125rem;
  }

  .card--image__color-bar--orange .color-bar .color--orange {
    width: 7.3125rem;
  }

  .card--image__color-bar--red .color-bar .color--red {
    width: 7.3125rem;
  }

  .card--image__color-bar--purple .color-bar .color--purple {
    width: 7.3125rem;
  }

  .card--image__color-bar--blue .color-bar .color--blue {
    width: 7.3125rem;
  }

  .card--image__color-bar--green .color-bar .color--green {
    width: 7.3125rem;
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .card--image:hover .card--image__color-bar,
  .card--image:focus .card--image__color-bar {
    margin-left: 0;
  }

  .card--image:hover .card--image__color-bar .color,
  .card--image:focus .card--image__color-bar .color {
    width: 16.6666666667%;
  }
}

@media (min-width: 64.25rem) {
  .card--image__content .e-cta-with-arrow {
    display: inline-block;
    margin-top: 1.25rem;
  }
}

.card--link {
  position: relative;
  margin-bottom: 1.875rem;
  color: #fff;
}

.card--link__content {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 0 1.875rem 3.125rem 1.875rem;
  flex-direction: column;
}

@media (min-width: 64.25rem) {
  .card--link::after {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }

  .card--link__content {
    transition: transform 300ms ease-in-out;
  }

  .prefers-reduced-motion--no-preference .card--link:hover,
  .prefers-reduced-motion--no-preference .card--link:focus {
    outline: none;
  }

  .prefers-reduced-motion--no-preference .card--link:hover .card--link__content,
  .prefers-reduced-motion--no-preference .card--link:focus .card--link__content {
    transform: translateY(-1.875rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link:hover,
  .card--link:focus {
    outline: none;
  }

  .card--link:hover .card--link__content,
  .card--link:focus .card--link__content {
    transform: translateY(-1.875rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--link .card--link__content {
    transform: translateY(-1.875rem);
  }

  .prefers-reduced-motion--reduce .card--link:hover,
  .prefers-reduced-motion--reduce .card--link:focus {
    outline: none;
  }

  .prefers-reduced-motion--reduce .card--link:hover::after,
  .prefers-reduced-motion--reduce .card--link:focus::after {
    opacity: 1;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--link .card--link__content {
    transform: translateY(-1.875rem);
  }

  .card--link:hover,
  .card--link:focus {
    outline: none;
  }

  .card--link:hover::after,
  .card--link:focus::after {
    opacity: 1;
  }
}

.card--link__title {
  margin: 0;
  color: #fff;
  transform: translate3d(0, 0, 0);
}

.card--link .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.card--link .e-cta-with-arrow {
  display: none;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card--link {
    width: 16.75rem;
    height: 16.75rem;
  }
}

@media (min-width: 47.75rem) {
  .card--link__content {
    padding: 0 1.25rem 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .card--link .cta-wrapper {
    position: static;
  }

  .card--link .e-cta-with-arrow {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    opacity: 0;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  }

  .prefers-reduced-motion--no-preference .card--link:hover .e-cta-with-arrow,
  .prefers-reduced-motion--no-preference .card--link:focus .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link:hover .e-cta-with-arrow,
  .card--link:focus .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--link .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--link .e-cta-with-arrow {
    opacity: 1;
    transform: translateY(-1.25rem);
  }
}

@media (min-width: 64.25rem) {
  .card--link .e-cta-with-arrow.e-cta-with-arrow {
    display: block;
    color: #fff;
  }

  .card--link__content {
    padding: 0 1.875rem 3.125rem 1.875rem;
  }
}

.card--link--out {
  position: relative;
  color: #fff;
  margin-bottom: 1.875rem;
}

.card--link--out__content {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 0 1.875rem 3.125rem 1.875rem;
  flex-direction: column;
}

@media (min-width: 64.25rem) {
  .card--link--out::after {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }

  .card--link--out__content {
    transition: transform 300ms ease-in-out;
  }

  .prefers-reduced-motion--no-preference .card--link--out:hover,
  .prefers-reduced-motion--no-preference .card--link--out:focus {
    outline: none;
  }

  .prefers-reduced-motion--no-preference .card--link--out:hover .card--link--out__content,
  .prefers-reduced-motion--no-preference .card--link--out:focus .card--link--out__content {
    transform: translateY(-1.875rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link--out:hover,
  .card--link--out:focus {
    outline: none;
  }

  .card--link--out:hover .card--link--out__content,
  .card--link--out:focus .card--link--out__content {
    transform: translateY(-1.875rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--link--out .card--link--out__content {
    transform: translateY(-1.875rem);
  }

  .prefers-reduced-motion--reduce .card--link--out:hover,
  .prefers-reduced-motion--reduce .card--link--out:focus {
    outline: none;
  }

  .prefers-reduced-motion--reduce .card--link--out:hover::after,
  .prefers-reduced-motion--reduce .card--link--out:focus::after {
    opacity: 1;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--link--out .card--link--out__content {
    transform: translateY(-1.875rem);
  }

  .card--link--out:hover,
  .card--link--out:focus {
    outline: none;
  }

  .card--link--out:hover::after,
  .card--link--out:focus::after {
    opacity: 1;
  }
}

.card--link--out__block {
  padding-bottom: 56.25%;
  width: auto;
}

.card--link--out__block--yellow {
  background-color: #fdb913;
}

.card--link--out__block--yellow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .card--link--out__block--yellow::after {
  opacity: 0;
}

.e-text-color--dark .card--link--out__block--yellow::after {
  opacity: 0;
}

.e-text-color--info .card--link--out__block--yellow::after {
  opacity: 0;
}

.e-text-color--on-warning .card--link--out__block--yellow::after {
  opacity: 0;
}

.e-text-color--alert .card--link--out__block--yellow::after {
  opacity: 0;
}

.e-text-color--success .card--link--out__block--yellow::after {
  opacity: 0;
}

.card--link--out__block--yellow::after {
  background-color: rgba(0,0,0,.3);
  background-image: none;
}

.card--link--out__block--orange {
  background-color: #f36f21;
}

.card--link--out__block--orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .card--link--out__block--orange::after {
  opacity: 0;
}

.e-text-color--dark .card--link--out__block--orange::after {
  opacity: 0;
}

.e-text-color--info .card--link--out__block--orange::after {
  opacity: 0;
}

.e-text-color--on-warning .card--link--out__block--orange::after {
  opacity: 0;
}

.e-text-color--alert .card--link--out__block--orange::after {
  opacity: 0;
}

.e-text-color--success .card--link--out__block--orange::after {
  opacity: 0;
}

.card--link--out__block--orange::after {
  background-color: rgba(0,0,0,.3);
  background-image: none;
}

.card--link--out__block--red {
  background-color: #c9234a;
}

.card--link--out__block--red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .card--link--out__block--red::after {
  opacity: 0;
}

.e-text-color--dark .card--link--out__block--red::after {
  opacity: 0;
}

.e-text-color--info .card--link--out__block--red::after {
  opacity: 0;
}

.e-text-color--on-warning .card--link--out__block--red::after {
  opacity: 0;
}

.e-text-color--alert .card--link--out__block--red::after {
  opacity: 0;
}

.e-text-color--success .card--link--out__block--red::after {
  opacity: 0;
}

.card--link--out__block--red::after {
  background-color: rgba(0,0,0,.3);
  background-image: none;
}

.card--link--out__block--purple {
  background-color: #645faa;
}

.card--link--out__block--purple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .card--link--out__block--purple::after {
  opacity: 0;
}

.e-text-color--dark .card--link--out__block--purple::after {
  opacity: 0;
}

.e-text-color--info .card--link--out__block--purple::after {
  opacity: 0;
}

.e-text-color--on-warning .card--link--out__block--purple::after {
  opacity: 0;
}

.e-text-color--alert .card--link--out__block--purple::after {
  opacity: 0;
}

.e-text-color--success .card--link--out__block--purple::after {
  opacity: 0;
}

.card--link--out__block--purple::after {
  background-color: rgba(0,0,0,.3);
  background-image: none;
}

.card--link--out__block--blue {
  background-color: #0089cf;
}

.card--link--out__block--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .card--link--out__block--blue::after {
  opacity: 0;
}

.e-text-color--dark .card--link--out__block--blue::after {
  opacity: 0;
}

.e-text-color--info .card--link--out__block--blue::after {
  opacity: 0;
}

.e-text-color--on-warning .card--link--out__block--blue::after {
  opacity: 0;
}

.e-text-color--alert .card--link--out__block--blue::after {
  opacity: 0;
}

.e-text-color--success .card--link--out__block--blue::after {
  opacity: 0;
}

.card--link--out__block--blue::after {
  background-color: rgba(0,0,0,.3);
  background-image: none;
}

.card--link--out__block--green {
  background-color: #0db14b;
}

.card--link--out__block--green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .card--link--out__block--green::after {
  opacity: 0;
}

.e-text-color--dark .card--link--out__block--green::after {
  opacity: 0;
}

.e-text-color--info .card--link--out__block--green::after {
  opacity: 0;
}

.e-text-color--on-warning .card--link--out__block--green::after {
  opacity: 0;
}

.e-text-color--alert .card--link--out__block--green::after {
  opacity: 0;
}

.e-text-color--success .card--link--out__block--green::after {
  opacity: 0;
}

.card--link--out__block--green::after {
  background-color: rgba(0,0,0,.3);
  background-image: none;
}

.card--link--out__title {
  margin: 0 0 .9375rem;
}

.card--link--out__description {
  margin: 0 0 .5rem;
}

.card--link--out__cta::after {
  content: "\E900";
}

.card--link--out__cta::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-size: 1.75rem;
}

.card--link--out__cta-text {
  display: none;
  color: #fff;
  transform: translateY(-1.25rem);
}

.prefers-reduced-motion--no-preference .card--link--out__cta-text {
  opacity: 0;
  transition: all .3s ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .card--link--out__cta-text {
    opacity: 0;
    transition: all .3s ease-in-out;
  }
}

.card--link--out__color-bar {
  display: none;
}

.card--link--out__content {
  padding: 0 1.25rem 1.25rem;
}

.card--link--out .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: all .3s;
  vertical-align: middle;
}

@media (min-width: 64.25rem) {
  .card--link--out__color-bar {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 0;
    margin-left: 1.875rem;
    margin-left: 3.75rem;
  }

  .prefers-reduced-motion--no-preference .card--link--out__color-bar {
    transition: margin 300ms ease-out;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link--out__color-bar {
    transition: margin 300ms ease-out;
  }
}

@media (min-width: 64.25rem) {
  .card--link--out__color-bar .color-bar .color {
    width: 0%;
    height: .3125rem;
  }

  .prefers-reduced-motion--no-preference .card--link--out__color-bar .color-bar .color {
    transition: width 300ms ease-out;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link--out__color-bar .color-bar .color {
    transition: width 300ms ease-out;
  }
}

@media (min-width: 64.25rem) {
  .card--link--out__color-bar--yellow .color-bar .color--yellow {
    width: 7.3125rem;
  }

  .card--link--out__color-bar--orange .color-bar .color--orange {
    width: 7.3125rem;
  }

  .card--link--out__color-bar--red .color-bar .color--red {
    width: 7.3125rem;
  }

  .card--link--out__color-bar--purple .color-bar .color--purple {
    width: 7.3125rem;
  }

  .card--link--out__color-bar--blue .color-bar .color--blue {
    width: 7.3125rem;
  }

  .card--link--out__color-bar--green .color-bar .color--green {
    width: 7.3125rem;
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .card--link--out:hover .card--link--out__color-bar,
  .card--link--out:focus .card--link--out__color-bar {
    margin-left: 0;
  }

  .card--link--out:hover .card--link--out__color-bar .color,
  .card--link--out:focus .card--link--out__color-bar .color {
    width: 16.6666666667%;
  }
}

@media (min-width: 64.25rem) {
  .card--link--out__content {
    padding: 0 3.75rem 3.125rem;
  }

  .card--link--out__title {
    margin: 0 0 1.25rem;
  }

  .card--link--out__description {
    margin: 0;
  }

  .card--link--out__cta {
    position: absolute;
    bottom: -0.375rem;
    left: 9.375rem;
    display: block;
    color: #fff;
    transform: translateY(-1.25rem);
  }

  .prefers-reduced-motion--no-preference .card--link--out__cta {
    opacity: 0;
    transition: all .3s ease-in-out;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link--out__cta {
    opacity: 0;
    transition: all .3s ease-in-out;
  }
}

@media (min-width: 64.25rem) {
  .card--link--out__cta-text {
    position: absolute;
    bottom: 0;
    display: block;
  }

  .prefers-reduced-motion--no-preference .card--link--out:hover .image__img,
  .prefers-reduced-motion--no-preference .card--link--out:focus .image__img {
    transform: scale(1.1);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link--out:hover .image__img,
  .card--link--out:focus .image__img {
    transform: scale(1.1);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--link--out:hover .card--link--out__cta-text,
  .prefers-reduced-motion--reduce .card--link--out:focus .card--link--out__cta-text {
    text-decoration: underline;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--link--out:hover .card--link--out__cta-text,
  .card--link--out:focus .card--link--out__cta-text {
    text-decoration: underline;
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .card--link--out:hover .card--link--out__cta,
  .prefers-reduced-motion--no-preference .card--link--out:hover .card--link--out__cta-text,
  .prefers-reduced-motion--no-preference .card--link--out:focus .card--link--out__cta,
  .prefers-reduced-motion--no-preference .card--link--out:focus .card--link--out__cta-text {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .card--link--out:hover .card--link--out__cta,
  .card--link--out:hover .card--link--out__cta-text,
  .card--link--out:focus .card--link--out__cta,
  .card--link--out:focus .card--link--out__cta-text {
    opacity: 1;
    transform: translateY(0);
  }
}

.card--link--out__article {
  margin-bottom: 3.75rem;
}

.card--link--out__article::after {
  clear: both;
  content: "";
  display: block;
}

.card--link--out__article__image {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.card--link--out__article__text {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

.card--link--out__article__header {
  margin-bottom: .625rem;
}

.card--link--out__article__header--yellow {
  color: #fdb913;
}

.card--link--out__article__header--orange {
  color: #f36f21;
}

.card--link--out__article__header--red {
  color: #c9234a;
}

.card--link--out__article__header--purple {
  color: #645faa;
}

.card--link--out__article__header--blue {
  color: #0089cf;
}

.card--link--out__article__header--green {
  color: #0db14b;
}

.card--link--out__article__sub-header {
  color: #161616;
  margin-bottom: .625rem;
}

.card--link--out__article__cta {
  color: #161616;
}

.card--link--out__article__cta .e-cta-with-arrow {
  color: #000;
}

@media (min-width: 47.75rem) {
  .card--link--out__article__sub-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .card--link--out__article__content {
    align-items: center;
    display: flex;
    margin-bottom: 2.5rem;
  }

  .card--link--out__article__image {
    width: calc(50% - 2.8125rem);
    float: left;
    margin-left: 1.875rem;
    margin-bottom: 0;
    width: 50%;
  }

  .card--link--out__article__text {
    width: calc(50% - 2.8125rem);
    float: left;
    margin-left: 1.875rem;
    padding-left: 1.25rem;
    width: 50%;
  }

  .card--link--out__article--left .card--link--out__article__text {
    order: -1;
  }
}

.card--media {
  display: block;
  margin-bottom: 1.875rem;
}

.card--media__media {
  position: relative;
  margin-bottom: .625rem;
  display: flex;
  flex-wrap: wrap;
}

.card--media__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.card--media__video::after {
  content: "\E90A";
}

.card--media__video::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #fff;
  font-size: 4.875rem;
}

.card--media__title {
  margin: 0;
  color: #1e1f20;
}

.prefers-reduced-motion--no-preference .card--media__title {
  transition: .15s opacity;
}

@media (prefers-reduced-motion: no-preference) {
  .card--media__title {
    transition: .15s opacity;
  }
}

.card:hover .card--media__title,
.card:focus .card--media__title {
  opacity: .55;
}

.card--media__date {
  overflow: hidden;
  margin: 0 0 .75rem;
  color: #1e1f20;
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .card--media__media::before {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--media__media::before {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }
}

@media (min-width: 64.25rem) {
  .card--media:hover .color,
  .card--media:focus .color {
    width: 16.6666666667%;
  }

  .card--media:hover .color--last,
  .card--media:focus .color--last {
    width: 0;
  }

  .prefers-reduced-motion--reduce .card--media:hover .card--media__media::before,
  .prefers-reduced-motion--reduce .card--media:focus .card--media__media::before {
    opacity: 1;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .card--media:hover .card--media__media::before,
  .card--media:focus .card--media__media::before {
    opacity: 1;
  }
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card-row--scrollable .card--media {
    width: 16.75rem;
  }
}

.card--download {
  display: block;
  margin-bottom: 1.875rem;
}

.card--download__media {
  position: relative;
  margin-bottom: .625rem;
}

.card--download__slide {
  outline: none;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.card--download__slide .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.card--download__slide .image__img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.card--download .slick-slide {
  position: relative;
}

.card--download .slick-prev,
.card--download .slick-next {
  z-index: 1;
  left: 0;
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  transform: transform3d(0, 0, 0);
}

.card--download .slick-prev::before,
.card--download .slick-next::before {
  display: none;
}

.card--download .slick-prev:hover,
.card--download .slick-prev:focus,
.card--download .slick-next:hover,
.card--download .slick-next:focus {
  opacity: .8;
}

.card--download .slick-prev::after,
.card--download .slick-next::after {
  content: "\E903";
}

.card--download .slick-prev::after,
.card--download .slick-next::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  transform: rotate(180deg);
}

.card--download .slick-next {
  z-index: 1;
  right: 0;
  left: auto;
}

.card--download .slick-next::after {
  content: "\E903";
}

.card--download .slick-next::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: none;
}

.card--download__download {
  position: relative;
  display: block;
  padding-right: 1.875rem;
}

.card--download__download::after {
  content: "\E905";
}

.card--download__download::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  color: #0089cf;
  font-size: 1.75rem;
}

.card--download__title {
  margin: 0;
  color: #1e1f20;
}

.prefers-reduced-motion--no-preference .card--download__title {
  transition: .15s opacity;
}

@media (prefers-reduced-motion: no-preference) {
  .card--download__title {
    transition: .15s opacity;
  }
}

.card:hover .card--download__title,
.card:focus .card--download__title {
  opacity: .55;
}

.card.card--download:hover .card--download__title {
  opacity: 1;
}

.card--download__meta {
  overflow: hidden;
  margin: 0 0 .75rem;
  color: #1e1f20;
}

.card--download__description {
  color: #2e2e2e;
  margin-top: .625rem;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card-row--scrollable .card--media {
    width: 16.75rem;
  }
}

.card-row-2::after {
  clear: both;
  content: "";
  display: block;
}

.card-row-2__header {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media (min-width: 47.75rem) {
  .card-row-2__header {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .card-row-2__header {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.card-row-2__item {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card-row-2__item {
    margin-bottom: 1.25rem;
  }

  .card-row-2__item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 47.75rem) {
  .card-row-2__item {
    width: calc(50% - 1.875rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .card-row-2__item:nth-child(3n-2) {
    clear: both;
  }
}

@media (min-width: 64.25rem) {
  .card-row-2__item {
    width: calc(50% - 2.8125rem);
    float: left;
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .card-row-2__item:nth-child(3n-2) {
    clear: both;
  }
}

.card-row-3::after {
  clear: both;
  content: "";
  display: block;
}

.card-row-3__header {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media (min-width: 47.75rem) {
  .card-row-3__header {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .card-row-3__header {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.card-row-3__item {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card-row-3__item {
    margin-bottom: 1.25rem;
  }

  .card-row-3__item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 47.75rem) {
  .card-row-3__item {
    width: calc(33.3333333333% - 1.6666666667rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .card-row-3__item:nth-child(4n-3) {
    clear: both;
  }
}

@media (min-width: 64.25rem) {
  .card-row-3__item {
    width: calc(33.3333333333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .card-row-3__item:nth-child(4n-3) {
    clear: both;
  }
}

.card-row-4::after {
  clear: both;
  content: "";
  display: block;
}

.card-row-4__header {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media (min-width: 47.75rem) {
  .card-row-4__header {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .card-row-4__header {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.card-row-4__item {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card-row-4__item {
    margin-bottom: 1.25rem;
  }

  .card-row-4__item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 47.75rem) {
  .card-row-4__item {
    width: calc(25% - 1.5625rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .card-row-4__item:nth-child(5n-4) {
    clear: both;
  }
}

@media (min-width: 64.25rem) {
  .card-row-4__item {
    width: calc(25% - 2.34375rem);
    float: left;
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .card-row-4__item:nth-child(5n-4) {
    clear: both;
  }
}

.card-row-4--card-download__item:nth-child(5n-4) {
  clear: none;
}

.card-row-4--card-download__item:nth-child(4n+2) {
  clear: both;
}

.card-row::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .card-row--scrollable__content {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0 1.25rem;
    width: calc(100vw - 1.25rem);
  }

  .card-row--scrollable__container {
    overflow: auto;
    display: flex;
    white-space: nowrap;
  }

  .card-row--scrollable__container .expandable-list__button-container {
    display: none;
  }

  .card-row--scrollable__container .expandable-list__item--hidden {
    max-height: auto;
    opacity: 1;
    overflow: initial;
    visibility: visible;
  }

  .card-row--scrollable__item {
    width: auto;
    margin-left: 0;
    margin-right: 1.25rem;
    margin-bottom: 0;
    float: none;
    display: inline-block;
    white-space: normal;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .card-row--scrollable__container {
    display: block;
  }
}

@media (min-width: 47.75rem) {
  .card-row--centered .card-row__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-row--centered .card-row__item {
    float: none;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .card-row--centered .card-row__container {
    margin: 0 1.25rem;
  }

  .card-row--centered .card-row__item {
    width: calc(33.3333333333% - 1.25rem*2/3);
    float: none;
    margin-left: 1.25rem;
  }

  .card-row--centered .card-row__item:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .card-row--centered .card-row__container {
    margin: 0 1.875rem;
  }

  .card-row--centered .card-row__item {
    width: calc(25% - 1.875rem*3/4);
    margin-left: 1.875rem;
  }

  .card-row--centered .card-row__item:nth-child(4n-3) {
    margin-left: 0;
  }
}

.card-row--clear-none .card-row-3__item:nth-child(4n-3) {
  clear: none;
}

.card-row--clear-none .card-row__item {
  margin-bottom: 0;
}

@media (min-width: 47.75rem) {
  .card-row-3__item>a.card.card--image {
    margin-bottom: 2rem;
  }
}

@media (min-width: 47.75rem) {
  .card-row__item.card-row-3__item.card-row--card-image__item,
  .card-row__item.card-row-3__item.card-row--card-link__item,
  .card-row__item.card-row-2__item.card-row--card-link-out__item,
  .card-row__item.card-row-4__item.card-row--card-download__item,
  .card-row__item.card-row-4__item.card-row--card-media__item {
    float: none;
    display: inline-block;
    vertical-align: text-top;
  }
}

@media (min-width: 47.75rem) {
  .card-row {
    font-size: 0;
  }
}

@media (min-width: 47.75rem) {
  .card-row__content.card-row--card-image__content.card-row-3__content {
    padding-bottom: 0;
  }
}

.card-row-3>.cta-wrapper {
  margin-top: .9375rem;
}

.search-default__row>.card-row {
  padding-bottom: 2.375rem;
}

main>.card-row {
  padding-bottom: 2.375rem;
}

main>.card-row>.card-row--card-image__content {
  padding-bottom: 3.3125rem;
}

@media (min-width: 47.75rem) {
  main>.card-row {
    padding-bottom: 3.125rem;
  }

  main>.card-row>.card-row--card-image__content {
    padding-bottom: 4.0625rem;
  }
}

.article-thematic {
  margin-bottom: 1.875rem;
}

.article-thematic::after {
  clear: both;
  content: "";
  display: block;
}

.article-thematic .card-row-4 {
  margin-bottom: 0;
}

.article-thematic__layout {
  display: none;
}

.article-thematic__title {
  color: #fff;
  transition: .15s opacity;
  margin: 0;
}

.card:hover .article-thematic__title {
  opacity: .55;
}

.article-thematic__date {
  color: #fff;
}

.article-thematic .video__fallback {
  position: static;
}

.article-thematic--center {
  position: relative;
  margin-bottom: .625rem;
}

.article-thematic--center__wrapper {
  overflow: hidden;
  font-size: 0;
}

.article-thematic--center__overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.article-thematic--center__overlay__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 1.25rem 2.5rem;
}

.article-thematic--center__overlay .tag {
  margin-bottom: .9375rem;
}

.article-thematic--center__overlay .article-thematic__title {
  margin-bottom: 0;
}

.article-thematic--center__overlay .article-thematic__date {
  margin-top: .9375rem;
}

.article-thematic--center__content .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 47.75rem) {
  .article-thematic--center__overlay__content {
    padding: 0;
  }

  .prefers-reduced-motion--reduce .article-thematic--center__overlay__content {
    top: 0;
  }

  .prefers-reduced-motion--reduce .article-thematic--center__overlay__content::before {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }
}

@media (min-width: 47.75rem)and (prefers-reduced-motion: reduce) {
  .article-thematic--center__overlay__content {
    top: 0;
  }

  .article-thematic--center__overlay__content::before {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
  }
}

@media (min-width: 47.75rem) {
  .article-thematic--center .tag {
    margin-bottom: 0;
  }
}

@media (min-width: 64.25rem) {
  .article-thematic--center__overlay:hover .article-thematic--center__overlay__content .color,
  .article-thematic--center__overlay:focus .article-thematic--center__overlay__content .color {
    width: 16.6666666667%;
  }

  .article-thematic--center__overlay:hover .article-thematic--center__overlay__content .color--last,
  .article-thematic--center__overlay:focus .article-thematic--center__overlay__content .color--last {
    width: 0;
  }

  .prefers-reduced-motion--reduce .article-thematic--center__overlay:hover .article-thematic--center__overlay__content::before,
  .prefers-reduced-motion--reduce .article-thematic--center__overlay:focus .article-thematic--center__overlay__content::before {
    opacity: 1;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .article-thematic--center__overlay:hover .article-thematic--center__overlay__content::before,
  .article-thematic--center__overlay:focus .article-thematic--center__overlay__content::before {
    opacity: 1;
  }
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .article-thematic--mobile {
    display: block;
  }

  .article-thematic--mobile .video__fallback {
    position: static;
  }
}

.article-thematic--tablet {
  clear: both;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .article-thematic--tablet {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    overflow: scroll;
    display: block;
  }

  .article-thematic--tablet .video__fallback {
    position: static;
  }
}

.article-thematic--tablet .article-thematic--tablet__wrapper {
  display: flex;
  width: calc(150vw - 110px);
}

.article-thematic--tablet .article-thematic__column {
  width: calc(33.3333333333% - 1.25rem*2/3);
  margin-left: 1.25rem;
  position: relative;
}

.article-thematic--tablet .article-thematic__column:nth-child(3n-2) {
  margin-left: 0;
}

.article-thematic--tablet .card--media--bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.article-thematic--tablet .video__wrapper--with-overlay::after {
  display: none;
}

.article-thematic--desktop {
  clear: both;
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .article-thematic--desktop {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    display: flex;
  }
}

.article-thematic--desktop .article-thematic__column {
  width: calc(33.3333333333% - 1.875rem*2/3);
  margin-left: 1.875rem;
  position: relative;
}

.article-thematic--desktop .article-thematic__column:nth-child(3n-2) {
  margin-left: 0;
}

.article-thematic--desktop .card--media--top {
  margin-bottom: 0;
}

.article-thematic--desktop .card--media--bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.article-thematic--desktop .video__wrapper--with-overlay::after {
  display: none;
}

.pull-quote {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  float: none;
  text-align: center;
  color: #161616;
  margin-bottom: 3.125rem;
}

@media (min-width: 47.75rem) {
  .pull-quote {
    width: calc(83.3333333333% - 2.2916666667rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(8.3333333333% - 1.3541666667rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .pull-quote {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }
}

.pull-quote::after {
  content: "";
  display: table;
  clear: both;
}

.pull-quote--left-align .pull-quote__quote {
  display: flex;
  text-align: left;
  padding: 25px;
}

.pull-quote--left-align .pull-quote__quote:before {
  content: "";
  border-left: 3px solid #e6eaed;
  flex: 1;
  width: 2px;
  margin-right: 25px;
}

.pull-quote__icon::after {
  content: "\E90B";
}

.pull-quote__icon::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-size: 7.625rem;
  line-height: .39344;
  color: #0089cf;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.pull-quote__icon::after {
  margin-top: 0;
}

.pull-quote__image {
  display: inline-block;
}

.pull-quote__quote {
  margin: 0 0 1.25rem 0;
}

.pull-quote__attribution {
  position: relative;
  margin-bottom: 0;
}

.pull-quote__attribution::before {
  content: " ";
  display: block;
  width: .125rem;
  height: 2.5rem;
  margin: 0 auto 1.25rem;
  background-color: #e8e8e8;
}

.pull-quote .color-bar {
  display: block;
  width: 13.125rem;
  margin: .75rem auto 1.25rem;
}

.pull-quote__footer {
  text-align: center;
}

@media (min-width: 47.75rem) {
  .pull-quote {
    float: none;
  }

  .pull-quote__icon::after {
    font-family: comcorp-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }

  .pull-quote__quote {
    margin: 0 0 1.25rem 0;
  }

  .pull-quote .color-bar {
    margin: .875rem auto 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .pull-quote {
    float: none;
  }

  .pull-quote__icon::after {
    font-family: comcorp-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    font-size: 10.3125rem;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
  }

  .pull-quote__icon::after {
    margin-top: 0;
  }

  .pull-quote__quote {
    margin-bottom: .3125rem;
  }

  .pull-quote .color-bar {
    width: 0;
    transition: width 1s;
    transition-delay: .5s;
    margin: .875rem auto 1.25rem;
  }

  .prefers-reduced-motion--reduce .pull-quote .color-bar {
    width: 13.125rem;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .pull-quote .color-bar {
    width: 13.125rem;
  }
}

@media (min-width: 64.25rem) {
  .pull-quote .color-bar.animate-width {
    width: 13.125rem;
  }
}

.press-kit {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #1e1f20;
  margin: 2.5rem 0;
  margin-bottom: 3.75rem;
  color: #fff;
}

.press-kit::after {
  clear: both;
  content: "";
  display: block;
}

.press-kit__button {
  display: none;
  border: none;
  background: none;
}

.press-kit__button-icon::after {
  content: "\E906";
}

.press-kit__button-icon::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.press-kit__button-icon--minus::after {
  content: "\E907";
}

.press-kit__button-icon--minus::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.press-kit__button-icon--minus::after {
  position: absolute;
  top: -0.1875rem;
  right: 0;
  font-size: 1.5625rem;
}

.press-kit__left {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-top: 2.5rem;
}

.press-kit__header {
  color: #fff;
  margin-top: 0;
}

.press-kit__description {
  color: #fff;
  max-width: 26.25rem;
}

.press-kit__cta-one {
  display: inline-block;
  padding: 1.25rem 5rem;
  margin-top: 2.5rem;
  border: 1px solid #747474;
  color: #fff;
}

.press-kit__right {
  display: inline-block;
  margin: 2.5rem 0 0 1.25rem;
}

.press-kit__header-two {
  color: #fff;
  margin-bottom: 2.5rem;
}

.press-kit__cards {
  padding-bottom: 2.5rem;
}

.press-kit__cards .card-row__content {
  padding: 0;
}

.press-kit__cards .card-row>.cta-wrapper>.e-cta-with-arrow {
  color: #fff;
}

.press-kit__cards .card--media__media {
  position: relative;
}

.press-kit__cards .card--media__media::after {
  content: "\E905";
}

.press-kit__cards .card--media__media::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.press-kit__cards .card--media__media::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  color: #fff;
  font-size: 2.5rem;
  transform: translate(-50%, -50%);
}

.press-kit__cards .card--media__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(23,23,23,.8);
}

.press-kit__cards .card--media__title {
  color: #fff;
}

.press-kit__cards .card--media__date {
  color: #868686;
}

.press-kit__cards .card--media--video .card--media__video::after {
  font-size: 2.5rem;
}

.press-kit__cards .card--media--video:hover .card--media__video,
.press-kit__cards .card--media--video:focus .card--media__video {
  display: none;
}

.press-kit__cards .card-row--scrollable__item:last-child {
  padding-right: 1.25rem;
}

@media (min-width: 47.75rem) {
  .press-kit {
    padding: 3.75rem 3.25rem 0;
  }

  .press-kit .card-row {
    margin-bottom: 0;
  }

  .press-kit .card-row .card--media__title {
    margin-bottom: .625rem;
  }

  .press-kit .card-row__container {
    display: flex;
    flex-flow: row wrap;
  }

  .press-kit .card-row__item {
    flex: 0 0 auto;
    width: calc(33% - 12px);
  }

  .press-kit .card-row__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .press-kit .card-row__item:nth-child(n+4) {
    max-height: 0;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
  }

  .press-kit__button {
    z-index: 1;
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    display: block;
    width: calc(33% - 28px);
    padding: 0 1.875rem 1.25rem 0;
    border-bottom: 1px solid #028ed4;
    color: #028ed4;
    text-align: left;
  }

  .press-kit__button:hover,
  .press-kit__button:focus {
    cursor: pointer;
  }

  .press-kit__button-icon {
    position: absolute;
    top: -0.25rem;
    right: 0;
    cursor: pointer;
    font-size: 1.5625rem;
  }

  .press-kit__cards {
    border-bottom: 1px solid #6e6e6e;
    position: relative;
    transition: all .5s ease-in-out;
  }

  .press-kit__cards .card-row--scrollable__item:last-child {
    padding-right: 0;
  }

  .press-kit__cards.reveal .card-row__item:nth-child(n+4) {
    max-height: 18.75rem;
    opacity: 1;
    transition: all .5s;
    visibility: visible;
  }

  .press-kit__header {
    margin: 0 0 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .press-kit {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .cc-page-wrapper--fluid .press-kit {
    position: static;
    right: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

  .press-kit__button {
    right: .125rem;
    bottom: 1.875rem;
    width: calc(25% - 30px);
  }

  .press-kit__cta-one {
    transition: .15s border-color;
  }

  .press-kit__cta-one:hover,
  .press-kit__cta-one:focus {
    border-color: #fff;
    cursor: pointer;
  }

  .press-kit__left {
    width: calc(33.3333333333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
    display: inline-block;
    margin-top: 0;
  }

  .press-kit__right {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 1.875rem;
  }

  .press-kit .cta-wrapper {
    top: 1.5rem;
  }

  .press-kit .card-row .card--media__media:hover::before,
  .press-kit .card-row .card--media__media:hover::after,
  .press-kit .card-row .card--media__media:focus::before,
  .press-kit .card-row .card--media__media:focus::after {
    display: block;
  }

  .press-kit .card-row .card:hover .card--media__title,
  .press-kit .card-row .card:focus .card--media__title {
    opacity: 1;
  }

  .press-kit .card-row__item {
    width: calc(25% - 1.4375rem);
    height: auto;
  }

  .press-kit .card-row__item.card-row-2__item {
    clear: none;
  }

  .press-kit .card-row__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .press-kit .card-row__item:not(:nth-child(4n+1)) {
    margin-left: 1.875rem;
  }

  .press-kit .card-row__item:nth-child(4) {
    max-height: 37.5rem;
    opacity: 1;
    visibility: visible;
  }

  .press-kit .card-row__item:nth-child(5) {
    margin-left: 0;
  }

  .press-kit .card-row__item:nth-child(n+5) {
    max-height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    visibility: hidden;
  }

  .press-kit__cards {
    padding-bottom: 1.875rem;
    border: 0;
  }

  .press-kit__cards .card-row--scrollable__item:last-child:not(:nth-child(4n+1)) {
    margin-left: 1.875rem;
  }

  .press-kit__cards.reveal .card-row__item:nth-child(n+5) {
    max-height: 37.5rem;
  }
}

.media-embed {
  margin-bottom: 2.5rem;
}

.media-embed.portrait-media {
  margin: 0 auto;
  max-width: 25vw;
}

.media-embed__caption {
  margin: .625rem 1.25rem 0 1.25rem;
}

.media-embed .media-embed--bigger {
  width: 100%;
  margin: auto;
}

.media-embed .video {
  width: 100%;
}

.media-embed .video .vjs-big-play-button {
  transition: .15s all;
}

.media-embed .video:hover .vjs-big-play-button,
.media-embed .video:focus .vjs-big-play-button {
  transform: translate(-50%, -50%) scale(1.15);
  background-color: rgba(0,0,0,.45);
}

@media (min-width: 47.75rem) {
  .media-embed::after {
    clear: both;
    content: "";
    display: block;
  }

  .media-embed__content {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }

  .media-embed__caption {
    margin: 1.25rem 0;
  }
}

@media (min-width: 64.25rem) {
  .media-embed__content {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }
}

.quicklinks-noimage__list {
  list-style: none;
  margin-bottom: 2.5rem;
  padding: 0;
}

.quicklinks-noimage__list::after {
  clear: both;
  content: "";
  display: block;
}

.quicklinks-noimage__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 47.75rem) {
  .quicklinks-noimage__item {
    width: calc(50% - 1.875rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .quicklinks-noimage__item {
    width: calc(25% - 2.34375rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.quicklinks-noimage--centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 47.75rem) {
  .quicklinks-noimage--centered {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .quicklinks-noimage--centered {
    padding: 0 1.25rem;
  }
}

.quicklinks-noimage--centered .quicklinks-noimage__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 47.6875rem) {
  .quicklinks-noimage--centered .quicklinks-noimage__item {
    margin-left: 0;
  }
}

.search-autocomplete__accessibility-announcement {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.search-autocomplete__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.search-autocomplete__submit-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.search-header {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 1.25rem 0 1.875rem;
  background-color: #f7f7f7;
}

.cc-page-wrapper--fluid .search-header {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.header__wrapper+.search-header {
  margin-top: -2.5rem;
}

.search-header__container {
  margin-left: auto;
  margin-right: auto;
}

.search-header__container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .search-header__container {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.search-header__container::after {
  clear: both;
  content: "";
  display: block;
}

.search-header__content {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

.search-header__description {
  display: block;
  margin: 0;
  color: #1e1f20;
  padding-bottom: 0;
}

.search-header .search-autocomplete {
  position: relative;
}

.search-header .search-autocomplete::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: .6875rem;
  left: 0;
  color: #9b9b9b;
  font-size: 2rem;
}

.search-header .search-autocomplete::after::after {
  content: "\E901";
}

.search-header .search-autocomplete::after::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.search-header .search-autocomplete__form {
  position: relative;
  display: block;
}

.search-header .search-autocomplete__input {
  width: 100%;
  border: 0;
  color: #8f8f8f;
  background-color: #f7f7f7;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.search-header .search-autocomplete__input::placeholder {
  color: #cdcdcd;
}

.search-header .search-autocomplete__input::-webkit-input-placeholder {
  color: #cdcdcd;
}

.search-header .search-autocomplete__input::-moz-placeholder {
  color: #cdcdcd;
}

.search-header .search-autocomplete__input:-ms-input-placeholder {
  color: #cdcdcd;
}

.search-header .search-autocomplete__input:-moz-placeholder {
  color: #cdcdcd;
}

.search-header .search-autocomplete__list li:first-child {
  padding-top: 1.25rem;
}

.search-header .search-autocomplete__list li {
  padding-left: 7px;
  padding-right: 7px;
}

.search-header .search-autocomplete__item {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  display: block;
  width: 100%;
  border: none;
  color: #6a6a6c;
  background: rgba(0,0,0,0);
  padding-top: 1.875rem;
  appearance: none;
  cursor: pointer;
  text-align: left;
}

.search-header .search-autocomplete__item--highlighted,
.search-header .search-autocomplete__item--highlighted .search-autocomplete__emphasis {
  color: #0089cf;
}

.search-header .search-autocomplete__emphasis {
  color: #0089cf;
}

.search-header .search-autocomplete__submit {
  position: absolute;
  top: .8125rem;
  right: 0;
  display: none;
  padding: 0;
  border: 0;
  color: #1e1f20;
  background-color: rgba(0,0,0,0);
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}

.search-header .search-autocomplete__submit i {
  display: flex;
  align-items: center;
}

.search-header .search-autocomplete__submit i::before {
  content: "Search";
  font-family: "Comcast New Vision","Futura",sans-serif;
  padding-right: 10px;
  display: inline-block;
}

.search-header .search-autocomplete__submit i::after {
  font-size: 1.875rem;
  transition: all .2s ease-out;
}

.search-header .search-autocomplete__submit i:hover::after,
.search-header .search-autocomplete__submit i:focus::after {
  transform: translateX(0.9375rem);
}

.search-header .search-autocomplete__separator {
  position: absolute;
  top: 3.125rem;
  right: 0;
  left: 0;
  border-bottom: 1px solid #747474;
}

.search-header--submittable .search-autocomplete__input {
  width: calc(100% - (1.25rem*2 + 7.0625rem));
}

.search-header--submittable .search-autocomplete__submit {
  display: block;
}

@media (min-width: 47.75rem) {
  .search-header__content {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .header__wrapper+.search-header {
    margin-top: -3.75rem;
  }

  .search-header__content {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.search-default {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

.search-default--hide {
  display: none;
}

.search-default__row {
  position: relative;
  padding-bottom: 2.375rem;
}

@media (min-width: 47.75rem) {
  .search-default__row {
    padding-bottom: 3.125rem;
  }
}

.search-results::after {
  content: "";
  display: table;
  clear: both;
}

.search-results__count {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  color: #848484;
  margin-bottom: 1.875rem;
  text-align: left;
}

.search-results__no-results {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e6e5e5;
  text-align: left;
}

.search-results__no-results__header {
  color: #161616;
  margin: 0 0 .375rem;
}

.search-results__no-results__text {
  color: #848484;
  margin: 0;
}

.search-results__no-results__term {
  color: #161616;
}

.search-results__wrapper {
  text-align: center;
  position: relative;
}

.search-results__wrapper[data-has-query=true] {
  margin-top: 3.125rem;
  margin-bottom: 5rem;
}

.search-results__wrapper[data-loading=true] {
  min-height: 7.5rem;
}

.search-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.search-results__list::after {
  clear: both;
  content: "";
  display: block;
}

.search-results__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: left;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .search-results__item {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }

  .search-results__item[data-format=card] {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }

  .search-results__item[data-format=card]:nth-child(3n-2) {
    clear: both;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .search-results__count,
  .search-results__no-results {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }

  .search-results__item {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }

  .search-results__item[data-format=card] {
    width: calc(25% - 2.34375rem);
    float: left;
    margin-left: 1.875rem;
  }

  .search-results__item[data-format=card]:nth-child(4n-3) {
    clear: both;
  }
}

.search-result {
  display: block;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.search-result::after {
  clear: both;
  content: "";
  display: block;
}

.search-result__meta {
  color: #161616;
  margin-bottom: .75rem;
}

.search-result__meta span {
  display: inline-block;
}

.search-result__meta span::after {
  content: "|";
  display: inline-block;
  padding: 0 .25rem;
}

.search-result__meta span:last-child::after {
  display: none;
}

.search-result__title {
  margin: 0 0 .625rem;
  color: #161616;
  transition: 150ms opacity;
}

.search-result:hover .search-result__title,
.search-result:focus .search-result__title {
  opacity: .55;
}

.search-result__excerpt {
  margin: 0;
  color: #848484;
}

.search-result__match {
  color: #161616;
}

.search-result__image {
  margin: 1.125rem 0 0;
}

.search-result__tag {
  margin-bottom: .9375rem;
}

@media (min-width: 47.75rem) {
  .search-result {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .search-result::after {
    clear: both;
    content: "";
    display: block;
  }

  .search-result__tag {
    margin-bottom: 1.25rem;
  }

  .search-result__content {
    float: left;
    width: calc(100% - 185px);
    padding-right: 1.25rem;
  }

  .search-result__image {
    float: left;
    width: 11.5625rem;
    margin-top: 0;
  }
}

.search-pagination {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
}

.search-pagination::after {
  content: "";
  display: table;
  clear: both;
}

.search-pagination__button {
  color: #848484;
  text-align: center;
  margin: 0 .625rem;
  display: inline-block;
  min-width: 1.25rem;
  height: 3rem;
  transition: color .15s;
}

.search-pagination__button a {
  display: block;
  height: 3rem;
}

.search-pagination__button-text--next,
.search-pagination__button-text--previous {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 !important;
  padding: 0 !important;
}

.search-pagination__button--active {
  color: #1e1f20;
  cursor: pointer;
}

.search-pagination__button--disabled {
  opacity: .4;
}

.search-pagination__button--active {
  border-bottom: .25rem solid #fdb913;
}

.search-pagination__button--prev,
.search-pagination__button--next {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.search-pagination__button--prev a,
.search-pagination__button--next a {
  position: relative;
}

.search-pagination__button--prev a::after,
.search-pagination__button--next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  transition: all .15s;
  height: .5625rem;
  width: .5625rem;
  border: 1px solid rgba(0,0,0,0);
  border-right-color: #848484;
  border-bottom-color: #848484;
  transform: translate(0, -50%) rotate(135deg);
}

.search-pagination__button--next {
  left: auto;
  right: 0;
}

.search-pagination__button--next a::after {
  transform: translate(-0.4375rem, -60%) rotate(-45deg);
}

@media (min-width: 47.75rem) {
  .search-pagination {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
    display: inline-block;
  }

  .search-pagination__button {
    margin: 0 1.125rem;
  }
}

@media (min-width: 64.25rem) {
  .search-pagination {
    margin-bottom: 3.75rem;
  }

  .search-pagination__button:hover {
    color: #1e1f20;
    cursor: pointer;
  }

  .search-pagination__button--break:hover,
  .search-pagination__button--disabled:hover {
    color: #848484;
    cursor: default;
  }

  .search-pagination__button--prev a:hover:not(.search-results__pagination__button--disabled)::after,
  .search-pagination__button--next a:hover:not(.search-results__pagination__button--disabled)::after {
    border-right-color: #1e1f20;
    border-bottom-color: #1e1f20;
  }
}

.search-filters {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cc-page-wrapper--fluid .search-filters {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.search-filters--locked {
  pointer-events: none;
}

.search-filters__container {
  margin-left: auto;
  margin-right: auto;
}

.search-filters__container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .search-filters__container {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.search-filters__container::after {
  clear: both;
  content: "";
  display: block;
}

.search-filters__content {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  padding: 1.875rem 0;
}

.search-filters__trigger {
  position: relative;
  display: block;
  padding: .9375rem;
  border: 1px solid #d9d9d9;
  color: #000;
  background: none;
  padding-right: 2.5rem;
  text-align: left;
  transition: all .3s;
}

.search-filters__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .9375rem;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  border-top: 6px solid #848484;
  transform: translateY(-50%);
  transition: all .3s;
}

@media (min-width: 47.75rem) {
  .search-filters__trigger:hover,
  .search-filters__trigger:focus {
    background-color: #027dbb;
    border-color: #027dbb;
    color: #fff;
  }

  .search-filters__trigger:hover::after,
  .search-filters__trigger:focus::after {
    border-top-color: #fff;
  }
}

.search-filters__trigger:focus {
  outline: none;
}

.search-filters__overlay {
  color: #fff;
}

.search-filters__close {
  position: absolute;
  top: .5rem;
  right: -100%;
  display: none;
  border: none;
  background-color: rgba(0,0,0,0);
  font: inherit;
  text-align: inherit;
  font-weight: inherit;
  -webkit-appearance: none !important;
          appearance: none !important;
}

.search-filters__close:focus {
  outline: inherit;
}

.search-filters--open .search-filters__close {
  right: .5rem;
  color: #fff;
}

.search-filters__close::after {
  content: "\E90D";
}

.search-filters__close::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-size: 2.5rem;
}

.search-filters__close span {
  display: block;
  overflow: none;
  width: 1px;
  height: 1px;
  font-size: 0;
}

.search-filters--open .search-filters__close {
  display: block;
}

.search-filters__header {
  color: #848484;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .search-filters .search-filters__trigger,
  .search-filters .search-filters-list__label {
    display: block;
    width: 100%;
  }

  .search-filters__overlay {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: -100%;
    overflow: hidden;
    width: 100vw;
    background-color: #000;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out,0s left .5s;
    padding: 4.375rem 1.25rem 1.25rem;
  }

  .search-filters--open .search-filters__overlay {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all .3s ease-in-out,0s left;
    left: 50%;
    display: block;
    padding-bottom: 1.875rem;
    visibility: visible;
  }

  .search-filters__buttons {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 47.75rem) {
  .search-filters {
    transition: background-color .3s ease-in-out;
  }

  .search-filters__content {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
  }

  .search-filters__top {
    position: relative;
    display: flex;
    justify-content: flex-start;
  }

  .search-filters__trigger {
    display: inline-block;
  }

  .search-filters__toggles {
    margin-left: auto;
  }

  .search-filters__toggles,
  .search-filters__toggles>div {
    display: flex;
    align-self: center;
    align-items: flex-end;
  }

  .search-filters__toggles__animation--enter,
  .search-filters__toggles__animation--leave {
    transition: opacity .3s;
  }

  .search-filters__toggles__animation--enter {
    opacity: .01;
  }

  .search-filters__toggles__animation--enter-active {
    opacity: 1;
  }

  .search-filters__toggles__animation--leave {
    opacity: 1;
  }

  .search-filters__toggles__animation--leave-active {
    opacity: .01;
  }

  .search-filters__lists {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    display: flex;
  }

  .search-filters__lists .search-filters-list:last-child {
    margin-right: 0;
  }

  .search-filters__buttons {
    text-align: right;
  }

  .search-filters--open {
    background-color: #000;
  }

  .search-filters--open .search-filters__trigger {
    background-color: #027dbb;
    border-color: #027dbb;
    color: #fff;
  }

  .search-filters--open .search-filters__trigger::after {
    border-top-color: #fff;
    transform: rotate(180deg) translateY(2px);
  }
}

@media (min-width: 64.25rem) {
  .search-filters__content {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.search-filters-toggle {
  padding-top: 1.25rem;
}

.search-filters-toggle__label {
  color: #848484;
  margin-bottom: 1.25rem;
}

.search-filters-toggle__option {
  display: inline-block;
  align-items: initial;
  width: calc(50% - 5px);
  border: initial;
  border-style: solid;
  border-width: 0;
  border-bottom: .1875rem solid #f7f7f7;
  color: #848484;
  background-color: rgba(0,0,0,0);
  text-align: inherit;
  padding-left: 0;
  padding-bottom: 1.25rem;
}

.search-filters-toggle__option:focus {
  outline: inherit;
}

.search-filters-toggle__option:first-child {
  margin-right: .625rem;
}

.search-filters-toggle__option--active {
  border-bottom: .1875rem solid #fdb913;
  color: #1e1f20;
}

.search-filters-toggle__option--grid,
.search-filters-toggle__option--list {
  font-size: 1.75rem;
}

.search-filters-toggle__option--grid span,
.search-filters-toggle__option--list span {
  display: block;
  overflow: none;
  width: 1px;
  height: 1px;
  font-size: 0;
}

.search-filters-toggle__option--grid::after {
  content: "\E91B";
}

.search-filters-toggle__option--grid::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.search-filters-toggle__option--list::after {
  content: "\E90F";
}

.search-filters-toggle__option--list::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .search-filters-toggle--format {
    display: none;
  }
}

@media (min-width: 47.75rem) {
  .search-filters-toggle {
    display: inline-block;
    padding-top: 0;
    margin-right: 3.75rem;
  }

  .search-filters-toggle:last-child {
    margin-right: 0;
  }

  .search-filters-toggle__label {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
  }

  .search-filters-toggle__options {
    display: flex;
  }

  .search-filters-toggle__option {
    overflow: hidden;
    width: auto;
    padding-bottom: 1.0625rem;
    min-width: 7.5rem;
    border-bottom-color: rgba(0,0,0,0);
  }

  .search-filters-toggle__option--active {
    border-bottom-color: #fdb913;
  }

  .search-filters-toggle__option--grid,
  .search-filters-toggle__option--list {
    line-height: .9;
    min-width: 0;
  }
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .search-filters-list__label {
    position: relative;
    display: block;
    padding: .9375rem;
    border: 1px solid #d9d9d9;
    color: #000;
    background: none;
    padding-right: 2.5rem;
    text-align: left;
    transition: all .3s;
    background-color: rgba(0,137,207,.7);
    color: #1e1f20;
    border: 0;
  }

  .search-filters-list__label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .9375rem;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-top: 6px solid #848484;
    transform: translateY(-50%);
    transition: all .3s;
  }
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem)and (min-width: 47.75rem) {
  .search-filters-list__label:hover,
  .search-filters-list__label:focus {
    background-color: #027dbb;
    border-color: #027dbb;
    color: #fff;
  }

  .search-filters-list__label:hover::after,
  .search-filters-list__label:focus::after {
    border-top-color: #fff;
  }
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .search-filters-list__label::after {
    border-top-color: #1e1f20;
  }

  .search-filters-list__label:focus {
    outline: none;
  }

  .search-filters-list--open .search-filters-list__label {
    background-color: #0089cf;
    color: #fff;
  }

  .search-filters-list--open .search-filters-list__label::after {
    border-top-color: #fff;
    transform: rotate(180deg) translateY(2px);
  }

  .search-filters-list__options {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 47.75rem) {
  .search-filters-list {
    width: calc(33.3333333333% - 1.25rem*2/3);
    margin-left: 1.25rem;
  }

  .search-filters-list:nth-child(3n-2) {
    margin-left: 0;
  }

  .search-filters-list__label {
    color: #fff;
    padding-bottom: .25rem;
    border-bottom: 1px solid #54585a;
    text-indent: 2.25rem;
  }
}

@media (min-width: 64.25rem) {
  .search-filters-list {
    width: calc(25% - 1.875rem*3/4);
    margin-left: 1.875rem;
  }

  .search-filters-list:nth-child(4n-3) {
    margin-left: 0;
  }
}

.search-filters-list-option {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  margin-top: 1.5625rem;
  background-color: rgba(0,0,0,0);
}

.search-filters-list-option__checkbox {
  position: absolute;
  opacity: 0;
}

.search-filters-list-option__checkbox+label {
  margin: 0 -0.125rem;
}

.search-filters-list-option__checkbox+label::after {
  content: none;
}

.search-filters-list-option__checkbox:checked+label::before {
  background-color: #0289cf;
}

.search-filters-list-option__checkbox:checked+label::after {
  content: "";
}

.search-filters-list-option__checkbox:focus {
  outline: none;
}

.search-filters-list-option__checkbox:focus+label::before {
  outline: rgba(2,137,207,.75) .125rem solid;
  outline-offset: .125rem;
}

.search-filters-list-option__label {
  position: relative;
  display: inline-block;
  overflow: auto;
  padding: .25rem 0 .25rem 2.375rem;
  color: #fff;
}

.search-filters-list-option__label::before,
.search-filters-list-option__label::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.search-filters-list-option__label::before {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: #464647;
}

.search-filters-list-option__label::after {
  top: .5625rem;
  left: .5rem;
  width: .4375rem;
  height: .1875rem;
  border-left: .125rem solid #fff;
  border-bottom: .125rem solid #fff;
  transform: rotate(-45deg);
}

.search-filter-button {
  background: none;
  color: #fff;
  border: 1px solid #848484;
  padding: .9375rem;
  text-align: center;
  display: inline-block;
  margin: 0;
  transition: all .3s;
}

@media screen and (min-width: 0rem)and (max-width: 47.6875rem) {
  .search-filters__buttons .search-filter-button {
    width: calc(50% - 0.625rem);
  }
}

@media (min-width: 47.75rem) {
  .search-filter-button:hover {
    background-color: #0089cf;
    border-color: #0089cf;
  }
}

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #c9234a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: rgba(0,0,0,0) !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: rgba(0,0,0,0) !important;
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: rgba(0,0,0,0) !important;
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  animation: container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
}

.spinner__layer.spinner-yellow {
  border-color: #fdb913;
}

.spinner__layer.spinner-orange {
  border-color: #f36f21;
}

.spinner__layer.spinner-red {
  border-color: #c9234a;
}

.spinner__layer.spinner-purple {
  border-color: #645faa;
}

.spinner__layer.spinner-blue {
  border-color: #0089cf;
}

.spinner__layer.spinner-green {
  border-color: #0db14b;
}

.timeline-footer {
  display: none;
  position: absolute;
  bottom: .5rem;
  right: 1.25rem;
  color: #9b9b9b;
  z-index: 4;
}

.timeline-footer a {
  color: #9b9b9b;
  transition: .3s color;
}

.timeline-footer a:hover {
  color: #fff;
}

@media (min-width: 64.25rem) {
  .timeline-footer {
    display: block;
  }
}

.timeline-slide {
  transition: filter .3s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.timeline__container--nav-open .timeline-slide {
  filter: blur(5px);
}

.timeline-slide.animate--appear,
.timeline-slide.animate--enter {
  opacity: 0;
}

.timeline-slide.animate--appear-active,
.timeline-slide.animate--enter-active {
  opacity: 1;
  transition: .4s opacity .4s;
}

.timeline-slide.animate--leave {
  opacity: 1;
}

.timeline-slide.animate--leave-active {
  opacity: 0;
  transition: .4s opacity;
}

.timeline-slide__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-slide__background-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.timeline-slide__background-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: .5;
  transform: translate3d(0, 0, 0);
}

.e-text-color--black .timeline-slide__background-wrapper::after {
  opacity: 0;
}

.e-text-color--dark .timeline-slide__background-wrapper::after {
  opacity: 0;
}

.e-text-color--info .timeline-slide__background-wrapper::after {
  opacity: 0;
}

.e-text-color--on-warning .timeline-slide__background-wrapper::after {
  opacity: 0;
}

.e-text-color--alert .timeline-slide__background-wrapper::after {
  opacity: 0;
}

.e-text-color--success .timeline-slide__background-wrapper::after {
  opacity: 0;
}

.timeline-slide__background-wrapper::after {
  z-index: 1;
  top: 0;
  opacity: .6;
  transition: .3s opacity,0s top 0s;
  background-image: linear-gradient(180deg, transparent, #000000);
}

.timeline-slide__background-wrapper.playing::after {
  opacity: 0;
  top: 100%;
  transition: .3s opacity,0s top .3s;
}

.timeline-slide__background .image {
  overflow: visible !important;
  width: 100%;
  height: 100%;
}

.timeline-slide__background .image__img {
  width: 100%;
  height: 100%;
}

.animate--appear .timeline-slide__background .image__img,
.animate--enter .timeline-slide__background .image__img {
  transform: scale(1.05) translate3d(0, 0, 0);
}

.animate--appear-active .timeline-slide__background .image__img,
.animate--enter-active .timeline-slide__background .image__img {
  transform: scale(1) translate3d(0, 0, 0);
  transition: .8s all .4s;
}

.timeline-slide__background .image__img,
.timeline-slide__background .video__wrapper--autoplay .video,
.timeline-slide__background .video__wrapper--autoplay .vjs-tech {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.timeline-slide__background .video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.timeline-slide__background .video__wrapper--autoplay .video {
  display: block;
}

.timeline-slide__background .video {
  display: none;
}

.timeline-slide__background .video__wrapper {
  width: 100%;
  height: 100%;
}

.timeline-slide__background .video__wrapper::after {
  transition: .2s all;
}

.timeline-slide__background .video__wrapper.playing::after {
  top: 100%;
}

.timeline-slide__background .video__fallback {
  display: block;
}

.timeline-slide__background .video__autoplay-toggle::after {
  z-index: 9999;
  position: fixed;
}

.timeline-slide__play {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  z-index: 1;
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  display: block;
  text-indent: -624.9375rem;
  overflow: hidden;
  width: 2.75rem;
  height: 2.75rem;
}

.video__wrapper--autoplay .timeline-slide__play {
  display: none;
}

.timeline-slide__play::after {
  content: "\E916";
}

.timeline-slide__play::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-indent: 0;
  color: #fff;
  font-size: 2.75rem;
  cursor: pointer;
  background-color: rgba(22,22,22,.3);
  border-radius: 2.5rem;
  transform: translate(-50%, -50%) scale(1);
  transition: all .1s ease-out;
}

.timeline-slide__wrapper {
  margin: auto;
  width: 85%;
}

.timeline-slide__content {
  z-index: 1;
  position: absolute;
  bottom: 6.625rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 .625rem rgba(0,0,0,.1);
  cursor: default;
}

.animate--appear .timeline-slide__content,
.animate--enter .timeline-slide__content {
  opacity: 0;
  left: -1.875rem;
}

.animate--appear-active .timeline-slide__content,
.animate--enter-active .timeline-slide__content {
  opacity: 1;
  left: 0;
  transition: .4s all .7s;
}

.animate--leave .timeline-slide__content {
  opacity: 1;
  left: 0;
}

.animate--leave-active .timeline-slide__content {
  opacity: 0;
  left: 1.875rem;
  transition: .4s all;
}

.timeline__slider--animating-left .animate--appear .timeline-slide__content,
.timeline__slider--animating-left .animate--enter .timeline-slide__content {
  left: 1.875rem;
}

.timeline__slider--animating-left .animate--appear-active .timeline-slide__content,
.timeline__slider--animating-left .animate--enter-active .timeline-slide__content {
  left: 0;
}

.timeline__slider--animating-left .animate--leave-active .timeline-slide__content {
  left: -1.875rem;
}

.timeline-slide__year-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.timeline-slide__details-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.timeline-slide__logo-column {
  display: none;
}

.timeline-slide__year {
  position: relative;
  width: 50%;
  margin: 0 0 .9375rem;
  padding: 0 0 .9375rem;
}

.timeline-slide__year::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 2.0625rem;
  height: 1px;
  background: #fff;
}

.timeline-slide[data-color=yellow] .timeline-slide__year::after {
  background-color: #fdb913;
}

.timeline-slide[data-color=orange] .timeline-slide__year::after {
  background-color: #f36f21;
}

.timeline-slide[data-color=red] .timeline-slide__year::after {
  background-color: #c9234a;
}

.timeline-slide[data-color=purple] .timeline-slide__year::after {
  background-color: #645faa;
}

.timeline-slide[data-color=blue] .timeline-slide__year::after {
  background-color: #0089cf;
}

.timeline-slide[data-color=green] .timeline-slide__year::after {
  background-color: #0db14b;
}

.timeline-slide__title {
  margin: 0 0 .625rem;
}

.timeline-slide__description {
  margin: 0;
}

.timeline-slide__description a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  transition: .15s opacity;
  opacity: 1;
}

.timeline-slide__description a:hover,
.timeline-slide__description a:focus {
  opacity: .7;
}

.timeline-hotspot {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: -1.375rem;
  margin-top: -1.375rem;
  cursor: default;
}

.timeline-hotspot::before,
.timeline-hotspot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 2.125rem;
  border: 2px solid #fff;
  background: rgba(0,0,0,0);
  transform: translate3d(-50%, -50%, 0);
  transition: .4s all cubic-bezier(0.175, 0.575, 0.135, 1.23);
}

.timeline-hotspot::after {
  width: .9375rem;
  height: .9375rem;
  border: none;
  background: #c9234a;
}

.timeline-slide[data-color=yellow] .timeline-hotspot::after {
  background-color: #fdb913;
}

.timeline-slide[data-color=orange] .timeline-hotspot::after {
  background-color: #f36f21;
}

.timeline-slide[data-color=red] .timeline-hotspot::after {
  background-color: #c9234a;
}

.timeline-slide[data-color=purple] .timeline-hotspot::after {
  background-color: #645faa;
}

.timeline-slide[data-color=blue] .timeline-hotspot::after {
  background-color: #0089cf;
}

.timeline-slide[data-color=green] .timeline-hotspot::after {
  background-color: #0db14b;
}

.timeline-hotspot:hover::before,
.timeline-hotspot:hover::after,
.timeline-hotspot:focus::before,
.timeline-hotspot:focus::after {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.timeline-hotspot.toggled::before {
  transform: translate3d(-50%, -50%, 0) scale(1.15);
}

.timeline-hotspot.toggled::after {
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.timeline-hotspot__content {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18.75rem;
  padding: 1.25rem;
  color: #fff;
  background: #161616;
  opacity: 0;
  transition: .2s all;
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1.125rem;
}

.timeline-hotspot.toggled .timeline-hotspot__content {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.timeline-hotspot__content::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  display: block;
  margin-left: -0.75rem;
  width: 0;
  height: 0;
  border: .75rem solid rgba(0,0,0,0);
  border-bottom: .75rem solid #161616;
  background: rgba(0,0,0,0);
}

.timeline-hotspot__title {
  margin: 0 0 .625rem;
}

.animate--appear .timeline-hotspot,
.animate--enter .timeline-hotspot {
  transform: scale(0);
}

.animate--appear-active .timeline-hotspot,
.animate--enter-active .timeline-hotspot {
  transform: scale(1);
  transition: .4s all 1s cubic-bezier(0.175, 0.575, 0.135, 1.23);
}

.animate--leave .timeline-hotspot {
  transform: scale(1);
}

.animate--leave-active .timeline-hotspot {
  transform: scale(0);
  transition: .4s all 0s cubic-bezier(0.175, 0.575, 0.135, 1.23);
}

@media (min-width: 47.75rem) {
  .timeline-slide__background-wrapper::after {
    background-image: linear-gradient(180deg, transparent, #000000);
  }

  .timeline-slide__play {
    top: 50%;
    left: 50%;
    width: 6.25rem;
    height: 6.25rem;
    margin-top: -3.125rem;
    margin-left: -3.125rem;
  }

  .timeline-slide__play::after {
    content: "\E90A";
    font-size: 5rem;
  }

  .timeline-slide__content {
    bottom: 8.5625rem;
  }

  .timeline-slide__details-column {
    width: calc(83.3333333333% - 2.2916666667rem);
    float: left;
    margin-left: 1.25rem;
  }

  .timeline-slide__logo-column {
    width: calc(16.6666666667% - 1.4583333333rem);
    float: left;
    margin-left: 1.25rem;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }

  .timeline-slide__logo {
    display: block;
    max-width: 50px;
    max-height: 50px;
    float: right;
    margin-right: 1.25rem;
  }

  .timeline-slide__year {
    width: 100%;
  }

  .timeline-slide__year::after {
    width: 3.25rem;
  }

  .timeline-slide__title {
    margin: 0 0 .625rem;
  }
}

@media (min-width: 64.25rem) {
  .timeline-slide__play {
    transform: translateY(-100%);
  }

  .timeline-slide__play:hover::after,
  .timeline-slide__play:focus::after {
    transform: translate(-50%, -50%) scale(1.15);
  }

  .timeline-slide__background {
    opacity: 1;
    transition: .2s opacity;
  }

  .timeline-slide__background-wrapper::after {
    background-image: linear-gradient(180deg, transparent, #000000);
  }

  .timeline-slide__background.faded {
    opacity: .7;
  }

  .timeline-slide__background .video__wrapper--autoplay .video__fallback {
    position: absolute;
    display: none;
  }

  .timeline-slide__background .video.video-js {
    padding: 5%;
    background: #1e1f20;
  }

  .timeline-slide__background .video.video-js video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
  }

  .timeline-slide__year-column {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .timeline-slide__details-column {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .timeline-slide__logo-column {
    position: relative;
    float: right;
  }

  .timeline-slide__logo {
    margin: 0 1.875rem 0 0;
  }

  .timeline-slide__content {
    z-index: 1;
    bottom: 7.5rem;
  }

  .timeline-slide__description {
    margin: 0;
  }

  .timeline-hotspot {
    display: block;
  }

  .timeline-slide .timeline-slide__background .timeline-slide__play {
    opacity: 0;
    pointer-events: none;
  }
}

.timeline-landing {
  transition: filter .3s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.timeline__container--nav-open .timeline-landing {
  filter: blur(5px);
}

@media (min-width: 64.25rem) {
  .timeline-landing {
    display: flex;
    align-items: flex-end;
  }
}

.timeline-landing.animate--appear,
.timeline-landing.animate--enter {
  opacity: 0;
}

.timeline-landing.animate--appear-active,
.timeline-landing.animate--enter-active {
  opacity: 1;
  transition: .4s opacity .4s;
}

.timeline-landing.animate--leave {
  opacity: 1;
}

.timeline-landing.animate--leave-active {
  opacity: 0;
  transition: .4s opacity;
}

.timeline-landing__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-landing__background .image__img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.timeline-landing__background .image::after {
  opacity: 1;
}

.timeline-landing__background .video__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-landing__background .video__wrapper::after {
  opacity: 1;
}

.timeline-landing__background .video__wrapper .video {
  width: 100%;
  height: 100%;
}

.timeline-landing__background .video__wrapper .video .vjs-tech {
  width: 100%;
  height: auto;
}

.timeline-landing__background .video__wrapper .video__fallback {
  position: absolute;
}

.timeline-landing__wrapper {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 .375rem;
}

.animate--appear .timeline-landing__wrapper,
.animate--enter .timeline-landing__wrapper {
  opacity: 0;
}

.animate--appear-active .timeline-landing__wrapper,
.animate--enter-active .timeline-landing__wrapper {
  opacity: 1;
  transition: .4s all .6s;
}

.timeline-landing__supertitle {
  margin: 0;
}

.timeline-landing__color-bar {
  width: 16.875rem;
  margin: 1.25rem auto;
}

.timeline-landing__color-bar .color {
  height: 2px;
}

.animate--appear .timeline-landing__color-bar,
.animate--enter .timeline-landing__color-bar {
  width: 0;
}

.animate--appear-active .timeline-landing__color-bar,
.animate--enter-active .timeline-landing__color-bar {
  width: 16.875rem;
  transition: .5s width .5s cubic-bezier(1, 0.005, 0.415, 1);
}

.animate--leave .timeline-landing__color-bar {
  width: 16.875rem;
}

.animate--leave-active .timeline-landing__color-bar {
  width: 0;
  transition: .4s width cubic-bezier(1, 0.005, 0.415, 1);
}

.timeline-landing__title {
  text-shadow: 0 0 10px rgba(0,0,0,.1);
  margin: 0 0 1.875rem;
}

.timeline-landing__social-links {
  margin-bottom: 2.5rem;
}

.timeline-landing__social-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 .125rem;
  text-indent: -624.9375rem;
}

.timeline-landing__social-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-indent: 0;
  color: #fff;
  font-size: 2.5rem;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: all .1s ease-out;
}

.timeline-landing__social-link:hover::after,
.timeline-landing__social-link:focus::after {
  transform: translate3d(-50%, -50%, 0) scale(1.15);
}

.timeline-landing__social-link[data-platform=facebook]::after {
  content: "\E909";
}

.timeline-landing__social-link[data-platform=facebook]::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.timeline-landing__social-link[data-platform=twitter]::after {
  content: "\E902";
}

.timeline-landing__social-link[data-platform=twitter]::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.timeline-landing__social-link[data-platform=linkedin]::after {
  content: "\E908";
}

.timeline-landing__social-link[data-platform=linkedin]::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.timeline-landing__cta {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-shadow: 0 0 .3125rem rgba(0,0,0,.1);
  padding-right: 1.5rem;
  transition: .1s all ease-out;
}

.timeline-landing__cta:hover,
.timeline-landing__cta:focus {
  padding-right: 2.125rem;
}

.timeline-landing__cta-arrow::after {
  content: "\E903";
}

.timeline-landing__cta-arrow::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  display: block;
  padding-top: 2px;
  font-size: 1.5rem;
  transform: translate(0, -50%);
}

@media (min-width: 47.75rem) {
  .timeline-landing__color-bar {
    width: 15rem;
    margin: 1.25rem auto 1.875rem;
  }

  .animate--appear-active .timeline-landing__color-bar,
  .animate--enter-active .timeline-landing__color-bar,
  .animate--leave .timeline-landing__color-bar {
    width: 15rem;
  }

  .animate--leave-active .timeline-landing__color-bar {
    width: 0;
  }

  .timeline-landing__wrapper {
    padding: 0 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .timeline-landing__wrapper {
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    max-width: 85.875rem;
    margin: 0 auto;
    margin-bottom: 10.375rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    transform: none;
  }

  .timeline-landing__title {
    margin: 0 auto 1.875rem;
    max-width: 43.75rem;
  }

  .timeline-landing__external-social {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .timeline-landing__external-social::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 64.25rem)and (min-width: 64.25rem) {
  .timeline-landing__external-social {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .timeline-landing__external-social .timeline-landing__social-links {
    padding-top: 1.875rem;
    padding-left: 1.4375rem;
  }
}

.timeline-navigation {
  transition: filter .3s;
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  width: 100vw;
  z-index: 1;
}

.timeline__container--nav-open .timeline-navigation {
  filter: blur(5px);
}

.timeline-navigation * {
  outline: 0;
}

.timeline__slider--landing-true .timeline-navigation {
  display: none;
}

.timeline-navigation.animate--appear,
.timeline-navigation.animate--enter {
  opacity: 0;
}

.timeline-navigation.animate--appear-active,
.timeline-navigation.animate--enter-active {
  opacity: 1;
  transition: .4s opacity .4s;
}

.timeline-navigation button {
  border: none;
  background: none;
}

.timeline-navigation__container {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  padding: 0;
}

.timeline-navigation__container::after {
  clear: both;
  content: "";
  display: block;
}

.timeline-navigation__decade {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-bottom: 2.8125rem;
}

.timeline-navigation__decade:not(:first-child) {
  display: none;
}

.timeline-navigation__decade.animate .timeline-navigation__decade__slide__wrapper {
  pointer-events: auto;
}

.timeline-navigation__decade .animate--appear::before,
.timeline-navigation__decade .animate--enter::before {
  opacity: 0;
}

.timeline-navigation__decade .animate--appear::before,
.timeline-navigation__decade .animate--enter::before {
  opacity: .2;
  transition: .6s all .6s ease-out;
}

.timeline-navigation__decade__slide {
  display: inline-block;
  flex: 1;
  height: .1875rem;
  opacity: .4;
  width: 100%;
  text-indent: -624.9375rem;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
}

.timeline-navigation__decade__slide__wrapper {
  flex: 1;
  padding: 1.25rem 0;
  pointer-events: none;
}

.timeline-navigation__decade__slide__wrapper:not(:last-child) {
  margin-right: .1875rem;
}

.timeline-navigation__decade__slide__wrapper.active .timeline-navigation__decade__slide {
  opacity: 1;
}

.animate--appear .timeline-navigation__decade__slide__wrapper,
.animate--enter .timeline-navigation__decade__slide__wrapper {
  opacity: 0;
}

.animate--appear-active .timeline-navigation__decade__slide__wrapper,
.animate--enter-active .timeline-navigation__decade__slide__wrapper {
  opacity: 1;
  transition: .6s all .6s cubic-bezier(0.175, 0.575, 0.135, 1.23);
}

.timeline-navigation__decade__slides {
  font-size: 0;
}

.timeline-navigation__decade__slides--yellow .timeline-navigation__decade__slide {
  background-color: #fdb913;
}

.timeline-navigation__decade__slides--orange .timeline-navigation__decade__slide {
  background-color: #f36f21;
}

.timeline-navigation__decade__slides--red .timeline-navigation__decade__slide {
  background-color: #c9234a;
}

.timeline-navigation__decade__slides--purple .timeline-navigation__decade__slide {
  background-color: #645faa;
}

.timeline-navigation__decade__slides--blue .timeline-navigation__decade__slide {
  background-color: #0089cf;
}

.timeline-navigation__decade__slides--green .timeline-navigation__decade__slide {
  background-color: #0db14b;
}

.timeline-navigation__text {
  width: 80%;
  color: #fff;
  order: 2;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 1.25rem;
}

.animate--appear .timeline-navigation__text,
.animate--enter .timeline-navigation__text {
  opacity: 0;
}

.animate--appear-active .timeline-navigation__text,
.animate--enter-active .timeline-navigation__text {
  opacity: 1;
  transition: .2s opacity .6s ease-out;
}

.timeline-navigation__decade__slides {
  display: flex;
  order: 1;
}

.timeline-navigation__decade__titles {
  color: #fff;
  display: inline-block;
}

@media (min-width: 64.25rem) {
  .timeline-navigation {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    position: absolute !important;
    bottom: 1.875rem;
    z-index: 2;
  }

  .cc-page-wrapper--fluid .timeline-navigation {
    position: static;
    right: unset;
    left: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

  .timeline__slider--landing-true .timeline-navigation {
    display: flex;
  }

  .timeline-navigation__container {
    display: block;
    margin: auto;
    align-items: center;
    position: relative;
    width: 85%;
    padding: 0;
  }

  .timeline-navigation__text {
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
    transition: .2s all,0s left;
    transform: translateY(18px);
    padding: 0;
    left: 0;
  }

  .timeline-navigation__text__arrow {
    display: none;
  }

  .animate--appear .timeline-navigation__text,
  .animate--enter .timeline-navigation__text {
    left: -1.25rem;
  }

  .animate--appear-active .timeline-navigation__text,
  .animate--enter-active .timeline-navigation__text {
    left: 0;
    transition: .2s all,.2s left .6s,.2s opacity .6s;
  }

  .timeline-navigation__decades {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
  }

  .timeline-navigation__decade {
    display: inline-block;
    position: relative;
    transition: all .3s;
    white-space: nowrap;
    padding: 0 2.5rem 0 .9375rem;
    flex: 1;
  }

  .timeline-navigation__decade .timeline-navigation__underline {
    position: absolute;
    opacity: 1;
    bottom: 2.25rem;
    right: .9375rem;
    left: .9375rem;
    width: calc(100% - 1.875rem);
    height: 1px;
    transition: height .15s,bottom .3s;
  }

  .timeline-navigation__decade:focus .timeline-navigation__underline,
  .timeline-navigation__decade:hover .timeline-navigation__underline {
    height: .1875rem;
    bottom: 3.125rem;
  }

  .timeline-navigation__decade::before,
  .timeline-navigation__decade:last-child::after {
    content: "";
    background-color: #fff;
    opacity: .2;
    display: block;
    height: 1.25rem;
    width: 1px;
    position: absolute;
    bottom: 2.125rem;
    left: 0;
    transition: all .2s;
  }

  .timeline-navigation__decade:first-child::before {
    display: none;
  }

  .timeline-navigation__decade:last-child::after {
    left: auto;
    right: 0;
  }

  .timeline-navigation__decade:first-child {
    padding-left: 0;
  }

  .timeline-navigation__decade:first-child.animate {
    margin-left: 0;
  }

  .timeline-navigation__decade:first-child .timeline-navigation__underline {
    left: 0;
    width: calc(100% - 0.9375rem);
  }

  .timeline-navigation__decade:nth-child(6n-5) .timeline-navigation__underline {
    background: #0db14b;
  }

  .timeline-navigation__decade:nth-child(6n-4) .timeline-navigation__underline {
    background: #fdb913;
  }

  .timeline-navigation__decade:nth-child(6n-3) .timeline-navigation__underline {
    background: #f36f21;
  }

  .timeline-navigation__decade:nth-child(6n-2) .timeline-navigation__underline {
    background: #c9234a;
  }

  .timeline-navigation__decade:nth-child(6n-1) .timeline-navigation__underline {
    background: #645faa;
  }

  .timeline-navigation__decade:nth-child(6n) .timeline-navigation__underline {
    background: #0089cf;
  }

  .timeline-navigation__decade:first-child .timeline-navigation__underline {
    background: linear-gradient(to right, #fdb913, #fdb913 16.66%, #f36f21 16.66%, #f36f21 33.33%, #c9234a 33.33%, #c9234a 50%, #645faa 50%, #645faa 66.67%, #0089cf 66.67%, #0089cf 83.34%, #0db14b 83.34%, #0db14b);
  }

  .timeline-navigation__decade:not(:first-child) {
    display: inline-block;
  }

  .timeline-navigation__decade:focus,
  .timeline-navigation__decade:hover {
    cursor: pointer;
  }

  .timeline-navigation__decade:focus::before,
  .timeline-navigation__decade:hover::before {
    height: 2.5rem;
  }

  .timeline-navigation__decade:focus .timeline-navigation__text,
  .timeline-navigation__decade:hover .timeline-navigation__text {
    transform: translateY(0);
  }
}

@media screen and (min-width: 64.25rem)and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .timeline-navigation__decade__slides--all-moments {
    visibility: hidden;
  }
}

@media (min-width: 64.25rem) {
  .timeline-navigation__decade__slide {
    display: block;
    width: 0%;
  }

  .timeline-navigation__decade.animate .timeline-navigation__decade__slide {
    transition: .2s width .4s;
    width: 100%;
  }

  .timeline-navigation__decade__slide__wrapper {
    padding: 1.25rem 0 2.1875rem;
  }

  .timeline-navigation__decade.animate {
    flex-grow: 3;
  }

  .timeline-navigation__decade.animate::before {
    height: 2.5rem;
  }

  .timeline-navigation__decade.animate .timeline-navigation__underline {
    opacity: 0;
    pointer-events: none;
  }

  .timeline-navigation__decade.animate .timeline-navigation__text {
    display: block;
    text-align: left;
    transform: none;
  }

  .timeline-navigation__decade.animate .timeline-navigation__decade__slides {
    position: absolute;
    visibility: visible;
    width: calc(100% - 30px);
  }

  .timeline-navigation__decade.animate .timeline-navigation__decade__slides .timeline-navigation__decade__slide {
    position: relative;
    top: -13px;
  }

  .timeline-navigation__decade.animate .timeline-navigation__decade__slides .timeline-navigation__decade__slide:not(:nth-child(-n+3)) {
    display: inline-block;
  }

  .timeline-navigation__decade.animate .timeline-navigation__decade__slides .timeline-navigation__decade__slide:hover {
    cursor: pointer;
  }
}

.timeline-navigation-drawer {
  color: #fff;
  background: #1e1f20;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  padding: 3.75rem 0;
}

.timeline-navigation-drawer.animate--enter {
  opacity: 0;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.timeline-navigation-drawer.animate--enter-active {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: .4s all;
}

.timeline-navigation-drawer.animate--leave {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.timeline-navigation-drawer.animate--leave-active {
  opacity: 0;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: .6s all .4s;
}

.timeline-navigation-drawer__wrapper {
  margin-left: auto;
  margin-right: auto;
}

.timeline-navigation-drawer__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .timeline-navigation-drawer__wrapper {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.timeline-navigation-drawer__image-column {
  display: none;
}

.animate--leave .timeline-navigation-drawer__image-column {
  transform: translate(0, 0);
  opacity: 1;
}

.animate--leave-active .timeline-navigation-drawer__image-column {
  transform: translate(0, -250rem);
  opacity: 0;
  transition: 1s all ease-in,.6s opacity ease-in;
}

.timeline-navigation-drawer__years-column {
  padding: 0 2.5rem;
}

.animate--leave .timeline-navigation-drawer__years-column {
  transform: translate(0, 0);
  opacity: 1;
}

.animate--leave-active .timeline-navigation-drawer__years-column {
  transform: translate(0, 250rem);
  opacity: 0;
  transition: 1s all ease-in,.6s opacity ease-in;
}

.timeline-navigation-drawer__header {
  margin: 0 0 2.1875rem 2.8125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.timeline-navigation-drawer__list {
  margin: 0 0 2.1875rem;
  padding: 0;
  list-style: none;
}

.timeline-navigation-drawer__link {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  color: #fff;
  opacity: .5;
  padding: .375rem 0 .375rem 2.8125rem;
  margin: 0 0 .3125rem;
  min-height: 6.25rem;
  transition: .15s all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.timeline-navigation-drawer__link::after {
  content: "";
  display: block;
  width: .125rem;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.timeline-navigation-drawer__list[data-color=yellow] .timeline-navigation-drawer__link::after {
  background: #fdb913;
}

.timeline-navigation-drawer__list[data-color=orange] .timeline-navigation-drawer__link::after {
  background: #f36f21;
}

.timeline-navigation-drawer__list[data-color=red] .timeline-navigation-drawer__link::after {
  background: #c9234a;
}

.timeline-navigation-drawer__list[data-color=purple] .timeline-navigation-drawer__link::after {
  background: #645faa;
}

.timeline-navigation-drawer__list[data-color=blue] .timeline-navigation-drawer__link::after {
  background: #0089cf;
}

.timeline-navigation-drawer__list[data-color=green] .timeline-navigation-drawer__link::after {
  background: #0db14b;
}

.timeline-navigation-drawer__list[data-selected=true] .timeline-navigation-drawer__link[data-selected=true] {
  opacity: 1;
}

.timeline-navigation-drawer__link__year {
  margin: 0 0 .625rem;
}

.timeline-navigation-drawer__link__title {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.timeline-navigation-drawer__close {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  color: #fff;
  text-indent: -624.9375rem;
  width: 2.8125rem;
  height: 2.8125rem;
  opacity: 1;
  transition: .15s opacity;
}

.timeline-navigation-drawer__close:hover {
  opacity: .8;
}

.timeline-navigation-drawer__close::after {
  content: "\E90D";
}

.timeline-navigation-drawer__close::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  text-indent: 0;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-navigation-drawer__prev,
.timeline-navigation-drawer__next {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  display: none;
  position: fixed;
  bottom: 1.875rem;
  right: .75rem;
  width: 4.375rem;
  height: 4.375rem;
  text-indent: -624.9375rem;
  transition: .15s all;
  opacity: 1;
}

.timeline-navigation-drawer__prev:hover,
.timeline-navigation-drawer__next:hover {
  opacity: .8;
}

.timeline-navigation-drawer__prev::after,
.timeline-navigation-drawer__next::after {
  content: "\E903";
}

.timeline-navigation-drawer__prev::after,
.timeline-navigation-drawer__next::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  text-indent: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.timeline-navigation-drawer__prev {
  bottom: 8.125rem;
}

.timeline-navigation-drawer__prev::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media (min-width: 47.75rem) {
  .timeline-navigation-drawer__years-column {
    padding: 0 7.125rem;
  }

  .timeline-navigation-drawer__header {
    margin: 0 0 3.75rem 5.625rem;
  }

  .timeline-navigation-drawer__list {
    margin: 0 0 3.75rem;
  }

  .timeline-navigation-drawer__link {
    padding: .75rem 0 .75rem 5.5rem;
    min-height: 9.375rem;
  }
}

@media (min-width: 64.25rem) {
  .timeline-navigation-drawer {
    padding: 50vh 0;
  }

  .timeline-navigation-drawer__wrapper {
    position: relative;
  }

  .timeline-navigation-drawer__image-column {
    width: calc(33.3333333333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
    display: block;
    position: absolute;
    top: 0;
    left: 1.875rem;
    transition: .2s all;
  }

  .timeline-navigation-drawer__image {
    display: block;
    max-width: 100%;
    margin-bottom: 1.25rem;
    opacity: .4;
    transition: .15s all;
  }

  .timeline-navigation-drawer__image--focused {
    opacity: 1;
  }

  .timeline-navigation-drawer__years-column {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    float: right;
    padding: 0 0 0 2.1875rem;
  }

  .timeline-navigation-drawer__header {
    margin: 0 0 4.0625rem 6.5625rem;
  }

  .timeline-navigation-drawer__link {
    padding: .75rem 6.5625rem;
    opacity: 1;
  }

  .timeline-navigation-drawer__link:focus {
    outline: 0;
  }

  .timeline-navigation-drawer__link::after,
  .timeline-navigation-drawer__link__year,
  .timeline-navigation-drawer__link__title {
    transition: .15s all,.3s left;
    opacity: .4;
  }

  .timeline-navigation-drawer__link__year,
  .timeline-navigation-drawer__link__title {
    position: relative;
    left: 0;
  }

  .timeline-navigation-drawer__link:hover .timeline-navigation-drawer__link__year,
  .timeline-navigation-drawer__link:hover .timeline-navigation-drawer__link__title {
    left: .3125rem;
  }

  .timeline-navigation-drawer__link--focused::after {
    opacity: 1;
  }

  .timeline-navigation-drawer__link--focused .timeline-navigation-drawer__link__year,
  .timeline-navigation-drawer__link--focused .timeline-navigation-drawer__link__title {
    opacity: .9;
  }

  .timeline-navigation-drawer__list[data-selected=true] .timeline-navigation-drawer__link[data-selected=true] .timeline-navigation-drawer__link__year,
  .timeline-navigation-drawer__list[data-selected=true] .timeline-navigation-drawer__link[data-selected=true] .timeline-navigation-drawer__link__title {
    opacity: 1;
  }

  .timeline-navigation-drawer__prev,
  .timeline-navigation-drawer__next {
    display: block;
  }
}

.timeline-navigation-drawer-desktop {
  color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 1;
}

.timeline-navigation-drawer-desktop__mask {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.timeline-navigation-drawer-desktop__sidebar {
  z-index: 2;
  position: absolute;
  background-color: #1e1f20;
  top: 0;
  bottom: 0;
  left: 0;
  width: 31.875rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 3.125rem;
}

.timeline-navigation-drawer-desktop.animate--enter-active,
.timeline-navigation-drawer-desktop.animate--leave-active {
  transition: opacity 300ms ease-in-out;
}

.timeline-navigation-drawer-desktop.animate--enter-active .timeline-navigation-drawer-desktop__sidebar,
.timeline-navigation-drawer-desktop.animate--leave-active .timeline-navigation-drawer-desktop__sidebar {
  transition: transform 300ms ease-in-out;
}

.timeline-navigation-drawer-desktop.animate--enter {
  opacity: 0;
}

.timeline-navigation-drawer-desktop.animate--enter .timeline-navigation-drawer-desktop__sidebar {
  transform: translateX(-100%);
}

.timeline-navigation-drawer-desktop.animate--enter-active {
  opacity: 1;
}

.timeline-navigation-drawer-desktop.animate--enter-active .timeline-navigation-drawer-desktop__sidebar {
  transform: translateX(0%);
}

.timeline-navigation-drawer-desktop.animate--leave {
  opacity: 1;
}

.timeline-navigation-drawer-desktop.animate--leave .timeline-navigation-drawer-desktop__sidebar {
  transform: translateX(0%);
}

.timeline-navigation-drawer-desktop.animate--leave-active {
  opacity: 0;
}

.timeline-navigation-drawer-desktop.animate--leave-active .timeline-navigation-drawer-desktop__sidebar {
  transform: translateX(-100%);
}

.timeline-navigation-drawer-desktop__content {
  padding: 1.875rem 2.5rem;
}

.timeline-navigation-drawer-desktop__intro {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  color: #fff;
  margin-bottom: 1.875rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 510px;
  background-color: rgba(0,0,0,.9);
  padding: 20px 30px;
  z-index: 2;
}

.timeline-navigation-drawer-desktop__intro__text {
  position: relative;
  top: -4px;
}

.timeline-navigation-drawer-desktop__intro__arrow::after {
  content: "\E903";
}

.timeline-navigation-drawer-desktop__intro__arrow::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: inline-block;
  font-size: 2.25rem;
  transform: rotate(180deg);
  position: relative;
  top: .625rem;
}

.timeline-navigation-drawer-desktop__close {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  position: fixed;
  top: 1.25rem;
  left: 27.6875rem;
  color: #fff;
  text-indent: -624.9375rem;
  width: 2.8125rem;
  height: 2.8125rem;
  opacity: 1;
  transition: .15s opacity;
  z-index: 3;
}

.timeline-navigation-drawer-desktop__close:hover {
  opacity: .8;
}

.timeline-navigation-drawer-desktop__close::after {
  content: "\E90D";
}

.timeline-navigation-drawer-desktop__close::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  text-indent: 0;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-navigation-drawer-desktop__header {
  margin: 0 5rem 1.5625rem 3.125rem;
}

.timeline-navigation-drawer-desktop__list {
  margin: 0 0 1.5625rem;
  padding: 0;
  list-style: none;
}

.timeline-navigation-drawer-desktop__link {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  width: 100%;
  color: #fff;
  padding: .75rem 5rem .75rem 3.125rem;
  opacity: 1;
  margin: 0 0 .3125rem;
  min-height: 6.25rem;
  transition: .15s all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.timeline-navigation-drawer-desktop__link:focus {
  outline: 0;
}

.timeline-navigation-drawer-desktop__link::after {
  content: "";
  display: block;
  width: .1875rem;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.timeline-navigation-drawer-desktop__list[data-color=yellow] .timeline-navigation-drawer-desktop__link::after {
  background: #fdb913;
}

.timeline-navigation-drawer-desktop__list[data-color=orange] .timeline-navigation-drawer-desktop__link::after {
  background: #f36f21;
}

.timeline-navigation-drawer-desktop__list[data-color=red] .timeline-navigation-drawer-desktop__link::after {
  background: #c9234a;
}

.timeline-navigation-drawer-desktop__list[data-color=purple] .timeline-navigation-drawer-desktop__link::after {
  background: #645faa;
}

.timeline-navigation-drawer-desktop__list[data-color=blue] .timeline-navigation-drawer-desktop__link::after {
  background: #0089cf;
}

.timeline-navigation-drawer-desktop__list[data-color=green] .timeline-navigation-drawer-desktop__link::after {
  background: #0db14b;
}

.timeline-navigation-drawer-desktop__link__year {
  margin: 0 0 .625rem;
}

.timeline-navigation-drawer-desktop__link__title {
  margin: 0;
}

.timeline-navigation-drawer-desktop__link::after,
.timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link__title {
  transition: .15s all,.3s left;
  opacity: .4;
}

.timeline-navigation-drawer-desktop__link::after {
  opacity: .7;
}

.timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link__title {
  position: relative;
  left: 0;
}

.timeline-navigation-drawer-desktop__link--current .timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link--current .timeline-navigation-drawer-desktop__link__title,
.timeline-navigation-drawer-desktop__link--current::after {
  opacity: 1;
}

.timeline-navigation-drawer-desktop__link:hover .timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link:hover .timeline-navigation-drawer-desktop__link__title,
.timeline-navigation-drawer-desktop__link:focus .timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link:focus .timeline-navigation-drawer-desktop__link__title {
  left: .9375rem;
}

.timeline-navigation-drawer-desktop__link:hover .timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link:hover .timeline-navigation-drawer-desktop__link__title,
.timeline-navigation-drawer-desktop__link:hover::after,
.timeline-navigation-drawer-desktop__link:focus .timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link:focus .timeline-navigation-drawer-desktop__link__title,
.timeline-navigation-drawer-desktop__link:focus::after {
  opacity: .9;
}

.timeline-navigation-drawer-desktop__link--focused .timeline-navigation-drawer-desktop__link__year,
.timeline-navigation-drawer-desktop__link--focused .timeline-navigation-drawer-desktop__link__title {
  left: .9375rem;
}

.timeline-navigation-drawer-desktop__prev,
.timeline-navigation-drawer-desktop__next {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  display: block;
  position: fixed;
  bottom: 1.875rem;
  left: 26.75rem;
  width: 4.375rem;
  height: 4.375rem;
  text-indent: -624.9375rem;
  transition: .15s all;
  opacity: 1;
}

.timeline-navigation-drawer-desktop__prev:hover,
.timeline-navigation-drawer-desktop__next:hover {
  opacity: .8;
}

.timeline-navigation-drawer-desktop__prev::after,
.timeline-navigation-drawer-desktop__next::after {
  content: "\E903";
}

.timeline-navigation-drawer-desktop__prev::after,
.timeline-navigation-drawer-desktop__next::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  text-indent: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.timeline-navigation-drawer-desktop__prev {
  bottom: 8.125rem;
}

.timeline-navigation-drawer-desktop__prev::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

html.timeline-page {
  height: 100%;
}

html.timeline-page main {
  height: max-content;
}

.timeline {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  height: 100vh;
  background: #000;
}

.cc-page-wrapper--fluid .timeline {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.timeline__container,
.timeline__slider,
.timeline__swipe {
  display: block;
  height: 100%;
}

.timeline__arrow {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  text-align: left;
  transition: filter .3s;
  position: absolute;
  display: block;
  bottom: 1.125rem;
  text-indent: -624.9375rem;
  overflow: hidden;
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 2;
  outline: 0;
  font-weight: 400;
}

.timeline__container--nav-open .timeline__arrow {
  filter: blur(5px);
}

.timeline__arrow::after {
  content: "\E903";
}

.timeline__arrow::after {
  font-family: comcorp-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  display: block;
  text-indent: 0;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.timeline__arrow--prev {
  left: .375rem;
}

.timeline__arrow--prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.timeline__arrow--next {
  right: .375rem;
}

.timeline__arrow.animate--appear,
.timeline__arrow.animate--enter {
  opacity: 0;
}

.timeline__arrow.animate--appear-active,
.timeline__arrow.animate--enter-active {
  opacity: 1;
  transition: .6s opacity .6s;
}

.timeline__arrow.animate--leave {
  opacity: 1;
}

.timeline__arrow.animate--leave-active {
  opacity: 0;
  transition: .4s opacity;
}

@media (min-width: 64.25rem) {
  .timeline__arrow {
    display: block;
    top: -1.875rem;
    width: 7.5%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
  }

  .timeline__arrow::after {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    opacity: 1;
    transition: .2s all ease-out;
  }

  .timeline__arrow:hover::after {
    opacity: .8;
  }

  .timeline__arrow--prev {
    left: 0;
  }

  .timeline__arrow--prev::after {
    left: .375rem;
    transform: translate(0, -50%) rotate(180deg);
  }

  .timeline__arrow--next {
    left: auto;
    right: 0;
  }

  .timeline__arrow--next::after {
    left: auto;
    right: .375rem;
    transform: translate(0, -50%);
  }

  .timeline.landing-paused .timeline-landing__background .video__wrapper.object-fit-polyfill .video__fallback img {
    top: 0 !important;
  }

  .timeline.landing-paused.load-paused .timeline-landing__background .video__wrapper.object-fit-polyfill .video__fallback img {
    top: 50% !important;
  }

  .timeline.landing-playing .timeline-landing__background .video__wrapper.object-fit-polyfill .video {
    top: 50% !important;
  }

  .timeline.landing-playing.load-paused .timeline-landing__background .video__wrapper.object-fit-polyfill .video {
    top: 0 !important;
  }

  .timeline.load-playing .timeline-landing__background .video__wrapper.object-fit-polyfill .video__fallback img {
    top: 0 !important;
  }
}

.fourOhFour {
  min-height: calc(100vh - var(--totalHeaderHeight));
  text-align: center;
  color: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fourOhFour::after {
  clear: both;
  content: "";
  display: block;
}

.fourOhFour__message {
  padding: 0 2.5rem;
}

.fourOhFour__top {
  margin-bottom: 1.25rem;
}

.fourOhFour .color-bar {
  width: 12.5rem;
  margin: 0 auto;
}

.fourOhFour__bottom a {
  color: #1379c6;
  transition: .15s color;
}

.fourOhFour__bottom a:hover,
.fourOhFour__bottom a:focus {
  color: #000;
}

@media (min-width: 64.25rem) {
  .fourOhFour {
    min-height: calc(100vh - var(--totalHeaderHeight) + 11.25rem);
  }

  .fourOhFour__message {
    padding: 2.5rem;
    max-width: 50rem;
  }

  .fourOhFour__top {
    margin-bottom: 1.875rem;
  }

  .fourOhFour__bottom {
    margin-top: 2.125rem;
  }
}

.featured-parallax [data-options*=parallax-drift] {
  transform: translate3D(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}

.featured-parallax [data-options*=parallax-drift]::after {
  content: '{ "settings": { "offset": "5rem" } }';
  position: absolute;
  display: none;
  width: 0;
  height: 0;
}

.featured-parallax__item {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

@media (min-width: 64.25rem) {
  .featured-parallax__item {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.c-media-gallery {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.cc-page-wrapper--fluid .c-media-gallery {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.c-media-gallery .title {
  margin-bottom: .625rem;
}

@media (min-width: 64.25rem) {
  .c-media-gallery .title {
    padding: 0 2.5rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .c-media-gallery .title::before {
    left: -5rem;
  }
}

.c-media-gallery__carousel {
  background-color: #f7f7f7;
}

.c-media-gallery .slick-track,
.c-media-gallery .slick-list {
  perspective: 2000;
  backface-visibility: hidden;
}

.c-media-gallery .slick-list {
  transform: translateX(0);
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-list {
    transition: transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    overflow: visible;
  }
}

.c-media-gallery .slick-prev,
.c-media-gallery .slick-next {
  top: 16.6875rem;
  width: 1.9375rem;
  height: 1rem;
}

.c-media-gallery .slick-prev::before,
.c-media-gallery .slick-next::before {
  display: block;
  width: 100%;
  opacity: 1;
}

@media (min-width: 47.75rem) {
  .c-media-gallery .slick-prev,
  .c-media-gallery .slick-next {
    top: 27.6875rem;
  }
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-prev,
  .c-media-gallery .slick-next {
    top: 48%;
    width: 3.75rem;
    height: 3.75rem;
    padding: .75rem;
    opacity: .8;
    background-color: #000;
  }
}

.c-media-gallery .slick-prev {
  z-index: 1;
  left: 1.875rem;
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-prev {
    left: 2.8125rem;
  }
}

.c-media-gallery .slick-prev::before {
  content: url("/resources/corporate/assets/images/svg/icon-arrow-right-black.svg");
  transform: scaleX(-1);
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-prev::before {
    content: url("/resources/corporate/assets/images/svg/icon-arrow-right-white.svg");
  }
}

.c-media-gallery .slick-next {
  right: 1.875rem;
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-next {
    right: 2.8125rem;
  }
}

.c-media-gallery .slick-next::before {
  content: url("/resources/corporate/assets/images/svg/icon-arrow-right-black.svg");
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-next::before {
    content: url("/resources/corporate/assets/images/svg/icon-arrow-right-white.svg");
  }
}

.c-media-gallery__items {
  overflow: hidden;
  padding: 1.875rem 0;
  opacity: 0;
  transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

@media (min-width: 64.25rem) {
  .c-media-gallery__items {
    padding: 2.5rem 0;
  }
}

.c-media-gallery__items.is-initialized {
  opacity: 1;
}

.c-media-gallery__item {
  position: relative;
  padding: 0 1.125rem;
}

@media (min-width: 64.25rem) {
  .c-media-gallery__item {
    padding: 0 1.5625rem;
  }
}

.c-media-gallery__content {
  height: 9.25rem;
}

.c-media-gallery__content.video__wrapper {
  width: calc(1.7777777778*9.25rem);
  max-width: 117.3333333333vh;
}

.c-media-gallery__content.video__wrapper--vertical {
  width: calc(.5625*9.25rem);
  max-width: 37.125vh;
}

.c-media-gallery__content::after {
  content: '{ "settings": { "itemHeight": "9.25rem" } }';
  position: absolute;
  display: none;
  width: 0;
  height: 0;
}

@media (min-width: 47.75rem) {
  .c-media-gallery__content {
    height: 21.25rem;
  }

  .c-media-gallery__content.video__wrapper {
    width: calc(1.7777777778*21.25rem);
  }

  .c-media-gallery__content.video__wrapper--vertical {
    width: calc(.5625*21.25rem);
  }

  .c-media-gallery__content::after {
    content: '{ "settings": { "itemHeight": "21.25rem" } }';
  }
}

@media (min-width: 64.25rem) {
  .c-media-gallery__content {
    height: 37.5rem;
    max-height: 66vh;
  }

  .c-media-gallery__content.video__wrapper {
    width: calc(1.7777777778*37.5rem);
  }

  .c-media-gallery__content.video__wrapper--vertical {
    width: calc(.5625*37.5rem);
  }

  .c-media-gallery__content::after {
    content: '{ "settings": { "itemHeight": "37.5rem" } }';
  }
}

.c-media-gallery__content .image,
.c-media-gallery__content .image__img {
  display: block;
}

.c-media-gallery__content .image {
  height: 100%;
}

.c-media-gallery__content .image__img {
  width: auto;
  height: 100%;
  margin: auto;
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-current .c-media-gallery__item .c-media-gallery__content-options {
    position: absolute;
    top: 1.875rem;
    right: 3.4375rem;
    display: block !important;
  }
}

.c-media-gallery__options-action {
  position: relative;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  opacity: .8;
  background-color: #000;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}

@media (min-width: 64.25rem) {
  .c-media-gallery__options-action,
  .c-media-gallery .slick-arrow {
    color: #fff;
  }

  .c-media-gallery__options-action::after,
  .c-media-gallery .slick-arrow::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    opacity: 0;
  }

  .c-media-gallery__options-action:hover,
  .c-media-gallery__options-action:focus,
  .c-media-gallery .slick-arrow:hover,
  .c-media-gallery .slick-arrow:focus {
    outline: none;
    opacity: 1;
  }

  .c-media-gallery__options-action:focus::after,
  .c-media-gallery .slick-arrow:focus::after {
    opacity: 1;
  }
}

.c-media-gallery__modal-options-spacer {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
}

.c-media-gallery__content-expand {
  padding: 1.125rem;
}

.c-media-gallery__content-expand::before {
  content: url("/resources/corporate/assets/images/svg/zoom-in-white.svg");
}

.c-media-gallery__content-contract {
  padding: 1.125rem;
}

.c-media-gallery__content-contract::before {
  content: url("/resources/corporate/assets/images/svg/zoom-out-white.svg");
}

.c-media-gallery__content-download {
  padding: 1.25rem;
  margin-top: .625rem;
}

.c-media-gallery__content-download::before {
  content: url("/resources/corporate/assets/images/svg/download-white.svg");
}

.c-media-gallery .slick-slide:not(.slick-active) .image {
  position: relative;
}

.c-media-gallery .slick-slide:not(.slick-active) .image::after {
  content: "\A";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

.c-media-gallery .slick-slide:not(.slick-active) .image.light-up::after {
  opacity: 0;
}

@media (min-width: 64.25rem) {
  .c-media-gallery .slick-slide:not(.slick-active) .image.light-up::after {
    transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }
}

.c-media-gallery__item-info {
  display: flex;
  margin-top: .75rem;
  visibility: hidden;
  flex-direction: column;
  width: 0;
  max-width: 0;
  min-width: 100%;
}

@media (min-width: 64.25rem) {
  .c-media-gallery__item-info {
    margin-top: 1.5rem;
    flex-direction: row;
  }
}

.slick-active .c-media-gallery__item-info {
  visibility: visible;
}

@media (min-width: 64.25rem) {
  .slick-active .c-media-gallery__item-info {
    animation: flyInContent .5s linear;
  }
}

.c-media-gallery__content-caption {
  width: 100%;
}

.c-media-gallery__content-caption p {
  margin: 0;
}

.c-media-gallery__pagination {
  margin-top: 2.5rem;
  text-align: center;
}

@media (min-width: 64.25rem) {
  .c-media-gallery__pagination {
    padding-left: 1.5rem;
    width: auto;
    margin-top: 0;
  }
}

.c-media-gallery__pagination-text {
  white-space: nowrap;
}

.c-media-gallery__modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  padding: 1.875rem;
}

.c-media-gallery__modal-screen {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation-name: zoom-in;
  animation-duration: .8s;
}

.c-media-gallery__modal-options,
.c-media-gallery__modal-options-shim {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  display: flex;
  flex-direction: row-reverse;
}

.c-media-gallery__modal-options>.c-media-gallery__content-contract,
.c-media-gallery__modal-options-shim>.c-media-gallery__content-contract {
  margin-left: 1.25rem;
}

.c-media-gallery__modal-options>.c-media-gallery__content-download,
.c-media-gallery__modal-options-shim>.c-media-gallery__content-download {
  margin-top: 0;
}

.c-media-gallery__modal-options {
  margin-left: 3.75rem;
}

.c-media-gallery__modal-options-shim {
  margin-right: 3.75rem;
  visibility: hidden;
}

@media (min-width: 64.25rem) {
  .shift-left {
    transition: transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    overflow: visible;
  }
}

.shift-left:hover,
.shift-left:focus {
  transform: translateX(-20px);
}

@media (min-width: 64.25rem) {
  .shift-right {
    transition: transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    overflow: visible;
  }

  .shift-right:hover,
  .shift-right:focus {
    transform: translateX(20px);
  }
}

@keyframes flyInContent {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes zoom-in {
  from {
    transform: scale(0.9);
  }

  to {
    height: 37.5rem;
  }
}

@keyframes zoom-out {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.9);
  }
}

.c-image-lock {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  background-color: #000;
  color: #fff;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.cc-page-wrapper--fluid .c-image-lock {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.c-image-lock__items {
  position: relative;
}

.c-image-lock__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.c-image-lock__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.c-image-lock__backdrop::before {
  content: " ";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.85);
}

.c-image-lock__backdrop .o-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-image-lock__backdrop .o-backdrop__scrim {
  background-attachment: fixed;
}

.c-image-lock__scrims {
  display: none;
}

.c-image-lock__marquee {
  display: none;
}

.c-image-lock__content {
  z-index: 2;
  position: relative;
  display: block;
  padding: 6.875rem 1.25rem;
  color: #fff;
  min-height: 100vh;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .c-image-lock__content {
    padding: 6.875rem 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-image-lock__content {
    padding: 6.875rem 5.625rem;
    min-height: 0;
  }

  .prefers-reduced-motion--reduce .c-image-lock__content {
    display: block;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .c-image-lock__content {
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .c-image-lock__content {
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-image-lock__content {
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }
}

.c-image-lock__header,
.c-image-lock__body {
  width: 100%;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .c-image-lock__header,
  .c-image-lock__body {
    max-width: 540px;
    margin: auto;
  }
}

@media (min-width: 64.25rem) {
  .c-image-lock__header {
    flex: 50%;
    padding-right: 16.667%;
  }
}

@media (min-width: 47.75rem) {
  .c-image-lock__body {
    margin-top: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-image-lock__body {
    flex: 50%;
    margin-top: 0;
  }
}

.c-image-lock__title {
  margin: 0;
  padding-bottom: .25em;
}

.c-image-lock__paragraph p {
  margin: 0;
}

.c-image-lock__paragraph .cta-wrapper {
  margin-top: 2.5rem;
}

@media (min-width: 64.25rem) {
  .c-image-lock.is-initialized .c-image-lock__items [data-role=image-lock-section] {
    z-index: 2;
    position: relative;
  }

  .c-image-lock.is-initialized .c-image-lock__items [data-role=image-lock-section]::after {
    content: '{ "settings": { "top-offset": "33.9vh", "active-zone-height": "2.25rem" } }';
    position: absolute;
    display: none;
    width: 0;
    height: 0;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 5.625rem;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized::before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims-wrapper {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
  }

@supports (position: sticky) {
    .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims {
      height: 100vh;
    }
}

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims.is-initialized {
    overflow-x: hidden;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .slick-list,
  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .slick-track,
  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide {
    height: 100%;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide {
    transform: translateY(-6.25rem);
    transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 150ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 150ms !important;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide.slick-active {
    transform: translateY(0);
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide.slick-active~.slick-slide {
    transform: translateY(6.25rem);
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .o-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__scrims .o-backdrop__scrim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__marquee {
    z-index: 2;
    position: sticky;
    top: 33.9vh;
    margin-top: 33.9vh;
    margin-bottom: 33.9vh;
    display: block;
    flex-grow: 1;
    margin-right: 8.8%;
    max-width: 51.2%;
    padding-top: 2.25rem;
  }

@supports (position: sticky) {
    .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__marquee {
      max-width: 100%;
      top: 33.9vh !important;
    }
}

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__marquee-inner {
    overflow: hidden;
    transition: max-height 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__marquee [data-role=marquee-track] {
    position: relative;
    transform: translateY(0);
    transition: transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__items {
    flex-basis: 40%;
    flex-shrink: 1;
    padding: 33.9vh 0;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__item {
    transition: opacity 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__item.is-inactive {
    opacity: .3;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__item.is-active {
    opacity: 1;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__item~.c-image-lock__item {
    margin-top: 6.25rem;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__header {
    position: absolute !important;
    overflow: hidden;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0 !important;
    padding: 0 !important;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__backdrop {
    display: none;
  }

  .prefers-reduced-motion--no-preference .c-image-lock.is-initialized .c-image-lock__content {
    padding: 0;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-image-lock.is-initialized {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 5.625rem;
  }

  .c-image-lock.is-initialized::before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
  }

  .c-image-lock.is-initialized .c-image-lock__scrims-wrapper {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .c-image-lock.is-initialized .c-image-lock__scrims {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
  }

@supports (position: sticky) {
    .c-image-lock.is-initialized .c-image-lock__scrims {
      height: 100vh;
    }
}

  .c-image-lock.is-initialized .c-image-lock__scrims.is-initialized {
    overflow-x: hidden;
  }

  .c-image-lock.is-initialized .c-image-lock__scrims .slick-list,
  .c-image-lock.is-initialized .c-image-lock__scrims .slick-track,
  .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide {
    height: 100%;
  }

  .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide {
    transform: translateY(-6.25rem);
    transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 150ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 150ms !important;
  }

  .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide.slick-active {
    transform: translateY(0);
  }

  .c-image-lock.is-initialized .c-image-lock__scrims .slick-slide.slick-active~.slick-slide {
    transform: translateY(6.25rem);
  }

  .c-image-lock.is-initialized .c-image-lock__scrims .o-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .c-image-lock.is-initialized .c-image-lock__scrims .o-backdrop__scrim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
  }

  .c-image-lock.is-initialized .c-image-lock__marquee {
    z-index: 2;
    position: sticky;
    top: 33.9vh;
    margin-top: 33.9vh;
    margin-bottom: 33.9vh;
    display: block;
    flex-grow: 1;
    margin-right: 8.8%;
    max-width: 51.2%;
    padding-top: 2.25rem;
  }

@supports (position: sticky) {
    .c-image-lock.is-initialized .c-image-lock__marquee {
      max-width: 100%;
      top: 33.9vh !important;
    }
}

  .c-image-lock.is-initialized .c-image-lock__marquee-inner {
    overflow: hidden;
    transition: max-height 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .c-image-lock.is-initialized .c-image-lock__marquee [data-role=marquee-track] {
    position: relative;
    transform: translateY(0);
    transition: transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .c-image-lock.is-initialized .c-image-lock__items {
    flex-basis: 40%;
    flex-shrink: 1;
    padding: 33.9vh 0;
  }

  .c-image-lock.is-initialized .c-image-lock__item {
    transition: opacity 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .c-image-lock.is-initialized .c-image-lock__item.is-inactive {
    opacity: .3;
  }

  .c-image-lock.is-initialized .c-image-lock__item.is-active {
    opacity: 1;
  }

  .c-image-lock.is-initialized .c-image-lock__item~.c-image-lock__item {
    margin-top: 6.25rem;
  }

  .c-image-lock.is-initialized .c-image-lock__header {
    position: absolute !important;
    overflow: hidden;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0 !important;
    padding: 0 !important;
  }

  .c-image-lock.is-initialized .c-image-lock__backdrop {
    display: none;
  }

  .c-image-lock.is-initialized .c-image-lock__content {
    padding: 0;
  }
}

.immersive-fade {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
  color: #fff;
  background-color: #000;
}

.cc-page-wrapper--fluid .immersive-fade {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.immersive-fade [data-options*=backdrop-parallax] {
  transform: translate3D(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}

.immersive-fade [data-options*=backdrop-parallax]::after {
  content: '{ "settings": { "offset": "5rem" } }';
  position: absolute;
  display: none;
  width: 0;
  height: 0;
}

.immersive-fade [data-options*=fade-in] {
  transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

.immersive-fade [data-options*=fade-in].is-visible {
  opacity: 1;
}

.immersive-fade [data-options*=fade-in].is-hidden {
  opacity: 0;
}

.immersive-fade__backdrop-wrapper {
  z-index: 0;
  position: absolute;
  top: -5rem;
  right: 0;
  bottom: -5rem;
  left: 0;
}

.immersive-fade__backdrop-wrapper .o-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.immersive-fade__inner {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  padding: 8.75rem 0;
}

.immersive-fade__inner::after {
  clear: both;
  content: "";
  display: block;
}

.immersive-fade__inner::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 64.25rem) {
  .immersive-fade__inner {
    max-width: 85.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 47.75rem) {
  .immersive-fade__inner {
    padding: 12.5rem 0;
  }
}

@media (min-width: 47.75rem) {
  .immersive-fade__inner {
    padding: 10.6rem 0;
  }
}

.immersive-fade::after {
  content: " ";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .9;
}

.immersive-fade.immersive-fade--graphite::after {
  background-color: #1e1f20;
}

.immersive-fade.immersive-fade--blue::after {
  background-color: #368dcb;
}

.immersive-fade.immersive-fade--red::after {
  background-color: #a71839;
}

.immersive-fade__content {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
}

@media (min-width: 47.75rem) {
  .immersive-fade__content {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade__content {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade__content {
    width: calc(83.3333333333% - 3.4375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.3333333333% - 2.03125rem + 3.75rem);
  }
}

.immersive-fade__figure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 47.6875rem) {
  .immersive-fade__figure {
    text-align: center;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .immersive-fade__figure {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade__figure {
    flex-wrap: nowrap;
  }
}

.immersive-fade__figure-value,
.immersive-fade__figure-description {
  width: 100%;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .immersive-fade__figure-value {
    text-align: center;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade__figure-value {
    padding-top: 4.2rem;
    border-top: .125rem solid;
    width: auto;
  }
}

.immersive-fade__figure-value-artwork {
  margin: 0;
}

.immersive-fade__figure-value-text {
  margin: 0;
}

.immersive-fade__figure-description {
  position: relative;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
}

@media (min-width: 47.75rem) {
  .immersive-fade__figure-description {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade__figure-description {
    padding-top: 5.3rem;
    margin-top: 0;
  }
}

.immersive-fade__figure-description::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  border-top: .125rem solid;
  opacity: .3;
}

@media (min-width: 64.25rem) {
  .immersive-fade__figure-caption {
    margin-left: 7.3%;
  }
}

.immersive-fade__figure-caption>*:first-child {
  margin-top: 0;
}

.immersive-fade__figure-caption>*:last-child {
  margin-bottom: 0;
}

.immersive-fade .cta-wrapper {
  margin-top: 1.875rem;
}

.immersive-fade--austere .immersive-fade__inner {
  padding: 3.75rem 0;
}

@media (min-width: 47.75rem) {
  .immersive-fade--austere .immersive-fade__inner {
    padding: 10.6rem 0;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade--austere .immersive-fade__figure {
    display: flex;
    align-items: center;
  }
}

.immersive-fade--austere .immersive-fade__figure-value {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 47.75rem) {
  .immersive-fade--austere .immersive-fade__figure-value {
    width: 50%;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade--austere .immersive-fade__figure-value {
    width: 40%;
    padding: 0 6.125rem 0 2.6875rem;
    border: none;
  }
}

@media (min-width: 47.75rem) {
  .immersive-fade--austere .immersive-fade__figure-description {
    margin-top: 3.125rem;
    padding-top: 1.875rem;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade--austere .immersive-fade__figure-description {
    width: 60%;
    margin: auto;
    padding: 0;
  }

  .immersive-fade--austere .immersive-fade__figure-description::before {
    content: none;
  }
}

@media (min-width: 64.25rem) {
  .immersive-fade--austere .immersive-fade__figure-caption {
    position: relative;
    padding-top: 2.5rem;
    margin-left: auto;
  }

  .immersive-fade--austere .immersive-fade__figure-caption::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    border-top: .125rem solid;
    opacity: .3;
  }
}

.c-cta-button-tray {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}

@media (min-width: 47.75rem) {
  .c-cta-button-tray {
    padding: 0 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .c-cta-button-tray {
    padding: 0;
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

.data-point-set {
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .data-point-set {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .data-point-set {
    margin-bottom: 3.125rem;
  }
}

.data-point-set__items {
  display: flex;
}

.data-point-set .o-figure--data-point {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "slot1" "slot2" "slot3";
}

.data-point-set .o-figure__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: slot1;
  align-self: center;
}

.data-point-set .o-figure__value {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: slot2;
}

.data-point-set .o-figure__image,
.data-point-set .o-figure__value {
  align-self: center;
}

.data-point-set .o-figure--data-point>.o-figure__value {
  margin-top: 0;
}

.data-point-set .o-figure__caption {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: slot3;
}

.data-point-set__item {
  text-align: center;
}

.data-point-set .image__img {
  width: auto;
}

.data-point-set .o-container-grid_item__inner,
.data-point-set .o-figure--data-point {
  height: 100%;
}

.data-point-set--no-border .o-container-grid>.o-container-grid__item::before {
  content: none;
}

.data-point-set--copy-width {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  float: none !important;
}

@media (min-width: 47.75rem) {
  .data-point-set--copy-width {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .data-point-set--copy-width {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

@media (min-width: 64.25rem) {
  .data-point-set .o-figure--data-point {
    grid-template-rows: auto max-content max-content;
  }

  .data-point-set--two-row .o-figure--data-point {
    grid-template-rows: 0 auto max-content;
  }

  .data-point-set--two-row .o-figure__image,
  .data-point-set--two-row .o-figure__value {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: slot2;
  }

  .data-point-set--two-row .o-figure__caption {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: slot3;
  }
}

.c-video-playlist {
  display: block;
  width: 100%;
  transition: all 1s cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  opacity: 0;
}

@media (min-width: 47.75rem) {
  .c-video-playlist {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    clear: both;
    float: none;
  }

  .c-video-playlist::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .c-video-playlist {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 47.6875rem) {
  .c-video-playlist__header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }

  .c-video-playlist__header::after {
    clear: both;
    content: "";
    display: block;
  }
}

.c-video-playlist__title {
  margin-top: 0;
}

.c-video-playlist__stage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  clear: both;
}

.c-video-playlist__player {
  display: none;
  width: 100%;
}

@media (min-width: 64.25rem) {
  .c-video-playlist__player {
    width: 65.5%;
  }
}

.c-video-playlist__player .video-js {
  width: 100%;
  height: 100%;
}

.c-video-playlist__player .vjs-tech {
  display: block;
}

.c-video-playlist__player .vjs-fill {
  width: 100%;
  height: 100%;
}

.c-video-playlist__player .vjs-youtube>div:first-child {
  position: relative;
  padding-bottom: 56.25%;
}

.c-video-playlist__items {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.c-video-playlist__items .slick-slide {
  max-width: 100%;
  position: absolute !important;
  left: 0 !important;
}

.c-video-playlist__item {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 1.875rem;
  vertical-align: top;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 47.75rem) {
  .c-video-playlist__item {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-video-playlist__item {
    margin-bottom: 3.125rem;
  }
}

.c-video-playlist__item.active {
  visibility: visible;
  opacity: 1;
}

.c-video-playlist__item .video,
.c-video-playlist__item .video__wrapper,
.c-video-playlist__item .video__wrapper video {
  width: 100%;
  height: 100%;
}

.c-video-playlist__actions {
  clear: both;
}

.c-video-playlist__carousel {
  clear: both;
  margin: 0 .3125rem;
}

@media (min-width: 47.75rem) {
  .c-video-playlist__carousel {
    margin: 0 -0.9375rem;
  }
}

.c-video-playlist__carousel .slick-list {
  padding-right: 2.5rem;
}

@media (min-width: 64.25rem) {
  .c-video-playlist__carousel .slick-list {
    padding-right: 0;
  }
}

.c-video-playlist__item-total {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

@media screen and (max-width: 47.6875rem) {
  .c-video-playlist__item-total {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }

  .c-video-playlist__item-total::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media (min-width: 64.25rem) {
  .c-video-playlist__item-total {
    margin-top: -0.1rem;
    margin-bottom: .5rem;
    text-align: right;
  }
}

.c-video-playlist__card {
  width: 100%;
  padding: 0 .9375rem;
}

.c-video-playlist__card-trigger {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  text-align: left;
  cursor: pointer;
}

.c-video-playlist__card-media {
  position: relative;
  margin-bottom: 1.3rem;
}

.c-video-playlist__card-image {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-video-playlist__card-image img {
  width: 100%;
}

.c-video-playlist__card-text {
  margin: 0;
}

.c-video-playlist__card-title {
  margin: 0;
}

.c-video-playlist__card-meta {
  margin: 0;
  margin-top: .5rem;
}

.c-video-playlist.is-initialized {
  opacity: 1;
}

.c-video-playlist .slick-arrow {
  top: 4.9rem;
}

.c-video-playlist .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0;
}

.c-video-playlist .slick-arrow.slick-prev {
  z-index: 1;
  left: -1.25rem;
}

.c-video-playlist .slick-arrow.slick-prev::before {
  content: url("/resources/corporate/assets/images/svg/chevron-left.svg");
}

.c-video-playlist .slick-arrow.slick-next {
  right: -1.25rem;
}

.c-video-playlist .slick-arrow.slick-next::before {
  content: url("/resources/corporate/assets/images/svg/chevron-right.svg");
}

.featured-event {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .featured-event {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .featured-event {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.c-event-header {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.cc-page-wrapper--fluid .c-event-header {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

.c-event-header__wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

.c-event-header__background {
  position: relative;
  width: 100%;
  height: 56.25vw;
  max-height: 40.75rem;
  background-color: #1e1f20;
}

.c-event-header__background .video__wrapper {
  position: relative;
  height: 100%;
}

.c-event-header__background .video__wrapper .video {
  min-height: 100%;
  height: 100%;
  padding-top: 0;
}

.c-event-header__background .o-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-event-header__video,
.c-event-header__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-event-header__content {
  width: 100%;
  padding: 1.875rem 1.25rem;
  background-color: #f7f7f7;
  color: inherit;
}

@media (min-width: 47.75rem) {
  .c-event-header__content {
    padding: 2.5rem 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-header__content {
    padding: 3.125rem 5.625rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-header--video .c-event-header__background {
    order: -1;
  }
}

@media (min-width: 64.25rem) {
  .c-event-header--image {
    height: 56.25vw;
    max-height: 40.75rem;
    color: #fff;
  }

  .c-event-header--image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: .5;
    transform: translate3d(0, 0, 0);
  }

  .e-text-color--black .c-event-header--image::after {
    opacity: 0;
  }

  .e-text-color--dark .c-event-header--image::after {
    opacity: 0;
  }

  .e-text-color--info .c-event-header--image::after {
    opacity: 0;
  }

  .e-text-color--on-warning .c-event-header--image::after {
    opacity: 0;
  }

  .e-text-color--alert .c-event-header--image::after {
    opacity: 0;
  }

  .e-text-color--success .c-event-header--image::after {
    opacity: 0;
  }

  .c-event-header--image .o-socials__facebook,
  .c-event-header--image .o-socials__twitter,
  .c-event-header--image .o-socials__linkedin,
  .c-event-header--image .tag--overline {
    color: #fff;
  }
}

@media (min-width: 64.25rem) {
  .c-event-header--image .c-event-header__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
  }
}

.c-event-header--image .c-event-header__content {
  z-index: 1;
  position: relative;
  padding: 1.25rem 1.875rem;
}

@media (min-width: 47.75rem) {
  .c-event-header--image .c-event-header__content {
    padding: 2.5rem 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-header--image .c-event-header__content {
    background-color: rgba(0,0,0,0);
    padding: 0 3.125rem 5.625rem;
  }
}

.c-event-header__tag {
  position: relative;
  display: inline-block;
  padding: 0;
}

.c-event-header__tag::before {
  content: " ";
  position: absolute;
  top: -0.625rem;
  right: -1.25rem;
  left: 0;
  display: block;
  min-width: 5rem;
  height: .1875rem;
}

.c-event-header__tag-yellow::before {
  background-color: #fdb913;
}

.c-event-header__tag-orange::before {
  background-color: #f36f21;
}

.c-event-header__tag-red::before {
  background-color: #c9234a;
}

.c-event-header__tag-purple::before {
  background-color: #645faa;
}

.c-event-header__tag-blue::before {
  background-color: #0089cf;
}

.c-event-header__tag-green::before {
  background-color: #0db14b;
}

.c-event-header__titling {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 64.25rem) {
  .c-event-header__titling {
    flex-wrap: nowrap;
  }
}

.c-event-header--image .c-event-header__titling {
  display: block;
}

.c-event-header__titling .tag--overline::before {
  width: 3rem;
}

.c-event-header__title {
  width: 100%;
}

@media (min-width: 64.25rem) {
  .c-event-header__title {
    width: 80%;
  }
}

.c-event-header__share-links {
  padding: 0;
  margin-top: 4rem;
}

@media (min-width: 47.75rem) {
  .c-event-header__share-links {
    margin-top: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-header__share-links {
    margin: auto;
  }

  .c-event-header--image .c-event-header__share-links {
    margin-top: 1.25rem;
  }
}

.c-event-cards {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .c-event-cards {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-cards {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.c-event-cards__items {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: scroll;
}

@media (min-width: 64.25rem) {
  .c-event-cards__items {
    flex-wrap: wrap;
    justify-content: center;
    margin: -1.25rem;
    max-width: none;
  }
}

.c-event-cards__item {
  flex-shrink: 0;
  width: 20.9375rem;
  max-width: 20.9375rem;
  padding: .46875rem;
}

@media (min-width: 47.75rem) {
  .c-event-cards__item {
    width: 29.625rem;
    max-width: 29.625rem;
    padding: 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-cards__item {
    flex-shrink: 1;
    width: 33.33%;
  }
}

.c-event-blurb {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.75rem) {
  .c-event-blurb:first-child {
    margin-top: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-blurb {
    margin-bottom: 1.875rem;
  }

  .c-event-blurb:first-child {
    margin-top: 3.75rem;
  }
}

.c-event-blurb .o-content-lockup__inner {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 47.75rem) {
  .c-event-blurb .o-content-lockup__inner {
    max-width: 33.75rem;
    flex-wrap: nowrap;
  }
}

@media (min-width: 64.25rem) {
  .c-event-blurb .o-content-lockup__inner {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
    max-width: none;
    display: flex;
    justify-content: space-between;
  }
}

.c-event-blurb .o-content-lockup__rail {
  max-width: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.75rem) {
  .c-event-blurb .o-content-lockup__rail {
    width: 25%;
    margin-bottom: 0;
  }
}

@media (min-width: 47.75rem) {
  .c-event-blurb .o-content-lockup__rail {
    width: 23.8%;
  }
}

.c-event-blurb__item {
  display: flex;
  flex-wrap: wrap;
}

.c-event-blurb__item-details {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 47.75rem) {
  .c-event-blurb__item-details {
    max-width: 11.25rem;
  }
}

@media (min-width: 64.25rem) {
  .c-event-blurb__item-details {
    max-width: 12.875rem;
  }
}

.c-event-blurb__item-details.is-sticky {
  align-self: flex-start;
}

@media (min-width: 64.25rem) {
  .c-event-blurb__item-details.is-sticky {
    position: sticky;
    top: 1.875rem;
  }

  .c-event-blurb__item-details.is-sticky[style*=sticky] {
    top: 1.875rem !important;
  }

@supports (position: sticky) {
    .c-event-blurb__item-details.is-sticky,
    .c-event-blurb__item-details.is-sticky[style*=sticky] {
      top: 6.25rem !important;
    }

    .navigation--unpinned .c-event-blurb__item-details.is-sticky,
    .navigation--unpinned .c-event-blurb__item-details.is-sticky[style*=sticky] {
      top: 1.875rem !important;
    }

    .navigation-sub--pinned .c-event-blurb__item-details.is-sticky,
    .navigation-sub--pinned .c-event-blurb__item-details.is-sticky[style*=sticky] {
      top: 6.25rem !important;
    }

    .navigation-sub--pinned.navigation--pinned .c-event-blurb__item-details.is-sticky,
    .navigation-sub--pinned.navigation--pinned .c-event-blurb__item-details.is-sticky[style*=sticky] {
      top: 10.9375rem !important;
    }
}
}

.c-event-blurb__item-details::before {
  max-width: 10rem;
}

@media (min-width: 47.75rem) {
  .c-event-blurb__item-details::before {
    max-width: none;
  }
}

.c-event-blurb__item-summary {
  width: 100%;
}

@media (min-width: 47.75rem) {
  .c-event-blurb__item-summary {
    width: 75%;
    padding-left: 2.5rem;
  }
}

@media (min-width: 47.75rem) {
  .c-event-blurb__item-summary {
    width: 76.2%;
    padding-left: 2.1875rem;
  }
}

.c-event-blurb__copy {
  margin-top: -0.6875rem;
}

.c-event-blurb__date {
  color: #6a6a6c;
}

.c-event-blurb__venue {
  margin-top: 1.25rem;
}

.c-event-blurb__address {
  margin-top: .375rem;
}

.c-event-blurb__cta {
  margin-top: 1.125rem;
}

.c-event-blurb__actions {
  display: flex;
  margin-top: 1.875rem;
  color: #1379c6;
}

.c-event-blurb__action~.c-event-blurb__action {
  margin-left: .625rem;
}

.c-speaker-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .c-speaker-card {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-speaker-card {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.c-speaker-card__items {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  margin-bottom: -1.875rem;
}

@media (min-width: 47.75rem) {
  .c-speaker-card__items {
    flex-direction: row;
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-speaker-card__items {
    margin-bottom: -3.125rem;
  }
}

.c-speaker-card__item {
  width: 100%;
  margin: 0 auto 1.875rem;
}

@media (min-width: 47.75rem) {
  .c-speaker-card__item {
    margin: 0 auto 2.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-speaker-card__item {
    width: 33.33%;
    margin: 0 auto 3.125rem;
  }
}

.c-speaker-card__item-inner {
  width: 100%;
  max-width: 15.625rem;
  margin: auto;
}

.c-speaker-card__name {
  margin-top: 1.25rem;
}

.c-speaker-card__avatar {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 250px;
  height: auto;
  padding-bottom: 100%;
  border-radius: 50%;
}

.c-speaker-card__avatar .o-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-speaker-card__title {
  margin-top: .3125rem;
}

.c-speaker-card__event-desc {
  color: #6a6a6c;
  margin-top: 1.25rem;
}

.c-speaker-card__cta {
  margin-top: 1.875rem;
}

@keyframes shift-content-left {
  0% {
    transform: translateX(3.75rem);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes shift-content-right {
  0% {
    transform: translateX(-3.75rem);
  }

  100% {
    transform: translateX(0);
  }
}

.c-featured-profile {
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .c-featured-profile {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-featured-profile {
    margin-bottom: 3.75rem;
  }
}

.c-featured-profile .title {
  margin-bottom: .625rem;
}

@media (min-width: 64.25rem) {
  .c-featured-profile .title {
    margin-bottom: 1.875rem;
  }
}

.c-featured-profile__item {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .c-featured-profile__item {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-featured-profile__item {
    margin-top: 1.875rem;
    margin-bottom: 3.75rem;
  }
}

.c-featured-profile .o-featured-block-lockup__inner {
  width: 100%;
  margin-left: 0;
  align-items: flex-start;
}

.c-featured-profile .o-featured-block-lockup__header {
  max-width: 45.9375rem;
}

@media (min-width: 64.25rem) {
  .c-featured-profile .o-featured-block-lockup__header {
    max-width: 100%;
  }
}

.c-featured-profile .o-featured-block-lockup__content {
  z-index: 0;
  max-width: 45.9375rem;
  margin-bottom: 0rem;
}

@media (min-width: 64.25rem) {
  .c-featured-profile .o-featured-block-lockup__content {
    margin-top: 3.3125rem;
  }
}

.c-featured-profile .o-featured-block-lockup__aside {
  z-index: 1;
}

@media (min-width: 64.25rem) {
  .c-featured-profile .o-featured-block-lockup__aside--leading {
    margin-right: -16.625rem;
  }
}

@media (min-width: 64.25rem) {
  .c-featured-profile .o-featured-block-lockup__aside--trailing {
    margin-left: -16.625rem;
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .c-featured-profile .o-featured-block-lockup__content--trailing {
    transform: translateX(3.75rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-featured-profile .o-featured-block-lockup__content--trailing {
    transform: translateX(3.75rem);
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .c-featured-profile .o-featured-block-lockup__content--leading {
    transform: translateX(-3.75rem);
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-featured-profile .o-featured-block-lockup__content--leading {
    transform: translateX(-3.75rem);
  }
}

.prefers-reduced-motion--no-preference .c-featured-profile .o-featured-block-lockup__content--shift-left {
  animation: shift-content-left .5s cubic-bezier(0.66, -0.01, 0.14, 1.01) forwards;
}

.prefers-reduced-motion--no-preference .c-featured-profile .o-featured-block-lockup__content--shift-right {
  animation: shift-content-right .5s cubic-bezier(0.66, -0.01, 0.14, 1.01) forwards;
}

@media (prefers-reduced-motion: no-preference) {
  .c-featured-profile .o-featured-block-lockup__content--shift-left {
    animation: shift-content-left .5s cubic-bezier(0.66, -0.01, 0.14, 1.01) forwards;
  }

  .c-featured-profile .o-featured-block-lockup__content--shift-right {
    animation: shift-content-right .5s cubic-bezier(0.66, -0.01, 0.14, 1.01) forwards;
  }
}

.c-schedule {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 47.75rem) {
  .c-schedule {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64.25rem) {
  .c-schedule {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.c-schedule__item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 47.75rem) {
  .c-schedule__item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-schedule__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-top-banner {
  --banner-height: 37.5px;
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  will-change: margin-top,top;
  background-color: #fff;
  top: calc(var(--banner-height)*-1);
  margin-top: calc(var(--banner-height)*-1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.cc-page-wrapper--fluid .c-top-banner {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

@keyframes fade-in-and-grow {
  from {
    margin-top: 0%;
    max-height: 0;
  }

  to {
    max-height: 2000vh;
  }
}

.c-top-banner.is-visible {
  position: relative;
  transition: margin-top 300ms cubic-bezier(0.66, -0.01, 0.14, 1.01),top 300ms cubic-bezier(0.66, -0.01, 0.14, 1.01);
  top: 0;
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}

.c-top-banner__inner {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 1.5rem;
}

@media (min-width: 64.25rem) {
  .c-top-banner__inner {
    padding: .5rem 1.875rem;
  }
}

.c-top-banner__inner__banner {
  text-align: center;
}

@media (min-width: 64.25rem) {
  .c-top-banner__inner__banner {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 64.1875rem) {
  .c-top-banner__inner__banner {
    flex-flow: column wrap;
  }
}

.c-top-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: inherit;
}

@media (min-width: 64.25rem) {
  .c-top-banner__content {
    display: inline-flex;
    flex-wrap: nowrap;
  }
}

.c-top-banner__actions {
  flex-shrink: 0;
  margin-left: 1rem;
}

.c-top-banner__meta {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  padding-bottom: .8rem;
  margin-bottom: .6rem;
  margin-right: 2rem;
}

@media (min-width: 64.25rem) {
  .c-top-banner__meta {
    flex-shrink: 0;
    padding-bottom: 0;
    padding-right: .8rem;
    margin-bottom: 0;
    margin-right: .6rem;
  }
}

.c-top-banner__meta::after {
  content: " ";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .125rem;
  background-color: currentColor;
  opacity: .4;
}

@media (min-width: 64.25rem) {
  .c-top-banner__meta::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: .125rem;
    height: 100%;
  }
}

.c-top-banner__meta .e-icon {
  width: .5rem;
  height: .5rem;
  margin-right: .5rem;
}

.c-top-banner__text {
  width: 100%;
}

@media (min-width: 64.25rem) {
  .c-top-banner__text {
    width: auto;
  }
}

.c-top-banner--system {
  border-bottom: 3px solid #cdcdcd;
}

.c-top-banner--tout .c-top-banner__inner {
  align-items: baseline;
  justify-content: space-between;
}

.c-top-banner--tout .c-top-banner__actions {
  position: absolute;
  right: 1.5rem;
  margin-left: 1.25rem;
  transform: translateY(0.2ex);
}

@media (min-width: 64.25rem) {
  .c-top-banner--tout .c-top-banner__actions {
    position: static;
  }
}

.c-top-banner--bg-yellow {
  background-color: #fdb913;
}

.c-top-banner--bg-orange {
  background-color: #f36f21;
}

.c-top-banner--bg-red {
  background-color: #c9234a;
}

.c-top-banner--bg-purple {
  background-color: #645faa;
}

.c-top-banner--bg-blue {
  background-color: #0089cf;
}

.c-top-banner--bg-green {
  background-color: #0db14b;
}

.c-top-banner--fg-black {
  color: #000;
}

.c-top-banner--fg-dark {
  color: #000;
}

.c-top-banner--fg-light {
  color: #fff;
}

.c-top-banner--fg-white {
  color: #fff;
}

.c-top-banner--fg-info {
  color: #0089cf;
}

.c-top-banner--fg-on-info {
  color: #fff;
}

.c-top-banner--fg-warning {
  color: #f36f21;
}

.c-top-banner--fg-on-warning {
  color: #000;
}

.c-top-banner--fg-alert {
  color: #c9234a;
}

.c-top-banner--fg-on-alert {
  color: #fff;
}

.c-top-banner--fg-success {
  color: #0db14b;
}

.c-top-banner--fg-on-success {
  color: #fff;
}

.navigation--open .c-top-banner {
  display: none;
}

.c-story-header {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.cc-page-wrapper--fluid .c-story-header {
  position: static;
  right: unset;
  left: unset;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

@media (min-width: 64.25rem) {
  .c-story-header {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.c-story-header:first-of-type {
  margin-top: 0;
}

@media (min-width: 64.25rem) {
  .c-story-header__inner {
    display: flex;
    min-height: 100vh;
  }
}

.c-story-header__aside {
  position: relative;
  display: none;
}

.c-story-header__aside-static-actions {
  display: none;
}

@media (min-width: 64.25rem) {
  .c-story-header__aside {
    display: block;
  }

  .prefers-reduced-motion--no-preference .c-story-header__aside {
    z-index: 1;
    order: -1;
    width: 35.3%;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-story-header__aside {
    z-index: 1;
    order: -1;
    width: 35.3%;
  }
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--reduce .c-story-header__aside {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: auto;
  }

  .prefers-reduced-motion--reduce .c-story-header__aside-static-actions {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.3%;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .c-story-header__aside {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: auto;
  }

  .c-story-header__aside-static-actions {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.3%;
  }
}

.c-story-header__aside-content {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.prefers-reduced-motion--reduce .c-story-header__aside-content {
  display: flex;
}

.prefers-reduced-motion--reduce .c-story-header__aside-content::before {
  content: " ";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.85);
}

@media (prefers-reduced-motion: reduce) {
  .c-story-header__aside-content {
    display: flex;
  }

  .c-story-header__aside-content::before {
    content: " ";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.85);
  }
}

.c-story-header__aside-content.js-is-sticky {
  right: 64.7%;
  width: 35.3%;
}

.c-story-header__aside-content.js-is-stuck {
  bottom: 0;
  width: auto;
  height: auto;
}

.c-story-header__aside .o-backdrop {
  width: 100%;
  height: 100%;
}

.c-story-header__video-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  opacity: 1;
  transition: all 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 400ms;
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-bloomed {
    z-index: 2;
    width: 100vw;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-unbloomed {
    width: 100%;
    transition: all 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    pointer-events: auto;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric {
    z-index: 1;
    opacity: 1;
  }

  .prefers-reduced-motion--no-preference .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric.has-unbloomed {
    opacity: 1;
    pointer-events: auto;
  }

  .prefers-reduced-motion--no-preference .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric.has-bloomed {
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric.has-unbloomed {
    opacity: 1;
    pointer-events: auto;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric.has-bloomed {
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-story-header__video-wrapper.has-bloomed {
    z-index: 2;
    width: 100vw;
  }

  .c-story-header__video-wrapper.has-unbloomed {
    width: 100%;
    transition: all 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
    pointer-events: auto;
  }

  .c-story-header__video-wrapper-atmospheric {
    z-index: 1;
    opacity: 1;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric.has-unbloomed {
    opacity: 1;
    pointer-events: auto;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper-atmospheric.has-bloomed {
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference)and (prefers-reduced-motion: no-preference) {
  .c-story-header__video-wrapper-atmospheric.has-unbloomed {
    opacity: 1;
    pointer-events: auto;
  }

  .c-story-header__video-wrapper-atmospheric.has-bloomed {
    opacity: 0;
    pointer-events: none;
  }
}

.c-story-header__video-wrapper-narrative {
  z-index: 0;
}

.c-story-header__video-wrapper .video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

.c-story-header__video-wrapper .video[autoplay],
.c-story-header__video-wrapper .video video,
.c-story-header__video-wrapper .video iframe,
.c-story-header__video-wrapper.is-center-aligned .video[autoplay],
.c-story-header__video-wrapper.is-center-aligned .video video,
.c-story-header__video-wrapper.is-center-aligned .video iframe {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 177.6vh !important;
  height: 100vh !important;
  max-width: none;
  transform: translateX(-50%) !important;
  transition: all 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 400ms;
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-bloomed .video video,
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-bloomed .video iframe {
    width: 100vw !important;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-bloomed .video__actions {
    bottom: 3.25rem;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-unbloomed .video video,
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.has-unbloomed .video iframe {
    transition: all 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.is-left-aligned .video[autoplay],
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.is-left-aligned .video video,
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.is-left-aligned .video iframe {
    transform: translateX(0) !important;
    right: auto !important;
    left: 0 !important;
  }

  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.is-right-aligned .video[autoplay],
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.is-right-aligned .video video,
  .prefers-reduced-motion--no-preference .c-story-header__video-wrapper.is-right-aligned .video iframe {
    transform: translateX(0) !important;
    right: 0 !important;
    left: auto !important;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-story-header__video-wrapper.has-bloomed .video video,
  .c-story-header__video-wrapper.has-bloomed .video iframe {
    width: 100vw !important;
  }

  .c-story-header__video-wrapper.has-bloomed .video__actions {
    bottom: 3.25rem;
  }

  .c-story-header__video-wrapper.has-unbloomed .video video,
  .c-story-header__video-wrapper.has-unbloomed .video iframe {
    transition: all 500ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }

  .c-story-header__video-wrapper.is-left-aligned .video[autoplay],
  .c-story-header__video-wrapper.is-left-aligned .video video,
  .c-story-header__video-wrapper.is-left-aligned .video iframe {
    transform: translateX(0) !important;
    right: auto !important;
    left: 0 !important;
  }

  .c-story-header__video-wrapper.is-right-aligned .video[autoplay],
  .c-story-header__video-wrapper.is-right-aligned .video video,
  .c-story-header__video-wrapper.is-right-aligned .video iframe {
    transform: translateX(0) !important;
    right: 0 !important;
    left: auto !important;
  }
}

@media (min-width: 64.25rem) {
  .c-story-header__video-wrapper.is-left-aligned .video[autoplay],
  .c-story-header__video-wrapper.is-left-aligned .video video,
  .c-story-header__video-wrapper.is-left-aligned .video iframe {
    transform: translateX(0) !important;
    right: auto !important;
    left: 0 !important;
  }

  .c-story-header__video-wrapper.is-right-aligned .video[autoplay],
  .c-story-header__video-wrapper.is-right-aligned .video video,
  .c-story-header__video-wrapper.is-right-aligned .video iframe {
    transform: translateX(0) !important;
    right: 0 !important;
    left: auto !important;
  }
}

.c-story-header__video-wrapper .video[loop] {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: auto;
  height: 100%;
  padding: 0;
  transform: translateX(-50%);
}

.c-story-header__video-wrapper .video__autoplay-toggle {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 1.375rem;
}

.c-story-header__video-wrapper .video__actions {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 1.375rem;
}

.prefers-reduced-motion--reduce .c-story-header__video-wrapper .video__actions {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-story-header__video-wrapper .video__actions {
    display: none;
  }
}

.c-story-header__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3rem 0 1.875rem;
}

.c-story-header__content::after {
  content: " ";
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  left: 1.25rem;
  height: .125rem;
  background-color: #d9d9d9;
}

.prefers-reduced-motion--reduce .c-story-header__content::after {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-story-header__content::after {
    display: none;
  }
}

@media (min-width: 64.25rem) {
  .c-story-header__content {
    width: 64.7%;
  }

  .prefers-reduced-motion--reduce .c-story-header__content {
    z-index: 2;
    padding: 12.3rem 5.625rem;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: reduce) {
  .c-story-header__content {
    z-index: 2;
    padding: 12.3rem 5.625rem;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 64.25rem) {
  .c-story-header__content::after {
    right: 5.625rem;
    left: 5.625rem;
  }

  .prefers-reduced-motion--no-preference .c-story-header__content {
    padding: 15rem 5.625rem;
  }

  .c-story-header--expanding .prefers-reduced-motion--no-preference .c-story-header__content,
  .c-story-header--dual .prefers-reduced-motion--no-preference .c-story-header__content {
    padding-bottom: 100vh;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-story-header__content {
    padding: 15rem 5.625rem;
  }

  .c-story-header--expanding .c-story-header__content,
  .c-story-header--dual .c-story-header__content {
    padding-bottom: 100vh;
  }
}

.c-story-header__content .tag {
  color: inherit;
}

.c-story-header__intro {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 2000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  outline: none;
}

@media (min-width: 64.25rem) {
  .c-story-header__intro {
    display: block;
  }

  .c-story-header--expanding .c-story-header__intro,
  .c-story-header--dual .c-story-header__intro {
    display: flex;
    align-content: center;
    min-height: 60vh;
  }

  .prefers-reduced-motion--no-preference .c-story-header__intro.has-bloomed {
    opacity: 0;
    transform: translateY(-100%);
  }

  .prefers-reduced-motion--no-preference .c-story-header__intro.has-unbloomed {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 2000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-story-header__intro.has-bloomed {
    opacity: 0;
    transform: translateY(-100%);
  }

  .c-story-header__intro.has-unbloomed {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 2000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms,transform 1000ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
  }
}

.c-story-header__tag-yellow::before {
  background-color: #fdb913;
}

.c-story-header__tag-orange::before {
  background-color: #f36f21;
}

.c-story-header__tag-red::before {
  background-color: #c9234a;
}

.c-story-header__tag-purple::before {
  background-color: #645faa;
}

.c-story-header__tag-blue::before {
  background-color: #0089cf;
}

.c-story-header__tag-green::before {
  background-color: #0db14b;
}

.c-story-header__meta {
  width: 100%;
  margin: 0;
  order: 0;
  margin-bottom: .9375rem;
  padding: 0 1.25rem;
}

@media (min-width: 47.75rem) {
  .c-story-header__meta {
    padding: 0 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-story-header__meta {
    margin-bottom: 1.875rem;
    padding: 0;
  }
}

.c-story-header__title {
  width: 100%;
  margin: 0;
  margin-bottom: 1.875rem;
  order: 1;
  padding: 0 1.25rem;
}

@media (min-width: 47.75rem) {
  .c-story-header__title {
    padding: 0 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-story-header__title {
    margin-bottom: 1.875rem;
    padding: 0;
  }
}

.c-story-header__lede {
  width: 100%;
  order: 3;
  padding: 0 1.25rem;
}

@media (min-width: 47.75rem) {
  .c-story-header__lede {
    padding: 0 1.5rem;
  }
}

@media (min-width: 64.25rem) {
  .c-story-header__lede {
    padding: 0;
  }
}

.c-story-header__intro-media {
  position: relative;
  width: 100%;
  order: 2;
  margin-bottom: 2.5rem;
  padding: 0;
  padding-bottom: 56.25%;
}

.c-story-header__intro-media .o-backdrop,
.c-story-header__intro-media .video__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 64.25rem) {
  .c-story-header__intro-media {
    display: none;
  }
}

.c-story-header__hidden-actions {
  display: none;
  order: 4;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 20vh;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.66, -0.01, 0.14, 1.01) 0ms;
}

.c-story-header__hidden-actions.is-focused {
  opacity: 1;
}

@media (min-width: 64.25rem) {
  .prefers-reduced-motion--no-preference .c-story-header__hidden-actions {
    display: block;
  }
}

@media (min-width: 64.25rem)and (prefers-reduced-motion: no-preference) {
  .c-story-header__hidden-actions {
    display: block;
  }
}

.c-story-header__hidden-action {
  padding: .625rem;
  border: none;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

.c-story-header__effect-trigger {
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
}

.c-story-header__skip-target {
  position: absolute;
  top: auto;
  bottom: 1.875rem;
  left: 0;
}

.prefers-reduced-motion--reduce .c-story-header.has-playing-video .c-story-header__content {
  visibility: hidden;
}

.prefers-reduced-motion--reduce .c-story-header.has-playing-video .c-story-header__aside-content::before,
.prefers-reduced-motion--reduce .c-story-header.has-playing-video .c-story-header__aside-static-actions {
  display: none;
}

.prefers-reduced-motion--reduce .c-story-header--dual .c-story-header__video-wrapper-atmospheric,
.prefers-reduced-motion--reduce .c-story-header--dual .c-story-header__video-wrapper-narrative .vjs-big-play-button {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-story-header.has-playing-video .c-story-header__content {
    visibility: hidden;
  }

  .c-story-header.has-playing-video .c-story-header__aside-content::before,
  .c-story-header.has-playing-video .c-story-header__aside-static-actions {
    display: none;
  }

  .c-story-header--dual .c-story-header__video-wrapper-atmospheric,
  .c-story-header--dual .c-story-header__video-wrapper-narrative .vjs-big-play-button {
    display: none;
  }
}

.o-field--reduced-motion .reduced-motion-supported {
  display: none;
}

.o-field--reduced-motion .o-reduced-motion-indicator {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

@media (prefers-reduced-motion: no-preference),(prefers-reduced-motion: reduce) {
  .o-field--reduced-motion .reduced-motion-legacy,
  .o-field--reduced-motion .o-field__radios {
    display: none;
  }

  .o-field--reduced-motion .reduced-motion-supported {
    display: inline-block;
  }
}

.prefers-reduced-motion--reduce .o-field--reduced-motion .reduced-motion-disabled {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .o-field--reduced-motion .reduced-motion-disabled {
    display: none;
  }
}

.prefers-reduced-motion--no-preference .o-field--reduced-motion .reduced-motion-enabled {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .o-field--reduced-motion .reduced-motion-enabled {
    display: none;
  }
}

.cc-modal {
  z-index: 999;
  position: fixed;
  top: 65px;
  min-height: 344px;
  max-height: calc(90vh - 65px);
  overflow-y: auto;
  left: 50%;
  display: inline-flex;
  width: 90%;
  transform: translateX(-50%);
  background-color: #fff;
}

.cc-modal--above-nav {
  z-index: 1002;
}

.cc-modal--above-nav+.cc-modal-overlay {
  z-index: 1001;
}

.cc-modal-header,
.cc-modal-body-container,
.cc-modal-footer {
  width: 100%;
  padding: 0 2.125rem;
  margin: 0 auto;
}

.cc-modal[aria-hidden=true] {
  display: block;
  visibility: hidden;
}

.cc-modal[aria-hidden=false]+.cc-modal-overlay {
  display: block;
}

@media (min-width: 47.75rem) {
  .cc-modal {
    top: 8rem;
    max-width: 644px;
    max-height: calc(90vh - 8rem);
  }

  .cc-modal-header,
  .cc-modal-body-container {
    width: 100%;
    padding: 0 4.5rem;
  }

  .cc-modal .cc-modal-action {
    max-width: 244px;
  }

  .cc-modal .cc-modal-body {
    max-height: 23vh;
  }
}

.cc-modal-overlay {
  z-index: 998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.65);
}

.cc-modal-overlay--secret {
  background-color: #000;
}

.cc-modal-wrapper {
  position: relative;
  width: 100%;
}

.cc-modal-title {
  margin-bottom: 1rem;
}

.cc-modal--centered {
  text-align: center;
}

.cc-modal--centered .cc-modal-header {
  padding-top: 1.25rem;
}

.cc-modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: red;
  border: 1px solid red;
  border-radius: 2px;
  line-height: 0;
}

.cc-modal .e-ornament--dash-small {
  padding-top: 3.375rem;
}

.cc-modal-image {
  margin: 0 auto 2rem;
}

.cc-modal-body-container.cc-modal-body-container--mask-overflow {
  position: relative;
}

.cc-modal-body-container.cc-modal-body-container--mask-overflow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.cc-modal-body-container.cc-modal-body-container--mask-overflow .cc-modal-body {
  padding-bottom: 2rem;
}

.cc-modal-body {
  overflow-y: auto;
  max-height: 14vh;
}

.cc-modal-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
  padding: 2.5rem 2.125rem;
}

@media (min-width: 47.75rem) {
  .cc-modal-footer {
    padding: 2.5rem 4.5rem;
  }
}

.cc-modal-footer--divided {
  background-color: #f7f7f7;
  border-top: 1px solid #d9d9d9;
}

.cc-modal-footer .cc-modal-action {
  width: 100%;
}

.cc-modal-footer .cc-modal-action+.cc-modal-action,
.cc-modal-footer .cc-modal__tos-form+.cc-modal-action {
  margin-top: 2rem;
}

.cc-modal__tos-form {
  width: 100%;
}

a.cc-modal-action {
  text-align: center;
  color: #222;
}

.cc-form--error .cc-form-label,
.cc-form--error .cc-form-error {
  color: #c9234a;
}

.cc-form--error .cc-form-input {
  border-bottom: 2px solid #c9234a;
}

.cc-form-label {
  display: block;
}

.cc-form-input {
  position: relative;
  width: 100%;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  border-bottom: 1px solid #848484;
}

.cc-form-input::placeholder {
  color: #6a6a6c;
}

.cc-form-input::-webkit-input-placeholder {
  color: #6a6a6c;
}

.cc-form-input::-moz-placeholder {
  color: #6a6a6c;
}

.cc-form-input:-ms-input-placeholder {
  color: #6a6a6c;
}

.cc-form-input:-moz-placeholder {
  color: #6a6a6c;
}

.cc-checkbox {
  display: flex;
  flex: 1 1;
  position: relative;
}

.cc-checkbox:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  transition: transform .28s ease;
  border: 2px solid #222;
  flex: none;
  background-color: #fff;
}

.cc-checkbox__label {
  display: block;
  padding-left: .5rem;
  font-weight: bold;
  font-size: 14px;
}

input:checked~.cc-checkbox:before {
  border: 2px solid #0db14b;
  background-color: #0db14b;
}

input:checked~.cc-checkbox:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 7px;
  height: 3px;
  border-left: .125rem solid #fff;
  border-bottom: .125rem solid #fff;
  transform: rotate(-45deg);
}

.list-row::after {
  content: "";
  display: table;
  clear: both;
}

.list-row__wrapper {
  text-align: center;
  position: relative;
}

.list-row__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.list-row__list::after {
  clear: both;
  content: "";
  display: block;
}

.list-row__item-info {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: left;
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .list-row__item-info {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media screen and (min-width: 64.25rem)and (max-width: 9998.9375rem) {
  .list-row__item-info {
    width: calc(100% - 3.75rem);
    float: left;
    margin-left: 1.875rem;
  }
}

.list-row__item {
  display: block;
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.list-row__item::after {
  clear: both;
  content: "";
  display: block;
}

.list-row__item__meta {
  color: #161616;
  margin-bottom: .75rem;
}

.list-row__item__meta span {
  display: inline-block;
}

.list-row__item__meta span::after {
  content: "|";
  display: inline-block;
  padding: 0 .25rem;
}

.list-row__item__meta span:last-child::after {
  display: none;
}

.list-row__item__title {
  margin: 0 0 .625rem;
  color: #161616;
  transition: 150ms opacity;
}

.list-row__item:hover .list-row__item__title,
.list-row__item:focus .list-row__item__title {
  opacity: .55;
}

.list-row__item__desc {
  margin: 0;
  color: #848484;
}

.list-row__item__match {
  color: #161616;
}

.list-row__item__image {
  margin: 1.125rem 0 0;
}

.list-row__item__tag {
  margin-bottom: .9375rem;
}

@media (min-width: 47.75rem) {
  .list-row__item {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .list-row__item::after {
    clear: both;
    content: "";
    display: block;
  }

  .list-row__item__tag {
    margin-bottom: 1.25rem;
  }

  .list-row__item__content {
    float: left;
    width: calc(100% - 185px);
    padding-right: 1.25rem;
  }

  .list-row__item__image {
    float: left;
    width: 11.5625rem;
    margin-top: 0;
  }
}

.c-content-box {
  border: 1px solid #979797;
  margin-bottom: 2.5rem;
  padding: 1rem 30px;
}

.c-content-box ul {
  padding-left: 21px;
}

.c-content-box ul ul {
  margin-top: .77rem;
}

.c-content-box li {
  margin-bottom: .77rem;
}

.c-content-box.c-content-box--copy-width {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  float: none !important;
}

@media (min-width: 47.75rem) {
  .c-content-box.c-content-box--copy-width {
    width: calc(66.6666666667% - 2.0833333333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.6666666667% - 1.4583333333rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .c-content-box.c-content-box--copy-width {
    width: calc(66.6666666667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.6666666667% - 2.1875rem + 3.75rem);
  }
}

.c-content-box.c-content-box--short-form ul {
  padding-left: 3.125rem;
}

.list--condensed,
.list--condensed ul {
  line-height: 1.5;
}

.multi-enhanced-cta__list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .multi-enhanced-cta__list {
    display: grid;
    list-style: none;
    align-content: center;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
  }

@media (min-width: 47.75rem) {
    .multi-enhanced-cta__list {
      grid-template-columns: repeat(3, 1fr);
    }
}
}

.multi-enhanced-cta__item {
  border-left: 10px solid rgba(0,0,0,0);
  border-top: 10px solid rgba(0,0,0,0);
  width: 33%;
}

@supports (display: grid) {
  .multi-enhanced-cta__item {
    width: 100%;
  }
}

.multi-enhanced-cta .type-copy,
.multi-enhanced-cta .cc-form-input,
.multi-enhanced-cta .type-caption-1 {
  text-align: center;
}

.enhanced-cta-button {
  --button-background: #ffffff;
  --button-hover-background: #ffffff;
  --button-text-color: #222222;
  --button-text-hover-color: #222222;
  --button-border-color: #d9d9d9;
  --button-border-hover-color: linear-gradient(to right, #fdb913, #fdb913 16.66%, #f36f21 16.66%, #f36f21 33.33%, #c9234a 33.33%, #c9234a 50%, #645faa 50%, #645faa 66.67%, #0089cf 66.67%, #0089cf 83.34%, #0db14b 83.34%, #0db14b);
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}

@media (min-width: 47.75rem) {
  .enhanced-cta-button {
    padding: 0 1.25rem;
  }
}

@media (min-width: 64.25rem) {
  .enhanced-cta-button {
    padding: 0;
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

@media (min-width: 47.75rem) {
  .enhanced-cta-button .e-cta-button {
    margin: 0 auto;
  }
}

.enhanced-cta-button .always-show.e-cta-button__text::after,
.enhanced-cta-button .always-show.e-cta-button__text::before {
  opacity: 1;
  right: -2rem;
}

.enhanced-cta-button .e-cta-button:hover .e-cta-button__inner {
  background-color: var(--button-hover-background);
  color: var(--button-text-hover-color);
}

.enhanced-cta-button .e-cta-button:hover .e-cta-button__text::after {
  border-right-color: var(--button-text-hover-color);
  border-bottom-color: var(--button-text-hover-color);
}

.enhanced-cta-button .e-cta-button:hover .e-cta-button__text::before {
  background: var(--button-text-hover-color);
}

.enhanced-cta-button .e-cta-button:hover::before {
  background-color: var(--button-border-hover-color);
}

.enhanced-cta-button .e-cta-button:hover::after {
  background: var(--button-border-hover-color);
}

.enhanced-cta-button .e-cta-button .e-cta-button__text::after {
  border-right-color: var(--button-text-color);
  border-bottom-color: var(--button-text-color);
}

.enhanced-cta-button .e-cta-button .e-cta-button__text::before {
  background: var(--button-text-color);
}

.enhanced-cta-button .e-cta-button::before {
  background-color: var(--button-border-color);
}

.enhanced-cta-button .e-cta-button::after {
  background: var(--button-border-hover-color);
}

.enhanced-cta-button--no-flash .e-cta-button::after {
  width: 100%;
  opacity: 0;
}

.enhanced-cta-button--no-flash .e-cta-button:hover::after {
  opacity: 1;
}

.enhanced-cta-button .e-cta-button__inner {
  background-color: var(--button-background);
  color: var(--button-text-color);
}

.prefers-reduced-motion--no-preference .enhanced-cta-button .e-cta-button__inner {
  transition: .2s all .1s cubic-bezier(1, 0.005, 0.415, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .enhanced-cta-button .e-cta-button__inner {
    transition: .2s all .1s cubic-bezier(1, 0.005, 0.415, 1);
  }
}

.navigation__dropdown.navigation__dropdown li a:focus,
.navigation__dropdown.navigation__dropdown li a:hover {
  outline: none;
}

.navigation-search .search-autocomplete__input {
  outline: none;
}

.search-header .search-autocomplete__input {
  outline: none;
}

.search-header--submittable .search-autocomplete__submit {
  outline: none;
}

.navigation-search--submittable .search-autocomplete__submit {
  outline: none;
}

.search-pagination__button a {
  outline: none;
}

.card--media {
  outline: none;
}

.header__tag:empty,
.header__details:empty {
  display: none;
}

.sep-cta-wrapper {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 15px;
  margin-top: .9375rem;
}

.sep-cta-wrapper>.e-cta-with-arrow {
  margin-left: 20px;
  margin-left: 1.25rem;
  color: #0089cf;
}

@media (min-width: 47.75rem) {
  .sep-cta-wrapper {
    min-height: 1.875rem;
  }

  .sep-cta-wrapper>.e-cta-with-arrow {
    left: calc(100% - 9.5625rem);
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 47.75rem)and (max-width: 64.1875rem) {
  .sep-cta-wrapper>.e-cta-with-arrow {
    left: calc(100% - 4.25rem);
  }
}

.o-socials__links {
  padding: 1px;
}

.video-js .vjs-menu-button .vjs-menu-content {
  overflow: hidden;
}

.bodycopy__content>section>div>ol>li em,
.bodycopy__content>ol>li em {
  font-style: italic;
}

.bodycopy__content>section>div>ol>li a,
.bodycopy__content>ol>li a {
  color: #1379c6;
  transition: color .15s;
}

.bodycopy__content>section>div>ol>li a:hover,
.bodycopy__content>ol>li a:hover,
.bodycopy__content>section>div>ol>li a:focus,
.bodycopy__content>ol>li a:focus {
  color: #000;
}

.bodycopy__content>section>div>ol,
.bodycopy__content>ol {
  margin-top: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.bodycopy__content>section>div>ol li,
.bodycopy__content>ol li {
  position: relative;
  margin: 0 0 12px;
  margin: 0 0 .75rem;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
}

.bodycopy__content--nested>section>div>ol,
.bodycopy__content--nested>ol {
  position: relative;
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 20px;
  margin-left: 1.25rem;
  float: none !important;
}

@media (min-width: 47.75rem) {
  .bodycopy__content--nested>section>div>ol,
  .bodycopy__content--nested>ol {
    width: calc(66.66667% - 2.08333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.66667% - 1.45833rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content--nested>section>div>ol,
  .bodycopy__content--nested>ol {
    width: calc(66.66667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.66667% - 2.1875rem + 3.75rem);
  }
}

@media (min-width: 47.75rem) {
  .bodycopy__content--nested>section>div>ol,
  .bodycopy__content--nested>ol {
    width: auto;
    max-width: 33.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content--nested>section>div>ol,
  .bodycopy__content--nested>ol {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    max-width: none;
    float: none !important;
  }
}

@media (min-width: 64.25rem)and (min-width: 47.75rem) {
  .bodycopy__content--nested>section>div>ol,
  .bodycopy__content--nested>ol {
    width: calc(66.66667% - 2.08333rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(16.66667% - 1.45833rem + 2.5rem);
  }
}

@media (min-width: 64.25rem) {
  .bodycopy__content--nested>section>div>ol,
  .bodycopy__content--nested>ol {
    width: calc(66.66667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.66667% - 2.1875rem + 3.75rem);
  }
}

.bodycopy__content>section>div>ol {
  list-style-type: decimal;
  padding-left: 2rem;
}

button:focus:hover {
  outline: none;
}

button:active {
  outline: none;
}

[style*="Comcast New Vision"] {
  font-family: Comcast New Vision, Futura, sans-serif !important;
}

.cc-revoke,
.cc-window {
  font-family: Comcast New Vision, Futura, sans-serif !important;
}

.cmp-corporate-general-headline .page-title {
  position: relative;
  width: 100%;
  padding: 30px 0 20px;
  margin-bottom: 55px;
  background-color: #00485b;
  background-image: linear-gradient(to right, #59c3b8, #00485b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59c3b8", endColorstr="#00485b", GradientType=1);
}

.cmp-corporate-general-headline .page-title .container h1 {
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .cmp-corporate-general-headline .page-title {
    margin-bottom: 0;
    min-height: 0;
    padding: 17px 0 10px;
  }

  .cmp-corporate-general-headline .page-title .container h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.cmp-corporate-general-share-print {
  margin-bottom: 30px;
  clear: both;
}

.cmp-corporate-general-share-print button,
.cmp-corporate-general-share-print span.action-btn {
  height: 20px;
  color: #000;
  font-family: "ff-din-web-n7","ff-din-web",sans-serif;
  font-size: 11px;
  background-color: #fff;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.cmp-corporate-general-share-print button.addthis_button {
  width: 52px;
  padding: 0;
  border: none;
}

.cmp-corporate-general-share-print button.addthis_button .icon {
  display: inline-block;
  width: 10px;
  height: 5px;
  background: url(http://corporate.comcast.com/img/cmcst_sprites_production.png) -97px 0 no-repeat rgba(0,0,0,0);
  margin-left: 4px;
  vertical-align: middle;
  margin-top: -2px;
}

.cmp-corporate-general-share-print .spacer {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 14px;
  background-color: #eaeaea;
}

.corporate-bio-group {
  clear: both;
}

.corporate-bio-group .cmp-badge-group h5 {
  color: #3e4db1;
  text-transform: uppercase;
  font-size: 14px;
}

.corporate-bio-group .cmp-badge {
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  padding-right: 15px;
  margin-bottom: 20px;
}

.corporate-bio-group .cmp-badge>a {
  display: block;
}

.corporate-bio-group .cmp-badge>a>img {
  max-width: 100%;
}

.corporate-bio-group .cmp-badge>a>div {
  height: 122px;
  padding: 24px 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, #e9f2f5 0%, rgba(233, 242, 245, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  text-align: left;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#e9f2f5", endColorstr="#00ffffff", GradientType=0);
}

.corporate-bio-group .cmp-badge h2 {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.corporate-bio-group .cmp-badge h3 {
  color: #444;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}

.cmp-corporate-bio-headshot-hero {
  position: relative;
  margin-bottom: 55px;
}

.cmp-corporate-bio-headshot-hero>.container {
  position: relative;
}

.cmp-corporate-bio-headshot-hero>.container>img {
  float: right;
  max-width: 100%;
}

.cmp-corporate-bio-headshot-hero>.container>.content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-corporate-bio-headshot-hero>.container>.content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  max-width: 60%;
  font-weight: 200;
  margin-top: 30px;
  text-transform: uppercase;
}

.cmp-corporate-bio-headshot-hero.z-no-image>.container>.content h2 {
  margin-top: 0;
  font-size: 42px;
  line-height: 42px;
  max-width: 100%;
}

.cmp-corporate-bio-headshot-hero>.container>.content h3 {
  color: #fff;
  font-size: 12px;
  margin-top: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}

.cmp-corporate-bio-headshot-hero.z-no-image>.container>.content h3 {
  margin-top: 40px;
}

.cmp-corporate-bio-headshot-hero>.gradient.dark-teal {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, #00485b 0%, #00485b 35%, rgba(0, 72, 91, 0) 60%, rgba(0, 72, 91, 0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00485b", endColorstr="#0000485b", GradientType=1);
}

.cmp-corporate-bio-headshot-hero>.gradient.gray {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to right, #444444 0%, #999999 35%, rgba(153, 153, 153, 0) 60%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#444444", endColorstr="#00999999", GradientType=1);
}

.cmp-corporate-bio-headshot-hero.z-no-image>.gradient.gray {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, rgba(204, 204, 204, 0.8) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccccc", GradientType=1);
}

@media only screen and (min-width: 991px) {
  .cmp-corporate-bio-headshot-hero {
    min-height: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .cmp-corporate-bio-headshot-hero {
    margin-bottom: 20px;
  }

  .cmp-corporate-bio-headshot-hero>.container>.content {
    position: relative;
    clear: both;
  }

  .cmp-corporate-bio-headshot-hero .dot-texture,
  .cmp-corporate-bio-headshot-hero .gradient {
    display: none;
  }

  .cmp-corporate-bio-headshot-hero>.container>.content h2 {
    width: 100%;
    color: #000;
    max-width: 100%;
    margin-top: 0;
  }

  .cmp-corporate-bio-headshot-hero>.container>.content h3 {
    color: #000;
  }
}

@media only screen and (max-width: 640px) {
  .cmp-corporate-bio-headshot-hero>.container>.content h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen {
  .cc-logo-print {
    display: none;
  }
}

@media print {
@page {
    size: letter;
    margin: 1in 0;
}

  body {
    margin: 0 1in;
    background: #fff;
  }

  main {
    padding: 0 !important;
    max-width: 100% !important;
  }

  .cc-logo-print {
    display: block;
    width: 80pt;
    margin-bottom: 30pt;
  }

  a:not(.cc-btn)::after {
    content: attr(href);
    padding: 2pt 0;
    border-bottom: 1px solid rgba(19,121,198,.4);
    font-size: 11pt;
    margin-left: 1ch;
    word-break: break-all;
  }

  .header__wrapper {
    margin: 0;
  }

  .header {
    position: static !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }

  .header:not(.header--article).header--medium,
  .header--article.header--medium,
  .header:not(.header--article).header--small,
  .header--article.header--small,
  .header:not(.header--article).header--immersive,
  .header--article.header--immersive {
    height: auto !important;
  }

  .header__content {
    position: static;
    transform: none !important;
    width: 100%;
    padding: 0 !important;
    order: -1;
  }

  .header__tag {
    margin-bottom: 15pt;
  }

  .header__title,
  .header:not(.header--article) .header__title,
  .header--article .header__title {
    position: static;
    margin: 0;
    max-width: 100% !important;
    color: #000;
    font-size: 28pt;
  }

  .tag {
    margin: 0;
    color: #000;
  }

  .tag--overline {
    font-size: 9pt;
  }

  .tag--overline::before {
    border-top: 2pt solid;
    right: -20pt;
    height: 0;
  }

  .tag--overline.tag--yellow::before {
    color: #fdb913;
  }

  .tag--overline.tag--orange::before {
    color: #f36f21;
  }

  .tag--overline.tag--red::before {
    color: #c9234a;
  }

  .tag--overline.tag--purple::before {
    color: #645faa;
  }

  .tag--overline.tag--blue::before {
    color: #0089cf;
  }

  .tag--overline.tag--green::before {
    color: #0db14b;
  }

  .header__background {
    position: relative !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    display: block;
    height: auto !important;
    max-height: 200pt;
  }

  .header__background .image {
    display: block;
    width: 66.66% !important;
    height: 100%;
    max-height: 100%;
  }

  .header__background .image__img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
    transform: none;
    font-family: none !important;
  }

  .header__details {
    margin: 8pt 0 20pt;
  }

  .header__details span.header__text,
  .header__details span.header__dateline {
    display: inline-block;
    color: #000 !important;
    font-size: 11pt;
  }

  .navigation__logo {
    display: block;
  }

  .bodycopy__wrapper {
    max-width: 100% !important;
    margin-top: 30pt;
  }

  .post-content {
    clear: both !important;
  }

  .bodycopy .dropcap::first-letter {
    margin: 10pt 14pt -10pt 0 !important;
  }

  .bodycopy__content>h2,
  .bodycopy__content>h3:not(.title),
  .bodycopy__content>h4,
  .bodycopy__content>p,
  .bodycopy__content>img,
  .bodycopy__content>hr,
  .bodycopy__content>ul,
  .bodycopy__content>section>div>h2,
  .bodycopy__content>section>div>h3:not(.title),
  .bodycopy__content>section>div>h4,
  .bodycopy__content>section>div>p,
  .bodycopy__content>section>div>img,
  .bodycopy__content>section>div>hr,
  .bodycopy__content>section>div>ul,
  .bodycopy__content--nested>h2,
  .bodycopy__content--nested>h3:not(.title),
  .bodycopy__content--nested>h4,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>img,
  .bodycopy__content--nested>hr,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>section>div>h2,
  .bodycopy__content--nested>section>div>h3:not(.title),
  .bodycopy__content--nested>section>div>h4,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>img,
  .bodycopy__content--nested>section>div>hr,
  .bodycopy__content--nested>section>div>ul {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bodycopy__content>h2:first-child,
  .bodycopy__content>h3:not(.title):first-child,
  .bodycopy__content>section>div>h2:first-child,
  .bodycopy__content>section>div>h3:not(.title):first-child,
  .bodycopy__content--nested>h2:first-child,
  .bodycopy__content--nested>h3:not(.title):first-child,
  .bodycopy__content--nested>section>div>h2:first-child,
  .bodycopy__content--nested>section>div>h3:not(.title):first-child {
    margin-top: 0;
  }

  .bodycopy__content>h2:last-child,
  .bodycopy__content>h3:not(.title):last-child,
  .bodycopy__content>section>div>h2:last-child,
  .bodycopy__content>section>div>h3:not(.title):last-child,
  .bodycopy__content--nested>h2:last-child,
  .bodycopy__content--nested>h3:not(.title):last-child,
  .bodycopy__content--nested>section>div>h2:last-child,
  .bodycopy__content--nested>section>div>h3:not(.title):last-child {
    margin-bottom: 0;
  }

  .bodycopy__content>p,
  .bodycopy__content>ul,
  .bodycopy__content>ol,
  .bodycopy__content>section>div>p,
  .bodycopy__content>section>div>ul,
  .bodycopy__content>section>div>ol,
  .bodycopy__content--nested>p,
  .bodycopy__content--nested>ul,
  .bodycopy__content--nested>ol,
  .bodycopy__content--nested>section>div>p,
  .bodycopy__content--nested>section>div>ul,
  .bodycopy__content--nested>section>div>ol {
    margin: 20pt 0;
    clear: both !important;
  }

  .bodycopy__content>section>div>ul>li,
  .bodycopy__content>section>div>ol>li,
  .bodycopy__content--nested>section>div>ul>li,
  .bodycopy__content--nested>section>div>ol>li {
    width: 100% !important;
    max-width: 100% !important;
    color: #000;
    font-size: 14pt !important;
    margin-bottom: 8pt;
  }

  .bodycopy__content>section>div>ul>li:last-child,
  .bodycopy__content>section>div>ol>li:last-child,
  .bodycopy__content--nested>section>div>ul>li:last-child,
  .bodycopy__content--nested>section>div>ol>li:last-child {
    margin-bottom: 0;
  }

  .bodycopy__content>section>div>ul li::before,
  .bodycopy__content--nested>section>div>ul li::before {
    width: 0;
    height: 0;
    background: none;
    border: 2.2pt solid #000;
    border-radius: 100%;
  }

  .key-takeaways {
    margin-top: 30pt;
    margin-bottom: 30pt;
  }

  .key-takeaways__header {
    margin-bottom: 20pt;
    text-align: left;
  }

  .key-takeaways__content {
    display: block;
    margin: 0;
    margin-left: 2em;
    margin-bottom: 20pt;
    padding: 0;
    float: none;
    font-size: 14pt;
  }

  .key-takeaways__number {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .key-takeaways__number::before {
    position: absolute;
    top: .4em;
    right: calc(100% + .5em);
  }

  .list-people,
  .article-thematic,
  .quicklinks-noimage,
  .breaker-container,
  .breaker-mini,
  .breaker-mini-link,
  .card-row,
  .color-bar,
  .header-homepage,
  .jump-link__wrapper,
  .jump-links--external,
  .linkout__article,
  .press-kit,
  .search-default,
  .search-header,
  .search-results,
  .search-default__row,
  .article-standard-list,
  .timeline,
  .corporate-bio-group,
  .cmp-corporate-general-share-print,
  .navigation,
  .navigation__container,
  .navigation-article,
  .navigation-article.navigation-sub--pinned,
  .image--with-overlay:after,
  .video__wrapper,
  .video__wrapper~.media-embed__caption,
  .o-socials,
  .title--red,
  .card-row__content,
  .breaker-big,
  .key-takeaways__dash,
  h3.title,
  p>a>img[alt^=Download],
  div.post-content>p>a[href^="http://update"]:nth-child(1),
  .header__cta,
  a.header__link::after,
  .header .header__play,
  .search-filters,
  .breaker-immersive__wrapper {
    display: none !important;
  }
}
