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

/**
 * Add border box sizing in all browsers (opinionated).
 */

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

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

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

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

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

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

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

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

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

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

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

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

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

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%274%27%3E%3Cpath d=%27M4 0h6L7 4%27/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */

[type="color"],
[type="range"] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */

::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{height:100%;overflow:hidden;position:relative}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:hsla(0,0%,100%,.75);border:none;color:#333;position:absolute}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{box-shadow:0 0 0 5px #19f;outline:none}.flickity-button:active{opacity:.6}.flickity-button:disabled{cursor:auto;opacity:.3;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{border-radius:50%;height:44px;top:50%;transform:translateY(-50%);width:44px}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}.flickity-prev-next-button .flickity-button-icon{height:60%;left:20%;position:absolute;top:20%;width:60%}.flickity-page-dots{bottom:-25px;line-height:1;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{background:#333;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 8px;opacity:.25;width:10px}.flickity-page-dots .dot.is-selected{opacity:1}@font-face{font-display:swap;font-family:Oxygen;font-style:normal;font-weight:400;src:url('../../../resource/00000181-00e5-d645-a7d9-58ef798b0000/56e5848476493abbd93e.3efbbe1587257a792df4c46de8a8576c.ttf') format("truetype")}@font-face{font-display:swap;font-family:Oxygen;font-style:normal;font-weight:300;src:url('../../../resource/00000181-00e5-d645-a7d9-58ef798b0000/9d47ba3c3a03b4e1810d.253bad47426684b772c083a6ed4b1c61.ttf') format("truetype")}@font-face{font-display:swap;font-family:Oxygen;font-style:normal;font-weight:700;src:url('../../../resource/00000181-00e5-d645-a7d9-58ef798b0000/f84757bd7291dfa0f08e.e1698e7d777f689d6bfd973227e6dc88.ttf') format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Oxygen,Arial,Helvetica,sans-serif;font-size:var(--body-1);line-height:1.67}h1,h2,h3,h4,h5{margin:0}:root{--title-1:2.8rem;--title-2:3rem;--title-3:2.4rem;--title-4:1.7rem;--title-5:1.5rem;--title-6:2.4rem;--subtitle-1:2.6rem;--subtitle-2:2.4rem;--subtitle-3:2.1rem;--subtitle-4:1.8rem;--subtitle-5:1.7rem;--description-1:1.8rem;--description-2:1.8rem;--description-3:1.5rem;--description-4:1.3rem;--body-1:1.8rem;--byline-1:1.2rem;--credit-1:1rem;--code-block:1.4rem;--label-2:1.4rem;--label-1:1.2rem;--label-3:1.2rem;--label-4:1.5rem;--label-5:1.2rem;--annotation-1:1.6rem;--breadcrumb-1:1.5rem;--content-nav-1:1.5rem;--caption-1:1.4rem;--quote-1:2.2rem;--read-more-1:1.4rem;--live-beacon:1.3rem}@media screen and (min-width:768px){:root{--title-1:3.6rem}}@media screen and (min-width:1024px){:root{--title-1:5rem;--title-2:4.2rem;--title-3:3.2rem;--title-4:2.4rem;--title-5:2.1rem;--title-6:3.9rem;--description-1:2.1rem}}code{font-family:Oxygen,Arial,Helvetica,sans-serif}.code-block{font-size:var(--code-block);line-height:1.37}.ErrorPage-title,.title-1{font-size:var(--title-1);font-weight:700;line-height:1.1}.title-2{font-size:var(--title-2);font-weight:700;line-height:1.2}.title-3{font-size:var(--title-3);font-weight:700;line-height:1.22}.title-4{font-size:var(--title-4);font-weight:700;line-height:1.54}.PlaylistEnhancement-title,.VideoEnhancement-title,.title-5{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.title-6{font-size:var(--title-6);font-weight:300;line-height:1.36}.description-1{font-size:var(--description-1);font-style:italic;font-weight:400;line-height:1.44}@media only screen and (min-width:1024px){.description-1{line-height:1.43}}.description-2{font-size:var(--description-2);line-height:1.44}.CheckboxInput-label span,.RadioInput-label span,.description-3{font-size:var(--description-3);font-weight:400;line-height:1.33}.description-4{font-size:var(--description-4);line-height:1.38}.description-5{font-size:var(--description-5);font-weight:700}.subtitle-1{font-size:var(--subtitle-2);font-weight:400}@media only screen and (min-width:1024px){.subtitle-1{font-size:var(--subtitle-1)}}.subtitle-2{font-size:var(--subtitle-3);font-weight:400}@media only screen and (min-width:1024px){.subtitle-2{font-size:var(--subtitle-2)}}.subtitle-3{font-size:var(--subtitle-3);font-weight:400}.subtitle-4{font-size:var(--subtitle-4);font-weight:400}.subtitle-5{font-size:var(--subtitle-5);font-weight:700}.ErrorPage-errorDescription,.body-1{font-size:var(--body-1);line-height:1.67}.byline-1{font-size:var(--byline-1);line-height:1.36}.Figure-credit,.credit-1{font-size:var(--credit-1);line-height:1.4}.SocialLoginLink,.label-2{font-size:var(--label-2);font-weight:700;line-height:1.14}.label-1{font-size:var(--label-1);font-weight:700;line-height:1.42}.ErrorPage-search-submit-text,.label-3{font-size:var(--label-3);font-weight:700;line-height:normal;text-transform:uppercase}.label-4{font-size:var(--description-3);font-weight:700}.label-5{font-size:var(--label-5);line-height:normal}.annotation-1{font-size:var(--annotation-1);line-height:1.67}.breadcrumb-1{font-size:var(--breadcrumb-1);line-height:1.67}.content-nav-1{font-size:var(--content-nav-1);line-height:1.4}.Figure-caption,.caption-1{font-size:var(--caption-1);line-height:1.36}.read-more-1{font-size:var(--read-more-1);line-height:normal}.quote-1{font-size:var(--quote-1);letter-spacing:-.5px;line-height:1.36}.ErrorPage-title,.quote-1,.title-1,.title-2,.title-3,.title-4,.title-6{font-weight:700}[data-primary-headline-font=Oswald] .ErrorPage-title,[data-primary-headline-font=Oswald] .title-1,[data-primary-headline-font=Oswald] .title-2,[data-primary-headline-font=Oswald] .title-3,[data-primary-headline-font=Oswald] .title-4,[data-primary-headline-font=Oswald] .title-6{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ErrorPage-title,[data-primary-headline-font="Roboto Slab"] .title-1,[data-primary-headline-font="Roboto Slab"] .title-2,[data-primary-headline-font="Roboto Slab"] .title-3,[data-primary-headline-font="Roboto Slab"] .title-4,[data-primary-headline-font="Roboto Slab"] .title-6,[data-primary-headline-font="Source Serif Pro"] .ErrorPage-title,[data-primary-headline-font="Source Serif Pro"] .title-1,[data-primary-headline-font="Source Serif Pro"] .title-2,[data-primary-headline-font="Source Serif Pro"] .title-3,[data-primary-headline-font="Source Serif Pro"] .title-4,[data-primary-headline-font="Source Serif Pro"] .title-6,[data-primary-headline-font=Merriweather] .ErrorPage-title,[data-primary-headline-font=Merriweather] .title-1,[data-primary-headline-font=Merriweather] .title-2,[data-primary-headline-font=Merriweather] .title-3,[data-primary-headline-font=Merriweather] .title-4,[data-primary-headline-font=Merriweather] .title-6{font-family:var(--primaryHeadlineFont),"Georgia",serif}.live-beacon{font-size:var(--live-beacon);font-weight:700;text-transform:uppercase}@-webkit-keyframes appearUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes appearUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes load{0%{height:0%}to{height:100%}}@keyframes load{0%{height:0%}to{height:100%}}@-webkit-keyframes loadWidth{0%{width:0}to{width:100%}}@keyframes loadWidth{0%{width:0}to{width:100%}}bsp-back-to-top{bottom:0;display:grid;grid-template-columns:minmax(0,var(--containerMaxWidth));justify-content:center;left:0;margin:0 auto;opacity:0;padding-bottom:40px;padding-left:20px;padding-right:20px;pointer-events:none;position:fixed;right:0;transition:opacity .2s ease;z-index:1}bsp-back-to-top[data-visible]{opacity:1}bsp-back-to-top button{align-items:center;background-color:#fff;border:1px solid var(--color-secondary-text);border-radius:20px;color:var(--color-secondary-text);cursor:pointer;display:flex;font-size:var(--label-2);font-weight:700;height:40px;line-height:1.14;margin-left:auto;padding:0 20px 0 15px;transition:box-shadow .1s ease}bsp-back-to-top button:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.15)}bsp-back-to-top button svg{height:24px;margin-right:5px;width:24px}bsp-back-to-top[data-visible] button{pointer-events:all}@media only screen and (min-width:768px){bsp-back-to-top{padding-left:50px;padding-right:50px}}@media only screen and (min-width:1024px){bsp-back-to-top{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1440px){bsp-back-to-top{padding-left:100px;padding-right:100px}}.BreadcrumbBar{align-items:flex-start;background-color:var(--color-breadcrumb-bar-bg);border-bottom:1px solid var(--color-breadcrumb-bar-border);color:var(--color-breadcrumb-bar-text);display:flex;min-height:60px;padding:18px 20px;z-index:25}.BreadcrumbBar[data-sticky]{position:-webkit-sticky;position:sticky;top:calc(var(--hatDisplacementHeight) + var(--headerDisplacementHeight));transition:top .2s linear}.BreadcrumbBar .Link{--color-link-text-theme:currentColor;font-size:var(--breadcrumb-1);line-height:1.67}.BreadcrumbBar-breadcrumb{flex-shrink:0;font-size:var(--breadcrumb-1);line-height:1.67}.BreadcrumbBar-breadcrumb:not(:last-child):after{color:var(--color-border);content:"\00a0|\00a0"}.BreadcrumbBar-breadcrumbs{margin-right:20px}@media only screen and (min-width:768px){.BreadcrumbBar{padding-left:30px;padding-right:30px}}@media only screen and (min-width:1024px){.BreadcrumbBar{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1240px){.BreadcrumbBar{padding-left:50px;padding-right:50px}}.BreadcrumbBar-documentVersion{flex-shrink:0;font-size:var(--breadcrumb-1);line-height:1.67;margin-left:auto}@media only screen and (max-width:1023px){.BreadcrumbBar-documentVersion{display:none}}.ButtonAbstract,.ButtonWithArrow,.CarouselNavigation-button-next,.CarouselNavigation-button-prev,.FileInput-button,.Pagination-nextPage a,.Pagination-nextPage span,.Pagination-previousPage a,.Pagination-previousPage span,.button-link-with-arrow-button,.button-primary,.button-primary-inverse,.button-primary-inverse-alt,.button-primary-outline,.button-tag{align-items:center;border-radius:50px;border-style:solid;border-width:1px;cursor:pointer;display:inline-flex;font-size:18px;font-size:16px;font-weight:600;font-weight:700;justify-content:center;line-height:1.44;line-height:1;padding:12px 26px;text-align:center;transition:all .2s ease}.ButtonAbstract.button-disabled,.ButtonAbstract[disabled=disabled],.ButtonWithArrow.button-disabled,.ButtonWithArrow[disabled=disabled],.CarouselNavigation-button-next.button-disabled,.CarouselNavigation-button-next[disabled=disabled],.CarouselNavigation-button-prev.button-disabled,.CarouselNavigation-button-prev[disabled=disabled],.FileInput-button.button-disabled,.FileInput-button[disabled=disabled],.Pagination-nextPage a.button-disabled,.Pagination-nextPage a[disabled=disabled],.Pagination-nextPage span.button-disabled,.Pagination-nextPage span[disabled=disabled],.Pagination-previousPage a.button-disabled,.Pagination-previousPage a[disabled=disabled],.Pagination-previousPage span.button-disabled,.Pagination-previousPage span[disabled=disabled],.button-link-with-arrow-button.button-disabled,.button-link-with-arrow-button[disabled=disabled],.button-primary-inverse-alt.button-disabled,.button-primary-inverse-alt[disabled=disabled],.button-primary-inverse.button-disabled,.button-primary-inverse[disabled=disabled],.button-primary-outline.button-disabled,.button-primary-outline[disabled=disabled],.button-primary.button-disabled,.button-primary[disabled=disabled],.button-tag.button-disabled,.button-tag[disabled=disabled]{background:var(--grayscaleTwo);border-color:var(--grayscaleTwo);color:var(--white);pointer-events:none}[data-button-align=left] .ButtonAbstract,[data-button-align=left] .ButtonWithArrow,[data-button-align=left] .CarouselNavigation-button-next,[data-button-align=left] .CarouselNavigation-button-prev,[data-button-align=left] .FileInput-button,[data-button-align=left] .Pagination-nextPage a,[data-button-align=left] .Pagination-nextPage span,[data-button-align=left] .Pagination-previousPage a,[data-button-align=left] .Pagination-previousPage span,[data-button-align=left] .button-link-with-arrow-button,[data-button-align=left] .button-primary,[data-button-align=left] .button-primary-inverse,[data-button-align=left] .button-primary-inverse-alt,[data-button-align=left] .button-primary-outline,[data-button-align=left] .button-tag{justify-content:left}[data-button-align=right] .ButtonAbstract,[data-button-align=right] .ButtonWithArrow,[data-button-align=right] .CarouselNavigation-button-next,[data-button-align=right] .CarouselNavigation-button-prev,[data-button-align=right] .FileInput-button,[data-button-align=right] .Pagination-nextPage a,[data-button-align=right] .Pagination-nextPage span,[data-button-align=right] .Pagination-previousPage a,[data-button-align=right] .Pagination-previousPage span,[data-button-align=right] .button-link-with-arrow-button,[data-button-align=right] .button-primary,[data-button-align=right] .button-primary-inverse,[data-button-align=right] .button-primary-inverse-alt,[data-button-align=right] .button-primary-outline,[data-button-align=right] .button-tag{justify-content:flex-end}[data-button-align=center] .ButtonAbstract,[data-button-align=center] .ButtonWithArrow,[data-button-align=center] .CarouselNavigation-button-next,[data-button-align=center] .CarouselNavigation-button-prev,[data-button-align=center] .FileInput-button,[data-button-align=center] .Pagination-nextPage a,[data-button-align=center] .Pagination-nextPage span,[data-button-align=center] .Pagination-previousPage a,[data-button-align=center] .Pagination-previousPage span,[data-button-align=center] .button-link-with-arrow-button,[data-button-align=center] .button-primary,[data-button-align=center] .button-primary-inverse,[data-button-align=center] .button-primary-inverse-alt,[data-button-align=center] .button-primary-outline,[data-button-align=center] .button-tag{justify-content:center}.button-primary{background:var(--color-button-bg);border-color:var(--color-button-border);color:var(--color-button-text)}.button-primary.button-hover,.button-primary:hover{background:var(--color-button-hover-bg);border-color:var(--color-button-hover-border);color:var(--color-button-hover-text)}.button-primary.button-selected,.button-primary:focus{background:var(--color-button-selected-bg);border-color:var(--color-button-selected-border);color:var(--color-button-selected-text)}.button-primary.disabled,.button-primary[disabled=disabled]{background:var(--color-button-disabled-bg);border-color:var(--color-button-disabled-border);color:var(--color-button-disabled-text)}.button-primary-inverse{background:var(--primaryButtonTextColor);border-color:var(--primaryButtonBorderColor);color:var(--primaryButtonBgColor);font-size:18px;font-weight:700;min-width:276px}[data-button-align=left] .button-primary-inverse{justify-content:left}[data-button-align=right] .button-primary-inverse{justify-content:flex-end}[data-button-align=center] .button-primary-inverse{justify-content:center}.button-primary-inverse:hover{fill:var(--primaryButtonTextColor);background:var(--primaryButtonBgColor);border-color:var(--primaryButtonBgColor);color:var(--primaryButtonTextColor)}.button-primary-inverse-alt{background:var(--primaryButtonTextColor);border-color:var(--primaryButtonTextColor);color:var(--primaryButtonBgColor);font-size:18px;font-stretch:normal;font-weight:700}.button-primary-inverse-alt:hover{fill:var(--primaryButtonTextColor);background:var(--primaryButtonBgColor);border-color:var(--primaryButtonBgColor);color:var(--primaryButtonTextColor)}.button-primary-outline{background:var(--color-button-outline-bg);border-color:var(--color-button-outline-border);color:var(--color-button-outline-text)}.button-primary-outline.button-hover,.button-primary-outline:hover{background:var(--color-button-outline-hover-bg);border-color:var(--color-button-outline-hover-border);color:var(--color-button-outline-hover-text)}.button-primary-outline.button-selected,.button-primary-outline:focus{background:var(--color-button-outline-selected-bg);border-color:var(--color-button-outline-selected-border);color:var(--color-button-outline-selected-text)}.button-primary-outline.button-disabled,.button-primary-outline[disabled=disabled]{background:var(--color-button-outline-disabled-bg);border-color:var(--color-button-outline-disabled-border);color:var(--color-button-outline-disabled-text)}.button-extra-large{font-size:18px;font-weight:600;line-height:1.44;padding:12px 16px}@media only screen and (min-width:1024px){.button-extra-large{font-size:24px;font-weight:600;line-height:1.33;padding:13px 30px}}.button-large{font-size:18px;font-weight:600;line-height:1.44;padding:12px 16px}.button-small{font-weight:600;padding:8px 12px}.button-small,.button-tag{font-size:14px;line-height:1.57}.button-tag{background:var(--color-button-tag-bg);border-color:var(--color-button-tag-border);border-radius:60px;border-width:1px;color:var(--color-button-tag-text);font-weight:400;padding:8px 24px}.button-tag.button-hover,.button-tag:hover{background:var(--color-button-tag-hover-bg);border-color:var(--color-button-tag-hover-border);color:var(--color-button-tag-hover-text)}.button-tag.button-selected,.button-tag:focus{background:var(--color-button-tag-selected-bg);border-color:var(--color-button-tag-selected-border);color:var(--color-button-tag-selected-text)}.button-tag.button-disabled,.button-tag[disabled=disabled]{background:var(--color-button-tag-disabled-bg);border-color:var(--color-button-tag-disabled-border);color:var(--color-button-tag-disabled-text)}.NavigationItem-more button,.NotButton{background:none;border:0;cursor:pointer;display:inline-block;outline:none;padding:0}.ContentNavigation{background-color:var(--color-bg);display:block;padding:20px}[data-rounded-corners=true] .ContentNavigation{border-radius:8px}.ContentNavigation-header{grid-gap:10px;align-items:center;display:grid;font-size:var(--title-4);font-weight:700;grid-auto-flow:column;justify-content:space-between;line-height:1.54}[data-primary-headline-font=Oswald] .ContentNavigation-header{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ContentNavigation-header,[data-primary-headline-font="Source Serif Pro"] .ContentNavigation-header,[data-primary-headline-font=Merriweather] .ContentNavigation-header{font-family:var(--primaryHeadlineFont),"Georgia",serif}.ContentNavigation-header:hover svg{background-color:var(--color-border)}.ContentNavigation-toggle svg{background-color:var(--color-site-bg);border-radius:50%;height:24px;width:24px}.ContentNavigation-body:before{background-color:var(--color-primary);content:"";display:block;height:4px;margin:10px 0 20px;width:40px}[data-rounded-corners=true] .ContentNavigation-body:before{border-radius:2px}.ContentNavigation-nav .Link{color:inherit;font-size:var(--content-nav-1);line-height:1.4}.ContentNavigation-nav .Link[data-active]{color:var(--color-primary)}.ContentNavigation-nav li{margin:20px 0}.ContentNavigation-nav li:before{content:unset}.ContentNavigation-nav ul ul{border-left:2px solid var(--color-border);padding-left:20px}.ContentNavigation:not([data-expanded]) .ContentNavigation-collapse{display:none}.ContentNavigation[data-can-toggle] .ContentNavigation-header{cursor:pointer}.ContentNavigation[data-can-toggle]:not([data-expanded]) .ContentNavigation-body,.ContentNavigation[data-expanded] .ContentNavigation-expand{display:none}bsp-copy-link{align-items:center;display:inline-flex}bsp-copy-link a{display:grid;position:relative}bsp-copy-link svg{height:.8em;width:.8em}bsp-copy-link a:after{background-color:var(--color-site-bg);border:1px solid var(--color-border);bottom:calc(100% + 10px);color:var(--moduleTextColor);content:attr(data-title);display:none;font-size:var(--label-1);font-weight:700;font-weight:400;left:50%;line-height:1.42;padding:2px 4px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap}[data-rounded-corners] bsp-copy-link a:after{border-radius:4px}bsp-copy-link a:hover:after,bsp-copy-link[data-copied] a:after{display:block}bsp-copy-link[data-copied] a:after{content:attr(data-copied-text)}.CustomDropdown{border:1px solid var(--color-grey-one-theme3);box-shadow:none;cursor:pointer;display:block;margin-bottom:0;position:relative}.CustomDropdown-heading{align-items:center;background:0;display:flex;font-size:var(--description-3);font-weight:400;height:40px;line-height:1.33;padding-left:20px;padding-right:40px;transition:all .25s}.CustomDropdown-heading span{font-weight:700;margin-right:5px}.CustomDropdown-heading:hover{background-color:var(--color-bg)}.CustomDropdown-headingIcon{align-items:center;bottom:0;display:flex;height:40px;justify-content:center;margin:auto;pointer-events:none;position:absolute;right:10px;top:0;transform:rotate(0);transition:all .25s;width:20px;z-index:11}.CustomDropdown[dropdown-open=true]{border-color:transparent;z-index:12}.CustomDropdown[dropdown-open=true] .CustomDropdown-values{display:block}.CustomDropdown[dropdown-open=true] .CustomDropdown-headingIcon{transform:rotate(180deg)}.CustomDropdown[dropdown-open=true] .CustomDropdown-heading:hover{background-color:0}.CustomDropdown-values{background-color:var(--white);border:1px solid var(--color-grey-one-theme3);box-shadow:0 0 20px 0 rgba(0,0,0,.05);display:none;left:0;position:absolute;right:0;top:0;transition:all .25s;z-index:10}.CustomDropdown-values .CustomDropdown-link{align-items:center;color:var(--color-primary-text);display:flex;font-size:var(--description-3);font-weight:400;justify-content:flex-start;line-height:1.33;margin:10px 0;padding-left:20px}.CustomDropdown-values .CustomDropdown-link svg{fill:var(--color-primary-theme1);height:17px;margin-right:10px;width:17px}.Global-divider{background-color:var(--dividerColor);height:3px;margin:0 auto 20px;min-height:3px;width:40px}[data-rounded-corners=true] .Global-divider{border-radius:2px}[data-align=left] .Global-divider{margin-left:0}[data-align=right] .Global-divider{margin-right:0}.SearchInput-input{border:0;color:var(--color-primary-text);font-size:2.4rem;width:100%}@media only screen and (min-width:768px){.SearchInput-input{font-size:4rem}}.SelectDropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNGRkYiIG9wYWNpdHk9Ii4xOTYiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjNEI0NTQ1IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik01LjI5MyAxMC42MjNjLS4zOS0uMzcxLS4zOS0uOTczIDAtMS4zNDUuMzYtLjM0Mi45MjgtLjM2OSAxLjMyLS4wNzlsLjA5NC4wOEwxMiAxNC4zMWw1LjI5My01LjAzMmMuMzYtLjM0Mi45MjgtLjM2OSAxLjMyLS4wNzlsLjA5NC4wOGMuMzYuMzQyLjM4OC44ODIuMDgzIDEuMjU0bC0uMDgzLjA5TDEyIDE3bC02LjcwNy02LjM3N3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==');background-position:top 53% right 20px;background-repeat:no-repeat;background-size:24px;cursor:pointer;padding:0 40px 0 20px;position:relative}[data-rounded-corners=true] .SelectDropdown{border-radius:8px}bsp-message{background-color:#fff;border:1px solid;display:block;font-size:var(--description-4);line-height:1.38;padding:10px 20px;position:relative}bsp-message ul{list-style:disc;padding:0 0 0 1.5em}[data-rounded-corners=true] bsp-message{border-radius:8px}bsp-message[type=danger]{color:var(--error)}bsp-message[type=success]{color:var(--success)}bsp-message[dismissible]{padding-right:14px}bsp-message button{align-items:center;background:none;border:none;border-radius:50%;color:currentColor;cursor:pointer;display:flex;font-size:2em;height:24px;justify-content:center;position:absolute;right:8px;top:8px;width:24px}bsp-message button:hover{background-color:var(--color-grey-one)}bsp-message button svg{height:14px;pointer-events:none;width:14px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.undo-sr-only{clip:inherit;height:auto;margin:0;overflow:visible;position:relative;width:auto}.clearfix:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.container-fixed{margin-left:auto;margin-right:auto;max-width:var(--containerMaxWidth)}.BackgroundOverlay,.FaqModule,.FaqModuleB,.FaqModuleC,.FaqModuleD,.MediaModule,.PageLeadAbstract-topContainer,.PromoLeadGeneric,.Quote,.QuoteA,.QuoteB,.RichTextModule,.RichTextModuleB,.Tabs{position:relative;z-index:1}.BackgroundOverlay:after,.FaqModule:after,.FaqModuleB:after,.FaqModuleC:after,.FaqModuleD:after,.MediaModule:after,.PageLeadAbstract-topContainer:after,.PromoLeadGeneric:after,.Quote:after,.QuoteA:after,.QuoteB:after,.RichTextModule:after,.RichTextModuleB:after,.Tabs:after{background-color:var(--moduleBgColor);bottom:0;content:"";left:0;opacity:var(--moduleBgOpacity);position:absolute;right:0;top:0;z-index:-1}.ModuleHover,.PromoCardA{border:1px solid rgba(34,37,51,.2);box-shadow:none;transition:box-shadow .2s ease-in-out}.ModuleHover:hover,.PromoCardA:hover{box-shadow:0 2px 9px 3px rgba(0,0,0,.05)}[data-modulewell=""]>[data-module=""]{padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""]{padding-left:50px;padding-right:50px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""]{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""]{padding-left:calc((100% - var(--containerMaxWidth))/2);padding-right:calc((100% - var(--containerMaxWidth))/2)}}[data-modulewell=""]>[data-module=""][data-module-width=wide]{padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-module-width=wide]{padding-left:50px;padding-right:50px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-module-width=wide]{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-module-width=wide]{padding-left:calc((100% - var(--containerXlMaxWidth))/2);padding-right:calc((100% - var(--containerXlMaxWidth))/2)}}[data-modulewell=""]>[data-module=narrow],[data-modulewell=""]>[data-module=standard]{margin-left:auto;margin-right:auto;max-width:var(--containerMaxWidth);width:calc(100% - 40px)}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow],[data-modulewell=""]>[data-module=standard]{width:calc(100% - 100px)}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow],[data-modulewell=""]>[data-module=standard]{width:calc(100% - 80px)}}[data-modulewell=""]>[data-module=narrow]{max-width:var(--containerNarrowWidth)}[data-modulewell=""]>[data-module=narrow]:not(:first-child),[data-modulewell=""]>[data-module=standard]:not(:first-child),[data-modulewell=aside]>[data-module]:not(:first-child),[data-modulewell=narrow]>[data-module]:not(:first-child),[data-modulewell=standard]>[data-module]:not(:first-child),[data-modulewell=wide]>[data-module]:not(:first-child){margin-top:40px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow]:not(:first-child),[data-modulewell=""]>[data-module=standard]:not(:first-child),[data-modulewell=aside]>[data-module]:not(:first-child),[data-modulewell=narrow]>[data-module]:not(:first-child),[data-modulewell=standard]>[data-module]:not(:first-child),[data-modulewell=wide]>[data-module]:not(:first-child){margin-top:40px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow]:not(:first-child),[data-modulewell=""]>[data-module=standard]:not(:first-child),[data-modulewell=aside]>[data-module]:not(:first-child),[data-modulewell=narrow]>[data-module]:not(:first-child),[data-modulewell=standard]>[data-module]:not(:first-child),[data-modulewell=wide]>[data-module]:not(:first-child){margin-top:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow]:not(:first-child),[data-modulewell=""]>[data-module=standard]:not(:first-child),[data-modulewell=aside]>[data-module]:not(:first-child),[data-modulewell=narrow]>[data-module]:not(:first-child),[data-modulewell=standard]>[data-module]:not(:first-child),[data-modulewell=wide]>[data-module]:not(:first-child){margin-top:40px}}[data-modulewell=""]>[data-module=narrow]:not(:last-child),[data-modulewell=""]>[data-module=standard]:not(:last-child),[data-modulewell=aside]>[data-module]:not(:last-child),[data-modulewell=narrow]>[data-module]:not(:last-child),[data-modulewell=standard]>[data-module]:not(:last-child),[data-modulewell=wide]>[data-module]:not(:last-child){margin-bottom:40px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow]:not(:last-child),[data-modulewell=""]>[data-module=standard]:not(:last-child),[data-modulewell=aside]>[data-module]:not(:last-child),[data-modulewell=narrow]>[data-module]:not(:last-child),[data-modulewell=standard]>[data-module]:not(:last-child),[data-modulewell=wide]>[data-module]:not(:last-child){margin-bottom:40px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow]:not(:last-child),[data-modulewell=""]>[data-module=standard]:not(:last-child),[data-modulewell=aside]>[data-module]:not(:last-child),[data-modulewell=narrow]>[data-module]:not(:last-child),[data-modulewell=standard]>[data-module]:not(:last-child),[data-modulewell=wide]>[data-module]:not(:last-child){margin-bottom:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow]:not(:last-child),[data-modulewell=""]>[data-module=standard]:not(:last-child),[data-modulewell=aside]>[data-module]:not(:last-child),[data-modulewell=narrow]>[data-module]:not(:last-child),[data-modulewell=standard]>[data-module]:not(:last-child),[data-modulewell=wide]>[data-module]:not(:last-child){margin-bottom:40px}}[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-bottom:0;margin-top:0}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-top:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-top:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-top:0}}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-bottom:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-bottom:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad=none],[data-modulewell=""]>[data-module=standard][data-modulepad=none],[data-modulewell=aside]>[data-module][data-modulepad=none],[data-modulewell=narrow]>[data-module][data-modulepad=none],[data-modulewell=standard]>[data-module][data-modulepad=none],[data-modulewell=wide]>[data-module][data-modulepad=none]{margin-bottom:0}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xxl],[data-modulewell=aside]>[data-module][data-modulepad-top=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xxl],[data-modulewell=standard]>[data-module][data-modulepad-top=xxl],[data-modulewell=wide]>[data-module][data-modulepad-top=xxl]{margin-top:100px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xxl],[data-modulewell=aside]>[data-module][data-modulepad-top=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xxl],[data-modulewell=standard]>[data-module][data-modulepad-top=xxl],[data-modulewell=wide]>[data-module][data-modulepad-top=xxl]{margin-top:120px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xxl],[data-modulewell=aside]>[data-module][data-modulepad-top=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xxl],[data-modulewell=standard]>[data-module][data-modulepad-top=xxl],[data-modulewell=wide]>[data-module][data-modulepad-top=xxl]{margin-top:140px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xxl],[data-modulewell=aside]>[data-module][data-modulepad-top=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xxl],[data-modulewell=standard]>[data-module][data-modulepad-top=xxl],[data-modulewell=wide]>[data-module][data-modulepad-top=xxl]{margin-top:160px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xxl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xxl]{margin-bottom:100px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xxl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xxl]{margin-bottom:120px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xxl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xxl]{margin-bottom:140px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xxl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xxl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xxl]{margin-bottom:160px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xl],[data-modulewell=aside]>[data-module][data-modulepad-top=xl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xl],[data-modulewell=standard]>[data-module][data-modulepad-top=xl],[data-modulewell=wide]>[data-module][data-modulepad-top=xl]{margin-top:80px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xl],[data-modulewell=aside]>[data-module][data-modulepad-top=xl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xl],[data-modulewell=standard]>[data-module][data-modulepad-top=xl],[data-modulewell=wide]>[data-module][data-modulepad-top=xl]{margin-top:100px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xl],[data-modulewell=aside]>[data-module][data-modulepad-top=xl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xl],[data-modulewell=standard]>[data-module][data-modulepad-top=xl],[data-modulewell=wide]>[data-module][data-modulepad-top=xl]{margin-top:120px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xl],[data-modulewell=aside]>[data-module][data-modulepad-top=xl],[data-modulewell=narrow]>[data-module][data-modulepad-top=xl],[data-modulewell=standard]>[data-module][data-modulepad-top=xl],[data-modulewell=wide]>[data-module][data-modulepad-top=xl]{margin-top:140px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xl]{margin-bottom:80px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xl]{margin-bottom:100px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xl]{margin-bottom:120px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xl],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xl],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xl],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xl],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xl]{margin-bottom:140px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=large],[data-modulewell=""]>[data-module=standard][data-modulepad-top=large],[data-modulewell=aside]>[data-module][data-modulepad-top=large],[data-modulewell=narrow]>[data-module][data-modulepad-top=large],[data-modulewell=standard]>[data-module][data-modulepad-top=large],[data-modulewell=wide]>[data-module][data-modulepad-top=large]{margin-top:60px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=large],[data-modulewell=""]>[data-module=standard][data-modulepad-top=large],[data-modulewell=aside]>[data-module][data-modulepad-top=large],[data-modulewell=narrow]>[data-module][data-modulepad-top=large],[data-modulewell=standard]>[data-module][data-modulepad-top=large],[data-modulewell=wide]>[data-module][data-modulepad-top=large]{margin-top:80px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=large],[data-modulewell=""]>[data-module=standard][data-modulepad-top=large],[data-modulewell=aside]>[data-module][data-modulepad-top=large],[data-modulewell=narrow]>[data-module][data-modulepad-top=large],[data-modulewell=standard]>[data-module][data-modulepad-top=large],[data-modulewell=wide]>[data-module][data-modulepad-top=large]{margin-top:100px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=large],[data-modulewell=""]>[data-module=standard][data-modulepad-top=large],[data-modulewell=aside]>[data-module][data-modulepad-top=large],[data-modulewell=narrow]>[data-module][data-modulepad-top=large],[data-modulewell=standard]>[data-module][data-modulepad-top=large],[data-modulewell=wide]>[data-module][data-modulepad-top=large]{margin-top:120px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=large],[data-modulewell=aside]>[data-module][data-modulepad-bottom=large],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=large],[data-modulewell=standard]>[data-module][data-modulepad-bottom=large],[data-modulewell=wide]>[data-module][data-modulepad-bottom=large]{margin-bottom:60px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=large],[data-modulewell=aside]>[data-module][data-modulepad-bottom=large],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=large],[data-modulewell=standard]>[data-module][data-modulepad-bottom=large],[data-modulewell=wide]>[data-module][data-modulepad-bottom=large]{margin-bottom:80px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=large],[data-modulewell=aside]>[data-module][data-modulepad-bottom=large],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=large],[data-modulewell=standard]>[data-module][data-modulepad-bottom=large],[data-modulewell=wide]>[data-module][data-modulepad-bottom=large]{margin-bottom:100px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=large],[data-modulewell=aside]>[data-module][data-modulepad-bottom=large],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=large],[data-modulewell=standard]>[data-module][data-modulepad-bottom=large],[data-modulewell=wide]>[data-module][data-modulepad-bottom=large]{margin-bottom:120px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=med],[data-modulewell=""]>[data-module=standard][data-modulepad-top=med],[data-modulewell=aside]>[data-module][data-modulepad-top=med],[data-modulewell=narrow]>[data-module][data-modulepad-top=med],[data-modulewell=standard]>[data-module][data-modulepad-top=med],[data-modulewell=wide]>[data-module][data-modulepad-top=med]{margin-top:40px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=med],[data-modulewell=""]>[data-module=standard][data-modulepad-top=med],[data-modulewell=aside]>[data-module][data-modulepad-top=med],[data-modulewell=narrow]>[data-module][data-modulepad-top=med],[data-modulewell=standard]>[data-module][data-modulepad-top=med],[data-modulewell=wide]>[data-module][data-modulepad-top=med]{margin-top:60px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=med],[data-modulewell=""]>[data-module=standard][data-modulepad-top=med],[data-modulewell=aside]>[data-module][data-modulepad-top=med],[data-modulewell=narrow]>[data-module][data-modulepad-top=med],[data-modulewell=standard]>[data-module][data-modulepad-top=med],[data-modulewell=wide]>[data-module][data-modulepad-top=med]{margin-top:80px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=med],[data-modulewell=""]>[data-module=standard][data-modulepad-top=med],[data-modulewell=aside]>[data-module][data-modulepad-top=med],[data-modulewell=narrow]>[data-module][data-modulepad-top=med],[data-modulewell=standard]>[data-module][data-modulepad-top=med],[data-modulewell=wide]>[data-module][data-modulepad-top=med]{margin-top:100px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=med],[data-modulewell=aside]>[data-module][data-modulepad-bottom=med],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=med],[data-modulewell=standard]>[data-module][data-modulepad-bottom=med],[data-modulewell=wide]>[data-module][data-modulepad-bottom=med]{margin-bottom:40px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=med],[data-modulewell=aside]>[data-module][data-modulepad-bottom=med],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=med],[data-modulewell=standard]>[data-module][data-modulepad-bottom=med],[data-modulewell=wide]>[data-module][data-modulepad-bottom=med]{margin-bottom:60px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=med],[data-modulewell=aside]>[data-module][data-modulepad-bottom=med],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=med],[data-modulewell=standard]>[data-module][data-modulepad-bottom=med],[data-modulewell=wide]>[data-module][data-modulepad-bottom=med]{margin-bottom:80px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=med],[data-modulewell=aside]>[data-module][data-modulepad-bottom=med],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=med],[data-modulewell=standard]>[data-module][data-modulepad-bottom=med],[data-modulewell=wide]>[data-module][data-modulepad-bottom=med]{margin-bottom:100px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=small],[data-modulewell=""]>[data-module=standard][data-modulepad-top=small],[data-modulewell=aside]>[data-module][data-modulepad-top=small],[data-modulewell=narrow]>[data-module][data-modulepad-top=small],[data-modulewell=standard]>[data-module][data-modulepad-top=small],[data-modulewell=wide]>[data-module][data-modulepad-top=small]{margin-top:30px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=small],[data-modulewell=""]>[data-module=standard][data-modulepad-top=small],[data-modulewell=aside]>[data-module][data-modulepad-top=small],[data-modulewell=narrow]>[data-module][data-modulepad-top=small],[data-modulewell=standard]>[data-module][data-modulepad-top=small],[data-modulewell=wide]>[data-module][data-modulepad-top=small]{margin-top:40px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=small],[data-modulewell=""]>[data-module=standard][data-modulepad-top=small],[data-modulewell=aside]>[data-module][data-modulepad-top=small],[data-modulewell=narrow]>[data-module][data-modulepad-top=small],[data-modulewell=standard]>[data-module][data-modulepad-top=small],[data-modulewell=wide]>[data-module][data-modulepad-top=small]{margin-top:60px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=small],[data-modulewell=""]>[data-module=standard][data-modulepad-top=small],[data-modulewell=aside]>[data-module][data-modulepad-top=small],[data-modulewell=narrow]>[data-module][data-modulepad-top=small],[data-modulewell=standard]>[data-module][data-modulepad-top=small],[data-modulewell=wide]>[data-module][data-modulepad-top=small]{margin-top:80px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=small],[data-modulewell=aside]>[data-module][data-modulepad-bottom=small],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=small],[data-modulewell=standard]>[data-module][data-modulepad-bottom=small],[data-modulewell=wide]>[data-module][data-modulepad-bottom=small]{margin-bottom:30px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=small],[data-modulewell=aside]>[data-module][data-modulepad-bottom=small],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=small],[data-modulewell=standard]>[data-module][data-modulepad-bottom=small],[data-modulewell=wide]>[data-module][data-modulepad-bottom=small]{margin-bottom:40px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=small],[data-modulewell=aside]>[data-module][data-modulepad-bottom=small],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=small],[data-modulewell=standard]>[data-module][data-modulepad-bottom=small],[data-modulewell=wide]>[data-module][data-modulepad-bottom=small]{margin-bottom:60px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=small],[data-modulewell=aside]>[data-module][data-modulepad-bottom=small],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=small],[data-modulewell=standard]>[data-module][data-modulepad-bottom=small],[data-modulewell=wide]>[data-module][data-modulepad-bottom=small]{margin-bottom:80px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xs],[data-modulewell=aside]>[data-module][data-modulepad-top=xs],[data-modulewell=narrow]>[data-module][data-modulepad-top=xs],[data-modulewell=standard]>[data-module][data-modulepad-top=xs],[data-modulewell=wide]>[data-module][data-modulepad-top=xs]{margin-top:20px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xs],[data-modulewell=aside]>[data-module][data-modulepad-top=xs],[data-modulewell=narrow]>[data-module][data-modulepad-top=xs],[data-modulewell=standard]>[data-module][data-modulepad-top=xs],[data-modulewell=wide]>[data-module][data-modulepad-top=xs]{margin-top:30px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xs],[data-modulewell=aside]>[data-module][data-modulepad-top=xs],[data-modulewell=narrow]>[data-module][data-modulepad-top=xs],[data-modulewell=standard]>[data-module][data-modulepad-top=xs],[data-modulewell=wide]>[data-module][data-modulepad-top=xs]{margin-top:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-top=xs],[data-modulewell=aside]>[data-module][data-modulepad-top=xs],[data-modulewell=narrow]>[data-module][data-modulepad-top=xs],[data-modulewell=standard]>[data-module][data-modulepad-top=xs],[data-modulewell=wide]>[data-module][data-modulepad-top=xs]{margin-top:50px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xs],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xs],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xs],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xs],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xs]{margin-bottom:20px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xs],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xs],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xs],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xs],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xs]{margin-bottom:30px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xs],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xs],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xs],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xs],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xs]{margin-bottom:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=xs],[data-modulewell=aside]>[data-module][data-modulepad-bottom=xs],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=xs],[data-modulewell=standard]>[data-module][data-modulepad-bottom=xs],[data-modulewell=wide]>[data-module][data-modulepad-bottom=xs]{margin-bottom:50px}}[data-modulewell=""]>[data-module=narrow][data-modulepad-top=none],[data-modulewell=""]>[data-module=standard][data-modulepad-top=none],[data-modulewell=aside]>[data-module][data-modulepad-top=none],[data-modulewell=narrow]>[data-module][data-modulepad-top=none],[data-modulewell=standard]>[data-module][data-modulepad-top=none],[data-modulewell=wide]>[data-module][data-modulepad-top=none]{margin-top:0}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=none],[data-modulewell=""]>[data-module=standard][data-modulepad-top=none],[data-modulewell=aside]>[data-module][data-modulepad-top=none],[data-modulewell=narrow]>[data-module][data-modulepad-top=none],[data-modulewell=standard]>[data-module][data-modulepad-top=none],[data-modulewell=wide]>[data-module][data-modulepad-top=none]{margin-top:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=none],[data-modulewell=""]>[data-module=standard][data-modulepad-top=none],[data-modulewell=aside]>[data-module][data-modulepad-top=none],[data-modulewell=narrow]>[data-module][data-modulepad-top=none],[data-modulewell=standard]>[data-module][data-modulepad-top=none],[data-modulewell=wide]>[data-module][data-modulepad-top=none]{margin-top:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-top=none],[data-modulewell=""]>[data-module=standard][data-modulepad-top=none],[data-modulewell=aside]>[data-module][data-modulepad-top=none],[data-modulewell=narrow]>[data-module][data-modulepad-top=none],[data-modulewell=standard]>[data-module][data-modulepad-top=none],[data-modulewell=wide]>[data-module][data-modulepad-top=none]{margin-top:0}}[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=none],[data-modulewell=aside]>[data-module][data-modulepad-bottom=none],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=none],[data-modulewell=standard]>[data-module][data-modulepad-bottom=none],[data-modulewell=wide]>[data-module][data-modulepad-bottom=none]{margin-bottom:0}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=none],[data-modulewell=aside]>[data-module][data-modulepad-bottom=none],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=none],[data-modulewell=standard]>[data-module][data-modulepad-bottom=none],[data-modulewell=wide]>[data-module][data-modulepad-bottom=none]{margin-bottom:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=none],[data-modulewell=aside]>[data-module][data-modulepad-bottom=none],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=none],[data-modulewell=standard]>[data-module][data-modulepad-bottom=none],[data-modulewell=wide]>[data-module][data-modulepad-bottom=none]{margin-bottom:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=narrow][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=standard][data-modulepad-bottom=none],[data-modulewell=aside]>[data-module][data-modulepad-bottom=none],[data-modulewell=narrow]>[data-module][data-modulepad-bottom=none],[data-modulewell=standard]>[data-module][data-modulepad-bottom=none],[data-modulewell=wide]>[data-module][data-modulepad-bottom=none]{margin-bottom:0}}[data-modulewell=narrow]>[data-module],[data-modulewell=standard]>[data-module=narrow]{margin-left:auto;margin-right:auto;max-width:var(--containerNarrowWidth)}[data-modulewell=wide]>[data-module]{margin-left:auto;margin-right:auto;max-width:var(--containerXlMaxWidth)}@media only screen and (min-width:1440px){[data-modulewell=wide]>[data-module=wide]{margin-left:-100px;margin-right:-100px;max-width:unset}}[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-bottom:0;padding-top:0}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-top:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-top:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-top:0}}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-bottom:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-bottom:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad=none],[data-modulewell=""]>[data-module=wide][data-modulepad=none]{padding-bottom:0}}[data-modulewell=""]>[data-module=""][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xxl]{padding-top:100px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xxl]{padding-top:120px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xxl]{padding-top:140px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xxl]{padding-top:160px}}[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xxl]{padding-bottom:100px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xxl]{padding-bottom:120px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xxl]{padding-bottom:140px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xxl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xxl]{padding-bottom:160px}}[data-modulewell=""]>[data-module=""][data-modulepad-top=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xl]{padding-top:80px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xl]{padding-top:100px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xl]{padding-top:120px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xl]{padding-top:140px}}[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xl]{padding-bottom:80px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xl]{padding-bottom:100px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xl]{padding-bottom:120px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xl],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xl]{padding-bottom:140px}}[data-modulewell=""]>[data-module=""][data-modulepad-top=large],[data-modulewell=""]>[data-module=wide][data-modulepad-top=large]{padding-top:60px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-top=large],[data-modulewell=""]>[data-module=wide][data-modulepad-top=large]{padding-top:80px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-top=large],[data-modulewell=""]>[data-module=wide][data-modulepad-top=large]{padding-top:100px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-top=large],[data-modulewell=""]>[data-module=wide][data-modulepad-top=large]{padding-top:120px}}[data-modulewell=""]>[data-module=""][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=large]{padding-bottom:60px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=large]{padding-bottom:80px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=large]{padding-bottom:100px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=large],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=large]{padding-bottom:120px}}[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-top=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-top=med]{padding-top:40px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-top=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-top=med]{padding-top:60px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-top=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-top=med]{padding-top:80px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-top=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-top=med]{padding-top:100px}}[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=med]{padding-bottom:40px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=med]{padding-bottom:60px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=med]{padding-bottom:80px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""],[data-modulewell=""]>[data-module=""][data-modulepad-bottom=med],[data-modulewell=""]>[data-module=wide],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=med]{padding-bottom:100px}}[data-modulewell=""]>[data-module=""][data-modulepad-top=small],[data-modulewell=""]>[data-module=wide][data-modulepad-top=small]{padding-top:30px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-top=small],[data-modulewell=""]>[data-module=wide][data-modulepad-top=small]{padding-top:40px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-top=small],[data-modulewell=""]>[data-module=wide][data-modulepad-top=small]{padding-top:60px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-top=small],[data-modulewell=""]>[data-module=wide][data-modulepad-top=small]{padding-top:80px}}[data-modulewell=""]>[data-module=""][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=small]{padding-bottom:30px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=small]{padding-bottom:40px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=small]{padding-bottom:60px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=small],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=small]{padding-bottom:80px}}[data-modulewell=""]>[data-module=""][data-modulepad-top=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xs]{padding-top:20px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xs]{padding-top:30px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xs]{padding-top:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-top=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-top=xs]{padding-top:50px}}[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xs]{padding-bottom:20px}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xs]{padding-bottom:30px}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xs]{padding-bottom:40px}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=xs],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=xs]{padding-bottom:50px}}[data-modulewell=""]>[data-module=""][data-modulepad-top=none],[data-modulewell=""]>[data-module=wide][data-modulepad-top=none]{padding-top:0}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-top=none],[data-modulewell=""]>[data-module=wide][data-modulepad-top=none]{padding-top:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-top=none],[data-modulewell=""]>[data-module=wide][data-modulepad-top=none]{padding-top:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-top=none],[data-modulewell=""]>[data-module=wide][data-modulepad-top=none]{padding-top:0}}[data-modulewell=""]>[data-module=""][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=none]{padding-bottom:0}@media only screen and (min-width:768px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=none]{padding-bottom:0}}@media only screen and (min-width:1024px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=none]{padding-bottom:0}}@media only screen and (min-width:1440px){[data-modulewell=""]>[data-module=""][data-modulepad-bottom=none],[data-modulewell=""]>[data-module=wide][data-modulepad-bottom=none]{padding-bottom:0}}[data-modulewell=narrow]>[data-module][data-has-background],[data-modulewell=standard]>[data-module][data-has-background]{padding:var(--modulePadding,20px)}[data-rounded-corners] [data-modulewell=narrow]>[data-module][data-has-background],[data-rounded-corners] [data-modulewell=standard]>[data-module][data-has-background]{border-radius:8px;overflow:hidden}[data-module]{--moduleTextColor:var(--color-primary-text);background-color:var(--moduleBgColor,transparent);background-image:var(--moduleBgImage);background-position:50%;background-size:cover}[data-module][data-has-bg-gradient]{background-image:linear-gradient(to bottom,var(--color-bg),hsla(0,0%,100%,0) 40%)}[data-theme=charcoal] .Sharebar-heading svg,[data-theme=dark-grey] .Sharebar-heading svg{color:var(--color-white)}[data-theme=charcoal]>a,[data-theme=dark-grey]>a{--linkTextColor:var(--primaryTextColor);--linkHoverColor:var(--primaryTextColor);color:var(--primaryTextColor);opacity:1;transition:all .2s ease}[data-theme=charcoal]>a:hover [class*=title],[data-theme=dark-grey]>a:hover [class*=title]{opacity:.7;text-decoration:none}[data-theme=charcoal] [class*=category],[data-theme=charcoal] [class*=category] a,[data-theme=charcoal]>a:hover [class*=icon],[data-theme=dark-grey] [class*=category],[data-theme=dark-grey] [class*=category] a,[data-theme=dark-grey]>a:hover [class*=icon]{color:#c75000}[data-theme=charcoal] [class*=description],[data-theme=dark-grey] [class*=description]{color:var(--color-white)}[data-theme=charcoal] [class*=title] a,[data-theme=dark-grey] [class*=title] a{--linkHoverColor:var(--primaryTextColor);color:var(--primaryTextColor);opacity:1;transition:all .2s ease}[data-theme=charcoal] [class*=title] a:hover,[data-theme=charcoal] a:hover .fake-link,[data-theme=dark-grey] [class*=title] a:hover,[data-theme=dark-grey] a:hover .fake-link{opacity:.7;text-decoration:none}[data-theme=charcoal]{--moduleBgColor:#222533;--backgroundColor:#222533;--primaryTextColor:var(--white);--secondaryTextColor:var(--white);--color-primary-text:var(--primaryTextColor)}[data-theme=dark-grey]{--moduleBgColor:#39444e;--backgroundColor:#39444e;--primaryTextColor:var(--white);--secondaryTextColor:var(--white);--color-primary-text:var(--primaryTextColor)}[data-theme=light]{--moduleBgColor:#f8f9f9;--backgroundColor:#f8f9f9;--primaryTextColor:var(--black);--secondaryTextColor:var(--black);--color-primary-text:var(--primaryTextColor)}[data-theme=light] .Sharebar-heading svg,[data-theme=light] [class*=category],[data-theme=light] [class*=category] a{color:#c75000}[data-theme=light]>a{--linkTextColor:var(--primaryTextColor);--linkHoverColor:var(--primaryTextColor);color:var(--primaryTextColor)}[data-theme=light]>a:hover [class*=icon]{color:#c75000}[data-theme=light] a:hover .fake-link{color:var(--tertiaryColor)}.FaqModuleC-header,.ModuleHeader,.Tabs-header{--color-primary-text:var(--moduleHeaderTextColor);--moduleHeaderTextAlignment:center;color:var(--moduleHeaderTextColor);margin:auto auto 20px;max-width:var(--containerMaxWidth);width:100%}.FaqModuleC-header[data-inverse-colors=true],.ModuleHeader[data-inverse-colors=true],.Tabs-header[data-inverse-colors=true]{--color-primary-text:var(--white);--moduleHeaderTextColor:var(--white)}.FaqModuleC-header:empty,.ModuleHeader:empty,.Tabs-header:empty{display:none}.FaqModuleC-header bsp-copy-link,.ModuleHeader bsp-copy-link,.Tabs-header bsp-copy-link{opacity:0}.FaqModuleC-header bsp-copy-link:before,.ModuleHeader bsp-copy-link:before,.Tabs-header bsp-copy-link:before{content:"\2009"}.FaqModuleC-header[data-align=left],.ModuleHeader[data-align=left],.Tabs-header[data-align=left]{margin-left:0}.FaqModuleC-header[data-align=right],.ModuleHeader[data-align=right],.Tabs-header[data-align=right]{margin-right:0}.FaqModuleC-header-title,.ModuleHeader-title,.Tabs-header-title{font-size:var(--title-2);font-weight:700;line-height:1.2}[data-primary-headline-font=Oswald] .FaqModuleC-header-title,[data-primary-headline-font=Oswald] .ModuleHeader-title,[data-primary-headline-font=Oswald] .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .Tabs-header-title,[data-primary-headline-font=Merriweather] .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] .ModuleHeader-title,[data-primary-headline-font=Merriweather] .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}[data-has-divider=true] .FaqModuleC-header-title,[data-has-divider=true] .ModuleHeader-title,[data-has-divider=true] .Tabs-header-title,[data-modulewell=aside] .FaqModuleC-header-title,[data-modulewell=aside] .ModuleHeader-title,[data-modulewell=aside] .Tabs-header-title,[data-modulewell=narrow] .FaqModuleC-header-title,[data-modulewell=narrow] .ModuleHeader-title,[data-modulewell=narrow] .Tabs-header-title,[data-modulewell=standard] .FaqModuleC-header-title,[data-modulewell=standard] .ModuleHeader-title,[data-modulewell=standard] .Tabs-header-title{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] [data-has-divider=true] .FaqModuleC-header-title,[data-primary-headline-font=Oswald] [data-has-divider=true] .ModuleHeader-title,[data-primary-headline-font=Oswald] [data-has-divider=true] .Tabs-header-title,[data-primary-headline-font=Oswald] [data-modulewell=aside] .FaqModuleC-header-title,[data-primary-headline-font=Oswald] [data-modulewell=aside] .ModuleHeader-title,[data-primary-headline-font=Oswald] [data-modulewell=aside] .Tabs-header-title,[data-primary-headline-font=Oswald] [data-modulewell=narrow] .FaqModuleC-header-title,[data-primary-headline-font=Oswald] [data-modulewell=narrow] .ModuleHeader-title,[data-primary-headline-font=Oswald] [data-modulewell=narrow] .Tabs-header-title,[data-primary-headline-font=Oswald] [data-modulewell=standard] .FaqModuleC-header-title,[data-primary-headline-font=Oswald] [data-modulewell=standard] .ModuleHeader-title,[data-primary-headline-font=Oswald] [data-modulewell=standard] .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] [data-has-divider=true] .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] [data-has-divider=true] .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] [data-has-divider=true] .Tabs-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=aside] .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=aside] .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=aside] .Tabs-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=narrow] .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=narrow] .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=narrow] .Tabs-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=standard] .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=standard] .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=standard] .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] [data-has-divider=true] .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] [data-has-divider=true] .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] [data-has-divider=true] .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=aside] .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=aside] .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=aside] .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=narrow] .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=narrow] .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=narrow] .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=standard] .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=standard] .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=standard] .Tabs-header-title,[data-primary-headline-font=Merriweather] [data-has-divider=true] .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] [data-has-divider=true] .ModuleHeader-title,[data-primary-headline-font=Merriweather] [data-has-divider=true] .Tabs-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=aside] .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=aside] .ModuleHeader-title,[data-primary-headline-font=Merriweather] [data-modulewell=aside] .Tabs-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=narrow] .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=narrow] .ModuleHeader-title,[data-primary-headline-font=Merriweather] [data-modulewell=narrow] .Tabs-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=standard] .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=standard] .ModuleHeader-title,[data-primary-headline-font=Merriweather] [data-modulewell=standard] .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.FaqModuleC-header-title:hover bsp-copy-link,.ModuleHeader-title:hover bsp-copy-link,.Tabs-header-title:hover bsp-copy-link{opacity:1}.FaqModuleC-header[data-has-divider] .FaqModuleC-header-description,.ModuleHeader[data-has-divider] .ModuleHeader-description,.Tabs-header[data-has-divider] .Tabs-header-description,[data-modulewell=aside] .FaqModuleC-header-description,[data-modulewell=aside] .ModuleHeader-description,[data-modulewell=aside] .Tabs-header-description,[data-modulewell=narrow] .FaqModuleC-header-description,[data-modulewell=narrow] .ModuleHeader-description,[data-modulewell=narrow] .Tabs-header-description,[data-modulewell=standard] .FaqModuleC-header-description,[data-modulewell=standard] .ModuleHeader-description,[data-modulewell=standard] .Tabs-header-description{display:block}.FaqModuleC-header-description,.ModuleHeader-description,.Tabs-header-description{color:var(--color-primary-text);font-size:var(--description-2);line-height:1.44;margin-top:10px}[data-modulewell=aside] .FaqModuleC-header-description,[data-modulewell=aside] .ModuleHeader-description,[data-modulewell=aside] .Tabs-header-description,[data-modulewell=narrow] .FaqModuleC-header-description,[data-modulewell=narrow] .ModuleHeader-description,[data-modulewell=narrow] .Tabs-header-description,[data-modulewell=standard] .FaqModuleC-header-description,[data-modulewell=standard] .ModuleHeader-description,[data-modulewell=standard] .Tabs-header-description{font-size:var(--description-3);font-weight:400;line-height:1.33}.FaqModuleC-header[data-has-divider] .FaqModuleC-header-description,.ModuleHeader[data-has-divider] .ModuleHeader-description,.Tabs-header[data-has-divider] .Tabs-header-description,[data-modulewell=aside] .FaqModuleC-header-description,[data-modulewell=aside] .ModuleHeader-description,[data-modulewell=aside] .Tabs-header-description,[data-modulewell=narrow] .FaqModuleC-header-description,[data-modulewell=narrow] .ModuleHeader-description,[data-modulewell=narrow] .Tabs-header-description,[data-modulewell=standard] .FaqModuleC-header-description,[data-modulewell=standard] .ModuleHeader-description,[data-modulewell=standard] .Tabs-header-description{margin-top:0}.FaqModuleC-header-description,.FaqModuleC-header-title,.ModuleHeader-description,.ModuleHeader-title,.Tabs-header-description,.Tabs-header-title{margin-left:auto;margin-right:auto;max-width:var(--containerNarrowWidth);text-align:var(--moduleHeaderTextAlignment)}[data-align=left] .FaqModuleC-header-description,[data-align=left] .FaqModuleC-header-title,[data-align=left] .ModuleHeader-description,[data-align=left] .ModuleHeader-title,[data-align=left] .Tabs-header-description,[data-align=left] .Tabs-header-title{margin-left:0}[data-align=right] .FaqModuleC-header-description,[data-align=right] .FaqModuleC-header-title,[data-align=right] .ModuleHeader-description,[data-align=right] .ModuleHeader-title,[data-align=right] .Tabs-header-description,[data-align=right] .Tabs-header-title{margin-right:0}[data-align=center] .FaqModuleC-header-description,[data-align=center] .FaqModuleC-header-title,[data-align=center] .ModuleHeader-description,[data-align=center] .ModuleHeader-title,[data-align=center] .Tabs-header-description,[data-align=center] .Tabs-header-title{margin-left:auto;margin-right:auto}@media only screen and (min-width:1024px){.FaqModuleC-header,.ModuleHeader,.Tabs-header{margin-bottom:50px}[data-modulewell=aside] .FaqModuleC-header,[data-modulewell=aside] .ModuleHeader,[data-modulewell=aside] .Tabs-header,[data-modulewell=narrow] .FaqModuleC-header,[data-modulewell=narrow] .ModuleHeader,[data-modulewell=narrow] .Tabs-header,[data-modulewell=standard] .FaqModuleC-header,[data-modulewell=standard] .ModuleHeader,[data-modulewell=standard] .Tabs-header{margin-bottom:20px}.FaqModuleC-header-description,.ModuleHeader-description,.Tabs-header-description{margin-top:14px}}.Pagination{align-items:center;display:flex;justify-content:center;margin-top:40px}.Pagination-nextPage,.Pagination-previousPage{margin-top:0}.Pagination-nextPage a,.Pagination-nextPage span,.Pagination-previousPage a,.Pagination-previousPage span{background:var(--color-button-bg);border-color:var(--color-button-border);color:var(--color-button-text);margin:0 10px;min-width:125px}.Pagination-nextPage a.button-hover,.Pagination-nextPage a:hover,.Pagination-nextPage span.button-hover,.Pagination-nextPage span:hover,.Pagination-previousPage a.button-hover,.Pagination-previousPage a:hover,.Pagination-previousPage span.button-hover,.Pagination-previousPage span:hover{background:var(--color-button-hover-bg);border-color:var(--color-button-hover-border);color:var(--color-button-hover-text)}.Pagination-nextPage a.button-selected,.Pagination-nextPage a:focus,.Pagination-nextPage span.button-selected,.Pagination-nextPage span:focus,.Pagination-previousPage a.button-selected,.Pagination-previousPage a:focus,.Pagination-previousPage span.button-selected,.Pagination-previousPage span:focus{background:var(--color-button-selected-bg);border-color:var(--color-button-selected-border);color:var(--color-button-selected-text)}.Pagination-nextPage a.disabled,.Pagination-nextPage a[disabled=disabled],.Pagination-nextPage span.disabled,.Pagination-nextPage span[disabled=disabled],.Pagination-previousPage a.disabled,.Pagination-previousPage a[disabled=disabled],.Pagination-previousPage span.disabled,.Pagination-previousPage span[disabled=disabled]{background:var(--color-button-disabled-bg);border-color:var(--color-button-disabled-border);color:var(--color-button-disabled-text)}.Pagination-nextPage span,.Pagination-previousPage span{--primaryButtonBgColor:var(--color-grey-one);--primaryButtonBorderColor:var(--color-grey-one);pointer-events:none}.cms-textAlign-left{text-align:left}.cms-textAlign-center{text-align:center}.cms-textAlign-right{text-align:right}.tingle-modal *{box-sizing:border-box}.tingle-modal{-webkit-overflow-scrolling:touch;align-items:center;background:rgba(0,0,0,.9);bottom:0;cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2719%27 height=%2719%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m15.514.535-6.42 6.42L2.677.536a1.517 1.517 0 0 0-2.14 0 1.517 1.517 0 0 0 0 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 0 0 0 2.14 1.517 1.517 0 0 0 2.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 0 0 2.14 0 1.517 1.517 0 0 0 0-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 0 0 0-2.14 1.516 1.516 0 0 0-2.14 0z%27 fill=%27%23FFF%27/%3E%3C/svg%3E"),auto;display:flex;flex-direction:column;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden;z-index:1000}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{background-color:transparent;border:none;color:#fff;cursor:pointer;height:2rem;padding:0;position:fixed;right:2.5rem;top:2.5rem;width:2rem;z-index:1000}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{background:#fff;border-radius:4px;cursor:auto;flex-shrink:0;margin-bottom:auto;margin-top:auto;opacity:1;position:relative;width:60%;will-change:transform,opacity}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{background-color:#f5f5f5;border-bottom-left-radius:4px;border-bottom-right-radius:4px;cursor:auto;padding:1.5rem 2rem;width:auto}.tingle-modal-box__footer:after{clear:both;content:"";display:table}.tingle-modal-box__footer--sticky{bottom:-200px;opacity:1;position:fixed;transition:bottom .3s ease-in-out .3s;z-index:10001}.tingle-enabled{left:0;overflow:hidden;position:fixed;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-modal--visible{opacity:1;visibility:visible}.tingle-modal--visible .tingle-modal-box{-webkit-animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards;animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{background-color:grey;border:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;line-height:normal;margin:0 .5rem;padding:1rem 2rem;text-decoration:none;transition:background-color .4s ease;vertical-align:middle}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width:540px){.tingle-modal{display:block;padding-top:60px;top:0;width:100%}.tingle-modal-box{border-radius:0;width:auto}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{background-color:#2c3e50;border:none;box-shadow:none;color:#fff;display:block;height:60px;left:0;right:0;top:0;width:100%}.tingle-modal__closeLabel{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.6rem;vertical-align:middle}.tingle-modal__closeIcon{display:inline-block;font-size:0;margin-right:.8rem;vertical-align:middle;width:1.6rem}}@-webkit-keyframes scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.tingle-modal-box{border-radius:0;border-radius:8px;max-width:1240px;width:100%}.tingle-modal-box__content{padding:40px}.tingle-modal-box__content,.tingle-modal__close{align-items:center;display:flex;justify-content:center}.tingle-modal__close{border-radius:50%;color:currentColor;height:24px;position:absolute;right:10px;top:10px;width:24px}.tingle-modal__close:hover{background-color:var(--color-grey-one);color:currentColor}.tingle-modal__closeIcon{align-items:inherit;display:inherit;height:14px;justify-content:inherit;width:14px}.tingle-modal__closeIcon svg{height:inherit;width:inherit}@media (max-width:540px){.tingle-modal__close{background-color:unset;left:unset}.tingle-modal__closeIcon{margin-right:unset}.tingle-modal__closeLabel{display:none}}@media only screen and (min-width:568px){.tingle-modal-box__content{padding:40px}.tingle-modal__close{right:20px;top:20px}}@media only screen and (min-width:768px){.tingle-modal-box{max-width:calc(100vw - 80px);padding:100px 60px;width:var(--containerMaxWidth)}.tingle-modal__close{right:20px;top:20px}}.ReadMore{display:block}.ReadMore-content{-webkit-line-clamp:var(--lineClamp);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ReadMore[expanded] .ReadMore-content{-webkit-line-clamp:unset}.ReadMore:not([clipping]) .ReadMore-expand,.ReadMore:not([expanded]) .ReadMore-collapse,.ReadMore[expanded] .ReadMore-expand{display:none}.ReadMore-collapse,.ReadMore-expand{font-size:var(--caption-1);line-height:1.36;margin-top:10px}.FoundationPage{display:block;margin:0 0 20px;padding:10px}.FoundationPage-container{grid-gap:40px;display:grid;grid-template-columns:repeat(1,1fr)}.FoundationPage-block{border-radius:5px;display:block;padding:20px}.FoundationPage-block .Link{font-size:var(--description-3);font-weight:400;line-height:1.33}.FoundationPage-block svg{height:13px;margin-left:6px;width:13px}.FoundationPage-block-subTitle{margin-bottom:10px}.FoundationPage-helper{min-width:250px}.FoundationPage-helper code{font-size:16px}.FoundationPage .dark-bg{background:#2a5975;border-radius:8px;padding:20px}.FoundationPage code{background:#a686de;border-radius:3px;color:#fff;font-size:12px;margin-left:5px;padding:3px 5px;transition:all .5s}.FoundationPage code:hover{background:#673ab7;cursor:pointer}.FoundationPage td{padding:20px}html{font-size:62.5%;scroll-behavior:smooth}body,html{max-width:100%;min-height:100%}body{overflow-x:hidden}:root{--white:#fff;--black:#000;--error:#ee0120;--success:#28a745;--live:#ee0120;--miniPlayerHeight:73px;--breadcrumbBarDisplacementHeight:0px;--hatDisplacementHeight:0px;--headerDisplacementHeight:0px}@media only screen and (max-width:1023px){:root{--header-height:80px}}@media only screen and (min-width:1024px){:root{--miniPlayerHeight:110px}}blockquote,figure,hr,ul{margin:0}ul{list-style:none;padding:0}a{color:inherit}img{display:block;height:auto;max-width:100%}.CreativeWorkPage,.ErrorPage,.ImagePage,.MediaObjectPage,.Page,.VideoPage{--asideWidth:320px;--asideGutter:50px;--mainWidth:calc(var(--containerMaxWidth) - var(--asideWidth) - var(--asideGutter))}.CreativeWorkPage-hat,.ErrorPage-hat,.ImagePage-hat,.MediaObjectPage-hat,.Page-hat,.VideoPage-hat{display:block;position:relative;z-index:27}.CreativeWorkPage-hat[data-sticky],.ErrorPage-hat[data-sticky],.ImagePage-hat[data-sticky],.MediaObjectPage-hat[data-sticky],.Page-hat[data-sticky],.VideoPage-hat[data-sticky]{position:-webkit-sticky;position:sticky;top:0;z-index:51}.CreativeWorkPage-main,.ErrorPage-main,.ImagePage-main,.MediaObjectPage-main,.Page-main,.VideoPage-main{min-height:300px}.CreativeWorkPage-pageLead-divider,.ErrorPage-pageLead-divider,.ImagePage-pageLead-divider,.MediaObjectPage-pageLead-divider,.Page-pageLead-divider,.VideoPage-pageLead-divider{border:2px solid var(--color-grey-one);border-radius:2px;margin:20px auto;width:280px}.CreativeWorkPage-pageLead .PromoLeadGeneric-content,.ErrorPage-pageLead .PromoLeadGeneric-content,.ImagePage-pageLead .PromoLeadGeneric-content,.MediaObjectPage-pageLead .PromoLeadGeneric-content,.Page-pageLead .PromoLeadGeneric-content,.VideoPage-pageLead .PromoLeadGeneric-content{padding:0}.CreativeWorkPage-pageLead .PromoLeadGeneric-title,.ErrorPage-pageLead .PromoLeadGeneric-title,.ImagePage-pageLead .PromoLeadGeneric-title,.MediaObjectPage-pageLead .PromoLeadGeneric-title,.Page-pageLead .PromoLeadGeneric-title,.VideoPage-pageLead .PromoLeadGeneric-title{font-size:var(--title-1);font-weight:700;font-weight:300;line-height:1.1;text-align:center}[data-primary-headline-font=Oswald] .CreativeWorkPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Oswald] .ErrorPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Oswald] .ImagePage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Oswald] .MediaObjectPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Oswald] .Page-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Oswald] .VideoPage-pageLead .PromoLeadGeneric-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .CreativeWorkPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Roboto Slab"] .ErrorPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Roboto Slab"] .ImagePage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Roboto Slab"] .MediaObjectPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Roboto Slab"] .Page-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Roboto Slab"] .VideoPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .CreativeWorkPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .ErrorPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .ImagePage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .MediaObjectPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .Page-pageLead .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .VideoPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .CreativeWorkPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .ErrorPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .ImagePage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .MediaObjectPage-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .Page-pageLead .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .VideoPage-pageLead .PromoLeadGeneric-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.CreativeWorkPage-pageLead .PromoLeadGeneric-description,.ErrorPage-pageLead .PromoLeadGeneric-description,.ImagePage-pageLead .PromoLeadGeneric-description,.MediaObjectPage-pageLead .PromoLeadGeneric-description,.Page-pageLead .PromoLeadGeneric-description,.VideoPage-pageLead .PromoLeadGeneric-description{color:var(--primaryTextColor);font-size:var(--title-3);font-weight:700;font-weight:inherit;line-height:1.22;line-height:1.58;margin:26px auto 0;max-width:858px;text-align:center}[data-primary-headline-font=Oswald] .CreativeWorkPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Oswald] .ErrorPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Oswald] .ImagePage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Oswald] .MediaObjectPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Oswald] .Page-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Oswald] .VideoPage-pageLead .PromoLeadGeneric-description{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .CreativeWorkPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Roboto Slab"] .ErrorPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Roboto Slab"] .ImagePage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Roboto Slab"] .MediaObjectPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Roboto Slab"] .Page-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Roboto Slab"] .VideoPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Source Serif Pro"] .CreativeWorkPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Source Serif Pro"] .ErrorPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Source Serif Pro"] .ImagePage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Source Serif Pro"] .MediaObjectPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Source Serif Pro"] .Page-pageLead .PromoLeadGeneric-description,[data-primary-headline-font="Source Serif Pro"] .VideoPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Merriweather] .CreativeWorkPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Merriweather] .ErrorPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Merriweather] .ImagePage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Merriweather] .MediaObjectPage-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Merriweather] .Page-pageLead .PromoLeadGeneric-description,[data-primary-headline-font=Merriweather] .VideoPage-pageLead .PromoLeadGeneric-description{font-family:var(--primaryHeadlineFont),"Georgia",serif}.CreativeWorkPage-pageHeading,.CreativeWorkPage-subHeading,.ErrorPage-pageHeading,.ErrorPage-subHeading,.ImagePage-pageHeading,.ImagePage-subHeading,.MediaObjectPage-pageHeading,.MediaObjectPage-subHeading,.Page-pageHeading,.Page-subHeading,.VideoPage-pageHeading,.VideoPage-subHeading{text-align:center}.CreativeWorkPage-body[data-has-aside=true] .CreativeWorkPage-contentWrapper,.ErrorPage-body[data-has-aside=true] .ErrorPage-contentWrapper,.ImagePage-body[data-has-aside=true] .ImagePage-contentWrapper,.MediaObjectPage-body[data-has-aside=true] .MediaObjectPage-contentWrapper,.Page-body[data-has-aside=true] .Page-contentWrapper,.VideoPage-body[data-has-aside=true] .VideoPage-contentWrapper{margin:40px 0;padding:0 20px}@media only screen and (min-width:768px){.CreativeWorkPage-body[data-has-aside=true] .CreativeWorkPage-contentWrapper,.ErrorPage-body[data-has-aside=true] .ErrorPage-contentWrapper,.ImagePage-body[data-has-aside=true] .ImagePage-contentWrapper,.MediaObjectPage-body[data-has-aside=true] .MediaObjectPage-contentWrapper,.Page-body[data-has-aside=true] .Page-contentWrapper,.VideoPage-body[data-has-aside=true] .VideoPage-contentWrapper{margin:60px 0;padding:0 50px}}@media only screen and (min-width:1024px){.CreativeWorkPage-body[data-has-aside=true] .CreativeWorkPage-contentWrapper,.ErrorPage-body[data-has-aside=true] .ErrorPage-contentWrapper,.ImagePage-body[data-has-aside=true] .ImagePage-contentWrapper,.MediaObjectPage-body[data-has-aside=true] .MediaObjectPage-contentWrapper,.Page-body[data-has-aside=true] .Page-contentWrapper,.VideoPage-body[data-has-aside=true] .VideoPage-contentWrapper{grid-gap:var(--asideGutter);display:grid;grid-template-columns:minmax(auto,var(--mainWidth)) var(--asideWidth);justify-content:center;margin:80px 0;padding:0 40px}}@media only screen and (min-width:1440px){.CreativeWorkPage-body[data-has-aside=true] .CreativeWorkPage-contentWrapper,.ErrorPage-body[data-has-aside=true] .ErrorPage-contentWrapper,.ImagePage-body[data-has-aside=true] .ImagePage-contentWrapper,.MediaObjectPage-body[data-has-aside=true] .MediaObjectPage-contentWrapper,.Page-body[data-has-aside=true] .Page-contentWrapper,.VideoPage-body[data-has-aside=true] .VideoPage-contentWrapper{margin:100px 0;padding:0 100px}}@media only screen and (min-width:1024px){.CreativeWorkPage-body[data-has-aside=true][data-aside-placement=left] .CreativeWorkPage-contentWrapper,.ErrorPage-body[data-has-aside=true][data-aside-placement=left] .ErrorPage-contentWrapper,.ImagePage-body[data-has-aside=true][data-aside-placement=left] .ImagePage-contentWrapper,.MediaObjectPage-body[data-has-aside=true][data-aside-placement=left] .MediaObjectPage-contentWrapper,.Page-body[data-has-aside=true][data-aside-placement=left] .Page-contentWrapper,.VideoPage-body[data-has-aside=true][data-aside-placement=left] .VideoPage-contentWrapper{grid-template-columns:var(--asideWidth) minmax(auto,var(--mainWidth))}}.CreativeWorkPage-body[data-has-aside=true][data-aside-placement=left] .CreativeWorkPage-content,.ErrorPage-body[data-has-aside=true][data-aside-placement=left] .ErrorPage-content,.ImagePage-body[data-has-aside=true][data-aside-placement=left] .ImagePage-content,.MediaObjectPage-body[data-has-aside=true][data-aside-placement=left] .MediaObjectPage-content,.Page-body[data-has-aside=true][data-aside-placement=left] .Page-content,.VideoPage-body[data-has-aside=true][data-aside-placement=left] .VideoPage-content{order:1}.CreativeWorkPage-aside,.ErrorPage-aside,.ImagePage-aside,.MediaObjectPage-aside,.Page-aside,.VideoPage-aside{margin:40px 0}@media only screen and (min-width:768px){.CreativeWorkPage-aside,.ErrorPage-aside,.ImagePage-aside,.MediaObjectPage-aside,.Page-aside,.VideoPage-aside{margin:60px 0}}@media only screen and (min-width:1024px){.CreativeWorkPage-aside,.ErrorPage-aside,.ImagePage-aside,.MediaObjectPage-aside,.Page-aside,.VideoPage-aside{margin:0}}.Page-footer{--color-link-text:var(--color-footer-text);--color-primary-text:var(--color-footer-text);--color-link-text-hover:var(--color-footer-text);background:var(--color-footer-bg);color:var(--color-footer-text);padding:30px 20px}.Page-footer-container{margin-left:auto;margin-right:auto;max-width:var(--containerMaxWidth)}.Page-footer-footerDisclaimerLinks{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:20px}.Page-footer-footerDisclaimerLinks .Link{--color-link-text:#878d92;font-size:12px;font-weight:700;line-height:1.58}.Page-footer-footerDisclaimerLinks .Link:hover{text-decoration:underline}.Page-footer-footerDisclaimerLinks .Link:not(:last-child){margin-right:20px}.Page-footer-row{display:flex;flex-direction:column;margin-bottom:40px}.Page-footer-disclaimer{color:#878d92;font-size:var(--body-1);font-size:12px;font-weight:700;line-height:1.67;line-height:1.58;margin-top:40px;width:100%}.Page-footer-disclaimer>h1{font-size:var(--title-2);font-weight:700;line-height:1.2}[data-primary-headline-font=Oswald] .Page-footer-disclaimer>h1{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>h1,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>h1,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>h1{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Page-footer-disclaimer>h2{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] .Page-footer-disclaimer>h2{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>h2,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>h2,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>h2{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Page-footer-disclaimer>h3{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .Page-footer-disclaimer>h3{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>h3,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>h3,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>h3{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Page-footer-disclaimer>h4,.Page-footer-disclaimer>h5,.Page-footer-disclaimer>h6{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.Page-footer-disclaimer:after{clear:both;content:"";display:table}.Page-footer-disclaimer li>a.Link,.Page-footer-disclaimer p>a.Link,.Page-footer-disclaimer td>a.Link,.Page-footer-disclaimer>a.Link{color:var(--color-link-text);text-decoration:underline}.Page-footer-disclaimer li>a.Link:hover,.Page-footer-disclaimer p>a.Link:hover,.Page-footer-disclaimer td>a.Link:hover,.Page-footer-disclaimer>a.Link:hover{text-decoration:none}.Page-footer-disclaimer li>.LinkWithArrow,.Page-footer-disclaimer p>.LinkWithArrow,.Page-footer-disclaimer td>.LinkWithArrow,.Page-footer-disclaimer>.LinkWithArrow{display:inline-flex}.Page-footer-disclaimer li>ul,.Page-footer-disclaimer p>ul,.Page-footer-disclaimer td>ul,.Page-footer-disclaimer>ul{padding:0 0 0 20px}.Page-footer-disclaimer p>ol:first-child,.Page-footer-disclaimer p>ul:first-child,.Page-footer-disclaimer td>ol:first-child,.Page-footer-disclaimer td>ul:first-child,.Page-footer-disclaimer>ol:first-child,.Page-footer-disclaimer>ul:first-child{margin-top:0}.Page-footer-disclaimer p>ol:last-child,.Page-footer-disclaimer p>ul:last-child,.Page-footer-disclaimer td>ol:last-child,.Page-footer-disclaimer td>ul:last-child,.Page-footer-disclaimer>ol:last-child,.Page-footer-disclaimer>ul:last-child{margin-bottom:0}.Page-footer-disclaimer p>ol:not(:first-child),.Page-footer-disclaimer p>ul:not(:first-child),.Page-footer-disclaimer td>ol:not(:first-child),.Page-footer-disclaimer td>ul:not(:first-child),.Page-footer-disclaimer>ol:not(:first-child),.Page-footer-disclaimer>ul:not(:first-child){margin-top:10px}.Page-footer-disclaimer p>ol:not(:last-child),.Page-footer-disclaimer p>ul:not(:last-child),.Page-footer-disclaimer td>ol:not(:last-child),.Page-footer-disclaimer td>ul:not(:last-child),.Page-footer-disclaimer>ol:not(:last-child),.Page-footer-disclaimer>ul:not(:last-child){margin-bottom:10px}.Page-footer-disclaimer ol ul,.Page-footer-disclaimer p>ul,.Page-footer-disclaimer td>ul,.Page-footer-disclaimer>ul{list-style-type:disc}.Page-footer-disclaimer ol ul ul,.Page-footer-disclaimer p>ul ul,.Page-footer-disclaimer td>ul ul,.Page-footer-disclaimer>ul ul{list-style-type:circle}.Page-footer-disclaimer ol ul ul ul,.Page-footer-disclaimer p>ul ul ul,.Page-footer-disclaimer td>ul ul ul,.Page-footer-disclaimer>ul ul ul{list-style-type:square}.Page-footer-disclaimer ol{list-style-type:decimal}.Page-footer-disclaimer ol ol{list-style-type:lower-alpha}.Page-footer-disclaimer ol ol ol{list-style-type:lower-roman}.Page-footer-disclaimer p,.Page-footer-disclaimer>h1,.Page-footer-disclaimer>h2,.Page-footer-disclaimer>h3,.Page-footer-disclaimer>h4,.Page-footer-disclaimer>h5,.Page-footer-disclaimer>h6{margin:20px 0}.Page-footer-disclaimer>h1[data-align-left],.Page-footer-disclaimer>h2[data-align-left],.Page-footer-disclaimer>h3[data-align-left],.Page-footer-disclaimer>h4[data-align-left],.Page-footer-disclaimer>h5[data-align-left],.Page-footer-disclaimer>h6[data-align-left]{text-align:left}.Page-footer-disclaimer>h1[data-align-right],.Page-footer-disclaimer>h2[data-align-right],.Page-footer-disclaimer>h3[data-align-right],.Page-footer-disclaimer>h4[data-align-right],.Page-footer-disclaimer>h5[data-align-right],.Page-footer-disclaimer>h6[data-align-right]{text-align:right}.Page-footer-disclaimer .Enhancement{margin-bottom:var(--enhnacementMargin,40px);margin-top:var(--enhnacementMargin,40px)}.Page-footer-disclaimer .Enhancement:first-child,.Page-footer-disclaimer p:first-child{margin-top:0}.Page-footer-disclaimer .Enhancement:last-child,.Page-footer-disclaimer p:last-child{margin-bottom:0}.Page-footer-disclaimer li>table,.Page-footer-disclaimer p>table,.Page-footer-disclaimer td>table,.Page-footer-disclaimer>table{border-collapse:collapse;border-spacing:0;min-width:100%;table-layout:fixed;width:100%}.Page-footer-disclaimer li>table tr:nth-child(2n),.Page-footer-disclaimer p>table tr:nth-child(2n),.Page-footer-disclaimer td>table tr:nth-child(2n),.Page-footer-disclaimer>table tr:nth-child(2n){background:var(--color-bg)}.Page-footer-disclaimer li>table img,.Page-footer-disclaimer p>table img,.Page-footer-disclaimer td>table img,.Page-footer-disclaimer>table img{display:inline-block}.Page-footer-disclaimer li>table tbody:first-child tr:first-child td,.Page-footer-disclaimer li>table tbody:first-child tr:first-child th,.Page-footer-disclaimer li>table thead td,.Page-footer-disclaimer li>table thead th,.Page-footer-disclaimer p>table tbody:first-child tr:first-child td,.Page-footer-disclaimer p>table tbody:first-child tr:first-child th,.Page-footer-disclaimer p>table thead td,.Page-footer-disclaimer p>table thead th,.Page-footer-disclaimer td>table tbody:first-child tr:first-child td,.Page-footer-disclaimer td>table tbody:first-child tr:first-child th,.Page-footer-disclaimer td>table thead td,.Page-footer-disclaimer td>table thead th,.Page-footer-disclaimer>table tbody:first-child tr:first-child td,.Page-footer-disclaimer>table tbody:first-child tr:first-child th,.Page-footer-disclaimer>table thead td,.Page-footer-disclaimer>table thead th{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;vertical-align:top}.Page-footer-disclaimer li>table td,.Page-footer-disclaimer li>table th,.Page-footer-disclaimer p>table td,.Page-footer-disclaimer p>table th,.Page-footer-disclaimer td>table td,.Page-footer-disclaimer td>table th,.Page-footer-disclaimer>table td,.Page-footer-disclaimer>table th{border:none;font-size:var(--description-4);line-height:1.38;padding:10px 5px;text-align:left;vertical-align:middle;width:1px}.Page-footer-disclaimer li>table td:first-child,.Page-footer-disclaimer li>table th:first-child,.Page-footer-disclaimer p>table td:first-child,.Page-footer-disclaimer p>table th:first-child,.Page-footer-disclaimer td>table td:first-child,.Page-footer-disclaimer td>table th:first-child,.Page-footer-disclaimer>table td:first-child,.Page-footer-disclaimer>table th:first-child{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;vertical-align:top}@media only screen and (min-width:768px){.Page-footer-disclaimer .Enhancement[data-align-left],.Page-footer-disclaimer .Enhancement[data-align-right],.Page-footer-disclaimer>.Enhancement[data-align-left]:first-child+ol,.Page-footer-disclaimer>.Enhancement[data-align-left]:first-child+p,.Page-footer-disclaimer>.Enhancement[data-align-left]:first-child+table,.Page-footer-disclaimer>.Enhancement[data-align-left]:first-child+ul,.Page-footer-disclaimer>.Enhancement[data-align-right]:first-child+ol,.Page-footer-disclaimer>.Enhancement[data-align-right]:first-child+p,.Page-footer-disclaimer>.Enhancement[data-align-right]:first-child+table,.Page-footer-disclaimer>.Enhancement[data-align-right]:first-child+ul{margin-top:0}}@media only screen and (min-width:1024px){.Page-footer-disclaimer li>table tbody:first-child tr:first-child td,.Page-footer-disclaimer li>table tbody:first-child tr:first-child th,.Page-footer-disclaimer li>table thead td,.Page-footer-disclaimer li>table thead th,.Page-footer-disclaimer p>table tbody:first-child tr:first-child td,.Page-footer-disclaimer p>table tbody:first-child tr:first-child th,.Page-footer-disclaimer p>table thead td,.Page-footer-disclaimer p>table thead th,.Page-footer-disclaimer td>table tbody:first-child tr:first-child td,.Page-footer-disclaimer td>table tbody:first-child tr:first-child th,.Page-footer-disclaimer td>table thead td,.Page-footer-disclaimer td>table thead th,.Page-footer-disclaimer>table tbody:first-child tr:first-child td,.Page-footer-disclaimer>table tbody:first-child tr:first-child th,.Page-footer-disclaimer>table thead td,.Page-footer-disclaimer>table thead th{font-size:var(--title-4);font-weight:700;line-height:1.54;padding:30px 20px}[data-primary-headline-font=Oswald] .Page-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer li>table thead td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer li>table thead th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer p>table thead td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer p>table thead th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer td>table thead td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer td>table thead th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .Page-footer-disclaimer>table thead td,[data-primary-headline-font=Oswald] .Page-footer-disclaimer>table thead th{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer li>table thead td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer li>table thead th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer p>table thead td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer p>table thead th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer td>table thead td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer td>table thead th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>table thead td,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>table thead th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer li>table thead td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer li>table thead th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer p>table thead td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer p>table thead th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer td>table thead td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer td>table thead th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>table thead td,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>table thead th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer li>table thead td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer li>table thead th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer p>table thead td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer p>table thead th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer td>table thead td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer td>table thead th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>table thead td,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>table thead th{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Page-footer-disclaimer li>table td,.Page-footer-disclaimer li>table th,.Page-footer-disclaimer p>table td,.Page-footer-disclaimer p>table th,.Page-footer-disclaimer td>table td,.Page-footer-disclaimer td>table th,.Page-footer-disclaimer>table td,.Page-footer-disclaimer>table th{border:1px solid var(--color-border);font-size:var(--description-3);font-weight:400;line-height:1.33;padding:20px}.Page-footer-disclaimer li>table td:first-child,.Page-footer-disclaimer li>table th:first-child,.Page-footer-disclaimer p>table td:first-child,.Page-footer-disclaimer p>table th:first-child,.Page-footer-disclaimer td>table td:first-child,.Page-footer-disclaimer td>table th:first-child,.Page-footer-disclaimer>table td:first-child,.Page-footer-disclaimer>table th:first-child{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .Page-footer-disclaimer li>table td:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer li>table th:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer p>table td:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer p>table th:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer td>table td:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer td>table th:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer>table td:first-child,[data-primary-headline-font=Oswald] .Page-footer-disclaimer>table th:first-child{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer li>table td:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer li>table th:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer p>table td:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer p>table th:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer td>table td:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer td>table th:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>table td:first-child,[data-primary-headline-font="Roboto Slab"] .Page-footer-disclaimer>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer li>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer li>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer p>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer p>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer td>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer td>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .Page-footer-disclaimer>table th:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer li>table td:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer li>table th:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer p>table td:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer p>table th:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer td>table td:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer td>table th:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>table td:first-child,[data-primary-headline-font=Merriweather] .Page-footer-disclaimer>table th:first-child{font-family:var(--primaryHeadlineFont),"Georgia",serif}}.Page-footer-content{margin-bottom:40px;margin-top:40px}.Page-footer-list-items{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,2fr))}.Page-footer-list .PromoTextOnly{--color-primary-text:var(--color-footer-text)}.Page-footer-list .PromoTextOnly-title{font-size:var(--title-4);font-weight:700;line-height:1.54;margin-bottom:6px}[data-primary-headline-font=Oswald] .Page-footer-list .PromoTextOnly-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Page-footer-list .PromoTextOnly-title,[data-primary-headline-font="Source Serif Pro"] .Page-footer-list .PromoTextOnly-title,[data-primary-headline-font=Merriweather] .Page-footer-list .PromoTextOnly-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Page-footer-list .PromoTextOnly-title .Link{--color-link-text:var(--color-footer-text)}.Page-footer-list .PromoTextOnly-description{font-size:14px;font-weight:700;line-height:1.79}.Page-footer-list .PromoTextOnly-cta{margin-top:10px}.Page-footer-list .PromoTextOnly-cta a{width:100%}@media only screen and (min-width:768px){.Page-footer{padding:60px 50px}}@media only screen and (min-width:1024px){.Page-footer{padding:80px 50px}.Page-footer-row{-moz-column-gap:50px;column-gap:50px;flex-direction:row}.Page-footer-navigation{flex:1}.Page-footer-content{margin:-5px 0 0}.Page-footer-list-items{grid-template-columns:repeat(auto-fit,minmax(200px,320px))}}@media only screen and (min-width:1440px){.Page-footer{padding:88px 50px 60px}.Page-footer-list-items{gap:60px}}.ContentPage-documentType{color:var(--color-primary);font-size:var(--label-3);font-weight:700;line-height:normal;text-transform:uppercase}.ContentPage-productTiers{font-size:var(--byline-1);line-height:1.36}.CreativeWorkPage,.VideoPage{--asideWidth:320px;--asideGutter:50px}.CreativeWorkPage-content,.VideoPage-content{margin:40px 0;padding-left:20px;padding-right:20px}.CreativeWorkPage-lead,.VideoPage-lead{position:relative}.CreativeWorkPage-topContainer,.VideoPage-topContainer{margin:40px 0;padding:0 20px}.CreativeWorkPage-subHeadline,.VideoPage-subHeadline{margin-bottom:20px}.CreativeWorkPage-updatesCorrections,.VideoPage-updatesCorrections{font-style:italic;margin:20px 0}.CreativeWorkPage-breadcrumbs,.VideoPage-breadcrumbs{font-size:var(--label-3);font-weight:700;line-height:normal;margin:20px 0;text-transform:uppercase}.CreativeWorkPage-breadcrumbs .Link,.VideoPage-breadcrumbs .Link{display:inline-block}.CreativeWorkPage-breadcrumbs .Link[href]:hover,.VideoPage-breadcrumbs .Link[href]:hover{text-decoration:underline}.CreativeWorkPage-breadcrumbs-divider,.VideoPage-breadcrumbs-divider{display:inline-block;margin:0 10px}.CreativeWorkPage-breadcrumbs-divider svg,.VideoPage-breadcrumbs-divider svg{height:9px;width:5px}.CreativeWorkPage-headline,.VideoPage-headline{font-size:var(--title-1);font-weight:700;line-height:1.1;margin:20px 0}[data-primary-headline-font=Oswald] .CreativeWorkPage-headline,[data-primary-headline-font=Oswald] .VideoPage-headline{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .CreativeWorkPage-headline,[data-primary-headline-font="Roboto Slab"] .VideoPage-headline,[data-primary-headline-font="Source Serif Pro"] .CreativeWorkPage-headline,[data-primary-headline-font="Source Serif Pro"] .VideoPage-headline,[data-primary-headline-font=Merriweather] .CreativeWorkPage-headline,[data-primary-headline-font=Merriweather] .VideoPage-headline{font-family:var(--primaryHeadlineFont),"Georgia",serif}.CreativeWorkPage-subHeading,.CreativeWorkPage-subHeadline,.VideoPage-subHeading,.VideoPage-subHeadline{font-size:var(--description-1);font-style:italic;font-weight:400;line-height:1.44}@media only screen and (min-width:1024px){.CreativeWorkPage-subHeading,.CreativeWorkPage-subHeadline,.VideoPage-subHeading,.VideoPage-subHeadline{line-height:1.43}}.CreativeWorkPage-description,.VideoPage-description{font-size:var(--description-3);font-weight:400;line-height:1.33;margin:20px 0}.CreativeWorkPage-lead,.VideoPage-lead{padding-bottom:20px}.CreativeWorkPage-inlineLead,.VideoPage-inlineLead{--gridGap:30px;grid-gap:var(--gridGap);display:grid;padding-bottom:var(--gridGap)}.CreativeWorkPage-headingWrapper,.VideoPage-headingWrapper{margin:auto}.CreativeWorkPage-byline,.VideoPage-byline{font-size:var(--byline-1);line-height:1.36}.CreativeWorkPage-actions,.CreativeWorkPage-byline,.VideoPage-actions,.VideoPage-byline{margin:30px 0}[data-lead-text-alignment=center] .CreativeWorkPage-byline,[data-lead-text-alignment=center] .VideoPage-byline{text-align:center}[data-lead-text-alignment=right] .CreativeWorkPage-byline,[data-lead-text-alignment=right] .VideoPage-byline{text-align:right}.CreativeWorkPage-aside,.VideoPage-aside{margin:40px 0}.CreativeWorkPage-actions .ActionBar-items,.VideoPage-actions .ActionBar-items{justify-content:flex-start}[data-hide-social=true] .CreativeWorkPage-actions,[data-hide-social=true] .CreativeWorkPage-actions-below,[data-hide-social=true] .VideoPage-actions,[data-hide-social=true] .VideoPage-actions-below{display:none}.CreativeWorkPage-authors .Author:not(:first-child),.CreativeWorkPage-authors:not(:first-child),.VideoPage-authors .Author:not(:first-child),.VideoPage-authors:not(:first-child){margin-top:20px}.CreativeWorkPage-authors .Author:not(:last-child),.CreativeWorkPage-authors:not(:last-child),.VideoPage-authors .Author:not(:last-child),.VideoPage-authors:not(:last-child){margin-bottom:20px}.CreativeWorkPage-actions-below,.CreativeWorkPage-socialLinks,.VideoPage-actions-below,.VideoPage-socialLinks{margin:40px 0}.CreativeWorkPage-tags,.VideoPage-tags{grid-gap:40px;display:grid;margin-top:40px}.CreativeWorkPage-tags:not(:last-child),.VideoPage-tags:not(:last-child){margin-bottom:40px}.CreativeWorkPage-socialLinks,.VideoPage-socialLinks{display:flex;flex-direction:column}.CreativeWorkPage-socialLinks-title,.VideoPage-socialLinks-title{color:var(--color-primary-text);flex-shrink:0;font-size:var(--description-4);font-weight:700;line-height:1.38;margin-bottom:10px;min-width:50px;padding-right:5px}@media only screen and (min-width:768px){.CreativeWorkPage-socialLinks,.VideoPage-socialLinks{align-items:center;flex-direction:row}.CreativeWorkPage-socialLinks-title,.VideoPage-socialLinks-title{display:inline-block;margin-bottom:0}}.CreativeWorkPage-actions-below,.VideoPage-actions-below{display:flex}.CreativeWorkPage-actions-below-title,.VideoPage-actions-below-title{color:var(--color-primary-text);display:inline-block;flex-shrink:0;font-size:var(--description-4);font-weight:700;line-height:1.38;margin-right:10px;min-width:45px;position:relative;top:5px}@media only screen and (min-width:768px){.CreativeWorkPage-content,.VideoPage-content{margin:40px 0 60px;padding:0 50px}.CreativeWorkPage-topContainer,.VideoPage-topContainer{margin:40px 0;padding:0 50px}.CreativeWorkPage-authors:not(:first-child),.VideoPage-authors:not(:first-child){margin-top:40px}.CreativeWorkPage-authors:not(:last-child),.VideoPage-authors:not(:last-child){margin-bottom:40px}.CreativeWorkPage-aside,.VideoPage-aside{margin:60px 0}}@media only screen and (min-width:1024px){.CreativeWorkPage-topContainer,.VideoPage-topContainer{margin-top:60px}.CreativeWorkPage-lead,.VideoPage-lead{padding-bottom:40px}.CreativeWorkPage-subHeadline,.VideoPage-subHeadline{margin-bottom:30px}.CreativeWorkPage-content,.VideoPage-content{grid-gap:var(--asideGutter);display:grid;grid-template-columns:minmax(auto,var(--containerNarrowWidth));justify-content:center;margin:40px 0 80px;padding:0 50px}.CreativeWorkPage-body[data-has-aside=true] .CreativeWorkPage-content,.VideoPage-body[data-has-aside=true] .VideoPage-content{grid-template-columns:minmax(auto,var(--containerNarrowWidth)) var(--asideWidth)}.CreativeWorkPage-body[data-has-aside=true] .CreativeWorkPage-main,.VideoPage-body[data-has-aside=true] .VideoPage-main{min-width:0}.CreativeWorkPage-body[data-has-aside=true][data-aside-placement=left] .CreativeWorkPage-content,.VideoPage-body[data-has-aside=true][data-aside-placement=left] .VideoPage-content{grid-template-columns:var(--asideWidth) minmax(auto,var(--containerNarrowWidth))}.CreativeWorkPage-body[data-has-aside=true][data-aside-placement=left] .CreativeWorkPage-main,.VideoPage-body[data-has-aside=true][data-aside-placement=left] .VideoPage-main{order:1}.CreativeWorkPage-aside,.VideoPage-aside{margin:0}}@media only screen and (min-width:1440px){.CreativeWorkPage-content,.VideoPage-content{margin:40px 0 100px;padding:0}}.MediaObjectPage{--asideWidth:400px;--asideGutter:20px}.MediaObjectPage-pageHeading{font-size:var(--title-3);font-weight:700;line-height:1.22;text-align:left}[data-primary-headline-font=Oswald] .MediaObjectPage-pageHeading{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .MediaObjectPage-pageHeading,[data-primary-headline-font="Source Serif Pro"] .MediaObjectPage-pageHeading,[data-primary-headline-font=Merriweather] .MediaObjectPage-pageHeading{font-family:var(--primaryHeadlineFont),"Georgia",serif}.MediaObjectPage-pageHeading:not(:last-child){margin-bottom:30px}.MediaObjectPage-content{grid-gap:var(--asideGutter);background-color:var(--color-bg);display:grid;padding:20px}.MediaObjectPage-media{display:grid;place-items:center}.MediaObjectPage-details,.MediaObjectPage-media{background-color:var(--white);border-radius:8px;box-shadow:0 5px 20px 0 rgba(0,10,60,.1);overflow:hidden}.MediaObjectPage-details{padding:20px}.MediaObjectPage-actions{display:flex;flex-wrap:wrap;margin-bottom:20px}.MediaObjectPage-actions .ActionBar{margin-bottom:20px}.MediaObjectPage-actions .ActionLink svg,.MediaObjectPage-actions .BookmarkButton svg,.MediaObjectPage-actions .FavoriteButton svg{height:44px;width:44px}.MediaObjectPage-actions .FollowButton{border-radius:22px;height:44px}.MediaObjectPage-downloadLink{flex-shrink:0;margin-bottom:20px;margin-right:10px}.MediaObjectPage-details dt{font-size:var(--title-4);font-weight:700;line-height:1.54;margin-bottom:10px}[data-primary-headline-font=Oswald] .MediaObjectPage-details dt{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .MediaObjectPage-details dt,[data-primary-headline-font="Source Serif Pro"] .MediaObjectPage-details dt,[data-primary-headline-font=Merriweather] .MediaObjectPage-details dt{font-family:var(--primaryHeadlineFont),"Georgia",serif}.MediaObjectPage-details dd{color:var(--color-secondary-text);font-size:var(--description-3);font-weight:400;line-height:1.33;margin-bottom:20px;margin-left:0}.MediaObjectPage .ListTags,.MediaObjectPage-tags{margin:20px 0}.MediaObjectPage .ListTags{display:block}.MediaObjectPage .ListTags-title{font-size:var(--title-4);font-weight:700;line-height:1.54;margin-bottom:20px}[data-primary-headline-font=Oswald] .MediaObjectPage .ListTags-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .MediaObjectPage .ListTags-title,[data-primary-headline-font="Source Serif Pro"] .MediaObjectPage .ListTags-title,[data-primary-headline-font=Merriweather] .MediaObjectPage .ListTags-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.MediaObjectPage-placeholder{background-color:#813c68;display:grid;grid-column:1;grid-row:1;grid-template:auto/auto;max-width:443px;padding:40px;place-items:center;width:100%}.MediaObjectPage-placeholder:before{content:"";display:block;padding-bottom:100%}.MediaObjectPage-placeholder img,.MediaObjectPage-placeholder:before{grid-column:1;grid-row:1}.MediaObjectPage-placeholder img{max-width:100%}.MediaObjectPage-colors{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,24px)}.MediaObjectPage-colors-swatch{background-color:var(--swatchColor);border:1px solid var(--color-border);border-radius:50%;height:24px;width:24px}@media only screen and (min-width:768px){.MediaObjectPage-content{padding:20px 50px}}@media only screen and (max-width:1023px){.MediaObjectPage-media[data-no-media]{display:none}}@media only screen and (min-width:1024px){.MediaObjectPage-media[data-no-media]{grid-template:auto/auto}.MediaObjectPage-media[data-no-media]:before{content:"";display:block;grid-column:1;grid-row:1;padding-bottom:100%}.MediaObjectPage-content{align-items:flex-start;grid-template-columns:minmax(auto,var(--mainWidth)) var(--asideWidth);justify-content:center;padding:40px}.MediaObjectPage-details{padding:30px}}.PageLeadAbstract{--leadTextAlignment:left;--leadBgColor:0;--leadBgOpacity:0;--leadBgImage:0}.PageLeadAbstract-topContainer{--color-primary-text:var(--leadTextColor);--moduleBgColor:var(--leadBgColor);--moduleBgOpacity:var(--leadBgOpacity);background-color:var(--leadBgColor);background-image:var(--leadBgImage);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--leadTextColor);padding:60px 20px;text-align:var(--leadTextAlignment)}.PageLeadAbstract-topContainer[data-has-custom-color]{--color-link-text-theme:var(--leadTextColor);--color-link-text-hover-theme:var(--leadTextColor)}.PageLeadAbstract-headingWrapper{grid-gap:30px;display:grid;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.PageLeadAbstract-topContainer{padding-left:50px;padding-right:50px}}.ErrorPage-headingWrapper{text-align:left}.ErrorPage .CreativeWorkPage-below,.ErrorPage .ErrorPage-below,.ErrorPage .ImagePage-below,.ErrorPage .MediaObjectPage-below,.ErrorPage .Page-below,.ErrorPage .VideoPage-below{border-top:0}.ErrorPage-search{display:flex;margin-bottom:20px;width:100%}.ErrorPage-search>label{width:100%}.ErrorPage-search-submit{align-items:center;display:flex;padding:10px}.ErrorPage-search-submit svg{height:22px;width:22px}.ErrorPage-search-submit-text{display:none;font-weight:700;margin-left:5px;margin-top:2px}.ErrorPage-search-input{border:1px solid var(--color-grey-one);border-right:0;padding:10px;width:100%}.ErrorPage-errorMessage,.ErrorPage-title{margin-bottom:10px;text-align:center}.ErrorPage-errorMessage{font-weight:700}.ErrorPage-errorDescription{margin-bottom:20px}.ErrorPage-wrapper{align-items:center;display:flex;flex-direction:column;margin:10px auto;max-width:680px;padding:0 10px}@media only screen and (min-width:1024px){.ErrorPage-wrapper{margin-top:20px;padding:0}.ErrorPage .Page-above .ListTags{display:flex}.ErrorPage-search-submit{padding:10px 20px}.ErrorPage-search-submit-text{display:block;white-space:nowrap}}.WizardPage{--headerHeight:40px;position:relative}.WizardPage .PromoLeadGeneric{color:var(--white);padding:30px 0}.WizardPage .PromoLeadGeneric-title{font-size:50px;font-stretch:normal;font-style:normal;font-weight:300;line-height:1.16;padding-bottom:35px}.WizardPage .PromoLeadGeneric-description{font-size:17px;font-stretch:normal;font-style:normal;font-weight:400;line-height:1.59;margin:0 auto;max-width:660px}.WizardPage .PromoLeadGeneric-content{padding:0;text-align:center}.WizardPage .PromoLeadGeneric-container{flex-direction:column}.WizardPage .PromoLeadGeneric-media{margin:0 0 40px;max-width:inherit}.WizardPage .PromoLeadGeneric-media .Image{max-width:172px;width:auto}.WizardPage .Page-header-bar{background-color:#2f2a95;box-shadow:0;grid-template-columns:30px 1fr}.WizardPage .Page-header-menu-trigger{color:var(--white);margin-right:10px}.WizardPage .Page-header-menu-trigger .close-x{color:var(--white)}.WizardPage .Page-header-siteName{color:var(--white);flex-shrink:0;font-size:14px;font-weight:700}.WizardPage .Page-header .NavigationItem-text-link{font-size:12px;font-weight:700;text-transform:uppercase}@media only screen and (min-width:1024px){.WizardPage .Page-header .NavigationItem-text-link{color:var(--white)}}@media only screen and (min-width:1440px){.WizardPage .Navigation-items-item:nth-last-child(2) .NavigationItem-text-link{padding-right:0}}.WizardPage-body{background-attachment:fixed;background-image:var(--pageBgImage);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:calc(100vh - var(--headerHeight))}.WizardPage-body[data-sticky-header=true]{padding-top:var(--headerHeight)}.WizardPage-footer{--linkTextColor:var(--white);color:var(--white);font-size:13px;margin-top:auto;padding:77px 20px;text-align:center}.WizardPage-footer-container{align-items:center;display:flex;justify-content:center;text-align:center}.WizardPage-footer-disclaimer{font-size:var(--body-1);font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.67;line-height:normal;margin:0;text-align:left;width:auto}.WizardPage-footer-disclaimer>h1{font-size:var(--title-2);font-weight:700;line-height:1.2}[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>h1{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>h1,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>h1,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>h1{font-family:var(--primaryHeadlineFont),"Georgia",serif}.WizardPage-footer-disclaimer>h2{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>h2{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>h2,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>h2,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>h2{font-family:var(--primaryHeadlineFont),"Georgia",serif}.WizardPage-footer-disclaimer>h3{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>h3{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>h3,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>h3,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>h3{font-family:var(--primaryHeadlineFont),"Georgia",serif}.WizardPage-footer-disclaimer>h4,.WizardPage-footer-disclaimer>h5,.WizardPage-footer-disclaimer>h6{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.WizardPage-footer-disclaimer:after{clear:both;content:"";display:table}.WizardPage-footer-disclaimer li>a.Link,.WizardPage-footer-disclaimer p>a.Link,.WizardPage-footer-disclaimer td>a.Link,.WizardPage-footer-disclaimer>a.Link{color:var(--color-link-text);text-decoration:underline}.WizardPage-footer-disclaimer li>a.Link:hover,.WizardPage-footer-disclaimer p>a.Link:hover,.WizardPage-footer-disclaimer td>a.Link:hover,.WizardPage-footer-disclaimer>a.Link:hover{text-decoration:none}.WizardPage-footer-disclaimer li>.LinkWithArrow,.WizardPage-footer-disclaimer p>.LinkWithArrow,.WizardPage-footer-disclaimer td>.LinkWithArrow,.WizardPage-footer-disclaimer>.LinkWithArrow{display:inline-flex}.WizardPage-footer-disclaimer li>ul,.WizardPage-footer-disclaimer p>ul,.WizardPage-footer-disclaimer td>ul,.WizardPage-footer-disclaimer>ul{padding:0 0 0 20px}.WizardPage-footer-disclaimer p>ol:first-child,.WizardPage-footer-disclaimer p>ul:first-child,.WizardPage-footer-disclaimer td>ol:first-child,.WizardPage-footer-disclaimer td>ul:first-child,.WizardPage-footer-disclaimer>ol:first-child,.WizardPage-footer-disclaimer>ul:first-child{margin-top:0}.WizardPage-footer-disclaimer p>ol:last-child,.WizardPage-footer-disclaimer p>ul:last-child,.WizardPage-footer-disclaimer td>ol:last-child,.WizardPage-footer-disclaimer td>ul:last-child,.WizardPage-footer-disclaimer>ol:last-child,.WizardPage-footer-disclaimer>ul:last-child{margin-bottom:0}.WizardPage-footer-disclaimer p>ol:not(:first-child),.WizardPage-footer-disclaimer p>ul:not(:first-child),.WizardPage-footer-disclaimer td>ol:not(:first-child),.WizardPage-footer-disclaimer td>ul:not(:first-child),.WizardPage-footer-disclaimer>ol:not(:first-child),.WizardPage-footer-disclaimer>ul:not(:first-child){margin-top:10px}.WizardPage-footer-disclaimer p>ol:not(:last-child),.WizardPage-footer-disclaimer p>ul:not(:last-child),.WizardPage-footer-disclaimer td>ol:not(:last-child),.WizardPage-footer-disclaimer td>ul:not(:last-child),.WizardPage-footer-disclaimer>ol:not(:last-child),.WizardPage-footer-disclaimer>ul:not(:last-child){margin-bottom:10px}.WizardPage-footer-disclaimer ol ul,.WizardPage-footer-disclaimer p>ul,.WizardPage-footer-disclaimer td>ul,.WizardPage-footer-disclaimer>ul{list-style-type:disc}.WizardPage-footer-disclaimer ol ul ul,.WizardPage-footer-disclaimer p>ul ul,.WizardPage-footer-disclaimer td>ul ul,.WizardPage-footer-disclaimer>ul ul{list-style-type:circle}.WizardPage-footer-disclaimer ol ul ul ul,.WizardPage-footer-disclaimer p>ul ul ul,.WizardPage-footer-disclaimer td>ul ul ul,.WizardPage-footer-disclaimer>ul ul ul{list-style-type:square}.WizardPage-footer-disclaimer ol{list-style-type:decimal}.WizardPage-footer-disclaimer ol ol{list-style-type:lower-alpha}.WizardPage-footer-disclaimer ol ol ol{list-style-type:lower-roman}.WizardPage-footer-disclaimer p,.WizardPage-footer-disclaimer>h1,.WizardPage-footer-disclaimer>h2,.WizardPage-footer-disclaimer>h3,.WizardPage-footer-disclaimer>h4,.WizardPage-footer-disclaimer>h5,.WizardPage-footer-disclaimer>h6{margin:20px 0}.WizardPage-footer-disclaimer>h1[data-align-left],.WizardPage-footer-disclaimer>h2[data-align-left],.WizardPage-footer-disclaimer>h3[data-align-left],.WizardPage-footer-disclaimer>h4[data-align-left],.WizardPage-footer-disclaimer>h5[data-align-left],.WizardPage-footer-disclaimer>h6[data-align-left]{text-align:left}.WizardPage-footer-disclaimer>h1[data-align-right],.WizardPage-footer-disclaimer>h2[data-align-right],.WizardPage-footer-disclaimer>h3[data-align-right],.WizardPage-footer-disclaimer>h4[data-align-right],.WizardPage-footer-disclaimer>h5[data-align-right],.WizardPage-footer-disclaimer>h6[data-align-right]{text-align:right}.WizardPage-footer-disclaimer .Enhancement{margin-bottom:var(--enhnacementMargin,40px);margin-top:var(--enhnacementMargin,40px)}.WizardPage-footer-disclaimer .Enhancement:first-child,.WizardPage-footer-disclaimer p:first-child{margin-top:0}.WizardPage-footer-disclaimer .Enhancement:last-child,.WizardPage-footer-disclaimer p:last-child{margin-bottom:0}.WizardPage-footer-disclaimer li>table,.WizardPage-footer-disclaimer p>table,.WizardPage-footer-disclaimer td>table,.WizardPage-footer-disclaimer>table{border-collapse:collapse;border-spacing:0;min-width:100%;table-layout:fixed;width:100%}.WizardPage-footer-disclaimer li>table tr:nth-child(2n),.WizardPage-footer-disclaimer p>table tr:nth-child(2n),.WizardPage-footer-disclaimer td>table tr:nth-child(2n),.WizardPage-footer-disclaimer>table tr:nth-child(2n){background:var(--color-bg)}.WizardPage-footer-disclaimer li>table img,.WizardPage-footer-disclaimer p>table img,.WizardPage-footer-disclaimer td>table img,.WizardPage-footer-disclaimer>table img{display:inline-block}.WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer li>table thead td,.WizardPage-footer-disclaimer li>table thead th,.WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer p>table thead td,.WizardPage-footer-disclaimer p>table thead th,.WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer td>table thead td,.WizardPage-footer-disclaimer td>table thead th,.WizardPage-footer-disclaimer>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer>table thead td,.WizardPage-footer-disclaimer>table thead th{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;vertical-align:top}.WizardPage-footer-disclaimer li>table td,.WizardPage-footer-disclaimer li>table th,.WizardPage-footer-disclaimer p>table td,.WizardPage-footer-disclaimer p>table th,.WizardPage-footer-disclaimer td>table td,.WizardPage-footer-disclaimer td>table th,.WizardPage-footer-disclaimer>table td,.WizardPage-footer-disclaimer>table th{border:none;font-size:var(--description-4);line-height:1.38;padding:10px 5px;text-align:left;vertical-align:middle;width:1px}.WizardPage-footer-disclaimer li>table td:first-child,.WizardPage-footer-disclaimer li>table th:first-child,.WizardPage-footer-disclaimer p>table td:first-child,.WizardPage-footer-disclaimer p>table th:first-child,.WizardPage-footer-disclaimer td>table td:first-child,.WizardPage-footer-disclaimer td>table th:first-child,.WizardPage-footer-disclaimer>table td:first-child,.WizardPage-footer-disclaimer>table th:first-child{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;vertical-align:top}@media only screen and (min-width:768px){.WizardPage-footer-disclaimer .Enhancement[data-align-left],.WizardPage-footer-disclaimer .Enhancement[data-align-right],.WizardPage-footer-disclaimer>.Enhancement[data-align-left]:first-child+ol,.WizardPage-footer-disclaimer>.Enhancement[data-align-left]:first-child+p,.WizardPage-footer-disclaimer>.Enhancement[data-align-left]:first-child+table,.WizardPage-footer-disclaimer>.Enhancement[data-align-left]:first-child+ul,.WizardPage-footer-disclaimer>.Enhancement[data-align-right]:first-child+ol,.WizardPage-footer-disclaimer>.Enhancement[data-align-right]:first-child+p,.WizardPage-footer-disclaimer>.Enhancement[data-align-right]:first-child+table,.WizardPage-footer-disclaimer>.Enhancement[data-align-right]:first-child+ul{margin-top:0}}@media only screen and (min-width:1024px){.WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer li>table thead td,.WizardPage-footer-disclaimer li>table thead th,.WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer p>table thead td,.WizardPage-footer-disclaimer p>table thead th,.WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer td>table thead td,.WizardPage-footer-disclaimer td>table thead th,.WizardPage-footer-disclaimer>table tbody:first-child tr:first-child td,.WizardPage-footer-disclaimer>table tbody:first-child tr:first-child th,.WizardPage-footer-disclaimer>table thead td,.WizardPage-footer-disclaimer>table thead th{font-size:var(--title-4);font-weight:700;line-height:1.54;padding:30px 20px}[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer li>table thead td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer li>table thead th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer p>table thead td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer p>table thead th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer td>table thead td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer td>table thead th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>table thead td,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>table thead th{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer li>table thead td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer li>table thead th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer p>table thead td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer p>table thead th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer td>table thead td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer td>table thead th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>table thead td,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>table thead th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer li>table thead td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer li>table thead th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer p>table thead td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer p>table thead th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer td>table thead td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer td>table thead th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>table thead td,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>table thead th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer li>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer li>table thead td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer li>table thead th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer p>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer p>table thead td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer p>table thead th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer td>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer td>table thead td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer td>table thead th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>table thead td,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>table thead th{font-family:var(--primaryHeadlineFont),"Georgia",serif}.WizardPage-footer-disclaimer li>table td,.WizardPage-footer-disclaimer li>table th,.WizardPage-footer-disclaimer p>table td,.WizardPage-footer-disclaimer p>table th,.WizardPage-footer-disclaimer td>table td,.WizardPage-footer-disclaimer td>table th,.WizardPage-footer-disclaimer>table td,.WizardPage-footer-disclaimer>table th{border:1px solid var(--color-border);font-size:var(--description-3);font-weight:400;line-height:1.33;padding:20px}.WizardPage-footer-disclaimer li>table td:first-child,.WizardPage-footer-disclaimer li>table th:first-child,.WizardPage-footer-disclaimer p>table td:first-child,.WizardPage-footer-disclaimer p>table th:first-child,.WizardPage-footer-disclaimer td>table td:first-child,.WizardPage-footer-disclaimer td>table th:first-child,.WizardPage-footer-disclaimer>table td:first-child,.WizardPage-footer-disclaimer>table th:first-child{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer li>table td:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer li>table th:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer p>table td:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer p>table th:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer td>table td:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer td>table th:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>table td:first-child,[data-primary-headline-font=Oswald] .WizardPage-footer-disclaimer>table th:first-child{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer li>table td:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer li>table th:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer p>table td:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer p>table th:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer td>table td:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer td>table th:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>table td:first-child,[data-primary-headline-font="Roboto Slab"] .WizardPage-footer-disclaimer>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer li>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer li>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer p>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer p>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer td>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer td>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .WizardPage-footer-disclaimer>table th:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer li>table td:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer li>table th:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer p>table td:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer p>table th:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer td>table td:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer td>table th:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>table td:first-child,[data-primary-headline-font=Merriweather] .WizardPage-footer-disclaimer>table th:first-child{font-family:var(--primaryHeadlineFont),"Georgia",serif}}@media only screen and (min-width:768px){.WizardPage-footer-disclaimer{flex-direction:center}}.WizardPage-footer-disclaimer-container{display:flex;flex-direction:column;line-height:normal}@media only screen and (min-width:768px){.WizardPage-footer-disclaimer-container{flex-direction:row}}.WizardPage-footer-disclaimerLinks{line-height:normal;margin-top:40px}@media only screen and (min-width:768px){.WizardPage-footer-disclaimerLinks{margin-top:0}}.WizardPage-footer-disclaimerLinks-items{color:var(--white);display:flex;flex-wrap:wrap}.WizardPage-footer-disclaimerLinks-items-item a{color:var(--white);font-weight:400;margin:0 3px;text-decoration:underline}.WizardPage-footer-disclaimerLinks-items-item a:hover{color:var(--white)}.LinkAbstract{color:var(--color-link-text);text-decoration:none;transition:color,opacity .2s ease}.LinkAbstract:hover{color:var(--color-link-text-hover);text-decoration:none}.LinkWithArrow{align-items:center;color:#000;display:flex;font-size:18px;font-weight:700;line-height:1.22}.LinkWithArrow svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.LinkWithArrow:hover svg{transform:translate(5px)}.ButtonWithArrow{background:var(--color-button-bg);border-color:var(--color-button-border);border-radius:50px;color:var(--color-button-text);font-size:18px;font-weight:700;justify-content:space-between;padding:10px 25px;text-align:left}.ButtonWithArrow.button-hover,.ButtonWithArrow:hover{background:var(--color-button-hover-bg);border-color:var(--color-button-hover-border);color:var(--color-button-hover-text)}.ButtonWithArrow.button-selected,.ButtonWithArrow:focus{background:var(--color-button-selected-bg);border-color:var(--color-button-selected-border);color:var(--color-button-selected-text)}.ButtonWithArrow.disabled,.ButtonWithArrow[disabled=disabled]{background:var(--color-button-disabled-bg);border-color:var(--color-button-disabled-border);color:var(--color-button-disabled-text)}.ButtonWithArrow svg{color:var(--white);flex-shrink:0;height:13px;margin-left:10px;transform:translate(0);transition:transform .2s ease;width:26px}.ButtonWithArrow:hover svg{transform:translate(5px)}.button-link-with-arrow-button{background:var(--color-button-bg);border-color:var(--color-button-border);border-radius:50px;color:var(--color-button-text);font-size:16px;font-weight:700;justify-content:space-between;padding:10px 25px;text-align:left}.button-link-with-arrow-button.button-hover,.button-link-with-arrow-button:hover{background:var(--color-button-hover-bg);border-color:var(--color-button-hover-border);color:var(--color-button-hover-text)}.button-link-with-arrow-button.button-selected,.button-link-with-arrow-button:focus{background:var(--color-button-selected-bg);border-color:var(--color-button-selected-border);color:var(--color-button-selected-text)}.button-link-with-arrow-button.disabled,.button-link-with-arrow-button[disabled=disabled]{background:var(--color-button-disabled-bg);border-color:var(--color-button-disabled-border);color:var(--color-button-disabled-text)}.button-link-with-arrow-button svg{color:var(--white);flex-shrink:0;height:13px;margin-left:10px;transform:translate(0);transition:transform .2s ease;width:26px}.button-link-with-arrow-button:hover svg{transform:translate(5px)}.SocialLoginLink{align-items:center;background-color:var(--color-grey-one);border:none;color:var(--color-primary-text);display:flex;height:45px;justify-content:center;width:auto}.SocialLoginLink-body{align-items:center;display:flex;max-width:200px;width:100%}[data-rounded-corners=true] .SocialLoginLink{border-radius:4px}.SocialLoginLink svg{color:var(--color-secondary-text);height:30px;margin-right:10px;width:30px}.SocialLoginLink:hover svg{color:currentColor}.DownloadButton{align-items:center;background:var(--color-button-bg);border-color:var(--color-button-border);border-radius:50px;color:var(--color-button-text);display:flex;font-size:16px;font-weight:700;max-width:342px;padding:10px 26px;text-align:left}.DownloadButton-icon{margin-left:auto;padding-left:10px}.DownloadButton-icon svg{flex-shrink:0;transform:translate(0);transition:transform .2s ease}.DownloadButton:focus,.DownloadButton:hover{background:var(--color-button-hover-bg);border-color:var(--color-button-hover-border);color:var(--color-button-hover-text)}.DownloadButton:focus svg,.DownloadButton:hover svg{transform:translate(5px)}.Page-header{display:block;position:relative;top:0;transform:translateY(0);z-index:50}[data-shrink-header=true] .Page-header{overflow:hidden;transform:translateY(-100%)}.Page-header-navigation,.Page-header-topNavigation{display:none}.Page-header[data-stuck]{position:-webkit-sticky;position:sticky;top:var(--hatDisplacementHeight)}.Page-header-bar{align-items:center;background-color:var(--color-header-bg);box-shadow:0 5px 20px 0 rgba(0,0,0,.05);display:flex;height:var(--header-height);justify-content:space-between;padding-left:20px;padding-right:20px;position:relative;z-index:26}@media only screen and (max-width:1023px){.Page-header-bar{display:grid;grid-template-columns:30px 1fr 30px}}[data-searchoverlay-show=true] .Page-header-bar,[data-video-player-fixed] .Page-header-bar{box-shadow:none}.Page-header-bar-logo{margin-left:auto;margin-right:auto;position:relative;z-index:1}.Page-header-bar-logo img{max-height:53px;max-width:180px;width:auto}@media only screen and (min-width:1024px) and (max-width:1239px){.Page-header-bar-logo img{max-width:130px}}.Page-header-hamburger-menu{background:#fff;box-shadow:0 5px 20px 0 rgba(0,0,0,.1);left:0;max-width:375px;overflow-y:auto;position:absolute;top:calc(var(--hatDisplacementHeight) + var(--headerDisplacementHeight));transform:translateX(-100%);transition:none;visibility:hidden;width:100%;z-index:27}[data-toggle-header=hamburger-menu] .Page-header-hamburger-menu{transform:none;transition:transform .25s ease;visibility:visible}.Page-header-hamburger-menu .Page-header-topNavigation{display:flex;flex-direction:column-reverse;padding-left:20px;padding-right:20px}.Page-header-main-navigation{display:none}.Page-header-menu-trigger{align-items:center;background:none;border:0;color:var(--color-blue);cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;padding:0}.Page-header-menu-trigger .label,.Page-header-menu-trigger svg{opacity:1;transition:opacity .2s ease}.Page-header-menu-trigger:hover .label,.Page-header-menu-trigger:hover svg{opacity:.8}.Page-header-menu-trigger .burger-menu{height:30px;width:30px}[data-toggle-header=hamburger-menu] .Page-header-menu-trigger .burger-menu{display:none}.Page-header-menu-trigger .close-x{color:var(--color-blue);display:none;height:30px;position:relative;width:30px}[data-toggle-header=hamburger-menu] .Page-header-menu-trigger .close-x{display:block}.Page-header-menu-trigger .label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.Page-header-end{display:none}.Page-header-search-buttons svg{pointer-events:none}@media only screen and (max-width:1023px){.Page-header>.Page-header-search{display:none}[data-playlist-expanded] .Page-header-bar{box-shadow:none}}@media only screen and (min-width:768px){.Page-header-bar{padding-left:30px}.Page-header-menu-trigger{margin-right:10px}}@media only screen and (min-width:1024px){.Page-header{transition:all .2s linear}.Page-header-bar,.Page-header-topNavigation{padding-left:40px;padding-right:40px}.Page-header-topNavigation{background-color:var(--color-charcoal);display:flex;justify-content:flex-end}.Page-header-bar{height:var(--header-height);transition:height .2s linear}.Page-header-bar-logo{margin-right:30px}.Page-header-end{display:inline-flex}.Page-header-navigation{display:block;margin-left:auto;min-width:0;width:100%}.Page-header-navigation .NavigationItem-text-link:hover{opacity:.7}[data-nav-alignment=left] .Page-header-navigation{margin-left:0;margin-right:auto;width:100%}.Page-header-hamburger-menu,.Page-header-menu-trigger{display:none}}@media only screen and (min-width:1240px){.Page-header-bar-logo img{max-width:200px}}@media only screen and (min-width:1440px){.Page-header-bar,.Page-header-topNavigation{padding-left:calc((100% - var(--containerMaxWidth))/2);padding-right:calc((100% - var(--containerMaxWidth))/2)}}@media print{.Page-header-hamburger-menu,.Page-header-menu-trigger{display:none}}.PageHeaderTextHat{--moduleBgColor:var(--color-site-bg);--moduleBgImage:0;align-items:center;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid var(--moduleBorderColor,var(--color-border));color:var(--color-primary-text);display:flex;flex-direction:row;padding:10px 20px}.PageHeaderTextHat-container{flex-grow:1}.PageHeaderTextHat .RichTextBody{font-size:var(--description-4);line-height:1.38}.PageHeaderTextHat .RichTextBody a{text-decoration:underline}.PageHeaderTextHat .RichTextBody a:hover{text-decoration:none}@media only screen and (min-width:768px){.PageHeaderTextHat{padding:7px 30px}}@media only screen and (min-width:1024px){.PageHeaderTextHat{padding:7px 40px}}@media only screen and (min-width:1240px){.PageHeaderTextHat{padding:7px 50px}}.Navigation{display:none;height:100%}[data-toggle-header=hamburger-menu] .Navigation{display:block}.Navigation [data-overflow-trigger]{display:none}.Navigation-items{list-style:none;width:100%}.Navigation-overflowTrigger{display:none}@media only screen and (min-width:1024px){.Navigation{margin:0;padding-bottom:0}.Navigation,.Navigation-items,.Navigation-items-item{align-items:center;display:flex}.Navigation-items{min-width:0}.Navigation>.Navigation-items>.Navigation-items-item{order:1}.Navigation>.Navigation-items>.Navigation-items-item[data-overflow-trigger]{order:2}.Navigation>.Navigation-items>.Navigation-items-item[data-nav-buton=true]{order:3}.Navigation>.Navigation-items>.Navigation-items-item:first-child{margin-left:auto}[data-nav-alignment=left] .Navigation>.Navigation-items>.Navigation-items-item:first-child{margin-left:unset}.Navigation [data-overflow-trigger]{display:none}[data-nav-alignment=left] .Navigation [data-nav-buton=true]{margin-left:auto}}.NavigationItem{border-bottom:1px solid var(--color-grey-one);border-bottom-left-radius:2px;border-bottom-right-radius:2px;max-height:50px;width:100%}.NavigationItem-promos,.NavigationItem-promos .PromoC-title{display:none}.NavigationItem-promos .PromoC-description{font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;line-height:1.62;margin:0}.NavigationItem[data-item-click=true]{max-height:unset}.NavigationItem[data-button=true]{border:0}@media only screen and (max-width:1023px){.NavigationItem{--header-height:50px}}.NavigationItem-more{bottom:0;cursor:pointer;display:flex;height:50px;padding:0 20px;position:absolute;right:0;top:0}.NavigationItem-more .NavigationItem-more-collapse{display:none}.NavigationItem-more .NavigationItem-more-collapse .fa-minus,.NavigationItem-more .NavigationItem-more-collapse .fa-plus{color:var(--color-orange)}.NavigationItem-more .NavigationItem-more-expand{display:block}.NavigationItem-more .NavigationItem-more-expand .fa-minus,.NavigationItem-more .NavigationItem-more-expand .fa-plus{color:var(--color-orange)}[data-item-click=true] .NavigationItem-more .NavigationItem-more-collapse{display:block}[data-item-click=true] .NavigationItem-more .NavigationItem-more-expand{display:none}.NavigationItem-close-flyout{align-items:center;background:none;border:0;cursor:pointer;display:none;height:20px;line-height:20px;padding:0;position:absolute;right:0;top:40px;width:20px}@media only screen and (min-width:1024px){.NavigationItem-close-flyout{display:block;right:40px}}@media only screen and (min-width:1440px){.NavigationItem-close-flyout{right:calc((100% - var(--containerMaxWidth))/2)}}.NavigationItem-close-flyout .label,.NavigationItem-close-flyout svg{color:var(--color-white)}.NavigationItem-close-flyout:hover .label,.NavigationItem-close-flyout:hover svg{opacity:.8}.NavigationItem-close-flyout .close-x{height:21px;width:21px}.NavigationItem-close-flyout .label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.NavigationItem-items-container{border:0;display:none;left:0;padding:0;right:0}.NavigationItem-items-container-inner{position:relative}.NavigationItem-items-container[data-horizontal-nav=true]{overflow:hidden;visibility:hidden;width:0;word-break:keep-all}@media only screen and (max-width:1023px){.NavigationItem-items-container-inner{flex-direction:column}}@media only screen and (min-width:768px){.NavigationItem-items-container-inner{display:flex;margin:auto;width:100%}}@media only screen and (min-width:1024px){.NavigationItem-items-container[data-horizontal-nav=true]{padding:50px}}@media only screen and (min-width:1240px){.NavigationItem-items-container[data-horizontal-nav=true]{padding:75px}}@media only screen and (min-width:1440px){.NavigationItem-items-container-inner{padding-left:calc((100% - var(--containerXlMaxWidth))/2);padding-right:calc((100% - var(--containerXlMaxWidth))/2)}}[data-item-click=true] .NavigationItem-items-container{display:block}.NavigationItem-alternate-button-label{display:none}.NavigationItem-text{align-items:center;color:#000;display:flex;font-size:16px;font-weight:700;justify-content:space-between;padding-left:20px;padding-right:20px;position:relative}.NavigationItem-text-cta{margin-top:50px}.NavigationItem-text-cta a{width:100%}.NavigationItem-text-title{color:var(--color-white);font-size:var(--title-1);font-weight:700;line-height:1.1}[data-primary-headline-font=Oswald] .NavigationItem-text-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .NavigationItem-text-title,[data-primary-headline-font="Source Serif Pro"] .NavigationItem-text-title,[data-primary-headline-font=Merriweather] .NavigationItem-text-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.NavigationItem-text-description{color:var(--color-white);font-size:var(--description-3);font-weight:400;line-height:1.33;margin-top:8px}.NavigationItem-text-link{align-items:center;color:var(--color-header-text);display:flex;padding:10px 0;width:100%}.NavigationItem-text-link-label{position:relative}@media only screen and (max-width:1023px){.NavigationItem-text-link{height:50px}}.NavigationItem-text-link:hover{color:var(--color-header-text)}.NavigationItem-avatar{border-radius:50%;height:30px;margin-right:10px;-o-object-fit:cover;object-fit:cover;width:30px}.NavigationItem .NavigationLink{display:block;padding:15px 0;width:100%}.NavigationItem .NavigationLink-description,.NavigationItem .NavigationLink-title{display:block}.NavigationItem .NavigationLink-title{color:var(--color-primary-text);font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.NavigationItem .NavigationLink-description{color:var(--color-secondary-text);font-size:var(--description-4);line-height:1.38;margin-top:5px}.NavigationItem-button{font-size:18px;font-weight:600;line-height:1.44;margin-top:20px;padding-left:30px;padding-right:30px;padding:12px 16px}@media only screen and (max-width:1023px){.NavigationItem-items-container{padding-left:0}.NavigationItem-items-text-container{display:none}.NavigationItem-text-link,.NavigationItem-text-link:hover{color:var(--color-header-text)}}@media only screen and (min-width:1024px){.NavigationItem{border-bottom:0;cursor:pointer;display:flex;height:100%;margin:0;white-space:nowrap}.NavigationItem-items{display:flex;flex-direction:column}[data-two-column-links] .NavigationItem-items{-moz-column-gap:56px;column-gap:56px;display:grid;grid-template-columns:repeat(2,1fr);margin-left:30px}[data-three-column-links] .NavigationItem-items{-moz-column-gap:56px;column-gap:56px;display:grid;grid-template-columns:repeat(3,1fr);margin-left:30px}.NavigationItem-items-item{border-top:1px solid hsla(0,0%,59%,.32);margin-top:10px;padding:10px 0 0;width:164px}[data-one-column-links] .NavigationItem-items-item:first-child,[data-three-column-links] .NavigationItem-items-item:first-child,[data-three-column-links] .NavigationItem-items-item:nth-child(2),[data-three-column-links] .NavigationItem-items-item:nth-child(3),[data-two-column-links] .NavigationItem-items-item:first-child,[data-two-column-links] .NavigationItem-items-item:nth-child(2){border-top:0;margin-top:0;padding-top:0}[data-three-column-links] .NavigationItem-items-item,[data-two-column-links] .NavigationItem-items-item{width:100%}.NavigationItem-text{font-size:16px}.NavigationItem-text-cta .ButtonWithArrow{font-size:16px;padding-left:30px;padding-right:30px}.NavigationItem-text-link{padding:10px}.NavigationItem-text-link-label:after{background-color:transparent;bottom:0;bottom:-38px;content:"";height:5px;left:0;position:absolute;right:0;transition:all .2s ease;width:100%}[data-item-click=true] .NavigationItem-text-link-label:after{background-color:var(--color-orange)}.NavigationItem-text-hr{background-color:transparent;border-radius:2px;bottom:0;height:4px;position:absolute;transition:all .2s ease;width:100%}[data-item-click=true] .NavigationItem-text-hr{background-color:var(--color-grey-one)}.NavigationItem-avatar{margin-left:10px;margin-right:-5px}.NavigationItem-items-container{background-color:#fff;background-color:#222533;border:0;border-radius:2px;box-shadow:0 5px 11px -9px rgba(0,0,0,.5);display:grid;overflow:hidden;padding-left:40px;padding-right:40px;position:absolute;top:calc(var(--header-height));visibility:hidden;white-space:normal;width:0;word-break:keep-all;z-index:25}[data-item-click=true] .NavigationItem-items-container{box-shadow:0 5px 30px 0 rgba(0,0,0,.15);cursor:auto;min-height:500px;min-width:280px;overflow:initial;padding-bottom:50px;padding-top:100px;visibility:visible;width:auto;word-break:normal}[data-shrink-header=true] .NavigationItem-items-container{top:calc(var(--header-height))}.NavigationItem-items-container-inner{align-items:flex-start;-moz-column-gap:80px;column-gap:80px;display:grid;grid-template-columns:356px 1fr}.NavigationItem-items-container .NavigationLink{padding:15px 20px}.NavigationItem-items-container .NavigationLink-title{color:var(--color-primary-text)}.NavigationItem-items-container .NavigationLink:hover{background-color:var(--color-bg);border-radius:2px}.NavigationItem-more{cursor:pointer;display:none;height:auto;padding-right:0;right:10px}.NavigationItem-more svg,[data-item-click=true] .NavigationItem-more svg{top:-2px;transform:rotate(0deg)}.NavigationItem-button{margin:0 5px}.NavigationItem-button[data-has-alternate-text=true] .NavigationItem-alternate-button-label{display:block}.NavigationItem-button[data-has-alternate-text=true] .NavigationItem-button-label{display:none}}@media only screen and (min-width:1240px){.NavigationItem-promos{-moz-column-gap:22px;column-gap:22px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:11px}[data-two-column-links] .NavigationItem-promos{-moz-column-gap:15px;column-gap:15px}[data-three-column-links] .NavigationItem-promos{display:none;grid-template-columns:1fr}.NavigationItem-text-link{padding:10px 15px}.NavigationItem-avatar{margin-right:-10px}.NavigationItem-button[data-has-alternate-text=true] .NavigationItem-alternate-button-label{display:none}.NavigationItem-button[data-has-alternate-text=true] .NavigationItem-button-label{display:block}.NavigationItem-items-container-inner{-moz-column-gap:80px;column-gap:80px;grid-template-columns:356px 164px 1fr}.NavigationItem-items-container-inner[data-two-column-links]{-moz-column-gap:56px;column-gap:56px;grid-template-columns:356px 1fr 430px}.NavigationItem-items-container-inner[data-three-column-links]{-moz-column-gap:56px;column-gap:56px;grid-template-columns:356px 1fr}}@media only screen and (min-width:1440px){.NavigationItem-items-container{padding-left:calc((100% - var(--containerMaxWidth))/2);padding-right:calc((100% - var(--containerMaxWidth))/2)}.NavigationItem-items-container-inner[data-three-column-links]{grid-template-columns:356px 1fr 208px}[data-three-column-links] .NavigationItem-promos{display:grid}}.NavigationItem[data-overflow-menu] .NavigationItem .NavigationItem-text-link{color:var(--color-primary-text);height:auto}.NavigationItem[data-overflow-menu] .NavigationItem .NavigationItem-text-link:hover{background-color:var(--color-grey-one);border-radius:2px}.NavigationItem[data-overflow-menu] .NavigationItem .NavigationItem-text-link-label{font-weight:700}.NavigationItem[data-overflow-menu] .NavigationItem .NavigationItem-items-container,.NavigationItem[data-overflow-menu] .NavigationItem .NavigationItem-text-link-label:after{display:none}.NavigationGroup{margin-top:10px}.NavigationGroup-title{color:var(--color-primary);font-size:var(--label-3);font-weight:700;line-height:normal;margin-bottom:10px;padding:0;text-transform:uppercase}.NavigationGroup-items{display:block}.NavigationGroup-items-item .NavigationLink{padding:10px 0}@media only screen and (min-width:1024px){.NavigationGroup{margin-top:0}.NavigationGroup-title{padding:10px 20px 0}.NavigationGroup-items-item .NavigationLink{padding:10px 20px}}.NavigationLinkA{font-size:15px;position:relative}@media only screen and (max-width:1023px){.NavigationLinkA{border-top:1px solid var(--color-grey-one);color:var(--color-header-text);display:block;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;padding-bottom:10px;padding-left:40px;padding-top:10px}}.NavigationLinkA svg{display:none}@media only screen and (min-width:1024px){.NavigationLinkA{align-items:center;color:var(--color-white);display:flex;font-weight:700;width:100%}.NavigationLinkA:hover{color:var(--white)}.NavigationLinkA:hover span{text-decoration:underline}.NavigationLinkA:hover svg{transform:translate(5px)}.NavigationLinkA span{margin-right:10px}.NavigationLinkA svg{fill:var(--color-orange);display:flex;flex-shrink:0;height:12px;margin-left:auto;transform:translate(0);transition:transform .2s ease;width:24px}}.TopNavigation{position:relative}.TopNavigation-items{display:flex}@media only screen and (max-width:1023px){.TopNavigation-items{display:flex;flex-direction:column}.TopNavigation-items-item:last-child{border-top:1px solid var(--color-grey-one);margin-left:-20px;margin-right:-20px;padding-top:20px}}@media only screen and (min-width:1024px){.TopNavigation-items{align-items:center}}.TopNavigationItem{color:var(--color-header-text);display:flex;position:relative}.TopNavigationItem[data-position="2"]{align-items:center;background-color:var(--color-neon-blue);border-radius:50px;color:var(--white);display:flex;font-size:15px;height:35px;justify-content:center}.TopNavigationItem[data-position="2"]:hover{background-color:var(--color-orange);color:var(--white)}@media only screen and (max-width:1023px){.TopNavigationItem{align-items:center;display:flex;font-size:16px;font-weight:700;height:50px}.TopNavigationItem[data-position="2"]{border-radius:50px;margin-left:20px;margin-right:20px}}@media only screen and (min-width:1024px){.TopNavigationItem{align-items:center;color:var(--white);font-size:14px;font-weight:700;justify-content:center;padding:10px 50px;transition:all .2s ease}.TopNavigationItem:hover{color:var(--white)}.TopNavigationItem[data-position="1"]:hover{text-decoration:underline}.TopNavigationItem[data-position="2"]{font-weight:700;height:35px;min-width:274px;padding-left:20px;padding-right:20px}}.CountriesMenu{position:relative}.CountriesMenu-button{align-items:center;background:none;border:0;cursor:pointer;display:inline-block;display:flex;height:100%;justify-content:center;min-width:65px;outline:none;padding:0}.CountriesMenu-button-icon{color:var(--color-white);height:20px;width:22px}.CountriesMenu-button-toggle{color:var(--color-burnt-orange);height:4px;margin-left:8px;width:10px}.CountriesMenu-button:focus{border-radius:4px;outline:1px solid var(--color-white)}.CountriesMenu-items{background-color:var(--color-blue-dark);display:none;left:-10px;min-width:274px;position:absolute;top:39px;z-index:99}[data-open=true] .CountriesMenu-items{display:grid}.CountriesMenu .Select{border-top:1px solid var(--color-grey-one);display:none;margin:20px -20px;padding-left:20px;padding-right:20px}.CountriesMenu .Select-select{background-image:none!important;font-size:16px;font-weight:700;padding-left:0}.CountriesMenu .Select-select-arrow{color:var(--color-burnt-orange)}.CountriesMenu .Select-select-wrapper{width:100%}@media only screen and (max-width:1023px){.CountriesMenu .Select{display:flex}.CountriesMenu-button,.CountriesMenu-items{display:none}}.CountriesMenuItem{align-items:center;color:var(--white);display:block;font-size:14px;font-weight:700;justify-content:center;padding:6px 15px 6px 0;position:relative;transition:all .2s ease;width:100%}.CountriesMenuItem:hover,.CountriesMenuItem[data-active-item=true]{background-color:#323a46;color:var(--white)}.CountriesMenuItem-icon{color:var(--color-burnt-orange);height:8px;margin:0 10px 0 17px;opacity:0;visibility:hidden;width:11px}[data-active-item=true] .CountriesMenuItem-icon{opacity:1;visibility:visible}.ActionBar{display:block;position:relative}.ActionBar-items{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:-5px;margin-right:-5px}.ActionBar-items-item{margin-bottom:5px;margin-right:5px}.ActionLink{color:var(--color-grey-one);display:block}.ActionLink svg{display:block;height:30px;width:30px}.ActionLink span{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.HTML5AudioPlayer{background-color:var(--white);border:1px solid var(--color-grey-one);border-radius:8px;display:block}.HTML5AudioPlayer-playbackControls{padding:10px 20px}.HTML5AudioPlayer-pauseIcon{display:none}.HTML5AudioPlayer[playing] .HTML5AudioPlayer-pauseIcon{display:initial}.HTML5AudioPlayer:not([muted]) .HTML5AudioPlayer-volumeOffIcon,.HTML5AudioPlayer[muted] .HTML5AudioPlayer-volumeIcon,.HTML5AudioPlayer[playing] .HTML5AudioPlayer-playIcon{display:none}.HTML5AudioPlayer button{align-items:center;background:none;border:none;cursor:pointer;display:grid;outline:none;padding:0}.HTML5AudioPlayer button svg{pointer-events:none}.HTML5AudioPlayer-seekControls{height:26px;position:relative}.HTML5AudioPlayer-seekControls input[type=range]{-webkit-appearance:none;background-color:transparent;color:transparent;cursor:pointer;height:26px;left:-13px;position:absolute;top:0;width:calc(100% + 26px)}.HTML5AudioPlayer-seekControls input[type=range]::-webkit-slider-runnable-track{background-color:transparent!important}.HTML5AudioPlayer-seekControls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.HTML5AudioPlayer-seekControls input[type=range]:focus{outline:none}.HTML5AudioPlayer-seekControls input[type=range]::-ms-track{background:transparent;border-color:transparent;color:transparent;cursor:pointer;width:100%}.HTML5AudioPlayer-seekControls input[type=range]::-webkit-slider-thumb{background:#fff;border:1px solid var(--color-grey-one);border-radius:13px;box-shadow:0 2px 2px rgba(0,0,0,.5);cursor:pointer;height:26px;width:26px}.HTML5AudioPlayer-seekControls input[type=range]::-moz-range-thumb{background:#fff;border:1px solid var(--color-grey-one);border-radius:13px;box-shadow:0 2px 2px rgba(0,0,0,.5);cursor:pointer;height:26px;width:26px}.HTML5AudioPlayer-seekControls input[type=range]::-ms-thumb{background:#fff;border:1px solid var(--color-grey-one);border-radius:13px;box-shadow:0 2px 2px rgba(0,0,0,.5);cursor:pointer;height:26px;width:26px}.HTML5AudioPlayer-seekTrack{background-color:var(--color-grey-one);width:100%}.HTML5AudioPlayer-seekTrack,.HTML5AudioPlayer-seekTrackProgress{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;height:16px;left:0;position:absolute;top:5px}.HTML5AudioPlayer-seekTrackProgress{background-color:var(--color-primary);width:20%}.HTML5AudioPlayer-controls{grid-gap:5px;display:grid;grid-template-columns:1fr auto 1fr;margin-top:6px}.HTML5AudioPlayer-forwardButton svg,.HTML5AudioPlayer-rewindButton svg{height:26px;width:26px}.HTML5AudioPlayer-initialPlayButton svg,.HTML5AudioPlayer-playPauseButton svg{height:40px;width:40px}.HTML5AudioPlayer-fullscreenToggle svg,.HTML5AudioPlayer-muteToggle svg{height:20px;width:20px}.HTML5AudioPlayer-centerControls,.HTML5AudioPlayer-rightControls,.HTML5AudioPlayer-time{align-items:center;display:grid;grid-auto-flow:column}.HTML5AudioPlayer-time{font-size:1.2rem;white-space:nowrap}.HTML5AudioPlayer-centerControls{grid-gap:16px}.HTML5AudioPlayer-rightControls{grid-gap:20px;justify-content:flex-end}@media only screen and (max-width:1023px){.HTML5AudioPlayer-image .Image{margin:20px auto 14px}}@media only screen and (min-width:1024px){.HTML5AudioPlayer{align-items:center;display:flex}.HTML5AudioPlayer-image{margin:20px}.HTML5AudioPlayer-playbackControls{flex-grow:1}}.Banner{align-items:center;background:var(--color-banner-bg);display:none;flex-direction:row;font-size:1.4rem;padding:15px 40px 15px 20px;position:relative}.Banner,.Banner a,.Banner a:hover{color:var(--color-banner-text)}.Banner[data-show]{display:block}.Banner-close{align-items:center;background-color:transparent;border:0;bottom:0;cursor:pointer;display:flex;justify-content:center;position:absolute;right:10px;top:0}.Banner-close .close-x{fill:var(--color-banner-text);height:15px;width:15px}@media only screen and (min-width:768px){.Banner{padding-left:30px}}@media only screen and (min-width:1024px){.Banner{padding-left:50px}}.CarouselAbstract,.EnhancementCarousel{display:block;overflow:hidden}.CarouselAbstract .flickity,.EnhancementCarousel .flickity{overflow:visible;width:100%}.CarouselAbstract [data-slides],.EnhancementCarousel [data-slides]{display:flex}.CarouselAbstract [data-slides].flickity-enabled,.EnhancementCarousel [data-slides].flickity-enabled{display:block}.CarouselAbstract [data-slides] [data-slide],.EnhancementCarousel [data-slides] [data-slide]{flex-shrink:0}.EnhancementCarousel{background-color:var(--color-bg);display:block;height:auto;position:relative}[data-rounded-corners=true] .EnhancementCarousel:not([fullscreen]){border-radius:8px;overflow:hidden}.EnhancementCarousel-slide{flex:0 0 100%}.EnhancementCarousel .CarouselNavigation{--carouselButtonSize:30px;align-items:center;padding:0 20px 20px}.EnhancementCarousel .CarouselNavigation-button-prev{margin-right:0}.EnhancementCarousel .CarouselSlide-info{padding:20px}.EnhancementCarousel .flickity{overflow:hidden;width:100%}.EnhancementCarousel .flickity .CarouselSlide-info{display:none}.EnhancementCarousel[data-flickity-enabled]{opacity:1}.EnhancementCarousel[data-flickity-enabled] [data-slides]{align-items:center;display:flex;position:relative}.EnhancementCarousel[data-flickity-enabled] .flickity{max-height:100%}.EnhancementCarousel-slide{align-items:center;display:flex;justify-content:center;margin-right:0;width:100%}.EnhancementCarousel[fullscreen]{border-radius:0;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.EnhancementCarousel[fullscreen] .CarouselSlide-info{padding:30px 30px 10px}.EnhancementCarousel[fullscreen] .CarouselSlide-counts{font-size:var(--caption-1);line-height:1.36}.EnhancementCarousel[fullscreen] .CarouselSlide-infoTitle{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] .EnhancementCarousel[fullscreen] .CarouselSlide-infoTitle{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .EnhancementCarousel[fullscreen] .CarouselSlide-infoTitle,[data-primary-headline-font="Source Serif Pro"] .EnhancementCarousel[fullscreen] .CarouselSlide-infoTitle,[data-primary-headline-font=Merriweather] .EnhancementCarousel[fullscreen] .CarouselSlide-infoTitle{font-family:var(--primaryHeadlineFont),"Georgia",serif}.EnhancementCarousel[fullscreen] .CarouselSlide-description{font-size:var(--description-3);font-weight:400;line-height:1.33}.EnhancementCarousel[fullscreen] .CarouselSlide-description,.EnhancementCarousel[fullscreen] .CarouselSlide-infoTitle{margin-bottom:10px}.EnhancementCarousel[fullscreen] .CarouselSlide-media{align-items:stretch;display:flex;justify-content:center;margin:0;max-height:100%;position:relative}.EnhancementCarousel[fullscreen] .CarouselSlide-media img{margin:0 auto;max-height:100%;max-width:100%;width:auto}.EnhancementCarousel[fullscreen] .CarouselNavigation{grid-gap:10px;background-color:var(--white);display:grid;grid-auto-flow:column;justify-content:start;padding:0 30px 30px}.EnhancementCarousel[fullscreen] .CarouselNavigation-counter{display:none}.EnhancementCarousel[fullscreen] .EnhancementCarousel-info{background-color:var(--white)}.EnhancementCarousel[fullscreen] .EnhancementCarousel-slide{align-items:stretch;max-height:100%}.EnhancementCarousel:not([fullscreen]) .CarouselSlide-counts,.EnhancementCarousel:not([fullscreen]) .EnhancementCarousel-closeButton{display:none}.EnhancementCarousel:not([fullscreen]):hover .EnhancementCarousel-fullscreenIcon{display:block}.EnhancementCarousel-closeButton{position:fixed;right:10px;top:10px;z-index:101}.EnhancementCarousel-closeButton svg{height:30px;width:30px}.EnhancementCarousel-fullscreenIcon{color:var(--color-primary);display:none;pointer-events:none;position:absolute;right:10px;top:10px}.EnhancementCarousel-fullscreenIcon svg{height:24px;width:24px}@media only screen and (min-width:1024px){.EnhancementCarousel .CarouselNavigation{padding:0 30px 30px}.EnhancementCarousel .CarouselSlide-info{grid-gap:10px;display:grid;padding:30px 30px 20px}.EnhancementCarousel[fullscreen]{grid-template-columns:1fr 320px}.EnhancementCarousel[fullscreen] .CarouselNavigation{--carouselButtonSize:40px;bottom:0;position:fixed;right:0}.EnhancementCarousel[fullscreen] .EnhancementCarousel-info{align-items:center;display:flex}.EnhancementCarousel[fullscreen] .EnhancementCarousel-info .CarouselSlide-info{display:block;padding:30px}}.CarouselNavigation{--carouselButtonSize:30px;display:flex;position:relative}.CarouselNavigation-button-next,.CarouselNavigation-button-prev{align-items:center;border-radius:100%;display:flex;height:var(--carouselButtonSize);justify-content:center;padding:0;width:var(--carouselButtonSize);z-index:1}.CarouselNavigation-button-next svg,.CarouselNavigation-button-prev svg{height:var(--carouselButtonSize);pointer-events:none;width:calc(var(--carouselButtonSize)/2)}.CarouselNavigation-button-next:disabled,.CarouselNavigation-button-prev:disabled{cursor:default;opacity:.5;pointer-events:none}.CarouselNavigation-button-prev{margin-right:10px}.CarouselNavigation-button-prev svg{transform:rotate(-90deg) translateY(-5%)}.CarouselNavigation-button-next{right:20px}.CarouselNavigation-button-next svg{transform:rotate(90deg) translateY(-5%)}.CarouselNavigation-counter{font-size:var(--caption-1);line-height:1.36;margin:0 10px}.CarouselSlide-media img{max-height:575px;max-width:920px;width:100%}.CarouselSlide-infoTitle{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.CarouselSlide-infoDescription{font-size:var(--description-4);line-height:1.38}.CarouselSlide-infoAttribution{font-size:var(--credit-1);line-height:1.4}.Container{--dividerColor:var(--color-bg);display:grid;position:relative}.Container-row:not(:first-child){margin-top:40px}.Container-row:not(:last-child){margin-bottom:40px}.Container-divider{border:2px solid var(--dividerColor);border-radius:2px;margin:0 auto;width:280px}.Container-divider:not(:first-child){margin-top:40px}.Container-divider:not(:last-child){margin-bottom:40px}@media only screen and (min-width:1024px){.Container-divider:not(:first-child){margin-top:60px}.Container-divider:not(:last-child){margin-bottom:60px}.Container-divider:not(:first-child){margin-top:100px}.Container-divider:not(:last-child){margin-bottom:100px}}.ContainerA{display:grid;position:relative}.ContainerA-row:not(:first-child){margin-top:40px}.ContainerA-row:not(:last-child){margin-bottom:40px}@media only screen and (min-width:1440px){.ContainerA{padding-bottom:77px!important}}.FourColumnContainer,.OneColumnContainer,.ThreeColumnContainer,.TwoColumnContainer3070,.TwoColumnContainer5050,.TwoColumnContainer7030{grid-gap:20px;display:grid;grid-template-columns:minmax(0,1fr)}.FourColumnContainer-column,.OneColumnContainer-column,.ThreeColumnContainer-column,.TwoColumnContainer3070-column,.TwoColumnContainer5050-column,.TwoColumnContainer7030-column{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.FourColumnContainer-divider,.OneColumnContainer-divider,.ThreeColumnContainer-divider,.TwoColumnContainer3070-divider,.TwoColumnContainer5050-divider,.TwoColumnContainer7030-divider{border:2px solid var(--dividerColor);border-radius:2px;margin:40px auto;width:280px}@media only screen and (min-width:768px){.FourColumnContainer-divider,.OneColumnContainer-divider,.ThreeColumnContainer-divider,.TwoColumnContainer3070-divider,.TwoColumnContainer5050-divider,.TwoColumnContainer7030-divider{margin:60px auto}}@media only screen and (min-width:1024px){.FourColumnContainer-divider,.OneColumnContainer-divider,.ThreeColumnContainer-divider,.TwoColumnContainer3070-divider,.TwoColumnContainer5050-divider,.TwoColumnContainer7030-divider{margin:100px auto}}@media only screen and (min-width:768px){.TwoColumnContainer5050{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1024px){.TwoColumnContainer3070{grid-column-gap:40px;grid-template-columns:minmax(0,4fr) minmax(0,8fr)}.TwoColumnContainer7030{grid-column-gap:40px;grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}@media only screen and (min-width:768px){.ThreeColumnContainer{grid-template-columns:repeat(3,minmax(0,1fr))}.FourColumnContainer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1024px){.FourColumnContainer{grid-template-columns:repeat(4,minmax(0,1fr))}}.GoogleDfpAd{padding:30px 0;text-align:center}.Enhancement{clear:both;width:100%}.Enhancement .Carousel,.Enhancement .Figure,.Enhancement .VideoEnhancement{margin:0}.Enhancement .FacebookEmbed,.Enhancement .FacebookUrl,.Enhancement .InstagramEmbed,.Enhancement .InstagramUrl,.Enhancement .TweetEmbed,.Enhancement .TweetUrl{display:flex;justify-content:center;overflow:hidden;text-align:center;width:100%}.Enhancement[data-align-center] .Figure{text-align:center}.Enhancement[data-align-center] .Figure .Image{margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.Enhancement[data-align-left]{float:left;margin-right:40px;margin-top:0;width:50%}.Enhancement[data-align-left][data-narrow-content]{width:278px}.Enhancement[data-align-left] .Carousel,.Enhancement[data-align-left] .Figure,.Enhancement[data-align-left] .VideoEnhancement{margin:0}.Enhancement[data-align-left] .FacebookEmbed,.Enhancement[data-align-left] .FacebookEmbed iframe{width:100%}.Enhancement[data-align-right]{float:right;margin-left:40px;margin-top:0;width:50%}.Enhancement[data-align-right] .Carousel,.Enhancement[data-align-right] .Figure,.Enhancement[data-align-right] .VideoEnhancement{margin:0}.Enhancement[data-align-left][data-narrow-content],.Enhancement[data-align-right][data-narrow-content]{width:278px}}@media only screen and (min-width:1024px){.Enhancement .Figure{margin:0}.Enhancement .Figure-content{padding-left:0;padding-right:0}.Enhancement .Carousel,.Enhancement .Figure,.Enhancement .VideoEnhancement{margin:0}}.FaqHeading{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] .FaqHeading{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .FaqHeading,[data-primary-headline-font="Source Serif Pro"] .FaqHeading,[data-primary-headline-font=Merriweather] .FaqHeading{font-family:var(--primaryHeadlineFont),"Georgia",serif}.FaqModule-container{margin:0 auto;max-width:var(--containerNarrowWidth)}.FaqModule .FaqHeading+.FaqQuestion,.FaqModule .FaqModuleC-header+.FaqQuestion,.FaqModule .FaqQuestion:first-child,.FaqModule .ModuleHeader+.FaqQuestion,.FaqModule .Tabs-header+.FaqQuestion{border-top:1px solid var(--color-grey-one);margin-top:20px;padding-top:20px}.FaqModule .FaqQuestion{border-bottom:1px solid var(--color-grey-one);margin-bottom:20px;padding-bottom:20px}.FaqModule .FaqQuestion:last-child{margin-bottom:0}.FaqModule .FaqHeading+.FaqQuestion,.FaqModule .FaqQuestion:first-child{border-top:1px solid var(--color-grey-one);margin-top:20px;padding-top:20px}.FaqModule .FaqHeading:not(:first-child){margin-top:40px}.FaqModuleB .FaqQuestion{border-bottom:1px solid var(--color-grey-one);margin-bottom:20px;padding-bottom:20px}.FaqModuleB .FaqQuestion:last-child{margin-bottom:0}.FaqModuleB .FaqHeading+.FaqQuestion,.FaqModuleB .FaqModuleC-header+.FaqQuestion,.FaqModuleB .FaqQuestion:first-child,.FaqModuleB .ModuleHeader+.FaqQuestion,.FaqModuleB .Tabs-header+.FaqQuestion{border-top:1px solid var(--color-grey-one);margin-top:20px;padding-top:20px}.FaqModuleB .FaqHeading:not(:first-child){margin-top:40px}@media only screen and (max-width:1023px){.FaqModuleB-items:not(:first-child){margin-top:40px}}@media only screen and (min-width:1024px){.FaqModuleB{display:flex;flex-direction:row}.FaqModuleB-sticky{flex-shrink:0;margin-right:40px;width:280px}[data-header-align=right] .FaqModuleB-sticky{margin-left:40px;margin-right:0}.FaqModuleB-sticky-container{position:-webkit-sticky;position:sticky;top:calc(20px + var(--hatDisplacementHeight) + var(--headerDisplacementHeight) + var(--breadcrumbBarDisplacementHeight))}}@media only screen and (min-width:1440px){.FaqModuleB-sticky{width:380px}}.FaqModuleC[data-is-enhancement]{--moduleBgColor:var(--color-bg)}[data-rounded-corners=true] .FaqModuleC[data-is-enhancement]{border-radius:8px;overflow:hidden}.FaqModuleC[data-is-enhancement] .FaqModuleC-textBlock{padding:20px}[data-modulewell=narrow] .FaqModuleC[data-is-enhancement],[data-modulewell=standard] .FaqModuleC[data-is-enhancement]{padding:0}.FaqModuleC:not([data-is-enhancement]){padding:20px 20px 40px}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media{margin-bottom:20px}.FaqModuleC-header{margin-bottom:0;margin-top:0}.FaqModuleC-items:not(:first-child){margin-top:20px}.FaqModuleC-textBlock{max-height:100%;overflow:auto}.FaqModuleC[data-is-enhancement] .FaqModuleC-header-divider{display:none}.FaqModuleC[data-is-enhancement] .FaqModuleC-description{margin-top:20px}.FaqModuleC-media .Image{width:100%}.FaqModuleC .FaqQuestion{border-bottom:1px solid var(--color-grey-one);margin-bottom:20px;padding-bottom:20px}.FaqModuleC .FaqQuestion:last-child{margin-bottom:0}.FaqModuleC .FaqHeading+.FaqQuestion{margin-top:20px}.FaqModuleC .FaqHeading+.FaqQuestion,.FaqModuleC .FaqQuestion:first-child{border-top:1px solid var(--color-grey-one);padding-top:20px}.FaqModuleC .FaqHeading:not(:first-child){margin-top:40px}@media only screen and (min-width:768px){.FaqModuleC:not([data-is-enhancement]){padding:30px 30px 40px}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media{margin-bottom:40px}}@media only screen and (min-width:1024px){.FaqModuleC:not([data-is-enhancement]){padding:0}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-container{display:flex;justify-content:center}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media{margin-bottom:20px}[data-media-horizontal=right] .FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media{order:2}[data-media-horizontal=right] .FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media .Image{margin:0 auto 0 0}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media .Image{margin:0 0 0 auto}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-media,.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-textBlock{flex-shrink:0;margin:0;width:50%}.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-textBlock{display:flex;flex-direction:column;justify-content:center;padding:50px}.FaqModuleC:not([data-modulepad-top]){margin-top:0!important;padding-top:0!important}.FaqModuleC:not([data-modulepad-bottom]){margin-bottom:0!important;padding-bottom:0!important}}@media only screen and (min-width:1440px){.FaqModuleC:not([data-is-enhancement]) .FaqModuleC-textBlock{padding:40px 120px 40px 100px}[data-media-horizontal=left] .FaqModuleC:not([data-is-enhancement]) .FaqModuleC-textBlock{padding:40px 100px 40px 120px}}.FaqModuleD-container{margin:0 auto;max-width:var(--containerNarrowWidth)}.FaqModuleD-items-item{margin:20px 0}.FaqModuleD-heading{font-size:var(--title-3);font-weight:700;line-height:1.22;margin-bottom:20px}[data-primary-headline-font=Oswald] .FaqModuleD-heading{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .FaqModuleD-heading,[data-primary-headline-font="Source Serif Pro"] .FaqModuleD-heading,[data-primary-headline-font=Merriweather] .FaqModuleD-heading{font-family:var(--primaryHeadlineFont),"Georgia",serif}.FaqModuleD-heading:not(:first-child){margin-top:40px}.FaqModuleD-question{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .FaqModuleD-question{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .FaqModuleD-question,[data-primary-headline-font="Source Serif Pro"] .FaqModuleD-question,[data-primary-headline-font=Merriweather] .FaqModuleD-question{font-family:var(--primaryHeadlineFont),"Georgia",serif}.FaqModuleD-answer{margin:5px 0 20px}.FaqQuestion{color:var(--color-primary-text);display:block}.FaqQuestion-header{color:inherit;cursor:pointer;display:flex}.FaqQuestion-header-collapse,.FaqQuestion-header-expand{border-radius:50%;flex-shrink:0;height:1em;margin-left:auto;width:1em}.FaqQuestion-header:hover .FaqQuestion-header-collapse,.FaqQuestion-header:hover .FaqQuestion-header-expand{background-color:var(--color-bg)}.FaqQuestion-title{font-size:var(--title-4);font-weight:700;line-height:1.54;margin-right:var(--gap)}[data-primary-headline-font=Oswald] .FaqQuestion-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .FaqQuestion-title,[data-primary-headline-font="Source Serif Pro"] .FaqQuestion-title,[data-primary-headline-font=Merriweather] .FaqQuestion-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.FaqQuestion-content{height:0;opacity:0;overflow:hidden;padding-right:20px;transition:all .3s ease-in-out;transition-property:height,opacity}.FaqQuestion-description{padding-top:5px}.FaqQuestion-description .RichTextBody{font-size:var(--description-3);font-weight:400;line-height:1.33}.FaqQuestion-description .RichTextBody>a.Link{color:var(--color-link-text);text-decoration:underline}.FaqQuestion-description .RichTextBody>a.Link:hover{text-decoration:none}.FaqQuestion-description .RichTextBody>.LinkWithArrow{display:inline-flex}.FaqQuestion:not([expanded]) .FaqQuestion-header-collapse,.FaqQuestion[expanded] .FaqQuestion-header-expand{display:none}.FaqQuestion[expanded] .FaqQuestion-content{height:auto;opacity:1;overflow:visible}.Figure-caption,.Figure-credit{color:var(--color-primary-text)}.Figure-credit{font-weight:400}[data-rounded-corners=true] .Figure .Image{border-radius:8px;overflow:hidden}.Fieldset-fieldset{border:none;min-inline-size:0;padding:0}.Fieldset-legend{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;padding:0}.Fieldset-items-item:not(:last-child){margin:20px 0}.Fieldset-items-item:not(:last-child) .CheckboxInput,.Fieldset-items-item:not(:last-child) .RadioInput{margin-bottom:-4px}.Fieldset-description{color:var(--moduleTextColor,var(--color-secondary-text));font-size:var(--description-4);line-height:1.38}.Fieldset-description,.Fieldset-title{margin:10px 0}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.WizardFieldset{position:relative}.WizardFieldset-fieldset{border:0;padding:0}.WizardFieldset-legend{color:var(--white);font-size:30px;font-weight:700;line-height:1.77;margin-bottom:30px;text-align:center}.WizardFieldset-items{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(0,257px));justify-content:center;width:100%}.WizardFieldset-items-item{-webkit-animation:fadeInDown .5s ease forwards;animation:fadeInDown .5s ease forwards;display:none;opacity:0}[data-hidden=false] .WizardFieldset-items-item{display:block}.WizardFieldset-items-item:first-of-type{-webkit-animation-delay:.15s;animation-delay:.15s}.WizardFieldset-items-item:nth-of-type(2){-webkit-animation-delay:.3s;animation-delay:.3s}.WizardFieldset-items-item:nth-of-type(3){-webkit-animation-delay:.45s;animation-delay:.45s}.WizardFieldset-items-item:nth-of-type(4){-webkit-animation-delay:.6s;animation-delay:.6s}@media only screen and (min-width:768px){.WizardFieldset-items[data-item-count="3"]{grid-template-columns:repeat(3,minmax(0,257px))}.WizardFieldset-items[data-item-count="4"]{grid-template-columns:repeat(2,minmax(0,257px))}}@media only screen and (min-width:1024px){.WizardFieldset-items[data-item-count="4"]{grid-template-columns:repeat(4,minmax(0,257px))}}.EmailInputA-textField{background-color:var(--color-footer-bg);border:4px solid #c8d5dc;border-radius:22px;color:var(--color-primary-text);font-size:15px;height:48px;letter-spacing:normal;line-height:1.33;padding:5px 50px 5px 20px;white-space:nowrap;width:100%}.EmailInputA .Input-errors{left:22px;position:absolute;right:22px;top:100%}.CheckboxInput{cursor:pointer}.CheckboxInput svg{flex-shrink:0;height:24px;width:24px}.CheckboxInput input{left:-100vw;position:absolute}.CheckboxInput input~.checked{display:block}.CheckboxInput input~.unchecked{display:none}.CheckboxInput input:focus~.checked,.CheckboxInput input:focus~.unchecked{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.CheckboxInput input:checked~.checked{display:none}.CheckboxInput input:checked~.unchecked{color:var(--color-primary);display:block}.CheckboxInput-label{display:flex}.CheckboxInput-label span{margin-left:3px;margin-top:2px}.FileInput-fileInput{display:none}.FileInput-wrapper{align-items:flex-start;display:flex;margin:5px 0}.FileInput-fileList{color:var(--color-secondary-text);font-size:var(--description-3);font-weight:400;line-height:1.33;margin-left:10px;margin-top:13px}[data-has-module-text-color] .FileInput-fileList{color:var(--moduleTextColor)}.FileInput-button{background:var(--color-button-outline-bg);border-color:var(--color-button-outline-border);color:var(--color-button-outline-text);flex-shrink:0}.FileInput-button.button-hover,.FileInput-button:hover{background:var(--color-button-outline-hover-bg);border-color:var(--color-button-outline-hover-border);color:var(--color-button-outline-hover-text)}.FileInput-button.button-selected,.FileInput-button:focus{background:var(--color-button-outline-selected-bg);border-color:var(--color-button-outline-selected-border);color:var(--color-button-outline-selected-text)}.FileInput-button.button-disabled,.FileInput-button[disabled=disabled]{background:var(--color-button-outline-disabled-bg);border-color:var(--color-button-outline-disabled-border);color:var(--color-button-outline-disabled-text)}.CaptchaInput,.EmailInput,.EmailInputA,.FileInput,.Input,.PasswordInput,.PhoneNumberInput,.Select,.TextArea,.TextInput{display:block}.CaptchaInput-textField,.EmailInput-textField,.FileInput-textField,.Input-textField,.PasswordInput-textField,.PhoneNumberInput-textField,.Select-textField,.TextArea-textField,.TextInput-textField{background-color:var(--white);border:1px solid var(--color-border);border-radius:4px;color:var(--color-primary-text);display:block;font-size:var(--description-3);font-weight:400;font-weight:500;height:44px;line-height:1.33;line-height:normal;padding:0 20px;width:100%}.CaptchaInput-textField::-moz-placeholder,.EmailInput-textField::-moz-placeholder,.FileInput-textField::-moz-placeholder,.Input-textField::-moz-placeholder,.PasswordInput-textField::-moz-placeholder,.PhoneNumberInput-textField::-moz-placeholder,.Select-textField::-moz-placeholder,.TextArea-textField::-moz-placeholder,.TextInput-textField::-moz-placeholder{color:var(--color-secondary-text);opacity:1}.CaptchaInput-textField:-ms-input-placeholder,.EmailInput-textField:-ms-input-placeholder,.FileInput-textField:-ms-input-placeholder,.Input-textField:-ms-input-placeholder,.PasswordInput-textField:-ms-input-placeholder,.PhoneNumberInput-textField:-ms-input-placeholder,.Select-textField:-ms-input-placeholder,.TextArea-textField:-ms-input-placeholder,.TextInput-textField:-ms-input-placeholder{color:var(--color-secondary-text);opacity:1}.CaptchaInput-textField::placeholder,.EmailInput-textField::placeholder,.FileInput-textField::placeholder,.Input-textField::placeholder,.PasswordInput-textField::placeholder,.PhoneNumberInput-textField::placeholder,.Select-textField::placeholder,.TextArea-textField::placeholder,.TextInput-textField::placeholder{color:var(--color-secondary-text);opacity:1}.CaptchaInput-textField:-moz-read-only,.EmailInput-textField:-moz-read-only,.FileInput-textField:-moz-read-only,.Input-textField:-moz-read-only,.PasswordInput-textField:-moz-read-only,.PhoneNumberInput-textField:-moz-read-only,.Select-textField:-moz-read-only,.TextArea-textField:-moz-read-only,.TextInput-textField:-moz-read-only{background-color:var(--color-grey-one);color:var(--color-secondary-text)}.CaptchaInput-textField:disabled,.CaptchaInput-textField:read-only,.EmailInput-textField:disabled,.EmailInput-textField:read-only,.FileInput-textField:disabled,.FileInput-textField:read-only,.Input-textField:disabled,.Input-textField:read-only,.PasswordInput-textField:disabled,.PasswordInput-textField:read-only,.PhoneNumberInput-textField:disabled,.PhoneNumberInput-textField:read-only,.Select-textField:disabled,.Select-textField:read-only,.TextArea-textField:disabled,.TextArea-textField:read-only,.TextInput-textField:disabled,.TextInput-textField:read-only{background-color:var(--color-grey-one);color:var(--color-secondary-text)}.CaptchaInput[has-error] .CaptchaInput-textField,.EmailInput[has-error] .EmailInput-textField,.FileInput[has-error] .FileInput-textField,.Input[has-error] .Input-textField,.PasswordInput[has-error] .PasswordInput-textField,.PhoneNumberInput[has-error] .PhoneNumberInput-textField,.Select[has-error] .Select-textField,.TextArea[has-error] .TextArea-textField,.TextInput[has-error] .TextInput-textField{border-color:var(--error)}.CaptchaInput[has-error] .CaptchaInput-label,.EmailInput[has-error] .EmailInput-label,.FileInput[has-error] .FileInput-label,.Input[has-error] .Input-label,.PasswordInput[has-error] .PasswordInput-label,.PhoneNumberInput[has-error] .PhoneNumberInput-label,.Select[has-error] .Select-label,.TextArea[has-error] .TextArea-label,.TextInput[has-error] .TextInput-label{color:var(--error)}.CaptchaInput:not([has-error])-errors,.EmailInput:not([has-error])-errors,.FileInput:not([has-error])-errors,.Input:not([has-error])-errors,.PasswordInput:not([has-error])-errors,.PhoneNumberInput:not([has-error])-errors,.Select:not([has-error])-errors,.TextArea:not([has-error])-errors,.TextInput:not([has-error])-errors{display:none}.CaptchaInput-label,.EmailInput-label,.FileInput-label,.Input-label,.PasswordInput-label,.PhoneNumberInput-label,.Select-label,.TextArea-label,.TextInput-label{display:block;font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.CaptchaInput-optionalLabel,.EmailInput-optionalLabel,.FileInput-optionalLabel,.Input-optionalLabel,.PasswordInput-optionalLabel,.PhoneNumberInput-optionalLabel,.Select-optionalLabel,.TextArea-optionalLabel,.TextInput-optionalLabel{color:var(--moduleTextColor,var(--color-secondary-text));font-weight:400}.CaptchaInput-description,.EmailInput-description,.FileInput-description,.Input-description,.PasswordInput-description,.PhoneNumberInput-description,.Select-description,.TextArea-description,.TextInput-description{color:var(--moduleTextColor,var(--color-secondary-text));font-size:var(--description-4);line-height:1.38}.CaptchaInput-description,.CaptchaInput-errors,.CaptchaInput-label,.CaptchaInput-textField,.EmailInput-description,.EmailInput-errors,.EmailInput-label,.EmailInput-textField,.FileInput-description,.FileInput-errors,.FileInput-label,.FileInput-textField,.Input-description,.Input-errors,.Input-label,.Input-textField,.PasswordInput-description,.PasswordInput-errors,.PasswordInput-label,.PasswordInput-textField,.PhoneNumberInput-description,.PhoneNumberInput-errors,.PhoneNumberInput-label,.PhoneNumberInput-textField,.Select-description,.Select-errors,.Select-label,.Select-textField,.TextArea-description,.TextArea-errors,.TextArea-label,.TextArea-textField,.TextInput-description,.TextInput-errors,.TextInput-label,.TextInput-textField{margin:5px 0}.CaptchaInput-errors,.EmailInput-errors,.FileInput-errors,.Input-errors,.PasswordInput-errors,.PhoneNumberInput-errors,.Select-errors,.TextArea-errors,.TextInput-errors{color:var(--error);font-size:var(--label-5);line-height:normal}.RadioInput{cursor:pointer}.RadioInput svg{flex-shrink:0;height:24px;width:24px}.RadioInput input{left:-100vw;position:absolute}.RadioInput input:focus~.checked,.RadioInput input:focus~.unchecked{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.RadioInput input~.checked{display:block}.RadioInput input:checked~.checked,.RadioInput input~.unchecked{display:none}.RadioInput input:checked~.unchecked{color:var(--color-primary);display:block}.RadioInput-label{display:flex}.RadioInput-label span{margin-left:3px;margin-top:2px}.TextArea-textField{min-height:100px;padding-bottom:10px;padding-top:10px}.ToggleInput input{height:0;opacity:0;width:0}.ToggleInput-label{display:grid;grid-auto-flow:column}.ToggleInput-toggle{background-color:#787171;border-radius:12px;cursor:pointer;height:24px;position:relative;transition:all .3s ease;width:56px}.ToggleInput-slider{background-color:#fff;border-radius:50%;height:22px;left:1px;position:absolute;top:1px;transition:inherit;width:22px}.ToggleInput-activeLabel,.ToggleInput-inactiveLabel{font-size:10px;font-weight:700;position:absolute;text-transform:uppercase;top:4px;transition:inherit}.ToggleInput-activeLabel{left:8px;opacity:0}.ToggleInput-inactiveLabel{right:8px}.ToggleInput[checked] .ToggleInput-toggle{background-color:#1372a9}.ToggleInput[checked] .ToggleInput-slider{left:33px}.ToggleInput[checked] .ToggleInput-activeLabel{opacity:1}.ToggleInput[checked] .ToggleInput-inactiveLabel{opacity:0}.WizardRadioInput,.WizardRadioInput-label{height:100%}.WizardRadioInput-label-body{align-items:flex-start;align-items:center;background-color:rgba(34,37,51,.85);border:2px solid #5263ff;border-radius:23px;cursor:pointer;display:flex;flex-direction:column;height:100%;min-height:210px;padding:30px 25px}.WizardRadioInput-label-text{color:var(--white);font-size:15px;font-weight:700;line-height:1.53;text-align:center}.WizardRadioInput-icon{margin-bottom:25px}.WizardRadioInput input{left:-100vw;margin-left:5px;position:absolute}.WizardRadioInput input:checked~.WizardRadioInput-label-body,.WizardRadioInput input:hover~.WizardRadioInput-label-body{background-color:#323694}.Select-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--white);border:1px solid var(--color-border);border-radius:4px;color:var(--color-primary-text);display:block;font-size:var(--description-3);font-weight:400;font-weight:500;line-height:1.33;line-height:normal;padding:0 20px;width:100%}.Select-select:disabled{background-color:var(--color-grey-one);color:var(--color-secondary-text)}.Select-select:not([multiple]){height:44px;padding-right:44px}.Select-select[multiple]{padding:0}.Select-select[multiple] option{padding:10px 20px}.Select-select-wrapper{position:relative}.Select-select-arrow{height:24px;pointer-events:none;position:absolute;right:10px;top:10px;width:24px}.Form{--boxShadow:0 20px 30px 0 rgba(0,0,0,.1);--moduleBgColor:var(--white);--moduleBgOpacity:0;--moduleBgImage:0;--moduleBorderRadius:0;--moduleTextColor:var(--color-primary-text);background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--moduleBorderRadius);box-shadow:var(--boxShadow);color:var(--moduleTextColor,var(--color-primary-text));display:block;padding:30px 20px;position:relative}[data-rounded-corners] .Form{--moduleBorderRadius:8px}.Form-header{--color-primary-text:var(--moduleHeaderTextColor);--moduleHeaderTextAlignment:center;color:var(--moduleHeaderTextColor);margin:auto auto 20px;max-width:var(--containerMaxWidth);width:100%}.Form-header[data-inverse-colors=true]{--color-primary-text:var(--white);--moduleHeaderTextColor:var(--white)}.Form-header:empty{display:none}.Form-header bsp-copy-link{opacity:0}.Form-header bsp-copy-link:before{content:"\2009"}.Form-header[data-align=left]{margin-left:0}.Form-header[data-align=right]{margin-right:0}.Form-header-title{font-size:var(--title-2);line-height:1.2}[data-has-divider=true] .Form-header-title,[data-modulewell=aside] .Form-header-title,[data-modulewell=narrow] .Form-header-title,[data-modulewell=standard] .Form-header-title{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] [data-has-divider=true] .Form-header-title,[data-primary-headline-font=Oswald] [data-modulewell=aside] .Form-header-title,[data-primary-headline-font=Oswald] [data-modulewell=narrow] .Form-header-title,[data-primary-headline-font=Oswald] [data-modulewell=standard] .Form-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] [data-has-divider=true] .Form-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=aside] .Form-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=narrow] .Form-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=standard] .Form-header-title,[data-primary-headline-font="Source Serif Pro"] [data-has-divider=true] .Form-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=aside] .Form-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=narrow] .Form-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=standard] .Form-header-title,[data-primary-headline-font=Merriweather] [data-has-divider=true] .Form-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=aside] .Form-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=narrow] .Form-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=standard] .Form-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Form-header-title:hover bsp-copy-link{opacity:1}.Form-header[data-has-divider] .Form-header-description,[data-modulewell=aside] .Form-header-description,[data-modulewell=narrow] .Form-header-description,[data-modulewell=standard] .Form-header-description{display:block}.Form-header-description{color:var(--color-primary-text);font-size:var(--description-2);line-height:1.44}[data-modulewell=aside] .Form-header-description,[data-modulewell=narrow] .Form-header-description,[data-modulewell=standard] .Form-header-description{font-size:var(--description-3);font-weight:400;line-height:1.33}.Form-header[data-has-divider] .Form-header-description,[data-modulewell=aside] .Form-header-description,[data-modulewell=narrow] .Form-header-description,[data-modulewell=standard] .Form-header-description{margin-top:0}.Form-header-description,.Form-header-title{margin-left:auto;margin-right:auto;max-width:var(--containerNarrowWidth);text-align:var(--moduleHeaderTextAlignment)}[data-align=left] .Form-header-description,[data-align=left] .Form-header-title{margin-left:0}[data-align=right] .Form-header-description,[data-align=right] .Form-header-title{margin-right:0}[data-align=center] .Form-header-description,[data-align=center] .Form-header-title{margin-left:auto;margin-right:auto}@media only screen and (min-width:1024px){.Form-header{margin-bottom:50px}[data-modulewell=aside] .Form-header,[data-modulewell=narrow] .Form-header,[data-modulewell=standard] .Form-header{margin-bottom:20px}.Form-header-description{margin-top:14px}}.Form-header-title{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .Form-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Form-header-title,[data-primary-headline-font="Source Serif Pro"] .Form-header-title,[data-primary-headline-font=Merriweather] .Form-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Form-header-description{color:var(--color-secondary-text);font-size:var(--description-3);font-weight:400;line-height:1.33;margin-top:10px}.Form-message{margin:20px 0}.Form-message-error,.Form-message-success{display:none;font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}[data-form-success=true] .Form-message-success{display:flex}.Form-items-item:not([first-child]){margin-top:40px}.Form-items-item:not([last-child]){margin-bottom:40px}.Form-buttons{margin-top:20px;text-align:left}[data-module-align=center] .Form-buttons{text-align:center}[data-module-align=right] .Form-buttons{text-align:right}@media only screen and (min-width:1024px){.Form{padding:40px}}.NewsletterForm{--moduleTextColor:var(--color-primary-text);align-items:center;color:var(--moduleTextColor,var(--color-primary-text));display:flex;flex-direction:column;justify-content:center}.NewsletterForm-title{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;margin-bottom:10px;text-align:center}.NewsletterForm[data-has-bg-color] .NewsletterForm-items-item button{color:var(--moduleBgColor)}.NewsletterForm-items-item{position:relative}.NewsletterForm-items-item .EmailInputA-textField{background-color:var(--color-footer-bg);border:none;height:44px}.NewsletterForm-items-item .EmailInputA .Input-errors{margin-bottom:0;margin-top:0}.NewsletterForm-items-item button{align-items:center;background:none;background:0;border:0;bottom:0;color:#000;color:var(--color-primary);cursor:pointer;display:inline-block;display:flex;font-size:18px;font-weight:700;justify-content:center;line-height:1.22;outline:none;padding:0;position:absolute;right:10px;top:0;width:40px}.NewsletterForm-items-item button svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.NewsletterForm-items-item button:hover svg{transform:translate(5px)}.NewsletterForm-items-item button:focus{outline:none}.NewsletterForm-items-item button svg{height:44px;margin:0;transition:.2s ease;width:20px}.NewsletterForm-items-item button:focus svg,.NewsletterForm-items-item button:hover svg{opacity:.5}.NewsletterForm-message-error,.NewsletterForm-message-success{display:flex;font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}@media only screen and (min-width:768px){.NewsletterForm{--modulePadding:30px;flex-direction:row}.NewsletterForm-title{margin:0 10px 0 0}.NewsletterForm-items-item{width:260px}}@media only screen and (min-width:1024px){.NewsletterForm-title{font-size:1.7rem;margin-right:40px}.NewsletterForm-items-item{width:300px}}@media only screen and (min-width:1440px){.NewsletterForm-items-item{width:360px}}.NewsletterFormA{--moduleBgColor:#e9eef1;--moduleTextColor:var(--color-primary-text);background-color:transparent;color:var(--moduleTextColor,var(--color-primary-text));display:block}.NewsletterFormA-container{align-items:center;background-color:var(--moduleBgColor);display:flex;flex-direction:column;padding:40px 20px}[data-rounded-corners=true] .NewsletterFormA-container{border-radius:8px}.NewsletterFormA-content{flex-grow:1}.NewsletterFormA-message{margin:20px 0}.NewsletterFormA-header,.NewsletterFormA-media{flex-shrink:0;margin-bottom:30px;text-align:center}.NewsletterFormA-title{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] .NewsletterFormA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .NewsletterFormA-title,[data-primary-headline-font="Source Serif Pro"] .NewsletterFormA-title,[data-primary-headline-font=Merriweather] .NewsletterFormA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}[data-form-success=true] .NewsletterFormA-header{display:none}.NewsletterFormA-description{font-size:var(--description-3);font-weight:400;line-height:1.33;margin-top:10px}[data-form-success=true] .NewsletterFormA-form{display:none}.NewsletterFormA-items-item{position:relative}.NewsletterFormA-items-item button{align-items:center;background:none;border:0;bottom:0;color:#000;color:var(--primaryButtonBgColor);cursor:pointer;display:inline-block;display:flex;font-size:18px;font-weight:700;justify-content:center;line-height:1.22;outline:none;padding:0;position:absolute;right:10px;top:0;width:40px}.NewsletterFormA-items-item button svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.NewsletterFormA-items-item button:hover svg{transform:translate(5px)}.NewsletterFormA-items-item button:focus{outline:none}.NewsletterFormA-items-item button svg{height:44px;margin:0;transition:.2s ease;width:20px}.NewsletterFormA-items-item button:focus,.NewsletterFormA-items-item button:hover{background:0}.NewsletterFormA-items-item button:focus svg,.NewsletterFormA-items-item button:hover svg{opacity:.5}.NewsletterFormA-message-error,.NewsletterFormA-message-success{display:none;font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}[data-form-success=true] .NewsletterFormA-message-success{display:flex}@media only screen and (max-width:767px){.NewsletterFormA-media{width:96px}}@media only screen and (min-width:768px){.NewsletterFormA-container{align-items:flex-start;flex-direction:row;padding:40px 50px}.NewsletterFormA-header{margin-bottom:20px;text-align:left}.NewsletterFormA-media{margin-bottom:0;padding:0 30px 0 0}.NewsletterFormA-items-item{max-width:480px;width:100%}}@media only screen and (min-width:1440px){.NewsletterFormA-container{padding-left:80px;padding-right:80px}.NewsletterFormA-media{padding-right:70px}}.WizardForm{display:block;margin-left:auto;margin-right:auto;max-width:var(--containerMaxWidth);max-width:1080px;width:100%}.WizardForm-items-item{display:none}.WizardForm-items-item[data-step="1"]{display:block}.WizardForm-buttons{display:flex;gap:30px;justify-content:center;margin-top:60px}.WizardForm-buttons button{min-width:110px}.WizardForm-buttons button[type=submit]{display:none}.WizardForm-buttons button[disabled]{background:#39444e;border-color:#39444e;opacity:.44;pointer-events:none}.WizardForm-footer{margin:0 auto;padding-top:90px;width:90%}@media only screen and (min-width:1240px){.WizardForm-footer{width:100%}}.WizardForm-progressBar{background-color:#39444e;border-radius:4px;display:none;height:8px;margin-bottom:35px;position:relative}@media only screen and (min-width:1024px){.WizardForm-progressBar{display:block}}.WizardForm-progressBar-label,.WizardForm-progressBar-percentage{position:absolute;transition:all .5s ease}.WizardForm-progressBar-percentage{background:#18eddd;border-radius:4px;bottom:0;left:0;right:100%;top:0}.WizardForm-progressBar-label{color:#18eddd;font-size:14px;font-weight:700;left:0;min-width:30px;position:absolute;right:100%;text-align:right;top:0;transform:translateY(-100%) translateX(-15px)}.WizardForm-progressBar-label[data-percent-set=true]{transform:translateY(-100%) translateX(15px)}.WizardForm-navigation-items{display:flex;flex-direction:column;gap:40px;justify-content:space-between}@media only screen and (min-width:1024px){.WizardForm-navigation-items{flex-direction:row}}.WizardForm-navigation-items-item{flex:1;visibility:hidden}.WizardForm-navigation-items-item[data-nav-step="1"]{visibility:visible}.WizardForm-navigation-items-item:last-of-type{padding-right:35px}.WizardForm-message{color:#fff;margin:20px 0;text-align:center}.WizardForm .Form-successContent{display:none;margin-top:40px}.WizardNavigationItem-question{color:#9f9f9f;display:flex;font-size:15px;font-weight:700;line-height:1.33;position:relative;text-align:left}@media only screen and (min-width:768px){.WizardNavigationItem-question{display:block}}.WizardNavigationItem-question-icon{color:var(--primaryButtonBgColor);cursor:pointer;margin-left:auto;transition:all .15s ease}.WizardNavigationItem-question-icon:hover{color:#ae4602}@media only screen and (min-width:768px){.WizardNavigationItem-question-icon{margin-left:0}}.WizardNavigationItem-question-icon svg{height:20px;left:5px;position:relative;top:-3px;width:20px}.WizardNavigationItem-answer{color:#fff;font-size:14px;font-weight:700;line-height:1.64;margin-top:10px}@media only screen and (min-width:768px){.WizardNavigationItem-answer{margin-top:30px}}.HtmlModule[data-marketo=true]{--boxShadow:0 20px 30px 0 rgba(0,0,0,.1);--moduleBgColor:var(--white);--moduleBgOpacity:0;--moduleBgImage:0;--moduleBorderRadius:0;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--moduleBorderRadius);box-shadow:var(--boxShadow);color:var(--color-primary-text);display:flex;flex-direction:column;padding:30px 20px;position:relative}[data-rounded-corners] .HtmlModule[data-marketo=true]{--moduleBorderRadius:8px}.HtmlModule[data-marketo=true] .HtmlModule-header{--color-primary-text:var(--moduleHeaderTextColor);--moduleHeaderTextAlignment:center;color:var(--moduleHeaderTextColor);margin:auto auto 20px;max-width:var(--containerMaxWidth);width:100%}.HtmlModule[data-marketo=true] .HtmlModule-header[data-inverse-colors=true]{--color-primary-text:var(--white);--moduleHeaderTextColor:var(--white)}.HtmlModule[data-marketo=true] .HtmlModule-header:empty{display:none}.HtmlModule[data-marketo=true] .HtmlModule-header bsp-copy-link{opacity:0}.HtmlModule[data-marketo=true] .HtmlModule-header bsp-copy-link:before{content:"\2009"}.HtmlModule[data-marketo=true] .HtmlModule-header[data-align=left]{margin-left:0}.HtmlModule[data-marketo=true] .HtmlModule-header[data-align=right]{margin-right:0}.HtmlModule[data-marketo=true] .HtmlModule-header-title{font-size:var(--title-2);line-height:1.2}[data-has-divider=true] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-title{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] [data-has-divider=true] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Oswald] [data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Oswald] [data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Oswald] [data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] [data-has-divider=true] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Roboto Slab"] [data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Source Serif Pro"] [data-has-divider=true] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Source Serif Pro"] [data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Merriweather] [data-has-divider=true] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Merriweather] [data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.HtmlModule[data-marketo=true] .HtmlModule-header-title:hover bsp-copy-link{opacity:1}.HtmlModule[data-marketo=true] .HtmlModule-header[data-has-divider] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-description{display:block}.HtmlModule[data-marketo=true] .HtmlModule-header-description{color:var(--color-primary-text);font-size:var(--description-2);line-height:1.44}[data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-description{font-size:var(--description-3);font-weight:400;line-height:1.33}.HtmlModule[data-marketo=true] .HtmlModule-header[data-has-divider] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header-description{margin-top:0}.HtmlModule[data-marketo=true] .HtmlModule-header-description,.HtmlModule[data-marketo=true] .HtmlModule-header-title{margin-left:auto;margin-right:auto;max-width:var(--containerNarrowWidth);text-align:var(--moduleHeaderTextAlignment)}[data-align=left] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-align=left] .HtmlModule[data-marketo=true] .HtmlModule-header-title{margin-left:0}[data-align=right] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-align=right] .HtmlModule[data-marketo=true] .HtmlModule-header-title{margin-right:0}[data-align=center] .HtmlModule[data-marketo=true] .HtmlModule-header-description,[data-align=center] .HtmlModule[data-marketo=true] .HtmlModule-header-title{margin-left:auto;margin-right:auto}@media only screen and (min-width:1024px){.HtmlModule[data-marketo=true] .HtmlModule-header{margin-bottom:50px}[data-modulewell=aside] .HtmlModule[data-marketo=true] .HtmlModule-header,[data-modulewell=narrow] .HtmlModule[data-marketo=true] .HtmlModule-header,[data-modulewell=standard] .HtmlModule[data-marketo=true] .HtmlModule-header{margin-bottom:20px}.HtmlModule[data-marketo=true] .HtmlModule-header-description{margin-top:14px}}[data-form-success=true] .HtmlModule[data-marketo=true] .HtmlModule-header{display:none}.HtmlModule[data-marketo=true] .HtmlModule-header-title{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .HtmlModule[data-marketo=true] .HtmlModule-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font="Source Serif Pro"] .HtmlModule[data-marketo=true] .HtmlModule-header-title,[data-primary-headline-font=Merriweather] .HtmlModule[data-marketo=true] .HtmlModule-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.HtmlModule[data-marketo=true] .HtmlModule-header-description{color:var(--color-secondary-text);font-size:var(--description-4);line-height:1.38;margin-top:10px}.HtmlModule[data-marketo=true] .HtmlModule-message-error,.HtmlModule[data-marketo=true] .HtmlModule-message-success{display:none;font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}[data-form-success=true] .HtmlModule[data-marketo=true] .HtmlModule-message-success{display:flex}.HtmlModule[data-marketo=true] .HtmlModule-description{color:var(--color-secondary-text);font-size:var(--byline-1);line-height:1.36}.HtmlModule[data-marketo=true] .HtmlModule-items{display:flex;flex-direction:column}.HtmlModule[data-marketo=true] .HtmlModule-items-item:not(:first-child){margin-top:10px}.HtmlModule[data-marketo=true] .HtmlModule-items-item[data-hidden-input]{margin-top:0}[data-form-success=true] .HtmlModule[data-marketo=true] .HtmlModule-form{display:none}.HtmlModule[data-marketo=true] .HtmlModule-buttons{margin-top:20px;text-align:left}[data-module-align=center] .HtmlModule[data-marketo=true] .HtmlModule-buttons{text-align:center}[data-module-align=right] .HtmlModule[data-marketo=true] .HtmlModule-buttons{text-align:right}.HtmlModule-successMessage{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:20px;position:absolute;right:0;text-align:center;top:0}.ListAbstract,.ListCardA,.VideoModule{--moduleBgColor:initial;--moduleBgOpacity:initial;--moduleBgImage:initial;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage)}.ListAbstract .FaqModuleC-header,.ListAbstract .ModuleHeader,.ListAbstract .Tabs-header,.ListAbstract-items,.ListCardA .ModuleHeader,.ListCardA-items,.VideoModule .ModuleHeader,.VideoModule-items{position:relative;z-index:2}.ListAbstract .FaqModuleC-header-title,.ListAbstract .ModuleHeader-title,.ListAbstract .Tabs-header-title,.ListCardA .ModuleHeader-title,.VideoModule .ModuleHeader-title{font-size:var(--title-2);font-weight:700;line-height:1.2;line-height:1.48}[data-primary-headline-font=Oswald] .ListAbstract .FaqModuleC-header-title,[data-primary-headline-font=Oswald] .ListAbstract .ModuleHeader-title,[data-primary-headline-font=Oswald] .ListAbstract .Tabs-header-title,[data-primary-headline-font=Oswald] .ListCardA .ModuleHeader-title,[data-primary-headline-font=Oswald] .VideoModule .ModuleHeader-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ListAbstract .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] .ListAbstract .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] .ListAbstract .Tabs-header-title,[data-primary-headline-font="Roboto Slab"] .ListCardA .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] .VideoModule .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .ListAbstract .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] .ListAbstract .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .ListAbstract .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] .ListCardA .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .VideoModule .ModuleHeader-title,[data-primary-headline-font=Merriweather] .ListAbstract .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] .ListAbstract .ModuleHeader-title,[data-primary-headline-font=Merriweather] .ListAbstract .Tabs-header-title,[data-primary-headline-font=Merriweather] .ListCardA .ModuleHeader-title,[data-primary-headline-font=Merriweather] .VideoModule .ModuleHeader-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.ListAbstract .FaqModuleC-header-description,.ListAbstract .ModuleHeader-description,.ListAbstract .Tabs-header-description,.ListCardA .ModuleHeader-description,.VideoModule .ModuleHeader-description{font-size:18px;font-weight:700;line-height:1.5;margin-top:14px}.ListAbstract-cta,.ListAbstract-nextPage,.ListCardA-cta,.ListCardA-nextPage,.VideoModule-cta,.VideoModule-nextPage{margin-top:30px;text-align:center}.ListAbstract-linkWithArrow a,.ListCardA-linkWithArrow a,.VideoModule-linkWithArrow a{color:#000;font-size:18px;font-weight:700;line-height:1.22}.ListAbstract-linkWithArrow a:hover svg,.ListCardA-linkWithArrow a:hover svg,.VideoModule-linkWithArrow a:hover svg{transform:translate(5px)}.ListAbstract-linkWithArrow a svg,.ListCardA-linkWithArrow a svg,.VideoModule-linkWithArrow a svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.ListAbstract-cta a,.ListCardA-cta a,.VideoModule-cta a{min-width:196px}.ListAbstract-cta[data-align=left],.ListCardA-cta[data-align=left],.VideoModule-cta[data-align=left]{text-align:left}.ListAbstract-cta[data-align=right],.ListCardA-cta[data-align=right],.VideoModule-cta[data-align=right]{text-align:right}.ListAbstract-cta[data-align=center],.ListCardA-cta[data-align=center],.VideoModule-cta[data-align=center]{text-align:center}@media only screen and (min-width:1024px){.ListAbstract-cta,.ListAbstract-nextPage,.ListCardA-cta,.ListCardA-nextPage,.VideoModule-cta,.VideoModule-nextPage{margin-top:47px}}.ListA{position:relative}.ListA-items{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-11px;margin-right:-11px}.ListA .FaqModuleC-header,.ListA .ModuleHeader,.ListA .Tabs-header,.ListA-items{position:relative;z-index:2}.ListA .FaqModuleC-header-title,.ListA .ModuleHeader-title,.ListA .Tabs-header-title,.ListA-items-title{line-height:1.48}.ListA .FaqModuleC-header-description,.ListA .ModuleHeader-description,.ListA .Tabs-header-description,.ListA-items-description{line-height:1.5}.ListA-items-item{margin:10px}.ListA .Background-left,.ListA .Background-right{background-repeat:no-repeat;background-size:contain;bottom:0;display:none;position:absolute;top:0;width:calc(100vw - 50%);z-index:1}.ListA .Background-left{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjcxNiIgdmlld0JveD0iMCAwIDQ2NSA3MTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSIjMzIzQTQ2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik00MTkgMEgwdjEwaDQxOXpNMzMyIDE2SDB2MTBoMzMyek00MyAzM0gwdjEwaDQzek05MiAzM0g0OXYxMGg0M3pNNDMgOThIMHYxMGg0M3pNNDMgMTE0SDB2MTBoNDN6TTQzIDE0OEgwdjEwaDQzek0xOTAgOThINDl2MTBoMTQxek0xNDEgMzNIOTh2MTBoNDN6TTE5MCAzM2gtNDN2MTBoNDN6TTM4NSA0OUgwdjEwaDM4NXpNMjE2IDY1SDB2MTBoMjE2ek05MiAxNjVIMHYxMGg5MnpNMTQxIDE4MkgwdjEwaDE0MXpNOTIgMzA3SDB2MTBoOTJ6TTE0MSAzMjNIMHYxMGgxNDF6TTQzIDgySDB2MTBoNDN6TTkyIDgySDQ5djEwaDQzek0xNDEgODJIOTh2MTBoNDN6TTQzIDEzMEgwdjEwaDQzek05MiAxMzBINDl2MTBoNDN6TTQzIDE5OEgwdjEwaDQzek00MyAyMTRIMHYxMGg0M3pNNDMgMjMxSDB2MTBoNDN6TTkyIDE5OEg0OXYxMGg0M3pNNDMgMzQwSDB2MTBoNDN6TTkyIDM0MEg0OXYxMGg0M3pNMjg4IDEzMEg5OHYxMGgxOTB6TTE5MCA4MmgtNDN2MTBoNDN6TTIzOSA4MmgtNDN2MTBoNDN6TTI4OCA4MmgtNDN2MTBoNDN6TTMzNyA4MmgtNDN2MTBoNDN6TTkyIDQ3NUgwdjEwaDkyek00MyA1MDhIMHYxMGg0M3pNOTIgNTA4SDQ5djEwaDQzek00MyA1NzNIMHYxMGg0M3pNNDMgNTkwSDB2MTBoNDN6TTE5MCA2MjNIMHYxMGgxOTB6TTE0MSA1MDhIOTh2MTBoNDN6TTI4OCA2NDFIMHYxMGgyODh6TTIzOSA2NTdIMHYxMGgyMzl6TTQzIDU1N0gwdjEwaDQzek05MiA1NTdINDl2MTBoNDN6TTQzIDYwNkgwdjEwaDQzek05MiA2MDZINDl2MTBoNDN6TTQzIDY3M0gwdjEwaDQzek00MDAgNjkwSDB2MTBoNDAwek00NjUgNzA2SDB2MTBoNDY1ek05MiA2NzNINDl2MTBoNDN6TTE0MSA2NzNIOTh2MTBoNDN6TTI4OCA2NTdoLTQzdjEwaDQzek0zMzcgNjU3aC00M3YxMGg0M3pNMTkwIDY3M2gtNDN2MTBoNDN6TTIzOSA2NzNoLTQzdjEwaDQzek0yODggNjczaC00M3YxMGg0M3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==');background-position:0;left:0}.ListA .Background-right{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjcxNiIgdmlld0JveD0iMCAwIDQ2NSA3MTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSIjMzIzQTQ2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik00NiAwaDQxOXYxMEg0NnpNMTMzIDE2aDMzMnYxMEgxMzN6TTQyMiAzM2g0M3YxMGgtNDN6TTM3MyAzM2g0M3YxMGgtNDN6TTQyMiA5OGg0M3YxMGgtNDN6TTQyMiAxMTRoNDN2MTBoLTQzek00MjIgMTQ4aDQzdjEwaC00M3pNMjc1IDk4aDE0MXYxMEgyNzV6TTMyNCAzM2g0M3YxMGgtNDN6TTI3NSAzM2g0M3YxMGgtNDN6TTgwIDQ5aDM4NXYxMEg4MHpNMjQ5IDY1aDIxNnYxMEgyNDl6TTM3MyAxNjVoOTJ2MTBoLTkyek0zMjQgMTgyaDE0MXYxMEgzMjR6TTM3MyAzMDdoOTJ2MTBoLTkyek0zMjQgMzIzaDE0MXYxMEgzMjR6TTQyMiA4Mmg0M3YxMGgtNDN6TTM3MyA4Mmg0M3YxMGgtNDN6TTMyNCA4Mmg0M3YxMGgtNDN6TTQyMiAxMzBoNDN2MTBoLTQzek0zNzMgMTMwaDQzdjEwaC00M3pNNDIyIDE5OGg0M3YxMGgtNDN6TTQyMiAyMTRoNDN2MTBoLTQzek00MjIgMjMxaDQzdjEwaC00M3pNMzczIDE5OGg0M3YxMGgtNDN6TTQyMiAzNDBoNDN2MTBoLTQzek0zNzMgMzQwaDQzdjEwaC00M3pNMTc3IDEzMGgxOTB2MTBIMTc3ek0yNzUgODJoNDN2MTBoLTQzek0yMjYgODJoNDN2MTBoLTQzek0xNzcgODJoNDN2MTBoLTQzek0xMjggODJoNDN2MTBoLTQzek0zNzMgNDc1aDkydjEwaC05MnpNNDIyIDUwOGg0M3YxMGgtNDN6TTM3MyA1MDhoNDN2MTBoLTQzek00MjIgNTczaDQzdjEwaC00M3pNNDIyIDU5MGg0M3YxMGgtNDN6TTI3NSA2MjNoMTkwdjEwSDI3NXpNMzI0IDUwOGg0M3YxMGgtNDN6TTE3NyA2NDFoMjg4djEwSDE3N3pNMjI2IDY1N2gyMzl2MTBIMjI2ek00MjIgNTU3aDQzdjEwaC00M3pNMzczIDU1N2g0M3YxMGgtNDN6TTQyMiA2MDZoNDN2MTBoLTQzek0zNzMgNjA2aDQzdjEwaC00M3pNNDIyIDY3M2g0M3YxMGgtNDN6TTY1IDY5MGg0MDB2MTBINjV6TTAgNzA2aDQ2NXYxMEgwek0zNzMgNjczaDQzdjEwaC00M3pNMzI0IDY3M2g0M3YxMGgtNDN6TTE3NyA2NTdoNDN2MTBoLTQzek0xMjggNjU3aDQzdjEwaC00M3pNMjc1IDY3M2g0M3YxMGgtNDN6TTIyNiA2NzNoNDN2MTBoLTQzek0xNzcgNjczaDQzdjEwaC00M3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==');background-position:100%;right:0}@media only screen and (min-width:1024px){.ListA .Background-left,.ListA .Background-right{display:block}}@media only screen and (min-width:1440px){.ListA[data-module][data-has-background]{padding-bottom:200px!important;padding-top:138px!important}}.ListB{position:relative}.ListB-items{grid-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,320px));justify-content:center}@media only screen and (min-width:568px){.ListB[data-list-item-count="2"] .ListB-items,.ListB[data-list-item-count="3"] .ListB-items{grid-template-columns:repeat(auto-fit,minmax(200px,320px))}.ListB[data-list-item-count="4"] .ListB-items,.ListB[data-list-item-count="6"] .ListB-items,.ListB[data-list-item-count="8"] .ListB-items{grid-gap:12px;display:grid;grid-template-columns:repeat(2,1fr);margin:0}.ListB[data-list-item-count="5"] .ListB-items{grid-gap:0;display:flex;flex-wrap:wrap}.ListB[data-list-item-count="5"] .ListB-items-item{margin:6px;width:calc(33.33333% - 12px)}.ListB[data-list-item-count="7"] .ListB-items{grid-gap:0;display:flex;flex-wrap:wrap}.ListB[data-list-item-count="7"] .ListB-items-item{margin:6px;width:calc(50% - 12px)}}@media only screen and (min-width:768px){.ListB[data-list-item-count="6"] .ListB-items{grid-template-columns:repeat(3,1fr)}.ListB[data-list-item-count="4"] .ListB-items{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.ListB[data-list-item-count="6"] .ListB-items{grid-template-columns:repeat(3,1fr)}.ListB[data-list-item-count="4"] .ListB-items{grid-template-columns:repeat(4,1fr)}.ListB[data-list-item-count="7"] .ListB-items-item{margin:6px;width:calc(25% - 12px)}.ListB[data-list-item-count="8"] .ListB-items{grid-template-columns:repeat(4,1fr)}}.ListC{--moduleBgColor:initial;--moduleBgOpacity:initial;--moduleBgImage:initial;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);position:relative}.ListC .FaqModuleC-header,.ListC .ModuleHeader,.ListC .Tabs-header,.ListC-items{position:relative;z-index:2}.ListC .FaqModuleC-header-title,.ListC .ModuleHeader-title,.ListC .Tabs-header-title{font-size:var(--title-2);font-weight:700;line-height:1.2;line-height:1.48}[data-primary-headline-font=Oswald] .ListC .FaqModuleC-header-title,[data-primary-headline-font=Oswald] .ListC .ModuleHeader-title,[data-primary-headline-font=Oswald] .ListC .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ListC .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] .ListC .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] .ListC .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] .ListC .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] .ListC .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .ListC .Tabs-header-title,[data-primary-headline-font=Merriweather] .ListC .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] .ListC .ModuleHeader-title,[data-primary-headline-font=Merriweather] .ListC .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.ListC .FaqModuleC-header-description,.ListC .ModuleHeader-description,.ListC .Tabs-header-description{font-size:18px;font-weight:700;line-height:1.5;margin-top:14px}.ListC-cta,.ListC-nextPage{margin-top:30px;text-align:center}.ListC-linkWithArrow a{color:#000;font-size:18px;font-weight:700;line-height:1.22}.ListC-linkWithArrow a:hover svg{transform:translate(5px)}.ListC-linkWithArrow a svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.ListC-cta a{min-width:196px}.ListC-cta[data-align=left]{text-align:left}.ListC-cta[data-align=right]{text-align:right}.ListC-cta[data-align=center]{text-align:center}@media only screen and (min-width:1024px){.ListC-cta,.ListC-nextPage{margin-top:47px}}.ListC-items{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,320px));justify-content:center}@media only screen and (min-width:568px){.ListC[data-list-item-count="2"] .ListC-items,.ListC[data-list-item-count="3"] .ListC-items{grid-template-columns:repeat(auto-fit,minmax(200px,320px))}.ListC[data-list-item-count="4"] .ListC-items,.ListC[data-list-item-count="6"] .ListC-items,.ListC[data-list-item-count="8"] .ListC-items{grid-gap:16px;display:grid;grid-template-columns:repeat(2,1fr);margin:0}.ListC[data-list-item-count="5"] .ListC-items{grid-gap:0;display:flex;flex-wrap:wrap}.ListC[data-list-item-count="5"] .ListC-items-item{margin:8px;width:calc(33.33333% - 16px)}.ListC[data-list-item-count="5"] .ListC-items-item:nth-child(4),.ListC[data-list-item-count="5"] .ListC-items-item:nth-child(5){width:calc(50% - 16px)}.ListC[data-list-item-count="7"] .ListC-items{grid-gap:0;display:flex;flex-wrap:wrap}.ListC[data-list-item-count="7"] .ListC-items-item{margin:8px;width:calc(50% - 16px)}.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(7){width:calc(100% - 16px)}}@media only screen and (min-width:768px){.ListC[data-list-item-count="3"] .ListC-items,.ListC[data-list-item-count="6"] .ListC-items{grid-template-columns:repeat(3,1fr)}.ListC[data-list-item-count="4"] .ListC-items{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:1024px){.ListC[data-list-item-count="6"] .ListC-items{grid-template-columns:repeat(3,1fr)}.ListC[data-list-item-count="7"] .ListC-items-item:first-child,.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(2),.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(3),.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(4){margin:8px;width:calc(25% - 16px)}.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(5),.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(6),.ListC[data-list-item-count="7"] .ListC-items-item:nth-child(7){margin:8px;width:calc(33.33333% - 16px)}.ListC[data-list-item-count="8"] .ListC-items{grid-template-columns:repeat(4,1fr)}}.ListD{--moduleBgColor:initial;--moduleBgOpacity:initial;--moduleBgImage:initial;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);position:relative}.ListD .FaqModuleC-header,.ListD .ModuleHeader,.ListD .Tabs-header,.ListD-items{position:relative;z-index:2}.ListD .FaqModuleC-header-title,.ListD .ModuleHeader-title,.ListD .Tabs-header-title{font-size:var(--title-2);font-weight:700;line-height:1.2;line-height:1.48}[data-primary-headline-font=Oswald] .ListD .FaqModuleC-header-title,[data-primary-headline-font=Oswald] .ListD .ModuleHeader-title,[data-primary-headline-font=Oswald] .ListD .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ListD .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] .ListD .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] .ListD .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] .ListD .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] .ListD .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .ListD .Tabs-header-title,[data-primary-headline-font=Merriweather] .ListD .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] .ListD .ModuleHeader-title,[data-primary-headline-font=Merriweather] .ListD .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.ListD .FaqModuleC-header-description,.ListD .ModuleHeader-description,.ListD .Tabs-header-description{font-size:18px;font-weight:700;line-height:1.5;margin-top:14px}.ListD-cta,.ListD-nextPage{margin-top:30px;text-align:center}.ListD-linkWithArrow a{color:#000;font-size:18px;font-weight:700;line-height:1.22}.ListD-linkWithArrow a:hover svg{transform:translate(5px)}.ListD-linkWithArrow a svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.ListD-cta a{min-width:196px}.ListD-cta[data-align=left]{text-align:left}.ListD-cta[data-align=right]{text-align:right}.ListD-cta[data-align=center]{text-align:center}@media only screen and (min-width:1024px){.ListD-cta,.ListD-nextPage{margin-top:47px}}.ListD-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.ListD-items{grid-gap:0;display:grid;flex:1;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start}.ListD-aside,.ListD-socialBar{margin-top:40px}.ListD-title{color:var(--color-neon-blue);font-size:var(--title-1);font-weight:700;line-height:1.1}[data-primary-headline-font=Oswald] .ListD-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ListD-title,[data-primary-headline-font="Source Serif Pro"] .ListD-title,[data-primary-headline-font=Merriweather] .ListD-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.ListD-buttons{margin-top:40px}.ListD-buttons .ListD-linkWithArrow a{align-items:center;display:inline-flex;min-width:285px}.ListD-buttons .ListD-linkWithArrow svg{margin-left:auto}.ListD-buttons .ListD-linkWithArrow:not(:first-child){margin-top:10px}.ListD-description{color:#000;font-size:17px;line-height:1.47;margin-top:20px}@media only screen and (min-width:568px){.ListD-items-item{width:auto}}@media only screen and (min-width:1024px){.ListD-container{flex-direction:row;flex-wrap:nowrap}.ListD-aside{display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:50px;margin-top:0;max-width:400px}.ListD-items{grid-gap:0;display:grid;flex:1;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start;margin-right:60px}}@media only screen and (min-width:1240px){.ListD-items{grid-template-columns:repeat(auto-fit,minmax(200px,227px));margin-right:0}.ListD-title{font-size:46px;font-weight:700;line-height:1.13}}.ListE{border-top:1px solid var(--color-blue-dark);margin-top:40px;padding-top:20px;position:relative}.ListE .FaqModuleC-header,.ListE .ModuleHeader,.ListE .Tabs-header{margin-bottom:20px;max-width:100%}.ListE .FaqModuleC-header-title,.ListE .ModuleHeader-title,.ListE .Tabs-header-title{font-size:20px;font-weight:700;margin:0;text-align:left}.ListE .FaqModuleC-header-description,.ListE .ModuleHeader-description,.ListE .Tabs-header-description{display:none}.ListE-items{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center}.ListE-items-item{display:flex}@media only screen and (min-width:768px){.ListE{margin-top:60px}.ListE-items{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.ListE{margin-top:150px;padding-top:27px}.ListE .FaqModuleC-header,.ListE .ModuleHeader,.ListE .Tabs-header{margin-bottom:50px}.ListE .FaqModuleC-header-title,.ListE .ModuleHeader-title,.ListE .Tabs-header-title{font-size:42px}.ListE-items{grid-gap:32px;grid-template-columns:repeat(3,1fr)}.ListE-items[data-list-columns="1"],.ListE-items[data-list-item-count="1"]{grid-template-columns:auto}.ListE-items[data-list-columns="2"],.ListE-items[data-list-item-count="2"]{grid-template-columns:repeat(2,1fr)}.ListE-items[data-list-columns="4"],.ListE-items[data-list-item-count="4"]{grid-template-columns:repeat(4,1fr)}.ListE-items[data-list-columns="2"].ListE-items[data-list-item-count="4"]{grid-template-columns:repeat(2,1fr)}}.ListF{--moduleBgColor:initial;--moduleBgOpacity:initial;--moduleBgImage:initial;--textAlignment:left;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);position:relative}.ListF .FaqModuleC-header,.ListF .ModuleHeader,.ListF .Tabs-header,.ListF-items{position:relative;z-index:2}.ListF .FaqModuleC-header-title,.ListF .ModuleHeader-title,.ListF .Tabs-header-title{font-size:var(--title-2);line-height:1.2;line-height:1.48}[data-primary-headline-font=Oswald] .ListF .FaqModuleC-header-title,[data-primary-headline-font=Oswald] .ListF .ModuleHeader-title,[data-primary-headline-font=Oswald] .ListF .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .ListF .FaqModuleC-header-title,[data-primary-headline-font="Roboto Slab"] .ListF .ModuleHeader-title,[data-primary-headline-font="Roboto Slab"] .ListF .Tabs-header-title,[data-primary-headline-font="Source Serif Pro"] .ListF .FaqModuleC-header-title,[data-primary-headline-font="Source Serif Pro"] .ListF .ModuleHeader-title,[data-primary-headline-font="Source Serif Pro"] .ListF .Tabs-header-title,[data-primary-headline-font=Merriweather] .ListF .FaqModuleC-header-title,[data-primary-headline-font=Merriweather] .ListF .ModuleHeader-title,[data-primary-headline-font=Merriweather] .ListF .Tabs-header-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.ListF .FaqModuleC-header-description,.ListF .ModuleHeader-description,.ListF .Tabs-header-description{font-size:18px;font-weight:700;line-height:1.5;margin-top:14px}.ListF-cta,.ListF-nextPage{margin-top:30px;text-align:center}.ListF-linkWithArrow a{color:#000;font-size:18px;font-weight:700;line-height:1.22}.ListF-linkWithArrow a:hover svg{transform:translate(5px)}.ListF-linkWithArrow a svg{color:var(--color-orange);flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.ListF-cta a{min-width:196px}.ListF-cta[data-align=left]{text-align:left}.ListF-cta[data-align=right]{text-align:right}.ListF-cta[data-align=center]{text-align:center}@media only screen and (min-width:1024px){.ListF-cta,.ListF-nextPage{margin-top:47px}}.ListF .FaqModuleC-header,.ListF .ModuleHeader,.ListF .Tabs-header{margin-bottom:20px;max-width:100%;text-align:var(--textAlignment)}.ListF .FaqModuleC-header-title,.ListF .ModuleHeader-title,.ListF .Tabs-header-title{font-size:20px;font-weight:700;margin:0;max-width:unset;text-align:left;text-align:var(--textAlignment)}.ListF .FaqModuleC-header-description,.ListF .ModuleHeader-description,.ListF .Tabs-header-description{margin-left:0;max-width:unset;text-align:left;text-align:var(--textAlignment)}.ListF-items{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center}.ListF-items-item{display:flex}.ListF .PromoC-link:hover-title span{color:var(--color-primary-text)}@media only screen and (min-width:768px){.ListF-items{grid-template-columns:repeat(2,1fr)}.ListF .FaqModuleC-header-title,.ListF .ModuleHeader-title,.ListF .Tabs-header-title{font-size:42px}}@media only screen and (min-width:1024px){.ListF .FaqModuleC-header,.ListF .ModuleHeader,.ListF .Tabs-header{margin-bottom:50px}.ListF-items{grid-gap:32px;grid-template-columns:repeat(3,1fr)}.ListF-items[data-list-columns="1"],.ListF-items[data-list-item-count="1"]{grid-template-columns:auto}.ListF-items[data-list-columns="2"],.ListF-items[data-list-item-count="2"]{grid-template-columns:repeat(2,1fr)}.ListF-items[data-list-columns="4"],.ListF-items[data-list-item-count="4"]{grid-template-columns:repeat(4,1fr)}.ListF-items[data-list-columns="2"].ListF-items[data-list-item-count="4"]{grid-template-columns:repeat(2,1fr)}}.ListCardA{--textAlignment:left}.ListCardA .FaqModuleC-header,.ListCardA .ModuleHeader,.ListCardA .Tabs-header{text-align:var(--textAlignment)}.ListCardA .FaqModuleC-header-title,.ListCardA .ModuleHeader-title,.ListCardA .Tabs-header-title{color:var(--color-primary-text);font-size:30px;letter-spacing:normal;max-width:unset;text-align:var(--textAlignment)}.ListCardA .FaqModuleC-header-description,.ListCardA .ModuleHeader-description,.ListCardA .Tabs-header-description{color:var(--color-primary-text);font-size:18px;font-weight:400;letter-spacing:normal;line-height:1.78;max-width:unset;text-align:var(--textAlignment)}.ListCardA-items{grid-gap:40px;display:grid;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:1024px){.ListCardA .FaqModuleC-header-title,.ListCardA .ModuleHeader-title,.ListCardA .Tabs-header-title{font-size:42px}.ListCardA-items[data-list-columns="2"],.ListCardA-items[data-list-columns="3"],.ListCardA-items[data-list-columns="4"],.ListCardA-items[data-list-columns="5"],.ListCardA-items[data-list-columns="6"]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.ListCardA-items[data-list-columns="3"],.ListCardA-items[data-list-columns="6"]{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.ListCardA-items[data-list-columns="2"]{grid-template-columns:repeat(2,1fr)}.ListCardA-items[data-list-columns="3"],.ListCardA-items[data-list-columns="5"],.ListCardA-items[data-list-columns="6"]{grid-template-columns:repeat(3,1fr)}.ListCardA-items[data-list-columns="4"]{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:1240px){.ListCardA-items[data-list-columns="5"]{grid-template-columns:repeat(5,1fr)}.ListCardA-items[data-list-columns="6"]{grid-template-columns:repeat(6,1fr)}}@media only screen and (min-width:1024px){.MediaModule{display:flex}.MediaModule-sticky{flex:0 0 280px;margin-right:40px}[data-header-align=right] .MediaModule-sticky{margin-left:40px;margin-right:0}.MediaModule-sticky-container{position:-webkit-sticky;position:sticky;top:calc(20px + var(--hatDisplacementHeight) + var(--headerDisplacementHeight) + var(--breadcrumbBarDisplacementHeight))}.MediaModule-sticky-container [data-modulewell=narrow],[data-modulewell=aside] .MediaModule-sticky-container,[data-modulewell=standard] .MediaModule-sticky-container,[data-modulewell=wide] .MediaModule-sticky-container{position:static}.MediaModule-content{flex:1 1 auto}.MediaModule[data-header-align=right]{flex-direction:row-reverse}}@media only screen and (min-width:1440px){.MediaModule-sticky{flex:0 0 380px}}.FooterNavigation-items{grid-row-gap:40px;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:40px}.FooterNavigation-items-item:before{display:none}@media only screen and (min-width:568px){.FooterNavigation-items{grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.FooterNavigation-items{-moz-column-gap:30px;column-gap:30px;grid-template-columns:repeat(5,1fr)}}@media only screen and (min-width:1240px){.FooterNavigation-items{grid-template-columns:120px 230px 1fr 1fr 1fr}}.FooterNavigationItem{--color-link-text-theme:var(--color-footer-text);--color-link-text:var(--color-footer-text)}.FooterNavigationItem a:hover{text-decoration:underline}.FooterNavigationItem-text-link{display:block;font-size:14px;font-weight:700;margin-bottom:20px;word-break:keep-all}.FooterNavigationItem .NavigationLink{display:block;font-size:14px}.FooterNavigationItem-items{grid-gap:12px;display:grid}.FooterNavigationItem-items-item:before{content:""}.SectionNavigation{padding:20px 0 20px 20px}.SectionNavigation-items{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}.SectionNavigation-items .flickity{min-height:31px;overflow:initial;width:100%}.SectionNavigation-items-item{margin:0 25px}.SectionNavigation-items-item[data-current-nav-item]{position:relative}.SectionNavigation-items-item[data-current-nav-item]:before{bottom:-1px;content:"";height:3px;position:absolute;width:100%}.SectionNavigation-items-item[data-hide]{display:none}.SectionNavigation-items-item[data-sub-trigger]{display:none;position:relative}.SectionNavigation-items-item[data-sub-trigger]:hover .SectionNavigationItem-subNav,.SectionNavigation-items-item[data-sub-trigger][data-hover] .SectionNavigationItem-subNav{display:block}.SectionNavigation-items-item[data-sub-trigger] svg{height:16px;margin-left:2px;position:relative;top:2px;transform:rotate(90deg);width:11px}.SectionNavigation-items-item[data-sub-trigger=show]{display:inline}@media only screen and (min-width:768px){.SectionNavigation{margin-bottom:0;padding:40px 0}.SectionNavigation-items{border-bottom:0;padding:0}}.SectionNavigationItem{position:relative}.SectionNavigationItem a,.SectionNavigationItem-text{white-space:nowrap}.SectionNavigationItem a-link,.SectionNavigationItem-text-link{--color-link-text-theme:var(--color-primary-text);font-size:var(--description-3);font-weight:400;font-weight:700;line-height:1.33}.SectionNavigationItem a-link:after,.SectionNavigationItem-text-link:after{background-color:var(--color-grey-one);border-radius:2px;content:"";display:block;height:4px}.SectionNavigationItem a-link:hover:after,.SectionNavigationItem-text-link:hover:after,[data-current-nav-item] .SectionNavigationItem a-link:after,[data-current-nav-item] .SectionNavigationItem-text-link:after{background-color:var(--color-primary)}.StickyNav{align-items:center;bottom:0;display:none;flex-shrink:0;height:-webkit-max-content;height:-moz-max-content;height:max-content;justify-content:center;margin:auto;padding:10px;position:fixed;right:0;top:0;transform:translate(-50%);z-index:25}.StickyNav.alternative .StickyNav-items-item.is-active a{color:var(--color-orange)}.StickyNav.alternative .StickyNav-items-item a{color:var(--color-white)}.StickyNav.alternative .StickyNav-items-item a:hover{color:var(--color-orange)}.StickyNav-items{align-items:flex-end;display:flex;flex-direction:column}.StickyNav-icon{color:var(--color-orange);cursor:pointer;height:31px;width:31px}.StickyNav-icon:hover{color:var(--color-burnt-orange)}.StickyNav-nextButton svg{transform:rotate(180deg)}.StickyNav-prevButton{margin-bottom:6px}.StickyNav-nextButton{margin-top:6px}.StickyNav-items-item.is-active a{color:var(--color-orange)}.StickyNav-items-item a{color:var(--color-blue-dark);font-size:12px;font-weight:700;padding:8px 0;text-align:right;transition:none}.StickyNav-items-item a:hover{color:var(--color-orange)}@media only screen and (min-width:1620px){.StickyNav{display:flex}}.PromoA,.PromoB,.PromoC,.PromoCardA,.PromoD,.PromoImageOnly,.PromoLeadA,.PromoLeadGeneric,.PromoTextOnly,.PromoTextOnlyA,.RichTextModuleB,.SolutionsLeadA{--boxShadow:0 20px 30px 0 rgba(0,0,0,.1);--dividerColor:var(--color-primary-theme1);--moduleBgOpacity:0;--moduleBgImage:0;--dividerVisibility:none;background-color:var(--moduleBgColor);background-image:var(--moduleBgImage);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--color-primary-text);display:flex;position:relative}.PromoA[data-disable-shadow],.PromoB[data-disable-shadow],.PromoC[data-disable-shadow],.PromoCardA[data-disable-shadow],.PromoD[data-disable-shadow],.PromoImageOnly[data-disable-shadow],.PromoLeadA[data-disable-shadow],.PromoLeadGeneric[data-disable-shadow],.PromoTextOnlyA[data-disable-shadow],.PromoTextOnly[data-disable-shadow],.RichTextModuleB[data-disable-shadow],.SolutionsLeadA[data-disable-shadow]{box-shadow:none}.PromoA-link:hover [class$=-linkWithArrow] svg,.PromoB-link:hover [class$=-linkWithArrow] svg,.PromoC-link:hover [class$=-linkWithArrow] svg,.PromoCardA-link:hover [class$=-linkWithArrow] svg,.PromoD-link:hover [class$=-linkWithArrow] svg,.PromoImageOnly-link:hover [class$=-linkWithArrow] svg,.PromoLeadA-link:hover [class$=-linkWithArrow] svg,.PromoLeadGeneric-link:hover [class$=-linkWithArrow] svg,.PromoTextOnly-link:hover [class$=-linkWithArrow] svg,.PromoTextOnlyA-link:hover [class$=-linkWithArrow] svg,.RichTextModuleB-link:hover [class$=-linkWithArrow] svg,.SolutionsLeadA-link:hover [class$=-linkWithArrow] svg{transform:translate(5px)}.PromoA-category,.PromoB-category,.PromoC-category,.PromoCardA-category,.PromoD-category,.PromoImageOnly-category,.PromoLeadA-category,.PromoLeadGeneric-category,.PromoTextOnly-category,.PromoTextOnlyA-category,.RichTextModuleB-category,.SolutionsLeadA-category{font-size:var(--label-1);font-weight:700;line-height:1.42;text-transform:uppercase}.PromoA-category a:hover,.PromoB-category a:hover,.PromoC-category a:hover,.PromoCardA-category a:hover,.PromoD-category a:hover,.PromoImageOnly-category a:hover,.PromoLeadA-category a:hover,.PromoLeadGeneric-category a:hover,.PromoTextOnly-category a:hover,.PromoTextOnlyA-category a:hover,.RichTextModuleB-category a:hover,.SolutionsLeadA-category a:hover{--color-link-text-hover-theme:var(--color-link-text);text-decoration:underline}.PromoA-author,.PromoA-date,.PromoA-duration,.PromoB-author,.PromoB-date,.PromoB-duration,.PromoC-author,.PromoC-date,.PromoC-duration,.PromoCardA-author,.PromoCardA-date,.PromoCardA-duration,.PromoD-author,.PromoD-date,.PromoD-duration,.PromoImageOnly-author,.PromoImageOnly-date,.PromoImageOnly-duration,.PromoLeadA-author,.PromoLeadA-date,.PromoLeadA-duration,.PromoLeadGeneric-author,.PromoLeadGeneric-date,.PromoLeadGeneric-duration,.PromoTextOnly-author,.PromoTextOnly-date,.PromoTextOnly-duration,.PromoTextOnlyA-author,.PromoTextOnlyA-date,.PromoTextOnlyA-duration,.RichTextModuleB-author,.RichTextModuleB-date,.RichTextModuleB-duration,.SolutionsLeadA-author,.SolutionsLeadA-date,.SolutionsLeadA-duration{font-size:var(--byline-1);line-height:1.36}.PromoA-cta>.Link,.PromoB-cta>.Link,.PromoC-cta>.Link,.PromoCardA-cta>.Link,.PromoD-cta>.Link,.PromoImageOnly-cta>.Link,.PromoLeadA-cta>.Link,.PromoLeadGeneric-cta>.Link,.PromoTextOnly-cta>.Link,.PromoTextOnlyA-cta>.Link,.RichTextModuleB-cta>.Link,.SolutionsLeadA-cta>.Link{font-size:var(--description-3);font-weight:400;line-height:1.33}[data-align=left] .PromoA-cta>.Link,[data-align=left] .PromoB-cta>.Link,[data-align=left] .PromoC-cta>.Link,[data-align=left] .PromoCardA-cta>.Link,[data-align=left] .PromoD-cta>.Link,[data-align=left] .PromoImageOnly-cta>.Link,[data-align=left] .PromoLeadA-cta>.Link,[data-align=left] .PromoLeadGeneric-cta>.Link,[data-align=left] .PromoTextOnly-cta>.Link,[data-align=left] .PromoTextOnlyA-cta>.Link,[data-align=left] .RichTextModuleB-cta>.Link,[data-align=left] .SolutionsLeadA-cta>.Link{justify-content:flex-start}[data-align=center] .PromoA-cta>.Link,[data-align=center] .PromoB-cta>.Link,[data-align=center] .PromoC-cta>.Link,[data-align=center] .PromoCardA-cta>.Link,[data-align=center] .PromoD-cta>.Link,[data-align=center] .PromoImageOnly-cta>.Link,[data-align=center] .PromoLeadA-cta>.Link,[data-align=center] .PromoLeadGeneric-cta>.Link,[data-align=center] .PromoTextOnly-cta>.Link,[data-align=center] .PromoTextOnlyA-cta>.Link,[data-align=center] .RichTextModuleB-cta>.Link,[data-align=center] .SolutionsLeadA-cta>.Link{justify-content:center}[data-align=right] .PromoA-cta>.Link,[data-align=right] .PromoB-cta>.Link,[data-align=right] .PromoC-cta>.Link,[data-align=right] .PromoCardA-cta>.Link,[data-align=right] .PromoD-cta>.Link,[data-align=right] .PromoImageOnly-cta>.Link,[data-align=right] .PromoLeadA-cta>.Link,[data-align=right] .PromoLeadGeneric-cta>.Link,[data-align=right] .PromoTextOnly-cta>.Link,[data-align=right] .PromoTextOnlyA-cta>.Link,[data-align=right] .RichTextModuleB-cta>.Link,[data-align=right] .SolutionsLeadA-cta>.Link{justify-content:flex-end}.PromoA-divider,.PromoB-divider,.PromoC-divider,.PromoCardA-divider,.PromoD-divider,.PromoImageOnly-divider,.PromoLeadA-divider,.PromoLeadGeneric-divider,.PromoTextOnly-divider,.PromoTextOnlyA-divider,.RichTextModuleB-divider,.SolutionsLeadA-divider{display:var(--dividerVisibility)}.PromoA-title a[href],.PromoB-title a[href],.PromoC-title a[href],.PromoCardA-title a[href],.PromoD-title a[href],.PromoImageOnly-title a[href],.PromoLeadA-title a[href],.PromoLeadGeneric-title a[href],.PromoTextOnly-title a[href],.PromoTextOnlyA-title a[href],.RichTextModuleB-title a[href],.SolutionsLeadA-title a[href]{color:var(--color-primary-text)}.PromoA-title a[href]:hover,.PromoB-title a[href]:hover,.PromoC-title a[href]:hover,.PromoCardA-title a[href]:hover,.PromoD-title a[href]:hover,.PromoImageOnly-title a[href]:hover,.PromoLeadA-title a[href]:hover,.PromoLeadGeneric-title a[href]:hover,.PromoTextOnly-title a[href]:hover,.PromoTextOnlyA-title a[href]:hover,.RichTextModuleB-title a[href]:hover,.SolutionsLeadA-title a[href]:hover{color:var(--color-link-text-hover)}.PromoA-media,.PromoB-media,.PromoC-media,.PromoCardA-media,.PromoD-media,.PromoImageOnly-media,.PromoLeadA-media,.PromoLeadGeneric-media,.PromoTextOnly-media,.PromoTextOnlyA-media,.RichTextModuleB-media,.SolutionsLeadA-media{position:relative;width:100%}.PromoA-media a,.PromoB-media a,.PromoC-media a,.PromoCardA-media a,.PromoD-media a,.PromoImageOnly-media a,.PromoLeadA-media a,.PromoLeadGeneric-media a,.PromoTextOnly-media a,.PromoTextOnlyA-media a,.RichTextModuleB-media a,.SolutionsLeadA-media a{display:block;position:relative}.PromoA-media .PromoA-icon,.PromoB-media .PromoB-icon,.PromoC-media .PromoC-icon,.PromoCardA-media .PromoCardA-icon,.PromoD-media .PromoD-icon,.PromoImageOnly-media .PromoImageOnly-icon,.PromoLeadA-media .PromoLeadA-icon,.PromoLeadGeneric-media .PromoLeadGeneric-icon,.PromoTextOnly-media .PromoTextOnly-icon,.PromoTextOnlyA-media .PromoTextOnlyA-icon,.RichTextModuleB-media .RichTextModuleB-icon,.SolutionsLeadA-media .SolutionsLeadA-icon{bottom:5px;color:var(--white);height:40px;left:5px;pointer-events:none;position:absolute;width:40px}.PromoA-duration .PromoA-icon,.PromoB-duration .PromoB-icon,.PromoC-duration .PromoC-icon,.PromoCardA-duration .PromoCardA-icon,.PromoD-duration .PromoD-icon,.PromoImageOnly-duration .PromoImageOnly-icon,.PromoLeadA-duration .PromoLeadA-icon,.PromoLeadGeneric-duration .PromoLeadGeneric-icon,.PromoTextOnly-duration .PromoTextOnly-icon,.PromoTextOnlyA-duration .PromoTextOnlyA-icon,.RichTextModuleB-duration .RichTextModuleB-icon,.SolutionsLeadA-duration .SolutionsLeadA-icon{color:var(--white);height:40px;margin-right:10px;pointer-events:none;width:40px}.PromoA-author,.PromoB-author,.PromoC-author,.PromoCardA-author,.PromoD-author,.PromoImageOnly-author,.PromoLeadA-author,.PromoLeadGeneric-author,.PromoTextOnly-author,.PromoTextOnlyA-author,.RichTextModuleB-author,.SolutionsLeadA-author{align-items:center;display:flex;justify-content:center;position:relative}[data-align=left] .PromoA-author,[data-align=left] .PromoB-author,[data-align=left] .PromoC-author,[data-align=left] .PromoCardA-author,[data-align=left] .PromoD-author,[data-align=left] .PromoImageOnly-author,[data-align=left] .PromoLeadA-author,[data-align=left] .PromoLeadGeneric-author,[data-align=left] .PromoTextOnly-author,[data-align=left] .PromoTextOnlyA-author,[data-align=left] .RichTextModuleB-author,[data-align=left] .SolutionsLeadA-author{justify-content:flex-start}[data-align=right] .PromoA-author,[data-align=right] .PromoB-author,[data-align=right] .PromoC-author,[data-align=right] .PromoCardA-author,[data-align=right] .PromoD-author,[data-align=right] .PromoImageOnly-author,[data-align=right] .PromoLeadA-author,[data-align=right] .PromoLeadGeneric-author,[data-align=right] .PromoTextOnly-author,[data-align=right] .PromoTextOnlyA-author,[data-align=right] .RichTextModuleB-author,[data-align=right] .SolutionsLeadA-author{justify-content:flex-end}[data-hide-authors=true] .PromoA-author,[data-hide-authors=true] .PromoB-author,[data-hide-authors=true] .PromoC-author,[data-hide-authors=true] .PromoCardA-author,[data-hide-authors=true] .PromoD-author,[data-hide-authors=true] .PromoImageOnly-author,[data-hide-authors=true] .PromoLeadA-author,[data-hide-authors=true] .PromoLeadGeneric-author,[data-hide-authors=true] .PromoTextOnly-author,[data-hide-authors=true] .PromoTextOnlyA-author,[data-hide-authors=true] .RichTextModuleB-author,[data-hide-authors=true] .SolutionsLeadA-author{display:none}.PromoA-author[data-has-image] .PromoA-authorInfo,.PromoB-author[data-has-image] .PromoB-authorInfo,.PromoC-author[data-has-image] .PromoC-authorInfo,.PromoCardA-author[data-has-image] .PromoCardA-authorInfo,.PromoD-author[data-has-image] .PromoD-authorInfo,.PromoImageOnly-author[data-has-image] .PromoImageOnly-authorInfo,.PromoLeadA-author[data-has-image] .PromoLeadA-authorInfo,.PromoLeadGeneric-author[data-has-image] .PromoLeadGeneric-authorInfo,.PromoTextOnly-author[data-has-image] .PromoTextOnly-authorInfo,.PromoTextOnlyA-author[data-has-image] .PromoTextOnlyA-authorInfo,.RichTextModuleB-author[data-has-image] .RichTextModuleB-authorInfo,.SolutionsLeadA-author[data-has-image] .SolutionsLeadA-authorInfo{text-align:left}.PromoA-authorImage,.PromoB-authorImage,.PromoC-authorImage,.PromoCardA-authorImage,.PromoD-authorImage,.PromoImageOnly-authorImage,.PromoLeadA-authorImage,.PromoLeadGeneric-authorImage,.PromoTextOnly-authorImage,.PromoTextOnlyA-authorImage,.RichTextModuleB-authorImage,.SolutionsLeadA-authorImage{flex-shrink:0;margin-right:10px}.PromoA-authorImage img,.PromoB-authorImage img,.PromoC-authorImage img,.PromoCardA-authorImage img,.PromoD-authorImage img,.PromoImageOnly-authorImage img,.PromoLeadA-authorImage img,.PromoLeadGeneric-authorImage img,.PromoTextOnly-authorImage img,.PromoTextOnlyA-authorImage img,.RichTextModuleB-authorImage img,.SolutionsLeadA-authorImage img{border-radius:100%;display:block;height:40px;width:40px}.PromoA-actions:not(:first-child),.PromoB-actions:not(:first-child),.PromoC-actions:not(:first-child),.PromoCardA-actions:not(:first-child),.PromoD-actions:not(:first-child),.PromoImageOnly-actions:not(:first-child),.PromoLeadA-actions:not(:first-child),.PromoLeadGeneric-actions:not(:first-child),.PromoTextOnly-actions:not(:first-child),.PromoTextOnlyA-actions:not(:first-child),.RichTextModuleB-actions:not(:first-child),.SolutionsLeadA-actions:not(:first-child){margin-top:30px}.PromoA-actions:not(:last-child),.PromoB-actions:not(:last-child),.PromoC-actions:not(:last-child),.PromoCardA-actions:not(:last-child),.PromoD-actions:not(:last-child),.PromoImageOnly-actions:not(:last-child),.PromoLeadA-actions:not(:last-child),.PromoLeadGeneric-actions:not(:last-child),.PromoTextOnly-actions:not(:last-child),.PromoTextOnlyA-actions:not(:last-child),.RichTextModuleB-actions:not(:last-child),.SolutionsLeadA-actions:not(:last-child){margin-bottom:30px}.PromoA-actions .ActionBar-items,.PromoB-actions .ActionBar-items,.PromoC-actions .ActionBar-items,.PromoCardA-actions .ActionBar-items,.PromoD-actions .ActionBar-items,.PromoImageOnly-actions .ActionBar-items,.PromoLeadA-actions .ActionBar-items,.PromoLeadGeneric-actions .ActionBar-items,.PromoTextOnly-actions .ActionBar-items,.PromoTextOnlyA-actions .ActionBar-items,.RichTextModuleB-actions .ActionBar-items,.SolutionsLeadA-actions .ActionBar-items{justify-content:center}[data-align=left] .PromoA-actions .ActionBar-items,[data-align=left] .PromoB-actions .ActionBar-items,[data-align=left] .PromoC-actions .ActionBar-items,[data-align=left] .PromoCardA-actions .ActionBar-items,[data-align=left] .PromoD-actions .ActionBar-items,[data-align=left] .PromoImageOnly-actions .ActionBar-items,[data-align=left] .PromoLeadA-actions .ActionBar-items,[data-align=left] .PromoLeadGeneric-actions .ActionBar-items,[data-align=left] .PromoTextOnly-actions .ActionBar-items,[data-align=left] .PromoTextOnlyA-actions .ActionBar-items,[data-align=left] .RichTextModuleB-actions .ActionBar-items,[data-align=left] .SolutionsLeadA-actions .ActionBar-items{justify-content:flex-start}[data-align=right] .PromoA-actions .ActionBar-items,[data-align=right] .PromoB-actions .ActionBar-items,[data-align=right] .PromoC-actions .ActionBar-items,[data-align=right] .PromoCardA-actions .ActionBar-items,[data-align=right] .PromoD-actions .ActionBar-items,[data-align=right] .PromoImageOnly-actions .ActionBar-items,[data-align=right] .PromoLeadA-actions .ActionBar-items,[data-align=right] .PromoLeadGeneric-actions .ActionBar-items,[data-align=right] .PromoTextOnly-actions .ActionBar-items,[data-align=right] .PromoTextOnlyA-actions .ActionBar-items,[data-align=right] .RichTextModuleB-actions .ActionBar-items,[data-align=right] .SolutionsLeadA-actions .ActionBar-items{justify-content:flex-end}.PromoA[data-has-background] .ActionLink:not(:hover),.PromoA[data-has-background] bsp-affinity-button,.PromoB[data-has-background] .ActionLink:not(:hover),.PromoB[data-has-background] bsp-affinity-button,.PromoC[data-has-background] .ActionLink:not(:hover),.PromoC[data-has-background] bsp-affinity-button,.PromoCardA[data-has-background] .ActionLink:not(:hover),.PromoCardA[data-has-background] bsp-affinity-button,.PromoD[data-has-background] .ActionLink:not(:hover),.PromoD[data-has-background] bsp-affinity-button,.PromoImageOnly[data-has-background] .ActionLink:not(:hover),.PromoImageOnly[data-has-background] bsp-affinity-button,.PromoLeadA[data-has-background] .ActionLink:not(:hover),.PromoLeadA[data-has-background] bsp-affinity-button,.PromoLeadGeneric[data-has-background] .ActionLink:not(:hover),.PromoLeadGeneric[data-has-background] bsp-affinity-button,.PromoTextOnlyA[data-has-background] .ActionLink:not(:hover),.PromoTextOnlyA[data-has-background] bsp-affinity-button,.PromoTextOnly[data-has-background] .ActionLink:not(:hover),.PromoTextOnly[data-has-background] bsp-affinity-button,.RichTextModuleB[data-has-background] .ActionLink:not(:hover),.RichTextModuleB[data-has-background] bsp-affinity-button,.SolutionsLeadA[data-has-background] .ActionLink:not(:hover),.SolutionsLeadA[data-has-background] bsp-affinity-button{color:inherit}.PromoA-items,.PromoB-items,.PromoC-items,.PromoCardA-items,.PromoD-items,.PromoImageOnly-items,.PromoLeadA-items,.PromoLeadGeneric-items,.PromoTextOnly-items,.PromoTextOnlyA-items,.RichTextModuleB-items,.SolutionsLeadA-items{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .PromoA-items,[data-primary-headline-font=Oswald] .PromoB-items,[data-primary-headline-font=Oswald] .PromoC-items,[data-primary-headline-font=Oswald] .PromoCardA-items,[data-primary-headline-font=Oswald] .PromoD-items,[data-primary-headline-font=Oswald] .PromoImageOnly-items,[data-primary-headline-font=Oswald] .PromoLeadA-items,[data-primary-headline-font=Oswald] .PromoLeadGeneric-items,[data-primary-headline-font=Oswald] .PromoTextOnly-items,[data-primary-headline-font=Oswald] .PromoTextOnlyA-items,[data-primary-headline-font=Oswald] .RichTextModuleB-items,[data-primary-headline-font=Oswald] .SolutionsLeadA-items{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoA-items,[data-primary-headline-font="Roboto Slab"] .PromoB-items,[data-primary-headline-font="Roboto Slab"] .PromoC-items,[data-primary-headline-font="Roboto Slab"] .PromoCardA-items,[data-primary-headline-font="Roboto Slab"] .PromoD-items,[data-primary-headline-font="Roboto Slab"] .PromoImageOnly-items,[data-primary-headline-font="Roboto Slab"] .PromoLeadA-items,[data-primary-headline-font="Roboto Slab"] .PromoLeadGeneric-items,[data-primary-headline-font="Roboto Slab"] .PromoTextOnly-items,[data-primary-headline-font="Roboto Slab"] .PromoTextOnlyA-items,[data-primary-headline-font="Roboto Slab"] .RichTextModuleB-items,[data-primary-headline-font="Roboto Slab"] .SolutionsLeadA-items,[data-primary-headline-font="Source Serif Pro"] .PromoA-items,[data-primary-headline-font="Source Serif Pro"] .PromoB-items,[data-primary-headline-font="Source Serif Pro"] .PromoC-items,[data-primary-headline-font="Source Serif Pro"] .PromoCardA-items,[data-primary-headline-font="Source Serif Pro"] .PromoD-items,[data-primary-headline-font="Source Serif Pro"] .PromoImageOnly-items,[data-primary-headline-font="Source Serif Pro"] .PromoLeadA-items,[data-primary-headline-font="Source Serif Pro"] .PromoLeadGeneric-items,[data-primary-headline-font="Source Serif Pro"] .PromoTextOnly-items,[data-primary-headline-font="Source Serif Pro"] .PromoTextOnlyA-items,[data-primary-headline-font="Source Serif Pro"] .RichTextModuleB-items,[data-primary-headline-font="Source Serif Pro"] .SolutionsLeadA-items,[data-primary-headline-font=Merriweather] .PromoA-items,[data-primary-headline-font=Merriweather] .PromoB-items,[data-primary-headline-font=Merriweather] .PromoC-items,[data-primary-headline-font=Merriweather] .PromoCardA-items,[data-primary-headline-font=Merriweather] .PromoD-items,[data-primary-headline-font=Merriweather] .PromoImageOnly-items,[data-primary-headline-font=Merriweather] .PromoLeadA-items,[data-primary-headline-font=Merriweather] .PromoLeadGeneric-items,[data-primary-headline-font=Merriweather] .PromoTextOnly-items,[data-primary-headline-font=Merriweather] .PromoTextOnlyA-items,[data-primary-headline-font=Merriweather] .RichTextModuleB-items,[data-primary-headline-font=Merriweather] .SolutionsLeadA-items{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoA-items-item,.PromoB-items-item,.PromoC-items-item,.PromoCardA-items-item,.PromoD-items-item,.PromoImageOnly-items-item,.PromoLeadA-items-item,.PromoLeadGeneric-items-item,.PromoTextOnly-items-item,.PromoTextOnlyA-items-item,.RichTextModuleB-items-item,.SolutionsLeadA-items-item{padding-left:20px;position:relative}.PromoA-items-item:not(:last-child),.PromoB-items-item:not(:last-child),.PromoC-items-item:not(:last-child),.PromoCardA-items-item:not(:last-child),.PromoD-items-item:not(:last-child),.PromoImageOnly-items-item:not(:last-child),.PromoLeadA-items-item:not(:last-child),.PromoLeadGeneric-items-item:not(:last-child),.PromoTextOnly-items-item:not(:last-child),.PromoTextOnlyA-items-item:not(:last-child),.RichTextModuleB-items-item:not(:last-child),.SolutionsLeadA-items-item:not(:last-child){margin-bottom:20px}.PromoA-items-item svg,.PromoB-items-item svg,.PromoC-items-item svg,.PromoCardA-items-item svg,.PromoD-items-item svg,.PromoImageOnly-items-item svg,.PromoLeadA-items-item svg,.PromoLeadGeneric-items-item svg,.PromoTextOnly-items-item svg,.PromoTextOnlyA-items-item svg,.RichTextModuleB-items-item svg,.SolutionsLeadA-items-item svg{height:12px;left:0;margin-right:8px;position:absolute;top:5px;width:12px}.PromoA-authorName,.PromoA-byline,.PromoA-category,.PromoA-date,.PromoA-description,.PromoA-duration,.PromoB-authorName,.PromoB-byline,.PromoB-category,.PromoB-date,.PromoB-description,.PromoB-duration,.PromoC-authorName,.PromoC-byline,.PromoC-category,.PromoC-date,.PromoC-description,.PromoC-duration,.PromoCardA-authorName,.PromoCardA-byline,.PromoCardA-category,.PromoCardA-date,.PromoCardA-description,.PromoCardA-duration,.PromoD-authorName,.PromoD-byline,.PromoD-category,.PromoD-date,.PromoD-description,.PromoD-duration,.PromoImageOnly-authorName,.PromoImageOnly-byline,.PromoImageOnly-category,.PromoImageOnly-date,.PromoImageOnly-description,.PromoImageOnly-duration,.PromoLeadA-authorName,.PromoLeadA-byline,.PromoLeadA-category,.PromoLeadA-date,.PromoLeadA-description,.PromoLeadA-duration,.PromoLeadGeneric-authorName,.PromoLeadGeneric-byline,.PromoLeadGeneric-category,.PromoLeadGeneric-date,.PromoLeadGeneric-description,.PromoLeadGeneric-duration,.PromoTextOnly-authorName,.PromoTextOnly-byline,.PromoTextOnly-category,.PromoTextOnly-date,.PromoTextOnly-description,.PromoTextOnly-duration,.PromoTextOnlyA-authorName,.PromoTextOnlyA-byline,.PromoTextOnlyA-category,.PromoTextOnlyA-date,.PromoTextOnlyA-description,.PromoTextOnlyA-duration,.RichTextModuleB-authorName,.RichTextModuleB-byline,.RichTextModuleB-category,.RichTextModuleB-date,.RichTextModuleB-description,.RichTextModuleB-duration,.SolutionsLeadA-authorName,.SolutionsLeadA-byline,.SolutionsLeadA-category,.SolutionsLeadA-date,.SolutionsLeadA-description,.SolutionsLeadA-duration{color:var(--color-primary-text)}.PromoA-linkWithArrow svg,.PromoB-linkWithArrow svg,.PromoC-linkWithArrow svg,.PromoCardA-linkWithArrow svg,.PromoD-linkWithArrow svg,.PromoImageOnly-linkWithArrow svg,.PromoLeadA-linkWithArrow svg,.PromoLeadGeneric-linkWithArrow svg,.PromoTextOnly-linkWithArrow svg,.PromoTextOnlyA-linkWithArrow svg,.RichTextModuleB-linkWithArrow svg,.SolutionsLeadA-linkWithArrow svg{flex-shrink:0;height:12px;transform:translate(0);transition:transform .2s ease;width:24px}.PromoA-description ol,.PromoB-description ol,.PromoC-description ol,.PromoCardA-description ol,.PromoD-description ol,.PromoImageOnly-description ol,.PromoLeadA-description ol,.PromoLeadGeneric-description ol,.PromoTextOnly-description ol,.PromoTextOnlyA-description ol,.RichTextModuleB-description ol,.SolutionsLeadA-description ol{padding:0 0 0 20px}.PromoA-description ol ol,.PromoB-description ol ol,.PromoC-description ol ol,.PromoCardA-description ol ol,.PromoD-description ol ol,.PromoImageOnly-description ol ol,.PromoLeadA-description ol ol,.PromoLeadGeneric-description ol ol,.PromoTextOnly-description ol ol,.PromoTextOnlyA-description ol ol,.RichTextModuleB-description ol ol,.SolutionsLeadA-description ol ol{list-style-type:lower-alpha}.PromoA-description ul,.PromoB-description ul,.PromoC-description ul,.PromoCardA-description ul,.PromoD-description ul,.PromoImageOnly-description ul,.PromoLeadA-description ul,.PromoLeadGeneric-description ul,.PromoTextOnly-description ul,.PromoTextOnlyA-description ul,.RichTextModuleB-description ul,.SolutionsLeadA-description ul{--color-link-text-theme:var(--color-primary-text);grid-gap:10px;color:var(--color-primary-text);display:grid;list-style:none}.PromoA-description ul li,.PromoB-description ul li,.PromoC-description ul li,.PromoCardA-description ul li,.PromoD-description ul li,.PromoImageOnly-description ul li,.PromoLeadA-description ul li,.PromoLeadGeneric-description ul li,.PromoTextOnly-description ul li,.PromoTextOnlyA-description ul li,.RichTextModuleB-description ul li,.SolutionsLeadA-description ul li{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;list-style:none;padding-left:15px;position:relative}.PromoA-description ul li:before,.PromoB-description ul li:before,.PromoC-description ul li:before,.PromoCardA-description ul li:before,.PromoD-description ul li:before,.PromoImageOnly-description ul li:before,.PromoLeadA-description ul li:before,.PromoLeadGeneric-description ul li:before,.PromoTextOnly-description ul li:before,.PromoTextOnlyA-description ul li:before,.RichTextModuleB-description ul li:before,.SolutionsLeadA-description ul li:before{color:var(--color-primary-text);content:"•";left:0;position:absolute}.PromoA[data-hide-description=true] [class$=-description],.PromoA[data-hide-title=true] [class$=-title],.PromoB[data-hide-description=true] [class$=-description],.PromoB[data-hide-title=true] [class$=-title],.PromoC[data-hide-description=true] [class$=-description],.PromoC[data-hide-title=true] [class$=-title],.PromoCardA[data-hide-description=true] [class$=-description],.PromoCardA[data-hide-title=true] [class$=-title],.PromoD[data-hide-description=true] [class$=-description],.PromoD[data-hide-title=true] [class$=-title],.PromoImageOnly[data-hide-description=true] [class$=-description],.PromoImageOnly[data-hide-title=true] [class$=-title],.PromoLeadA[data-hide-description=true] [class$=-description],.PromoLeadA[data-hide-title=true] [class$=-title],.PromoLeadGeneric[data-hide-description=true] [class$=-description],.PromoLeadGeneric[data-hide-title=true] [class$=-title],.PromoTextOnlyA[data-hide-description=true] [class$=-description],.PromoTextOnlyA[data-hide-title=true] [class$=-title],.PromoTextOnly[data-hide-description=true] [class$=-description],.PromoTextOnly[data-hide-title=true] [class$=-title],.RichTextModuleB[data-hide-description=true] [class$=-description],.RichTextModuleB[data-hide-title=true] [class$=-title],.SolutionsLeadA[data-hide-description=true] [class$=-description],.SolutionsLeadA[data-hide-title=true] [class$=-title]{display:none}.PromoA{--textAlignment:left;display:flex;flex-direction:column}.PromoA-category{color:var(--color-orange);display:none;font-size:12px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.PromoA-link{background-color:var(--color-blue-dark);display:flex;flex-direction:column;min-height:396px;padding:50px 35px;transition:all .2s ease}.PromoA-link:hover{--color-link-text-hover:var(--white);background-color:#323a46}.PromoA-link:hover .PromoA-title{color:var(--color-burnt-orange)}.PromoA[data-inverse-colors]{--color-primary-text:var(--white);--color-link-text:var(--white)}.PromoA-title{display:none;font-size:var(--title-5);font-size:21px;font-weight:700;height:52px;line-height:1.24}@supports (display:-webkit-box){.PromoA-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.PromoA-title:after{display:none}}.PromoA-description{display:none;font-size:15px;line-height:1.6;margin-top:10px}@supports (display:-webkit-box){.PromoA-description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.PromoA-description:after{display:none}}.PromoA-linkWithArrow{margin-left:auto;margin-top:auto}.PromoA-content{display:flex;flex:1;flex-direction:column;text-align:var(--textAlignment)}.PromoA-media{align-items:center;display:flex;height:50px;margin:0 0 30px}.PromoB{--textAlignment:left}.PromoB,.PromoB-link{display:flex;flex-direction:column;height:100%}.PromoB-link{background-color:var(--white);min-height:365px;padding:45px 35px;transform:scale(1);transition:all .2s ease}@media only screen and (min-width:768px) and (max-width:1023px){.PromoB-link{padding:25px 15px}}.PromoB-link:hover{transform:scale(1.01)}.PromoB-title{color:var(--color-neon-blue);display:none;font-size:var(--title-3);font-weight:700;height:124px;line-height:1.22}@supports (display:-webkit-box){.PromoB-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.PromoB-title:after{display:none}}[data-primary-headline-font=Oswald] .PromoB-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoB-title,[data-primary-headline-font="Source Serif Pro"] .PromoB-title,[data-primary-headline-font=Merriweather] .PromoB-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoB-description{font-size:16px;line-height:1.69;margin-top:15px}.PromoB-linkWithArrow{margin-left:auto;margin-top:auto}.PromoB-content{display:flex;flex:1;flex-direction:column;text-align:var(--textAlignment)}.PromoC{--textAlignment:left}.PromoC,.PromoC-link{display:flex;width:100%}.PromoC-link{background-color:var(--color-blue-dark);box-shadow:1px 1px 6px -3px rgba(0,0,0,.5);flex-direction:row;padding:25px 30px;transition:all .2s ease}.PromoC-link:hover{background-color:#323a46}.PromoC .not-link:hover{background-color:var(--color-blue-dark)}.PromoC[data-inverse-colors]{--color-primary-text:var(--white);--color-link-text:var(--white)}.PromoC-title{display:none;font-size:15px;font-weight:700;line-height:1.53}@supports (display:-webkit-box){.PromoC-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.PromoC-title:after{display:none}}.PromoC-description{display:none;font-size:13px;line-height:1.38;margin-top:5px}@supports (display:-webkit-box){.PromoC-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.PromoC-description:after{display:none}}.PromoC-content{display:flex;flex-direction:column}.PromoC-media{align-items:center;display:flex;flex-shrink:0;margin:0 30px 0 0;width:auto}.PromoD{--textAlignment:left;display:flex;flex-direction:column}.PromoD-category{color:var(--color-orange);display:block;font-size:12px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.PromoD-link{background-color:var(--color-blue-dark);display:flex;flex-direction:column;min-height:229px;padding:26px;transition:all .2s ease}.PromoD-link:hover{--color-link-text-hover:var(--white);background-color:#323a46}.PromoD-link:hover .PromoA-title{color:var(--white);opacity:.7}.PromoD[data-inverse-colors]{--color-primary-text:var(--white);--color-link-text:var(--white)}.PromoD-title{display:none;font-size:17px;font-stretch:normal;font-style:normal;font-weight:700;height:80px;line-height:1.53}@supports (display:-webkit-box){.PromoD-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.PromoD-title:after{display:none}}.PromoD-linkWithArrow{margin-top:auto}.PromoD-linkWithArrow span{align-items:center;display:flex;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;line-height:1.86}.PromoD-linkWithArrow svg{margin-left:auto}.PromoD-content{display:flex;flex:1;flex-direction:column;text-align:var(--textAlignment)}.PromoD-media{align-items:center;display:flex;height:50px;margin:0 0 30px}.PromoCardA{--textAlignment:left;--buttonVisibility:block;--verticalAlignment:flex-start;display:flex;flex-direction:column;height:100%}.PromoCardA[data-theme=charcoal] [class*=category],.PromoCardA[data-theme=dark-grey] [class*=category]{color:var(--white)}.PromoCardA[data-theme=charcoal] [class*=category] .Link,.PromoCardA[data-theme=dark-grey] [class*=category] .Link{color:var(--white);opacity:1;transition:all .2s ease}.PromoCardA[data-theme=charcoal] [class*=category] .Link:hover,.PromoCardA[data-theme=dark-grey] [class*=category] .Link:hover{opacity:.7;text-decoration:none}.PromoCardA-title{font-size:var(--title-3);font-size:24px;font-weight:700;line-height:1.22;line-height:1.58;width:100%}[data-primary-headline-font=Oswald] .PromoCardA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoCardA-title,[data-primary-headline-font="Source Serif Pro"] .PromoCardA-title,[data-primary-headline-font=Merriweather] .PromoCardA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoCardA-description{color:var(--primaryTextColor);font-size:18px;line-height:1.78;margin-top:10px}[data-hide-descriptions=true] .PromoCardA-description{display:none}.PromoCardA-author,.PromoCardA-duration{margin-top:10px}[data-hide-authors=true] .PromoCardA-author{display:none}.PromoCardA-ctaWrapper{display:flex;flex-direction:row;flex-wrap:wrap}.PromoCardA-ctaWrapper a{min-width:auto}.PromoCardA-cta{margin-top:20px}.PromoCardA-cta:not([data-secondary-button=true]){margin-right:18px}.PromoCardA-cta>.Link,.PromoCardA-cta>a{color:var(--white);font-size:16px;font-weight:700}.ListCardB .PromoCardA-cta>.Link,.ListCardB .PromoCardA-cta>a{text-align:left}.PromoCardA-cta>.Link.button-primary,.PromoCardA-cta>.Link.button-primary-inverse,.PromoCardA-cta>a.button-primary,.PromoCardA-cta>a.button-primary-inverse{padding-left:20px;padding-right:20px}.PromoCardA-cta>.Link.button-primary svg,.PromoCardA-cta>.Link.button-primary-inverse svg,.PromoCardA-cta>a.button-primary svg,.PromoCardA-cta>a.button-primary-inverse svg{height:10px;width:30px}.PromoCardA-cta>.Link svg,.PromoCardA-cta>a svg{margin-left:20px}.PromoCardA-content{display:flex;flex:1;flex-direction:column;justify-content:var(--verticalAlignment);padding:30px;text-align:var(--textAlignment);width:100%;z-index:1}.PromoCardA-category{color:var(--linkTextHoverColor);font-size:30px;font-weight:300;line-height:1.4;margin-bottom:10px;text-transform:none}[data-hide-categories=true] .PromoCardA-category{display:none}.PromoCardA-category .Link:not([href]){color:var(--primaryTextColor)}.PromoCardA-media{bottom:0;left:0;position:absolute;right:0;top:0}.PromoCardA-media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width:768px){.PromoCardA-cta{margin-top:30px}.PromoCardA-description{max-width:470px}.PromoCardA-content{padding:52px 70px 70px}[data-list-columns="5"] .PromoCardA-content{padding-left:20px;padding-right:20px}}.PromoTextOnly{flex-direction:column;text-align:var(--textAlignment)}.PromoTextOnly-title{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.PromoTextOnly-description{font-size:var(--description-3);font-weight:400;line-height:1.33;margin-top:0}.PromoTextOnly-category{display:none;margin-bottom:10px}.PromoTextOnly-cta{margin-top:4px}.PromoTextOnlyA{flex-direction:column;max-width:834px;text-align:var(--textAlignment)}.PromoTextOnlyA[data-inverse-colors]{--color-link-text:var(--white);--color-primary-text:var(--white)}.PromoTextOnlyA-title{--color-link-text:var(--white);font-size:var(--title-1);font-weight:700;line-height:1.1;max-width:700px}[data-primary-headline-font=Oswald] .PromoTextOnlyA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoTextOnlyA-title,[data-primary-headline-font="Source Serif Pro"] .PromoTextOnlyA-title,[data-primary-headline-font=Merriweather] .PromoTextOnlyA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoTextOnlyA-description{font-size:20px;line-height:1.35;margin-top:20px}.PromoTextOnlyA-cta{margin-top:30px}.PromoTextOnlyA-cta>.Link{font-size:18px;font-weight:700;min-width:300px;padding-left:30px;padding-right:30px}.PromoImageOnly{height:200px;width:200px}.PromoImageOnly-media{display:flex;justify-content:center}.PromoImageOnly-media .Image{max-height:120px}.PromoImageOnly-link{align-items:center;background:var(--color-charcoal);border:2px solid var(--color-blue-dark);display:flex;height:100%;justify-content:center;transition:border-color .2s ease;width:100%}.PromoImageOnly-link:hover{border-color:var(--color-orange)}.PromoImageOnlyA{position:relative}.PromoImageOnlyA-featuredLabel{background-color:var(--color-orange);bottom:12px;color:var(--white);display:none;left:40px;max-width:240px;padding:5px 10px;position:absolute;width:100%;z-index:2}.PromoImageOnlyA-description,.PromoImageOnlyA-title{color:var(--white);font-size:13px;font-weight:700;line-height:1.46}@media only screen and (min-width:768px){.PromoImageOnlyA-featuredLabel{display:flex}}.PromoLeadA{--textAlignment:left;--buttonVisibility:block;--linkHoverColor:#c75000;width:100%}.PromoLeadA .PlaylistItemA-content{display:none}.PromoLeadA-container{display:flex;flex-direction:column;z-index:3}[data-media-horizontal=right] .PromoLeadA-container{flex-direction:column-reverse}.PromoLeadA-shortDescription{font-size:24px;font-weight:700;line-height:1.58;margin-bottom:7px;margin-top:7px}.PromoLeadA-productName{margin-bottom:20px}.PromoLeadA-productName,h1.PromoLeadA-productName{font-size:var(--title-6);font-weight:300;font-weight:700;font-weight:400;line-height:1.36}[data-primary-headline-font=Oswald] .PromoLeadA-productName,[data-primary-headline-font=Oswald] h1.PromoLeadA-productName{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoLeadA-productName,[data-primary-headline-font="Roboto Slab"] h1.PromoLeadA-productName,[data-primary-headline-font="Source Serif Pro"] .PromoLeadA-productName,[data-primary-headline-font="Source Serif Pro"] h1.PromoLeadA-productName,[data-primary-headline-font=Merriweather] .PromoLeadA-productName,[data-primary-headline-font=Merriweather] h1.PromoLeadA-productName{font-family:var(--primaryHeadlineFont),"Georgia",serif}h2.PromoLeadA-productName{font-size:var(--title-6);font-weight:300;font-weight:700;font-weight:400;line-height:1.36}[data-primary-headline-font=Oswald] h2.PromoLeadA-productName{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] h2.PromoLeadA-productName,[data-primary-headline-font="Source Serif Pro"] h2.PromoLeadA-productName,[data-primary-headline-font=Merriweather] h2.PromoLeadA-productName{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoLeadA-productName a[href]{color:inherit}.PromoLeadA-productName a[href]:hover{color:var(--linkHoverColor)}.PromoLeadA-category{margin-bottom:20px}.PromoLeadA-content{display:flex;flex-direction:column;justify-content:center;position:relative;text-align:var(--textAlignment);width:100%}.PromoLeadA-title{font-size:var(--title-6);font-stretch:normal;font-style:normal;font-weight:700;font-weight:300;letter-spacing:normal;line-height:1.36;line-height:1.21;width:100%}[data-primary-headline-font=Oswald] .PromoLeadA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoLeadA-title,[data-primary-headline-font="Source Serif Pro"] .PromoLeadA-title,[data-primary-headline-font=Merriweather] .PromoLeadA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}h1.PromoLeadA-title{font-size:var(--title-1);font-weight:700;font-weight:300;line-height:1.1}[data-primary-headline-font=Oswald] h1.PromoLeadA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] h1.PromoLeadA-title,[data-primary-headline-font="Source Serif Pro"] h1.PromoLeadA-title,[data-primary-headline-font=Merriweather] h1.PromoLeadA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoLeadA-title,h2.PromoLeadA-title{font-size:var(--title-6);font-weight:700;font-weight:300;line-height:1.36}[data-primary-headline-font=Oswald] .PromoLeadA-title,[data-primary-headline-font=Oswald] h2.PromoLeadA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoLeadA-title,[data-primary-headline-font="Roboto Slab"] h2.PromoLeadA-title,[data-primary-headline-font="Source Serif Pro"] .PromoLeadA-title,[data-primary-headline-font="Source Serif Pro"] h2.PromoLeadA-title,[data-primary-headline-font=Merriweather] .PromoLeadA-title,[data-primary-headline-font=Merriweather] h2.PromoLeadA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoLeadA-title a:hover{color:var(--tertiaryColor)}.PromoLeadA-description{font-size:1.5rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.88}.PromoLeadA-description a{font-weight:700}.PromoLeadA-description a:hover{text-decoration:underline}.PromoLeadA-description ul li:before{font-size:2.5rem;top:-8px}.PromoLeadA-cta,.PromoLeadA-description{margin-top:15px}.PromoLeadA:not([data-button-visibility=none]) .PromoLeadA-cta{display:flex}.PromoLeadA-cta{margin-top:40px}.PromoLeadA-cta>.Link{font-size:18px;font-weight:700;min-width:auto;padding-left:30px;padding-right:30px}.PromoLeadA-cta [data-video-open-modal]{display:inline-flex}.PromoLeadA-cta svg{margin-left:15px}.PromoLeadA-cta[data-button-layout=stacked]{flex-direction:column}.PromoLeadA-cta[data-button-layout=stacked] .Promo-cta{display:inline-flex;min-width:200px}.PromoLeadA-cta[data-button-layout=stacked] .Promo-cta .ButtonWithArrow:hover{color:var(--linkHoverColor)}.PromoLeadA-cta[data-button-layout=stacked] .Promo-cta:first-child:not(:last-child){margin-bottom:10px}.PromoLeadA-cta:not([data-button-layout=stacked]){grid-gap:20px;flex-direction:row;flex-wrap:wrap}.PromoLeadA-cta:not([data-button-layout=stacked]) .Promo-cta:first-child:not(:last-child){margin-right:20px}.PromoLeadA-media{align-self:flex-start;margin:auto auto 20px;position:relative}[data-content-type=video] .PromoLeadA-media:hover{cursor:pointer}.PromoLeadA-media:hover .PromoLeadA-video{background-color:#ae4600!important}[data-media-horizontal=right] .PromoLeadA-media{margin-bottom:0;margin-top:20px}.PromoLeadA-media img{margin:0 auto;width:100%}.PromoLeadA .PlaylistItemA{align-self:flex-start;justify-content:center;margin:auto auto 20px;position:relative}.PromoLeadA[data-media-horizontal=right] .PlaylistItemA{margin-bottom:0;margin-top:20px}.PromoLeadA-video{align-items:center;background-color:var(--tertiaryColor);border-radius:26px;bottom:0;display:flex;height:49px;justify-content:center;left:50%;pointer-events:none;position:absolute;right:0;top:50%;transform:translate(-50%,-50%);transition:background-color .2s ease;width:78px}.PromoLeadA-video svg{fill:var(--white);height:20px;width:21px}@media only screen and (min-width:768px){.PromoLeadA{--mediaMaxWidth:320px;--mediaGap:20px}.PromoLeadA-container{display:flex;flex-direction:row}[data-media-horizontal=right] .PromoLeadA-container{flex-direction:row-reverse}.PromoLeadA-media{margin:auto var(--mediaGap) auto 0;max-width:var(--mediaMaxWidth)}[data-media-horizontal=right] .PromoLeadA-media{margin:auto 0 auto var(--mediaGap)}.PromoLeadA .PlaylistItemA{margin:auto var(--mediaGap) auto 0;max-width:var(--mediaMaxWidth)}.PromoLeadA[data-media-horizontal=right] .PlaylistItemA{margin:auto 0 auto var(--mediaGap)}.PromoLeadA-description{margin-top:27px}}@media only screen and (min-width:1024px){.PromoLeadA{--mediaMaxWidth:642px;--mediaGap:100px}.PromoLeadA-content{max-width:540px}.PromoLeadA-video{height:81px;width:129px}.PromoLeadA-video svg{height:38px;width:35px}.PromoLeadA-cta[data-button-layout=stacked] .Promo-cta:first-child:not(:last-child){margin-bottom:30px}.PromoLeadA-cta:not([data-button-layout=stacked]) .Promo-cta:first-child:not(:last-child){margin-right:50px}.PromoLeadA-productName{margin-top:-15px}.PromoLeadA-title{max-width:540px}.PromoLeadA-description{font-size:1.7rem;max-width:508px}}@media only screen and (min-width:1240px){.PromoLeadA{--mediaMaxWidth:642px;--mediaGap:100px}}.SolutionsLeadA{--textAlignment:center;--buttonVisibility:none;--verticalAlignment:center;width:100%}@media only screen and (min-width:1440px){.SolutionsLeadA[data-module]{padding-bottom:160px;padding-top:160px}}.SolutionsLeadA-container{width:100%;z-index:3}.SolutionsLeadA-category{background-color:#5263ff;height:41px;line-height:41px;margin-bottom:20px;margin-left:auto;margin-right:auto;width:173px}.SolutionsLeadA-category a{color:#fff!important;display:block;text-decoration:none!important;width:100%}.SolutionsLeadA-content{position:relative;text-align:var(--textAlignment);width:100%}.SolutionsLeadA-title{font-size:var(--title-1);font-weight:700;line-height:1.1;width:100%}[data-primary-headline-font=Oswald] .SolutionsLeadA-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .SolutionsLeadA-title,[data-primary-headline-font="Source Serif Pro"] .SolutionsLeadA-title,[data-primary-headline-font=Merriweather] .SolutionsLeadA-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.SolutionsLeadA-description{color:inherit;margin-top:20px}@media only screen and (min-width:768px){.SolutionsLeadA{min-height:320px}.SolutionsLeadA-content{justify-content:var(--verticalAlignment);margin:auto;max-width:var(--containerNarrowWidth)}}.PromoLeadGeneric{--textAlignment:left;--buttonVisibility:block;background-color:transparent;width:100%}.PromoLeadGeneric-container{background-color:var(--moduleBgColor);width:100%;z-index:3}.PromoLeadGeneric-dateAndLocation span{color:#fff;font-size:13px;font-weight:700}.PromoLeadGeneric-dateAndLocation span.date{text-transform:uppercase}.PromoLeadGeneric-dateAndLocation span:first-child:after{content:"|";display:inline-block;margin-left:10px;margin-right:5px}.PromoLeadGeneric-dateAndLocation span:last-child:after{display:none}.PromoLeadGeneric-category{margin-bottom:20px}.PromoLeadGeneric-category a{color:var(--tertiaryColor)}.PromoLeadGeneric-content{padding:30px;position:relative;text-align:var(--textAlignment);width:100%}@media only screen and (min-width:1024px){.PromoLeadGeneric-content{max-height:546px;padding-bottom:90px;padding-right:90px;padding-top:76px}[data-media-horizontal=right] .PromoLeadGeneric-content{padding-left:90px;padding-right:0}}.PromoLeadGeneric-title{font-size:var(--title-2);font-weight:700;line-height:1.2;line-height:19px;width:100%}[data-primary-headline-font=Oswald] .PromoLeadGeneric-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .PromoLeadGeneric-title,[data-primary-headline-font="Source Serif Pro"] .PromoLeadGeneric-title,[data-primary-headline-font=Merriweather] .PromoLeadGeneric-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.PromoLeadGeneric-title a[href]{font-size:30px;font-weight:300;line-height:32px}.PromoLeadGeneric-description,.PromoLeadGeneric-title a[href]{color:var(--white);font-stretch:normal;font-style:normal;letter-spacing:normal}.PromoLeadGeneric-description{font-size:var(--description-2);font-size:18px;font-weight:400;line-height:1.44;line-height:1.6}.PromoLeadGeneric-cta,.PromoLeadGeneric-description{margin-top:30px}.Page-pageLead .PromoLeadGeneric-cta{display:none}.PromoLeadGeneric-cta .button-primary{border:0;border-radius:4px;color:var(--white);font-size:18px;font-weight:700}.PromoLeadGeneric-media{margin:0;max-width:unset;position:relative}.PromoLeadGeneric-media img{box-shadow:none;margin:0 auto;max-height:300px;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (min-width:1024px){.PromoLeadGeneric-media img{max-height:unset}}@media only screen and (min-width:768px){.PromoLeadGeneric{--mediaMaxWidth:320px;--mediaGap:20px}.PromoLeadGeneric-media{margin:0 auto;max-width:var(--mediaMaxWidth);padding-top:20px}.PromoLeadGeneric-description{margin-top:20px}}@media only screen and (min-width:1024px){.PromoLeadGeneric-title{line-height:19px}}@media only screen and (min-width:1149px){.PromoLeadGeneric{--mediaMaxWidth:496px;--mediaGap:90px}.PromoLeadGeneric-media{margin:0 var(--mediaGap) 0 0}[data-media-horizontal=right] .PromoLeadGeneric-media{margin:0 0 0 var(--mediaGap)}.PromoLeadGeneric-container{display:flex;flex-direction:row}[data-media-horizontal=right] .PromoLeadGeneric-container{flex-direction:row-reverse}}@media only screen and (min-width:1240px){.PromoLeadGeneric{--mediaMaxWidth:496px;--mediaGap:90px}.PromoLeadGeneric-media{padding-top:0}}.PromoLeadWithBackground{--moduleBgColor:var(--color-charcoal);--moduleTextColor:var(--color-white);position:relative}.PromoLeadWithBackground .Background-left,.PromoLeadWithBackground .Background-right{background-repeat:no-repeat;background-size:contain;bottom:0;display:none;position:absolute;top:0;width:calc(100vw - 50%);z-index:1}.PromoLeadWithBackground .Background-left{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjcxNiIgdmlld0JveD0iMCAwIDQ2NSA3MTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSIjMzIzQTQ2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik00MTkgMEgwdjEwaDQxOXpNMzMyIDE2SDB2MTBoMzMyek00MyAzM0gwdjEwaDQzek05MiAzM0g0OXYxMGg0M3pNNDMgOThIMHYxMGg0M3pNNDMgMTE0SDB2MTBoNDN6TTQzIDE0OEgwdjEwaDQzek0xOTAgOThINDl2MTBoMTQxek0xNDEgMzNIOTh2MTBoNDN6TTE5MCAzM2gtNDN2MTBoNDN6TTM4NSA0OUgwdjEwaDM4NXpNMjE2IDY1SDB2MTBoMjE2ek05MiAxNjVIMHYxMGg5MnpNMTQxIDE4MkgwdjEwaDE0MXpNOTIgMzA3SDB2MTBoOTJ6TTE0MSAzMjNIMHYxMGgxNDF6TTQzIDgySDB2MTBoNDN6TTkyIDgySDQ5djEwaDQzek0xNDEgODJIOTh2MTBoNDN6TTQzIDEzMEgwdjEwaDQzek05MiAxMzBINDl2MTBoNDN6TTQzIDE5OEgwdjEwaDQzek00MyAyMTRIMHYxMGg0M3pNNDMgMjMxSDB2MTBoNDN6TTkyIDE5OEg0OXYxMGg0M3pNNDMgMzQwSDB2MTBoNDN6TTkyIDM0MEg0OXYxMGg0M3pNMjg4IDEzMEg5OHYxMGgxOTB6TTE5MCA4MmgtNDN2MTBoNDN6TTIzOSA4MmgtNDN2MTBoNDN6TTI4OCA4MmgtNDN2MTBoNDN6TTMzNyA4MmgtNDN2MTBoNDN6TTkyIDQ3NUgwdjEwaDkyek00MyA1MDhIMHYxMGg0M3pNOTIgNTA4SDQ5djEwaDQzek00MyA1NzNIMHYxMGg0M3pNNDMgNTkwSDB2MTBoNDN6TTE5MCA2MjNIMHYxMGgxOTB6TTE0MSA1MDhIOTh2MTBoNDN6TTI4OCA2NDFIMHYxMGgyODh6TTIzOSA2NTdIMHYxMGgyMzl6TTQzIDU1N0gwdjEwaDQzek05MiA1NTdINDl2MTBoNDN6TTQzIDYwNkgwdjEwaDQzek05MiA2MDZINDl2MTBoNDN6TTQzIDY3M0gwdjEwaDQzek00MDAgNjkwSDB2MTBoNDAwek00NjUgNzA2SDB2MTBoNDY1ek05MiA2NzNINDl2MTBoNDN6TTE0MSA2NzNIOTh2MTBoNDN6TTI4OCA2NTdoLTQzdjEwaDQzek0zMzcgNjU3aC00M3YxMGg0M3pNMTkwIDY3M2gtNDN2MTBoNDN6TTIzOSA2NzNoLTQzdjEwaDQzek0yODggNjczaC00M3YxMGg0M3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==');background-position:0;left:0}.PromoLeadWithBackground .Background-right{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjcxNiIgdmlld0JveD0iMCAwIDQ2NSA3MTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSIjMzIzQTQ2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik00NiAwaDQxOXYxMEg0NnpNMTMzIDE2aDMzMnYxMEgxMzN6TTQyMiAzM2g0M3YxMGgtNDN6TTM3MyAzM2g0M3YxMGgtNDN6TTQyMiA5OGg0M3YxMGgtNDN6TTQyMiAxMTRoNDN2MTBoLTQzek00MjIgMTQ4aDQzdjEwaC00M3pNMjc1IDk4aDE0MXYxMEgyNzV6TTMyNCAzM2g0M3YxMGgtNDN6TTI3NSAzM2g0M3YxMGgtNDN6TTgwIDQ5aDM4NXYxMEg4MHpNMjQ5IDY1aDIxNnYxMEgyNDl6TTM3MyAxNjVoOTJ2MTBoLTkyek0zMjQgMTgyaDE0MXYxMEgzMjR6TTM3MyAzMDdoOTJ2MTBoLTkyek0zMjQgMzIzaDE0MXYxMEgzMjR6TTQyMiA4Mmg0M3YxMGgtNDN6TTM3MyA4Mmg0M3YxMGgtNDN6TTMyNCA4Mmg0M3YxMGgtNDN6TTQyMiAxMzBoNDN2MTBoLTQzek0zNzMgMTMwaDQzdjEwaC00M3pNNDIyIDE5OGg0M3YxMGgtNDN6TTQyMiAyMTRoNDN2MTBoLTQzek00MjIgMjMxaDQzdjEwaC00M3pNMzczIDE5OGg0M3YxMGgtNDN6TTQyMiAzNDBoNDN2MTBoLTQzek0zNzMgMzQwaDQzdjEwaC00M3pNMTc3IDEzMGgxOTB2MTBIMTc3ek0yNzUgODJoNDN2MTBoLTQzek0yMjYgODJoNDN2MTBoLTQzek0xNzcgODJoNDN2MTBoLTQzek0xMjggODJoNDN2MTBoLTQzek0zNzMgNDc1aDkydjEwaC05MnpNNDIyIDUwOGg0M3YxMGgtNDN6TTM3MyA1MDhoNDN2MTBoLTQzek00MjIgNTczaDQzdjEwaC00M3pNNDIyIDU5MGg0M3YxMGgtNDN6TTI3NSA2MjNoMTkwdjEwSDI3NXpNMzI0IDUwOGg0M3YxMGgtNDN6TTE3NyA2NDFoMjg4djEwSDE3N3pNMjI2IDY1N2gyMzl2MTBIMjI2ek00MjIgNTU3aDQzdjEwaC00M3pNMzczIDU1N2g0M3YxMGgtNDN6TTQyMiA2MDZoNDN2MTBoLTQzek0zNzMgNjA2aDQzdjEwaC00M3pNNDIyIDY3M2g0M3YxMGgtNDN6TTY1IDY5MGg0MDB2MTBINjV6TTAgNzA2aDQ2NXYxMEgwek0zNzMgNjczaDQzdjEwaC00M3pNMzI0IDY3M2g0M3YxMGgtNDN6TTE3NyA2NTdoNDN2MTBoLTQzek0xMjggNjU3aDQzdjEwaC00M3pNMjc1IDY3M2g0M3YxMGgtNDN6TTIyNiA2NzNoNDN2MTBoLTQzek0xNzcgNjczaDQzdjEwaC00M3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==');background-position:100%;right:0}.PromoLeadWithBackground .FaqModuleC-header-description,.PromoLeadWithBackground .FaqModuleC-header-title,.PromoLeadWithBackground .ModuleHeader-description,.PromoLeadWithBackground .ModuleHeader-title,.PromoLeadWithBackground .Tabs-header-description,.PromoLeadWithBackground .Tabs-header-title{color:var(--moduleTextColor)}.PromoLeadWithBackground-container{position:relative;z-index:2}.PromoLeadWithBackground-cta{text-align:center}.PromoLeadWithBackground-cta a{min-width:196px;padding:12px 30px}@media only screen and (min-width:1024px){.PromoLeadWithBackground .Background-left,.PromoLeadWithBackground .Background-right{display:block}.PromoLeadWithBackground[data-hide-overlay] .Background-left,.PromoLeadWithBackground[data-hide-overlay] .Background-right{display:none}}.Quote,.QuoteA,.QuoteB{--boxShadow:0 20px 30px 0 rgba(0,0,0,.1);--moduleBgColor:var(--color-bg);--moduleBgOpacity:0;--moduleBgImage:0;--textAlignment:left;--horizontalAlignment:flex-start;background:var(--moduleBgImage);background-color:var(--moduleBgColor);color:var(--color-primary-text);position:relative}[data-modulepad=none] .Quote,[data-modulepad=none] .QuoteA,[data-modulepad=none] .QuoteB{--moduleBgColor:0}.QuoteA[data-has-bg-image],.QuoteB[data-has-bg-image],.Quote[data-has-bg-image]{background-repeat:no-repeat;background-size:cover}.Quote-container,.QuoteA-container,.QuoteB-container{justify-content:var(--horizontalAlignment);position:relative;z-index:1}.Quote-quote,.QuoteA-quote,.QuoteB-quote{font-size:var(--quote-1);font-weight:700;letter-spacing:-.5px;line-height:1.36;margin:0;text-align:var(--textAlignment)}.Quote-quote:before,.QuoteA-quote:before,.QuoteB-quote:before{content:"\201C"}.Quote-quote:after,.QuoteA-quote:after,.QuoteB-quote:after{content:"\201D"}.Quote-attribution,.QuoteA-attribution,.QuoteB-attribution{color:var(--color-secondary-text);font-size:var(--byline-1);line-height:1.36;text-align:var(--textAlignment)}.Quote-info,.QuoteA-info,.QuoteB-info{align-items:center;display:flex;margin-top:20px}.Quote-image,.QuoteA-image,.QuoteB-image{flex-shrink:0}.Quote-image img,.QuoteA-image img,.QuoteB-image img{border-radius:100%}.Quote-attribution,.QuoteA-attribution,.QuoteB-attribution{margin:0 0 0 15px;max-width:165px}@media only screen and (min-width:768px){.Quote:before,.QuoteA:before,.QuoteB:before{font-size:80px;top:-2px}.Quote-attribution,.QuoteA-attribution,.QuoteB-attribution{--textAlignment:left;margin:0 0 0 15px;max-width:165px}}@media only screen and (min-width:1024px){.Quote-attribution,.QuoteA-attribution,.QuoteB-attribution{max-width:200px}}.Quote{padding:20px}[data-rounded-corners=true] .Quote{border-radius:8px;overflow:hidden}@media only screen and (min-width:768px){.Quote{padding:40px;padding:60px}}.QuoteA{box-shadow:var(--boxShadow);padding:20px}[data-rounded-corners=true] .QuoteA{border-radius:8px;overflow:hidden}@media only screen and (min-width:768px){.QuoteA{padding:40px;padding:60px}}.QuoteB{--textAlignment:center;--moduleBgColor:0;height:100%}.QuoteB-quote{text-align:var(--textAlignment)}.QuoteB-container{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:var(--containerNarrowWidth)}.SocialBar-heading{display:none;margin-bottom:20px}.SocialBar-items{display:grid;flex-wrap:wrap;gap:11px;grid-template-columns:repeat(auto-fill,47px);list-style:none}.SocialBar-items-item{flex-shrink:0}.SocialBar-items-item[data-social-service=facebook]{order:0}.SocialBar-items-item[data-social-service=youtube]{order:1}.SocialBar-items-item[data-social-service=linkedin]{order:2}.SocialBar-items-item[data-social-service=github]{order:3}.SocialBar-items-item[data-social-service=tumblr]{order:4}.SocialBar-items-item[data-social-service=discord]{order:5}.SocialBar-items-item[data-social-service=telegram]{order:6}.SocialLink{align-items:center;border-radius:100%;display:flex;justify-content:center}.SocialLink[data-social-service=facebook],.SocialLink[data-social-service=github],.SocialLink[data-social-service=telegram]{height:46px;width:46px}.SocialLink[data-social-service=facebook] svg,.SocialLink[data-social-service=github] svg,.SocialLink[data-social-service=telegram] svg{color:var(--color-blue-dark);height:46px;opacity:.5;transition:all .2s ease;width:46px}.SocialLink[data-social-service=facebook]:hover svg,.SocialLink[data-social-service=github]:hover svg,.SocialLink[data-social-service=telegram]:hover svg{color:#cb5000;opacity:1}.SocialLink[data-social-service=discord],.SocialLink[data-social-service=instagram],.SocialLink[data-social-service=linkedin],.SocialLink[data-social-service=tumblr],.SocialLink[data-social-service=twitter],.SocialLink[data-social-service=youtube]{background-color:var(--color-blue-dark);border-radius:100%;height:46px;opacity:.5;transition:all .2s ease;width:46px}.SocialLink[data-social-service=discord]:hover,.SocialLink[data-social-service=instagram]:hover,.SocialLink[data-social-service=linkedin]:hover,.SocialLink[data-social-service=tumblr]:hover,.SocialLink[data-social-service=twitter]:hover,.SocialLink[data-social-service=youtube]:hover{background-color:#cb5000;opacity:1}.SocialLink[data-social-service=discord] svg,.SocialLink[data-social-service=instagram] svg,.SocialLink[data-social-service=linkedin] svg,.SocialLink[data-social-service=tumblr] svg,.SocialLink[data-social-service=twitter] svg,.SocialLink[data-social-service=youtube] svg{color:var(--white);max-height:31px;width:31px}.SocialLink[data-social-service=tumblr] svg{height:29px;width:17px}.SocialLink[data-social-service=linkedin] svg{height:29px;width:27px}.Tabs{--boxShadow:0 20px 30px 0 rgba(0,0,0,.1);--dividerColor:var(--color-bg);--moduleBgColor:0;--moduleBgOpacity:0;--moduleBgImage:0;--dividerVisibility:none;display:block;overflow:hidden}.Tabs-content{width:100%}.Tabs-panel{display:none}.Tabs-panel[data-visible]{display:block}.Tabs-panel[data-visible] .flickity-slider>div{height:auto}.Tabs:after{z-index:-1}.Tabs-header{margin-bottom:20px}.Tabs-tab{--color-link-text-theme:var(--color-primary-text);font-size:var(--description-3);font-weight:400;font-weight:700;line-height:1.33}.Tabs-tabsRow{margin-bottom:-20px;overflow:hidden;text-align:center}.Tabs-tabs{grid-gap:25px;display:inline-grid;grid-auto-flow:column;max-width:100%;overflow-x:auto;padding-bottom:20px}.Tabs-tabs::-webkit-scrollbar{display:none}.Tabs-tabs>li{white-space:nowrap}.Tabs-tab:after{background-color:var(--color-bg);border-radius:2px;content:"";display:block;height:4px}.Tabs-tab:hover:after,.Tabs-tab[data-active]:after{background-color:var(--color-primary)}.Tabs .TabItem-content{padding-bottom:20px;padding-top:40px}.Tabs .TabItem-content .Container:not([data-module=wide]),.Tabs .TabItem-content .PromoD,.Tabs .TabItem-content .PromoD5050,.Tabs .TabItem-content [data-modulewell]>[data-module]:not([data-module=wide]){padding-left:0;padding-right:0}.RichTextBody{font-size:var(--body-1);line-height:1.67}.RichTextBody>h1{font-size:var(--title-2);font-weight:700;line-height:1.2}[data-primary-headline-font=Oswald] .RichTextBody>h1{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .RichTextBody>h1,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>h1,[data-primary-headline-font=Merriweather] .RichTextBody>h1{font-family:var(--primaryHeadlineFont),"Georgia",serif}.RichTextBody>h2{font-size:var(--title-3);font-weight:700;line-height:1.22}[data-primary-headline-font=Oswald] .RichTextBody>h2{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .RichTextBody>h2,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>h2,[data-primary-headline-font=Merriweather] .RichTextBody>h2{font-family:var(--primaryHeadlineFont),"Georgia",serif}.RichTextBody>h3{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .RichTextBody>h3{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .RichTextBody>h3,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>h3,[data-primary-headline-font=Merriweather] .RichTextBody>h3{font-family:var(--primaryHeadlineFont),"Georgia",serif}.RichTextBody>h4,.RichTextBody>h5,.RichTextBody>h6{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.RichTextBody:after{clear:both;content:"";display:table}.RichTextBody li>a.Link,.RichTextBody p>a.Link,.RichTextBody td>a.Link,.RichTextBody>a.Link{color:var(--color-link-text);text-decoration:underline}.RichTextBody li>a.Link:hover,.RichTextBody p>a.Link:hover,.RichTextBody td>a.Link:hover,.RichTextBody>a.Link:hover{text-decoration:none}.RichTextBody li>.LinkWithArrow,.RichTextBody p>.LinkWithArrow,.RichTextBody td>.LinkWithArrow,.RichTextBody>.LinkWithArrow{display:inline-flex}.RichTextBody li>ul,.RichTextBody p>ul,.RichTextBody td>ul,.RichTextBody>ul{padding:0 0 0 20px}.RichTextBody p>ol:first-child,.RichTextBody p>ul:first-child,.RichTextBody td>ol:first-child,.RichTextBody td>ul:first-child,.RichTextBody>ol:first-child,.RichTextBody>ul:first-child{margin-top:0}.RichTextBody p>ol:last-child,.RichTextBody p>ul:last-child,.RichTextBody td>ol:last-child,.RichTextBody td>ul:last-child,.RichTextBody>ol:last-child,.RichTextBody>ul:last-child{margin-bottom:0}.RichTextBody p>ol:not(:first-child),.RichTextBody p>ul:not(:first-child),.RichTextBody td>ol:not(:first-child),.RichTextBody td>ul:not(:first-child),.RichTextBody>ol:not(:first-child),.RichTextBody>ul:not(:first-child){margin-top:10px}.RichTextBody p>ol:not(:last-child),.RichTextBody p>ul:not(:last-child),.RichTextBody td>ol:not(:last-child),.RichTextBody td>ul:not(:last-child),.RichTextBody>ol:not(:last-child),.RichTextBody>ul:not(:last-child){margin-bottom:10px}.RichTextBody ol ul,.RichTextBody p>ul,.RichTextBody td>ul,.RichTextBody>ul{list-style-type:disc}.RichTextBody ol ul ul,.RichTextBody p>ul ul,.RichTextBody td>ul ul,.RichTextBody>ul ul{list-style-type:circle}.RichTextBody ol ul ul ul,.RichTextBody p>ul ul ul,.RichTextBody td>ul ul ul,.RichTextBody>ul ul ul{list-style-type:square}.RichTextBody ol{list-style-type:decimal}.RichTextBody ol ol{list-style-type:lower-alpha}.RichTextBody ol ol ol{list-style-type:lower-roman}.RichTextBody p,.RichTextBody>h1,.RichTextBody>h2,.RichTextBody>h3,.RichTextBody>h4,.RichTextBody>h5,.RichTextBody>h6{margin:20px 0}.RichTextBody>h1[data-align-left],.RichTextBody>h2[data-align-left],.RichTextBody>h3[data-align-left],.RichTextBody>h4[data-align-left],.RichTextBody>h5[data-align-left],.RichTextBody>h6[data-align-left]{text-align:left}.RichTextBody>h1[data-align-right],.RichTextBody>h2[data-align-right],.RichTextBody>h3[data-align-right],.RichTextBody>h4[data-align-right],.RichTextBody>h5[data-align-right],.RichTextBody>h6[data-align-right]{text-align:right}.RichTextBody .Enhancement{margin-bottom:var(--enhnacementMargin,40px);margin-top:var(--enhnacementMargin,40px)}.RichTextBody .Enhancement:first-child,.RichTextBody p:first-child{margin-top:0}.RichTextBody .Enhancement:last-child,.RichTextBody p:last-child{margin-bottom:0}.RichTextBody li>table,.RichTextBody p>table,.RichTextBody td>table,.RichTextBody>table{border-collapse:collapse;border-spacing:0;min-width:100%;table-layout:fixed;width:100%}.RichTextBody li>table tr:nth-child(2n),.RichTextBody p>table tr:nth-child(2n),.RichTextBody td>table tr:nth-child(2n),.RichTextBody>table tr:nth-child(2n){background:var(--color-bg)}.RichTextBody li>table img,.RichTextBody p>table img,.RichTextBody td>table img,.RichTextBody>table img{display:inline-block}.RichTextBody li>table tbody:first-child tr:first-child td,.RichTextBody li>table tbody:first-child tr:first-child th,.RichTextBody li>table thead td,.RichTextBody li>table thead th,.RichTextBody p>table tbody:first-child tr:first-child td,.RichTextBody p>table tbody:first-child tr:first-child th,.RichTextBody p>table thead td,.RichTextBody p>table thead th,.RichTextBody td>table tbody:first-child tr:first-child td,.RichTextBody td>table tbody:first-child tr:first-child th,.RichTextBody td>table thead td,.RichTextBody td>table thead th,.RichTextBody>table tbody:first-child tr:first-child td,.RichTextBody>table tbody:first-child tr:first-child th,.RichTextBody>table thead td,.RichTextBody>table thead th{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;vertical-align:top}.RichTextBody li>table td,.RichTextBody li>table th,.RichTextBody p>table td,.RichTextBody p>table th,.RichTextBody td>table td,.RichTextBody td>table th,.RichTextBody>table td,.RichTextBody>table th{border:none;font-size:var(--description-4);line-height:1.38;padding:10px 5px;text-align:left;vertical-align:middle;width:1px}.RichTextBody li>table td:first-child,.RichTextBody li>table th:first-child,.RichTextBody p>table td:first-child,.RichTextBody p>table th:first-child,.RichTextBody td>table td:first-child,.RichTextBody td>table th:first-child,.RichTextBody>table td:first-child,.RichTextBody>table th:first-child{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;vertical-align:top}@media only screen and (min-width:768px){.RichTextBody .Enhancement[data-align-left],.RichTextBody .Enhancement[data-align-right],.RichTextBody>.Enhancement[data-align-left]:first-child+ol,.RichTextBody>.Enhancement[data-align-left]:first-child+p,.RichTextBody>.Enhancement[data-align-left]:first-child+table,.RichTextBody>.Enhancement[data-align-left]:first-child+ul,.RichTextBody>.Enhancement[data-align-right]:first-child+ol,.RichTextBody>.Enhancement[data-align-right]:first-child+p,.RichTextBody>.Enhancement[data-align-right]:first-child+table,.RichTextBody>.Enhancement[data-align-right]:first-child+ul{margin-top:0}}@media only screen and (min-width:1024px){.RichTextBody li>table tbody:first-child tr:first-child td,.RichTextBody li>table tbody:first-child tr:first-child th,.RichTextBody li>table thead td,.RichTextBody li>table thead th,.RichTextBody p>table tbody:first-child tr:first-child td,.RichTextBody p>table tbody:first-child tr:first-child th,.RichTextBody p>table thead td,.RichTextBody p>table thead th,.RichTextBody td>table tbody:first-child tr:first-child td,.RichTextBody td>table tbody:first-child tr:first-child th,.RichTextBody td>table thead td,.RichTextBody td>table thead th,.RichTextBody>table tbody:first-child tr:first-child td,.RichTextBody>table tbody:first-child tr:first-child th,.RichTextBody>table thead td,.RichTextBody>table thead th{font-size:var(--title-4);font-weight:700;line-height:1.54;padding:30px 20px}[data-primary-headline-font=Oswald] .RichTextBody li>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .RichTextBody li>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .RichTextBody li>table thead td,[data-primary-headline-font=Oswald] .RichTextBody li>table thead th,[data-primary-headline-font=Oswald] .RichTextBody p>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .RichTextBody p>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .RichTextBody p>table thead td,[data-primary-headline-font=Oswald] .RichTextBody p>table thead th,[data-primary-headline-font=Oswald] .RichTextBody td>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .RichTextBody td>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .RichTextBody td>table thead td,[data-primary-headline-font=Oswald] .RichTextBody td>table thead th,[data-primary-headline-font=Oswald] .RichTextBody>table tbody:first-child tr:first-child td,[data-primary-headline-font=Oswald] .RichTextBody>table tbody:first-child tr:first-child th,[data-primary-headline-font=Oswald] .RichTextBody>table thead td,[data-primary-headline-font=Oswald] .RichTextBody>table thead th{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .RichTextBody li>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .RichTextBody li>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .RichTextBody li>table thead td,[data-primary-headline-font="Roboto Slab"] .RichTextBody li>table thead th,[data-primary-headline-font="Roboto Slab"] .RichTextBody p>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .RichTextBody p>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .RichTextBody p>table thead td,[data-primary-headline-font="Roboto Slab"] .RichTextBody p>table thead th,[data-primary-headline-font="Roboto Slab"] .RichTextBody td>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .RichTextBody td>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .RichTextBody td>table thead td,[data-primary-headline-font="Roboto Slab"] .RichTextBody td>table thead th,[data-primary-headline-font="Roboto Slab"] .RichTextBody>table tbody:first-child tr:first-child td,[data-primary-headline-font="Roboto Slab"] .RichTextBody>table tbody:first-child tr:first-child th,[data-primary-headline-font="Roboto Slab"] .RichTextBody>table thead td,[data-primary-headline-font="Roboto Slab"] .RichTextBody>table thead th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody li>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody li>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody li>table thead td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody li>table thead th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody p>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody p>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody p>table thead td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody p>table thead th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody td>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody td>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody td>table thead td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody td>table thead th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>table tbody:first-child tr:first-child td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>table tbody:first-child tr:first-child th,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>table thead td,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>table thead th,[data-primary-headline-font=Merriweather] .RichTextBody li>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .RichTextBody li>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .RichTextBody li>table thead td,[data-primary-headline-font=Merriweather] .RichTextBody li>table thead th,[data-primary-headline-font=Merriweather] .RichTextBody p>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .RichTextBody p>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .RichTextBody p>table thead td,[data-primary-headline-font=Merriweather] .RichTextBody p>table thead th,[data-primary-headline-font=Merriweather] .RichTextBody td>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .RichTextBody td>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .RichTextBody td>table thead td,[data-primary-headline-font=Merriweather] .RichTextBody td>table thead th,[data-primary-headline-font=Merriweather] .RichTextBody>table tbody:first-child tr:first-child td,[data-primary-headline-font=Merriweather] .RichTextBody>table tbody:first-child tr:first-child th,[data-primary-headline-font=Merriweather] .RichTextBody>table thead td,[data-primary-headline-font=Merriweather] .RichTextBody>table thead th{font-family:var(--primaryHeadlineFont),"Georgia",serif}.RichTextBody li>table td,.RichTextBody li>table th,.RichTextBody p>table td,.RichTextBody p>table th,.RichTextBody td>table td,.RichTextBody td>table th,.RichTextBody>table td,.RichTextBody>table th{border:1px solid var(--color-border);font-size:var(--description-3);font-weight:400;line-height:1.33;padding:20px}.RichTextBody li>table td:first-child,.RichTextBody li>table th:first-child,.RichTextBody p>table td:first-child,.RichTextBody p>table th:first-child,.RichTextBody td>table td:first-child,.RichTextBody td>table th:first-child,.RichTextBody>table td:first-child,.RichTextBody>table th:first-child{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .RichTextBody li>table td:first-child,[data-primary-headline-font=Oswald] .RichTextBody li>table th:first-child,[data-primary-headline-font=Oswald] .RichTextBody p>table td:first-child,[data-primary-headline-font=Oswald] .RichTextBody p>table th:first-child,[data-primary-headline-font=Oswald] .RichTextBody td>table td:first-child,[data-primary-headline-font=Oswald] .RichTextBody td>table th:first-child,[data-primary-headline-font=Oswald] .RichTextBody>table td:first-child,[data-primary-headline-font=Oswald] .RichTextBody>table th:first-child{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .RichTextBody li>table td:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody li>table th:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody p>table td:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody p>table th:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody td>table td:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody td>table th:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody>table td:first-child,[data-primary-headline-font="Roboto Slab"] .RichTextBody>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody li>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody li>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody p>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody p>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody td>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody td>table th:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>table td:first-child,[data-primary-headline-font="Source Serif Pro"] .RichTextBody>table th:first-child,[data-primary-headline-font=Merriweather] .RichTextBody li>table td:first-child,[data-primary-headline-font=Merriweather] .RichTextBody li>table th:first-child,[data-primary-headline-font=Merriweather] .RichTextBody p>table td:first-child,[data-primary-headline-font=Merriweather] .RichTextBody p>table th:first-child,[data-primary-headline-font=Merriweather] .RichTextBody td>table td:first-child,[data-primary-headline-font=Merriweather] .RichTextBody td>table th:first-child,[data-primary-headline-font=Merriweather] .RichTextBody>table td:first-child,[data-primary-headline-font=Merriweather] .RichTextBody>table th:first-child{font-family:var(--primaryHeadlineFont),"Georgia",serif}}.RichTextModule,.RichTextModuleB{position:relative}.RichTextModuleB{box-shadow:var(--boxShadow);display:block;padding:30px 20px}.RichTextModuleB-title{font-size:var(--title-3);font-weight:700;line-height:1.22;margin-left:0}[data-primary-headline-font=Oswald] .RichTextModuleB-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .RichTextModuleB-title,[data-primary-headline-font="Source Serif Pro"] .RichTextModuleB-title,[data-primary-headline-font=Merriweather] .RichTextModuleB-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.RichTextModuleB-title:not(:last-child){margin-bottom:20px}.RichTextModuleB[data-module-align=left] .RichTextModuleB-title{text-align:left}.RichTextModuleB[data-module-align=center] .RichTextModuleB-title{text-align:center}.RichTextModuleB[data-module-align=right] .RichTextModuleB-title{text-align:right}[data-rounded-corners=true] .RichTextModuleB{border-radius:8px;overflow:hidden}.VideoPagePlayer{display:block;margin:0 0 40px;position:relative}.VideoPagePlayer-details,.VideoPagePlayer-placeholder{display:none}.VideoPagePlayer-headline{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .VideoPagePlayer-headline{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .VideoPagePlayer-headline,[data-primary-headline-font="Source Serif Pro"] .VideoPagePlayer-headline,[data-primary-headline-font=Merriweather] .VideoPagePlayer-headline{font-family:var(--primaryHeadlineFont),"Georgia",serif}.VideoPagePlayer-duration{font-size:var(--byline-1);line-height:1.36}.VideoPagePlayer[fixed] .VideoPagePlayer-wrapper,.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-wrapper{align-items:center;background-color:var(--color-bg);display:grid;grid-template-columns:130px auto;height:var(--miniPlayerHeight);left:0;margin:0;position:fixed;top:0;top:calc(var(--hatDisplacementHeight) + var(--headerDisplacementHeight) + var(--breadcrumbBarDisplacementHeight));width:100%;z-index:49}.VideoPagePlayer[fixed] .VideoPagePlayer-wrapper [data-video-player],.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-wrapper [data-video-player]{align-items:stretch;display:flex;height:var(--miniPlayerHeight);justify-content:center;overflow:hidden;width:130px}.VideoPagePlayer[fixed] .VideoPagePlayer-placeholder,.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-placeholder{display:block}.VideoPagePlayer[fixed] .VideoPagePlayer-details,.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-details{display:block;padding:0 20px}@media only screen and (max-width:567px){.VideoPagePlayer[fixed] .VideoPagePlayer-headline,.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-headline{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@media only screen and (min-width:1024px){.VideoPagePlayer[fixed] .VideoPagePlayer-wrapper,.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-wrapper{grid-template-columns:196px auto}.VideoPagePlayer[fixed] .VideoPagePlayer-wrapper [data-video-player],.VideoPagePlayer[with-companion-expanded] .VideoPagePlayer-wrapper [data-video-player]{width:196px}}@media only screen and (max-width:767px){.VideoPagePlayer{margin-left:-20px;margin-right:-20px}}@media only screen and (max-width:1023px){.VideoPagePlayer[with-companion] .VideoPagePlayer-wrapper{align-items:center;background-color:var(--color-bg);display:grid;grid-template-columns:130px auto;height:var(--miniPlayerHeight);left:0;margin:0;position:fixed;top:calc(var(--hatDisplacementHeight) + var(--headerDisplacementHeight) + var(--breadcrumbBarDisplacementHeight));width:100%}.VideoPagePlayer[with-companion] .VideoPagePlayer-wrapper [data-video-player]{align-items:stretch;display:flex;height:var(--miniPlayerHeight);justify-content:center;overflow:hidden;width:130px}.VideoPagePlayer[with-companion] .VideoPagePlayer-placeholder{display:block}.VideoPagePlayer[with-companion] .VideoPagePlayer-details{display:block;padding:0 20px}}@media only screen and (min-width:1440px){[data-has-playlist] .VideoPagePlayer{margin-left:-100px;margin-right:-100px}}@media screen and (min-width:1740px){[data-has-playlist] .VideoPagePlayer{margin-left:-240px;margin-right:-240px}}.AwsElementalVideoPlayer{display:block}.BrightcoveVideoPlayer{display:block;height:0;margin:0 auto;padding-bottom:56.25%;position:relative}.BrightcoveVideoPlayer .video-js{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.HTML5VideoPlayer{display:block;position:relative}.VimeoVideoPlayer,.YouTubeVideoPlayer{display:block}.CompanionContentViewerBody{padding-top:0}.CompanionContentItem{background-color:var(--color-site-bg-theme,#fff);display:block;padding:20px 0;position:relative;transition:box-shadow .3s ease}.CompanionContentItem-header{font-size:var(--label-3);font-weight:700;line-height:normal;margin-bottom:10px;text-transform:uppercase}.CompanionContentItem-category,.CompanionContentItem-timestamp{display:inline}.CompanionContentItem-category:not(:last-child),.CompanionContentItem-timestamp:not(:last-child){margin-right:5px}.CompanionContentItem-timestamp{color:var(--color-secondary-text)}.CompanionContentItem-title{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24}.CompanionContentItem-title a{color:inherit}@media only screen and (min-width:1024px){.CompanionContentItem[active]{border-radius:8px 0 0 8px;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);margin:-1px -30px;padding:21px 31px;z-index:1}}.CompanionContentViewer{-webkit-animation:appearUp .4s;animation:appearUp .4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;background-color:var(--color-site-bg);bottom:0;display:grid;grid-template-rows:-webkit-min-content auto;grid-template-rows:min-content auto;left:0;position:absolute;right:0;top:0}.CompanionContentViewer[expanded]{position:fixed;top:calc(var(--hatDisplacementHeight) + var(--headerDisplacementHeight) + var(--breadcrumbBarDisplacementHeight) + var(--miniPlayerHeight));z-index:49}.CompanionContentViewer-body{opacity:0;pointer-events:none}.CompanionContentViewer[ready] .CompanionContentViewer-body{opacity:1;pointer-events:all}.CompanionContentViewer[ready] .CompanionContentViewer-spinner{display:none}.CompanionContentViewer-spinner{height:24px;left:20px;position:absolute;top:70px;width:24px}.CompanionContentViewer-header{align-items:center;border-bottom:1px solid var(--color-grey-one);display:grid;grid-auto-flow:column;height:50px;justify-content:space-between;padding:0 20px}.CompanionContentViewer-header button{align-items:center;background:none;border:none;cursor:pointer;display:grid;outline:none;padding:0}.CompanionContentViewer-header button span,.CompanionContentViewer-header button svg{pointer-events:none}.CompanionContentViewer-body{overflow:auto}.CompanionContentViewer-close,.CompanionContentViewer-collapse,.CompanionContentViewer-expand,.CompanionContentViewer-toggle{grid-gap:5px;align-items:center;color:var(--color-secondary-text);display:grid;font-size:var(--byline-1);grid-auto-flow:column;line-height:1.36}.CompanionContentViewer-close svg,.CompanionContentViewer-collapse svg,.CompanionContentViewer-expand svg,.CompanionContentViewer-toggle svg{border-radius:50%;color:var(--color-primary-text);height:24px;width:24px}.CompanionContentViewer-close:hover svg,.CompanionContentViewer-collapse:hover svg,.CompanionContentViewer-expand:hover svg,.CompanionContentViewer-toggle:hover svg{background-color:var(--color-bg)}.CompanionContentViewer:not([expanded]) .CompanionContentViewer-collapse,.CompanionContentViewer[expanded] .CompanionContentViewer-expand{display:none}@media only screen and (max-width:1023px){.CompanionContentViewer{position:fixed;top:calc(var(--header-height) + var(--miniPlayerHeight))}.CompanionContentViewer-header{justify-content:right}.CompanionContentViewer-header .CompanionContentViewer-toggle{display:none}}companion-node{cursor:pointer;height:16px;margin-left:-8px;position:absolute;top:5px;width:16px}companion-node svg{fill:var(--color-primary);position:absolute;top:0}companion-node:hover companion-tooltip{display:block}.CompanionTooltip{--color-border-theme:#737373;background-color:#fff;border:1px solid var(--color-border);border-radius:8px;bottom:22px;color:var(--color-primary-text);display:none;filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));opacity:.9;pointer-events:all;position:absolute;width:240px;z-index:1}.plyr:-webkit-full-screen companion-node[active] .CompanionTooltip{display:block}.plyr:-ms-fullscreen companion-node[active] .CompanionTooltip{display:block}.plyr:fullscreen companion-node[active] .CompanionTooltip{display:block}.CompanionTooltip-tail{fill:#fff;left:108px;position:absolute;top:100%}.CompanionTooltip-tail path{shape-rendering:crispEdges}.CompanionTooltip[alignment=left]{border-bottom-left-radius:0}.CompanionTooltip[alignment=left] .CompanionTooltip-tail{left:-1px}.CompanionTooltip[alignment=right]{border-bottom-right-radius:0}.CompanionTooltip[alignment=right] .CompanionTooltip-tail{left:auto;right:0}.CompanionTooltip .CompanionContentItem{background-color:transparent;border-radius:inherit;box-shadow:none;margin-left:0;padding:20px;width:100%}.Playlist{display:block}.Playlist-items-item{padding:20px}.Playlist-items-item:not(:last-of-type){border-bottom:2px solid var(--color-grey-one)}@media only screen and (min-width:1024px){.Playlist-header{margin:60px 0 20px;padding:0 30px}.Playlist-toggle{display:none}.Playlist-title{font-size:var(--title-4);font-weight:700;line-height:1.54}[data-primary-headline-font=Oswald] .Playlist-title{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .Playlist-title,[data-primary-headline-font="Source Serif Pro"] .Playlist-title,[data-primary-headline-font=Merriweather] .Playlist-title{font-family:var(--primaryHeadlineFont),"Georgia",serif}.Playlist-title:after{background-color:var(--color-primary);content:"";display:block;height:4px;margin-top:10px;width:40px}[data-rounded-corners=true] .Playlist-title:after{border-radius:2px}.Playlist-items-item{padding:20px 30px}}@media only screen and (max-width:1023px){.Playlist{background-color:var(--color-site-bg);bottom:0;display:grid;left:0;position:fixed;right:0;top:calc(var(--hatDisplacementHeight) + var(--header-height));z-index:49}.Playlist-header{grid-gap:10px;align-items:center;background-color:var(--color-primary-text);color:#fff;cursor:pointer;display:grid;font-size:var(--description-3);font-weight:700;grid-auto-flow:column;height:40px;justify-content:start;padding:0 20px}.Playlist-header:hover svg{background-color:#6d6969}.Playlist-toggle svg{border-radius:50%;height:24px;width:24px}.Playlist-items{max-height:calc(100vh - 40px - var(--hatDisplacementHeight) - var(--header-height));overflow-y:auto}.Playlist:not([expanded]){top:auto}.Playlist:not([expanded]) .Playlist-collapse,.Playlist:not([expanded]) .Playlist-items,.Playlist[expanded] .Playlist-expand{display:none}}.PlaylistEnhancement{background-color:var(--color-grey-one);border-radius:8px;display:block;overflow:hidden}.PlaylistEnhancement-body{padding:30px}.PlaylistEnhancement .flickity{width:100%}.PlaylistEnhancement-playlist{border-top:2px solid var(--color-grey-one);margin-top:20px;padding-top:20px;position:relative}.PlaylistEnhancement-playlist-items:not(.flickity-enabled)~.CarouselNavigation{display:none}.PlaylistEnhancement-playlist-items.flickity-enabled{padding-left:20px;padding-right:20px}.PlaylistEnhancement-playlist-expand{background:none;border:0;color:var(--color-link-text);cursor:pointer;display:inline-block;outline:none;padding:0}.PlaylistEnhancement-playlist-expand:hover{color:var(--linkTextHoverColor)}.PlaylistEnhancement .CarouselNavigation{position:static}.PlaylistEnhancement .CarouselNavigation-button-next,.PlaylistEnhancement .CarouselNavigation-button-prev{position:absolute;top:32px}.PlaylistEnhancement .CarouselNavigation-button-prev{left:-20px}.PlaylistEnhancement .CarouselNavigation-button-next{right:-20px}.PlaylistEnhancement:not([clipped]) .PlaylistEnhancement-playlist-expand{display:none}@media only screen and (max-width:767px){.PlaylistEnhancement[clipped] .PlaylistEnhancement-playlist-item:nth-of-type(n+4){display:none}.PlaylistEnhancement-playlist-item{border-bottom:2px solid var(--color-grey-one);margin-bottom:20px;padding-bottom:20px}}@media only screen and (min-width:768px){.Enhancement[data-align-left] .PlaylistEnhancement[clipped] .PlaylistEnhancement-playlist-item:nth-of-type(n+4),.Enhancement[data-align-right] .PlaylistEnhancement[clipped] .PlaylistEnhancement-playlist-item:nth-of-type(n+4){display:none}.Enhancement[data-align-left] .PlaylistEnhancement-playlist-item,.Enhancement[data-align-right] .PlaylistEnhancement-playlist-item{border-bottom:2px solid var(--color-grey-one);margin-bottom:20px;padding-bottom:20px}.Enhancement:not([data-align-right]):not([data-align-left]) .PlaylistEnhancement-playlist-items{display:flex;overflow:hidden}.Enhancement:not([data-align-right]):not([data-align-left]) .PlaylistEnhancement-playlist-items:after{content:"flickity";display:none}.Enhancement:not([data-align-right]):not([data-align-left]) .PlaylistEnhancement-playlist-item{flex:0 0 210px;width:210px}.Enhancement:not([data-align-right]):not([data-align-left]) .PlaylistEnhancement-playlist-item:not(:last-child){margin-right:20px}.Enhancement:not([data-align-right]):not([data-align-left]) .PlaylistEnhancement-playlist-expand{display:none}}.PlaylistItem{display:block}.PlaylistItem-content{grid-gap:10px;align-items:start;display:grid;grid-template-columns:100px 1fr auto}.PlaylistItem-toggle{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;justify-content:flex-end;padding:0}.PlaylistItem-toggle:hover svg{background-color:var(--color-bg)}.PlaylistItem-toggle svg{border-radius:50%;height:24px;pointer-events:none;width:24px}.PlaylistItem:not([expanded]) .PlaylistItem-collapse,.PlaylistItem[expanded] .PlaylistItem-expand{display:none}.PlaylistItem-media{position:relative}.PlaylistItem-playIcon{bottom:5px;height:24px;left:5px;pointer-events:none;position:absolute;width:24px}.PlaylistItem-title{font-size:var(--title-5);font-size:21px;font-weight:700;line-height:1.24;margin:0 0 5px}.PlaylistItem-title a{color:inherit}.PlaylistItem-duration{font-size:var(--byline-1);line-height:1.36}.PlaylistItem[is-current] .PlaylistItem-playIcon{display:none}.PlaylistItem-onNow{align-items:flex-end;background-color:rgba(0,0,0,.5);box-shadow:inset 0 0 0 2px var(--color-primary),inset 0 0 0 3px #fff;color:#fff;display:flex;font-size:var(--label-3);font-weight:700;height:100%;justify-content:flex-start;left:0;line-height:normal;line-height:.85;padding:5px;pointer-events:none;position:absolute;text-transform:uppercase;top:0;width:100%}.PlaylistItem:not([is-current]) .PlaylistItem-onNow{display:none}.PlaylistItem-companions{display:none;margin-top:20px}.PlaylistItem-companions-title{font-size:var(--description-4);font-weight:700;line-height:1.38;margin-bottom:15px}.PlaylistItem[expanded] .PlaylistItem-companions{display:block}.PlaylistItem hr{border:none;border-top:1px solid var(--color-grey-one)}.PlaylistItemA{display:flex;flex-direction:column;height:100%;position:relative}.PlaylistItemA:hover{cursor:pointer}.PlaylistItemA:hover .PlaylistItemA-media-icon{background-color:var(--color-burnt-orange);cursor:pointer}.PlaylistItemA:hover .PlaylistItemA-description{text-decoration:underline}.PlaylistItemA-media{position:relative}.PlaylistItemA-media:after{background-color:rgba(0,0,0,.3);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.PlaylistItemA-media-icon{align-items:center;background-color:var(--color-orange);bottom:0;display:flex;height:62px;justify-content:center;position:absolute;right:0;transition:all .2s ease-in-out;width:100%;width:92px;z-index:1}.PlaylistItemA-media-icon svg{fill:var(--white);height:29px;width:22px}.PlaylistItemA-title{display:none}.PlaylistItemA-description{font-size:15px;font-weight:700;line-height:1.67}.PlaylistItemA-content{background-color:var(--color-blue-dark);color:var(--white);height:100%;padding:15px 30px}@-webkit-keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-width:var(--plyr-menu-arrow-size,4px);border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px + 2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.plyr__poster{background-size:cover}.VideoEnhancement{background-color:var(--color-grey-one);border-radius:8px;overflow:hidden}.VideoEnhancement-body{padding:30px}.VideoLead,.VideoLeadBackground{align-items:var(--verticalAlignment,center);background-color:var(--moduleBgColor,transparent);background-image:var(--moduleBgImage,"none");background-position:50%;background-size:cover;color:var(--color-primary-text);display:block;display:flex;justify-content:center;min-height:320px;position:relative}.VideoLead-content,.VideoLeadBackground-content{grid-gap:20px;display:grid;grid-template-columns:minmax(auto,60ch);height:100%;margin:0 auto;max-width:var(--containerMaxWidth);padding:20px;width:100%}.VideoLeadBackground[data-align=left] .VideoLeadBackground-content,.VideoLead[data-align=left] .VideoLead-content{justify-content:start;text-align:left}.VideoLeadBackground[data-align=center] .VideoLeadBackground-content,.VideoLead[data-align=center] .VideoLead-content{justify-content:center;text-align:center}.VideoLeadBackground[data-align=right] .VideoLeadBackground-content,.VideoLead[data-align=right] .VideoLead-content{justify-content:end;text-align:right}.VideoLead-headline,.VideoLeadBackground-headline{font-size:var(--title-2);font-weight:700;line-height:1.2}[data-primary-headline-font=Oswald] .VideoLead-headline,[data-primary-headline-font=Oswald] .VideoLeadBackground-headline{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .VideoLead-headline,[data-primary-headline-font="Roboto Slab"] .VideoLeadBackground-headline,[data-primary-headline-font="Source Serif Pro"] .VideoLead-headline,[data-primary-headline-font="Source Serif Pro"] .VideoLeadBackground-headline,[data-primary-headline-font=Merriweather] .VideoLead-headline,[data-primary-headline-font=Merriweather] .VideoLeadBackground-headline{font-family:var(--primaryHeadlineFont),"Georgia",serif}.VideoLead-subHeadline,.VideoLeadBackground-subHeadline{font-size:var(--description-2);line-height:1.44}.VideoLead:not([ready]) .VideoLead-playButton,.VideoLeadBackground:not([ready]) .VideoLeadBackground-playButton{opacity:0;pointer-events:none}.VideoLead-playButton,.VideoLeadBackground-playButton{background-color:transparent;border:none;border-radius:50%;color:inherit;display:grid;display:inline;padding:0;position:relative;z-index:1}.VideoLead-playButton:hover,.VideoLeadBackground-playButton:hover{cursor:pointer}.VideoLead-playButton:hover:before,.VideoLeadBackground-playButton:hover:before{background-color:currentColor;border-radius:inherit;content:"";display:block;height:calc(100% + 1em);left:-.5em;opacity:.1;position:absolute;top:-.5em;width:calc(100% + 1em);z-index:-1}.VideoLead-playButton svg,.VideoLeadBackground-playButton svg{height:7rem;pointer-events:none;width:7rem}.VideoLead:not([playing]) .VideoLead-player,.VideoLeadBackground:not([playing]) .VideoLeadBackground-player{opacity:0;pointer-events:none}.VideoLead .plyr,.VideoLead [data-video-player],.VideoLead iframe,.VideoLead video,.VideoLeadBackground .plyr,.VideoLeadBackground [data-video-player],.VideoLeadBackground iframe,.VideoLeadBackground video{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.VideoLead .plyr__video-embed__container,.VideoLead .plyr__video-wrapper,.VideoLeadBackground .plyr__video-embed__container,.VideoLeadBackground .plyr__video-wrapper{bottom:0;height:auto!important;left:0;padding-bottom:0!important;position:absolute!important;right:0;top:0;transform:none!important}@media only screen and (min-width:768px){.VideoLead,.VideoLeadBackground{min-height:500px}.VideoLead-content,.VideoLeadBackground-content{padding:50px}}@media only screen and (min-width:1024px){.VideoLead,.VideoLeadBackground{min-height:640px}}.VideoLeadBackground-content{z-index:2}.VideoLeadBackground .VideoPlayerControls[ready]{display:none}.VideoLeadBackground video{-o-object-fit:cover;object-fit:cover}.VideoModule{display:block;position:relative}.VideoModule .FaqModuleC-header,.VideoModule .ModuleHeader,.VideoModule .Tabs-header,.VideoModule-cta,.VideoModule-playlist-items{position:relative;z-index:2}.VideoModule .FaqModuleC-header,.VideoModule .ModuleHeader,.VideoModule .Tabs-header{margin-bottom:30px}.VideoModule .FaqModuleC-header-title,.VideoModule .ModuleHeader-title,.VideoModule .Tabs-header-title{font-size:26px}.VideoModule .FaqModuleC-header-description,.VideoModule .ModuleHeader-description,.VideoModule .Tabs-header-description{display:none}.VideoModule-playlist-items{grid-gap:3px;display:grid;grid-template-columns:1fr}.VideoModule .Background-left,.VideoModule .Background-right{background-repeat:no-repeat;background-size:cover;bottom:0;display:none;position:absolute;top:0;width:460px;z-index:1}.VideoModule .Background-left{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjEwMzgiIHZpZXdCb3g9IjAgMCA0NjUgMTAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9IiMzNzQyNEMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjQ5OCI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgxNDF2OUgwek0wIDE1aDI4OHY5SDB6TTAgMzBoNDN2OUgwek00OSAzMGg0M3Y5SDQ5ek0wIDkwaDQzdjlIMHpNMCAxMDVoNDN2OUgwek0wIDEzNmg0M3Y5SDB6TTQ5IDkwaDE0MXY5SDQ5ek05OCAzMGg0M3Y5SDk4ek0xNDcgMzBoNDN2OWgtNDN6TTAgNDVoMjM5djlIMHpNMCA2MGgyMTZ2OUgwek0wIDE1Mmg5MnY5SDB6TTAgMTY3aDE0MXY5SDB6TTAgMjgyaDkydjlIMHpNMCAyOTdoMTQxdjlIMHpNMCA3NWg0M3Y5SDB6TTQ5IDc1aDQzdjlINDl6TTk4IDc1aDQzdjlIOTh6TTAgMTIwaDQzdjlIMHpNNDkgMTIwaDQzdjlINDl6TTAgMTgyaDQzdjlIMHpNMCAxOTdoNDN2OUgwek0wIDIxMmg0M3Y5SDB6TTQ5IDE4Mmg0M3Y5SDQ5ek0wIDMxM2g0M3Y5SDB6TTQ5IDMxM2g0M3Y5SDQ5ek0xNDcgNzVoNDN2OWgtNDN6TTE5NiA3NWg0M3Y5aC00M3pNMjQ1IDc1aDQzdjloLTQzek0wIDgxN2g5MnY5SDB6TTAgODQ3aDQzdjlIMHpNNDkgODQ3aDQzdjlINDl6TTAgOTA3aDQzdjlIMHpNMCA5MjJoNDN2OUgwek0wIDk1M2gxOTB2OUgwek05OCA4NDdoNDN2OUg5OHpNMCA5NjloMjg4djlIMHpNMCA5ODRoMjM5djlIMHpNMCA4OTJoNDN2OUgwek00OSA4OTJoNDN2OUg0OXpNMCA5MzdoNDN2OUgwek00OSA5MzdoNDN2OUg0OXpNMCA2NTRoNDN2OUgwek0wIDY4NGg0M3Y5SDB6TTAgNzE1aDQzdjlIMHpNMCA5OTloNDN2OUgwek0wIDEwMTRoNDAwdjlIMHpNMCAxMDI5aDQ2NXY5SDB6TTQ5IDk5OWg0M3Y5SDQ5ek0wIDQ4N2g0M3Y5SDB6TTAgNTQ3aDQzdjlIMHpNMCA1OTNoMTIwdjlIMHpNMCA1MzJoNDN2OUgwek00OSA1MzJoNDN2OUg0OXpNMCA1NzdoNDN2OUgwek0wIDYzOWg0M3Y5SDB6TTQ5IDYzOWg0M3Y5SDQ5ek05OCA5OTloNDN2OUg5OHpNMjQ1IDk4NGg0M3Y5aC00M3pNMjk0IDk4NGg0M3Y5aC00M3pNMTQ3IDk5OWg0M3Y5aC00M3pNMTk2IDk5OWg0M3Y5aC00M3pNMjQ1IDk5OWg0M3Y5aC00M3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==');background-position:0;left:0}.VideoModule .Background-right{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY1IiBoZWlnaHQ9IjEwMzgiIHZpZXdCb3g9IjAgMCA0NjUgMTAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9IiMzNzQyNEMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUwMSI+CiAgICAgICAgPHBhdGggZD0iTTMyNCAwaDE0MXY5SDMyNHpNMTc3IDE1aDI4OHY5SDE3N3pNNDIyIDMwaDQzdjloLTQzek0zNzMgMzBoNDN2OWgtNDN6TTQyMiA5MGg0M3Y5aC00M3pNNDIyIDEwNWg0M3Y5aC00M3pNNDIyIDEzNmg0M3Y5aC00M3pNMjc1IDkwaDE0MXY5SDI3NXpNMzI0IDMwaDQzdjloLTQzek0yNzUgMzBoNDN2OWgtNDN6TTIyNiA0NWgyMzl2OUgyMjZ6TTI0OSA2MGgyMTZ2OUgyNDl6TTM3MyAxNTJoOTJ2OWgtOTJ6TTMyNCAxNjdoMTQxdjlIMzI0ek0zNzMgMjgyaDkydjloLTkyek0zMjQgMjk3aDE0MXY5SDMyNHpNNDIyIDc1aDQzdjloLTQzek0zNzMgNzVoNDN2OWgtNDN6TTMyNCA3NWg0M3Y5aC00M3pNNDIyIDEyMGg0M3Y5aC00M3pNMzczIDEyMGg0M3Y5aC00M3pNNDIyIDE4Mmg0M3Y5aC00M3pNNDIyIDE5N2g0M3Y5aC00M3pNNDIyIDIxMmg0M3Y5aC00M3pNMzczIDE4Mmg0M3Y5aC00M3pNNDIyIDMxM2g0M3Y5aC00M3pNMzczIDMxM2g0M3Y5aC00M3pNMzI0IDEyMGg0M3Y5aC00M3pNMjc1IDc1aDQzdjloLTQzek0yMjYgNzVoNDN2OWgtNDN6TTE3NyA3NWg0M3Y5aC00M3pNMzczIDgxN2g5MnY5aC05MnpNNDIyIDg0N2g0M3Y5aC00M3pNMzczIDg0N2g0M3Y5aC00M3pNNDIyIDkwN2g0M3Y5aC00M3pNNDIyIDkyMmg0M3Y5aC00M3pNMzI0IDk1M2gxNDF2OUgzMjR6TTMyNCA4NDdoNDN2OWgtNDN6TTIyNiA5NjloMjM5djlIMjI2ek0yMjYgOTg0aDIzOXY5SDIyNnpNNDIyIDg5Mmg0M3Y5aC00M3pNMzczIDg5Mmg0M3Y5aC00M3pNNDIyIDkzN2g0M3Y5aC00M3pNMzczIDkzN2g0M3Y5aC00M3pNNDIyIDY1NGg0M3Y5aC00M3pNNDIyIDY2OWg0M3Y5aC00M3pNNDIyIDY4NGg0M3Y5aC00M3pNMzczIDY2OWg0M3Y5aC00M3pNNDIyIDk5OWg0M3Y5aC00M3pNNjUgMTAxNGg0MDB2OUg2NXpNMCAxMDI5aDQ2NXY5SDB6TTM3MyA5OTloNDN2OWgtNDN6TTQyMiA0ODdoNDN2OWgtNDN6TTQyMiA1NDdoNDN2OWgtNDN6TTMyNyA1OTNoMTM4djlIMzI3ek00MjIgNTMyaDQzdjloLTQzek0zNzMgNTMyaDQzdjloLTQzek00MjIgNTc3aDQzdjloLTQzek00MjIgNjM5aDQzdjloLTQzek0zNzMgNjM5aDQzdjloLTQzek0zMjQgOTk5aDQzdjloLTQzek0xNzcgOTg0aDQzdjloLTQzek0xMjggOTg0aDQzdjloLTQzek0yNzUgOTk5aDQzdjloLTQzek0yMjYgOTk5aDQzdjloLTQzek0xNzcgOTk5aDQzdjloLTQzeiIvPgogICAgPC9nPgo8L3N2Zz4K');background-position:100%;right:0}@media only screen and (min-width:568px){.VideoModule-playlist-items{grid-template-columns:1fr 1fr}}@media only screen and (min-width:1024px){.VideoModule-playlist-items{grid-template-columns:1fr 1fr 1fr}.VideoModule .Background-left,.VideoModule .Background-right{display:block}}@media only screen and (min-width:1440px){.VideoModule[data-module][data-has-background]{padding-bottom:200px!important;padding-top:138px!important}}.VideoPage{--contentTopWidth:calc(var(--containerNarrowWidth) + var(--asideWidth) + var(--asideGutter))}.VideoPage-headingWrapper{max-width:var(--contentTopWidth)}[data-has-aside=false] .VideoPage-headingWrapper,[data-has-playlist] .VideoPage-headingWrapper{max-width:var(--containerNarrowWidth)}.VideoPage-headline{font-size:var(--title-2);font-weight:700;line-height:1.2;text-align:left}[data-primary-headline-font=Oswald] .VideoPage-headline{font-family:var(--primaryHeadlineFont),"Impact",sans-serif}[data-primary-headline-font="Roboto Slab"] .VideoPage-headline,[data-primary-headline-font="Source Serif Pro"] .VideoPage-headline,[data-primary-headline-font=Merriweather] .VideoPage-headline{font-family:var(--primaryHeadlineFont),"Georgia",serif}[data-has-playlist] .VideoPage-aside{display:none}.VideoPage-bodyContent{--enhnacementMargin:60px;display:block;margin:40px 0}.VideoPage-bodyContentCopmanions-group:not([data-active]){display:none}.VideoPage-below{margin:20px 0}@media only screen and (min-width:1024px){.VideoPage-container{display:grid;grid-template-columns:1fr auto}.VideoPage-playlist{border-left:1px solid var(--color-grey-one);position:relative;width:360px}.VideoPage-main{padding-bottom:0}.VideoPage-below{margin:40px 0}}@media only screen and (min-width:1440px){.VideoPage-main{padding-bottom:0}}.VideoPlayerControls{-webkit-animation:appear .5s;animation:appear .5s;-webkit-animation-play-state:paused;animation-play-state:paused;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5));bottom:0;color:#fff;display:none;left:0;padding:10px 20px;position:absolute;right:0;z-index:2}.VideoPlayerControls[ready]{-webkit-animation-play-state:running;animation-play-state:running;transition:opacity .4s ease}.VideoPlayerControls[playing][hide-controls]{opacity:0}@-webkit-keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}.VideoPlayerControls[ready]{display:block}.VideoPlayerControls-pauseIcon{display:none}.VideoPlayerControls[playing] .VideoPlayerControls-pauseIcon{display:initial}.VideoPlayerControls[playing] .VideoPlayerControls-playIcon{display:none}.VideoPlayerControls-playbackControls{transition:opacity .3s ease}.VideoPlayerControls-initialControls{transition:opacity .2s ease}.VideoPlayerControls-initialPlayButton{grid-gap:10px;align-items:center;display:grid;grid-auto-flow:column}.VideoPlayerControls-initialControls{bottom:15px;left:20px;position:absolute}.VideoPlayerControls-playbackControls{opacity:0;pointer-events:none}.VideoPlayerControls-miniPlayerControls{display:none}.VideoPlayerControls[interactive] .VideoPlayerControls-initialControls{opacity:0;pointer-events:none}.VideoPlayerControls[interactive] .VideoPlayerControls-playbackControls{opacity:1;pointer-events:all}.VideoPlayerControls-exitFullscreenIcon{display:none}.VideoPlayerControls[fullscreen] .VideoPlayerControls-exitFullscreenIcon{display:initial}.VideoPlayerControls-volumeOffIcon,.VideoPlayerControls[fullscreen] .VideoPlayerControls-enterFullscreenIcon{display:none}.VideoPlayerControls[muted] .VideoPlayerControls-volumeOffIcon{display:initial}.VideoPlayerControls[muted] .VideoPlayerControls-volumeIcon{display:none}.VideoPlayerControls button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:grid;outline:none;padding:0}.VideoPlayerControls button svg{pointer-events:none}.VideoPlayerControls-seekControls{height:26px;position:relative}.VideoPlayerControls-seekControls input[type=range]{-webkit-appearance:none;background-color:transparent;color:transparent;cursor:pointer;height:26px;left:-13px;position:absolute;top:0;width:calc(100% + 26px)}.VideoPlayerControls-seekControls input[type=range]::-webkit-slider-runnable-track{background-color:transparent!important}.VideoPlayerControls-seekControls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.VideoPlayerControls-seekControls input[type=range]:focus{outline:none}.VideoPlayerControls-seekControls input[type=range]::-ms-track{background:transparent;border-color:transparent;color:transparent;cursor:pointer;width:100%}.VideoPlayerControls-seekControls input[type=range]::-webkit-slider-thumb{background:#fff;border-radius:13px;cursor:pointer;height:26px;margin-top:-10px;width:26px}.VideoPlayerControls-seekControls input[type=range]::-moz-range-thumb{background:#fff;border-radius:13px;cursor:pointer;height:26px;margin-top:-10px;width:26px}.VideoPlayerControls-seekControls input[type=range]::-ms-thumb{background:#fff;border-radius:13px;cursor:pointer;height:26px;margin-top:-10px;width:26px}.VideoPlayerControls-seekTrack{background-color:hsla(0,0%,100%,.2);width:100%}.VideoPlayerControls-seekTrack,.VideoPlayerControls-seekTrackProgress{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:16px;left:0;position:absolute;top:5px}.VideoPlayerControls-seekTrackProgress{background-color:var(--color-orange)}.VideoPlayerControls-seekTrackVein{background-color:hsla(0,0%,100%,.18);height:4px;left:0;position:absolute;top:11px;width:100%}.VideoPlayerControls companion-node{transition:opacity .3s ease}.VideoPlayerControls:not([show-companion-nodes]) companion-node{opacity:0;pointer-events:none}.VideoPlayerControls-controls{grid-gap:5px;display:grid;grid-template-columns:1fr auto 1fr;margin-top:6px}.VideoPlayerControls-forwardButton svg,.VideoPlayerControls-rewindButton svg{height:26px;width:26px}.VideoPlayerControls-initialPlayButton svg,.VideoPlayerControls-playPauseButton svg{height:40px;width:40px}.VideoPlayerControls-fullscreenToggle svg,.VideoPlayerControls-muteToggle svg{height:20px;width:20px}.VideoPlayerControls-centerControls,.VideoPlayerControls-rightControls,.VideoPlayerControls-time{align-items:center;display:grid;grid-auto-flow:column}.VideoPlayerControls-time{font-size:1.2rem;white-space:nowrap}.VideoPlayerControls-centerControls{grid-gap:16px}.VideoPlayerControls-rightControls{grid-gap:20px;justify-content:flex-end}.VideoPlayerControls-companionControl{grid-gap:10px;align-items:center;display:none;font-size:1rem;grid-auto-flow:column;white-space:nowrap}[with-companion] .VideoPlayerControls-companionControl{display:grid}.VideoPagePlayer[fixed] .VideoPlayerControls,.VideoPagePlayer[with-companion-expanded] .VideoPlayerControls{height:100%;justify-content:center}.VideoPagePlayer[fixed] .VideoPlayerControls-initialControls,.VideoPagePlayer[fixed] .VideoPlayerControls-playbackControls,.VideoPagePlayer[with-companion-expanded] .VideoPlayerControls-initialControls,.VideoPagePlayer[with-companion-expanded] .VideoPlayerControls-playbackControls{display:none}.VideoPagePlayer[fixed] .VideoPlayerControls-miniPlayerControls,.VideoPagePlayer[with-companion-expanded] .VideoPlayerControls-miniPlayerControls{display:grid;height:100%;justify-content:center}@media only screen and (max-width:767px){.VideoPlayerControls-fullscreenToggle svg,.VideoPlayerControls-muteToggle svg{height:12px;width:12px}.VideoPlayerControls-seekControls,[with-companion] .VideoPlayerControls-companionControl{display:none}}@media only screen and (max-width:1023px){.VideoPagePlayer[with-companion] .VideoPlayerControls{height:100%;justify-content:center}.VideoPagePlayer[with-companion] .VideoPlayerControls-initialControls,.VideoPagePlayer[with-companion] .VideoPlayerControls-playbackControls{display:none}.VideoPagePlayer[with-companion] .VideoPlayerControls-miniPlayerControls{display:grid;height:100%;justify-content:center}}.VideoModal .tingle-modal-box{padding:0}.VideoModal .tingle-modal__close{align-items:center;background-color:var(--color-orange);border-radius:50%;color:currentColor;display:flex;height:40px;justify-content:center;position:absolute;right:-20px;top:-20px;transition:all .2s ease-in-out;width:40px}.VideoModal .tingle-modal__close:hover{background-color:var(--color-burnt-orange);cursor:pointer}.VideoModal [data-video-player]{width:100%}.VideoModal .tingle-modal__closeIcon{align-items:inherit;color:var(--white);display:inherit;height:20px;justify-content:inherit;width:20px}.VideoModal .tingle-modal__closeIcon svg{height:inherit;width:inherit}@media (max-width:540px){.tingle-modal{padding-left:20px;padding-right:20px}.tingle-modal-box__content{padding:10px}.tingle-modal-box{border-radius:10px}.tingle-modal__close{background-color:unset;left:unset}.tingle-modal__closeIcon{margin-right:unset}.tingle-modal__closeLabel{display:none}}.ImagePage-main{margin:0 auto;max-width:var(--containerNarrowWidth)}.ImagePage-media{margin-bottom:20px}.ImagePage-label{display:inline-block;font-weight:500;margin-right:10px}.ImagePage-meta{font-size:var(--body-1);line-height:1.67}.ImagePage-meta>div{margin-bottom:10px}.ImagePage-dimensions{display:flex}.ImagePage-width{margin-right:10px}body{background:var(--color-site-bg);color:var(--color-primary-text)}a{color:var(--color-link-text);transition:color,opacity .2s ease}a,a:hover{text-decoration:none}a:hover{color:var(--color-link-text-hover)}bsp-promo{display:block}bsp-debug{display:none;visibility:hidden}
