/*! ==========================File Included===================================== */
/*! bundles\amc */
/*! bundles\mwf-main */
/*! components\glyph */
/*! components\spacers */
/* =============================================================== *//* ================================================= */
/*! OriginalFile: mwf-main, Relative Path: bundles\mwf-main */
@charset "UTF-8";/*BEGIN !$!$!========src/bundles/mwf-page/styles/mwf_page========*/
/*! 1.56.0 | Copyright 2017 Microsoft Corporation | This software is based on or incorporates material from the files listed below (collectively, "Third Party Code"). Microsoft is not the original author of the Third Party Code. The original copyright notice and the license under which Microsoft received Third Party Code are set forth below together with the full text of such license. Such notices and license are provided solely for your information. Microsoft, not the third party, licenses this Third Party Code to you under the terms in which you received the Microsoft software or the services, unless Microsoft clearly states that such Microsoft terms do NOT apply for a particular Third Party Code. Unless applicable law gives you more rights, Microsoft reserves all other rights not expressly granted under such agreement(s), whether by implication, estoppel or otherwise.*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 *//* line 9, src/mwf_styles/_normalize.scss */
html
{
    font-family: sans-serif;/* 1 */-ms-text-size-adjust: 100%;/* 2 */-webkit-text-size-adjust: 100%;/* 2 */}/**
  * Remove default margin.
  *//* line 22, src/mwf_styles/_normalize.scss */
body
{
    margin: 0
}/* HTML5 display definitions
    ========================================================================== *//**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  *//* line 36, src/mwf_styles/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    display: block
}/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   *//* line 57, src/mwf_styles/_normalize.scss */
audio, canvas, progress, video
{
    display: inline-block;/* 1 */vertical-align: baseline;/* 2 */}/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   *//* line 72, src/mwf_styles/_normalize.scss */
audio:not([controls])
{
    display: none;
    height: 0
}/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   *//* line 82, src/mwf_styles/_normalize.scss */
[hidden], template
{
    display: none
}/* Links
     ========================================================================== *//**
   * Remove the gray background color from active links in IE 10.
   *//* line 94, src/mwf_styles/_normalize.scss */
a
{
    background-color: transparent
}/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   *//* line 103, src/mwf_styles/_normalize.scss */
a:active, a:hover
{
    outline: 0
}/* Text-level semantics
     ========================================================================== *//**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   *//* line 115, src/mwf_styles/_normalize.scss */
abbr[title]
{
    border-bottom: 1px dotted
}/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   *//* line 123, src/mwf_styles/_normalize.scss */
b, strong
{
    font-weight: bold
}/**
   * Address styling not present in Safari and Chrome.
   *//* line 132, src/mwf_styles/_normalize.scss */
dfn
{
    font-style: italic
}/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   *//* line 141, src/mwf_styles/_normalize.scss */
h1
{
    font-size: 2em;
    margin: .67em 0
}/**
   * Address styling not present in IE 8/9.
   *//* line 150, src/mwf_styles/_normalize.scss */
mark
{
    background: #ff0;
    color: #000
}/**
   * Address inconsistent and variable font size in all browsers.
   *//* line 159, src/mwf_styles/_normalize.scss */
small
{
    font-size: 80%
}/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   *//* line 167, src/mwf_styles/_normalize.scss */
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}/* line 175, src/mwf_styles/_normalize.scss */
sup
{
    top: -.5em
}/* line 179, src/mwf_styles/_normalize.scss */
sub
{
    bottom: -.25em
}/* Embedded content
     ========================================================================== *//**
   * Remove border when inside `a` element in IE 8/9/10.
   *//* line 190, src/mwf_styles/_normalize.scss */
img
{
    border: 0
}/**
   * Correct overflow not hidden in IE 9/10/11.
   *//* line 198, src/mwf_styles/_normalize.scss */
svg:not(:root)
{
    overflow: hidden
}/* Grouping content
     ========================================================================== *//**
   * Address margin not present in IE 8/9 and Safari.
   *//* line 209, src/mwf_styles/_normalize.scss */
figure
{
    margin: 1em 40px
}/**
   * Address differences between Firefox and other browsers.
   *//* line 217, src/mwf_styles/_normalize.scss */
hr
{
    box-sizing: content-box;
    height: 0
}/**
   * Contain overflow in all browsers.
   *//* line 226, src/mwf_styles/_normalize.scss */
pre
{
    overflow: auto
}/**
   * Address odd `em`-unit font size rendering in all browsers.
   *//* line 234, src/mwf_styles/_normalize.scss */
code, kbd, pre, samp
{
    font-family: monospace,monospace;
    font-size: 1em
}/* Forms
     ========================================================================== *//**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   *//**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   *//* line 257, src/mwf_styles/_normalize.scss */
button, input, optgroup, select, textarea
{
    color: inherit;/* 1 */font: inherit;/* 2 */margin: 0;/* 3 */}/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   *//* line 274, src/mwf_styles/_normalize.scss */
button
{
    overflow: visible
}/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   *//* line 285, src/mwf_styles/_normalize.scss */
button, select
{
    text-transform: none
}/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   *//* line 298, src/mwf_styles/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button;/* 2 */cursor: pointer;/* 3 */}/**
   * Re-set default cursor for disabled elements.
   *//* line 314, src/mwf_styles/_normalize.scss */
button[disabled], html input[disabled]
{
    cursor: default
}/**
   * Remove inner padding and border in Firefox 4+.
   *//* line 323, src/mwf_styles/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0
}/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   *//* line 334, src/mwf_styles/_normalize.scss */
input
{
    line-height: normal
}/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   *//* line 346, src/mwf_styles/_normalize.scss */
input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;/* 1 */padding: 0;/* 2 */}/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   *//* line 360, src/mwf_styles/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
{
    height: auto
}/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   *//* line 370, src/mwf_styles/_normalize.scss */
input[type="search"]
{
    -webkit-appearance: textfield;/* 1 */box-sizing: content-box;/* 2 */}/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   *//* line 383, src/mwf_styles/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none
}/**
   * Define consistent border, margin, and padding.
   *//* line 392, src/mwf_styles/_normalize.scss */
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   *//* line 403, src/mwf_styles/_normalize.scss */
legend
{
    border: 0;/* 1 */padding: 0;/* 2 */}/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   *//* line 414, src/mwf_styles/_normalize.scss */
textarea
{
    overflow: auto
}/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   *//* line 423, src/mwf_styles/_normalize.scss */
optgroup
{
    font-weight: bold
}/* Tables
     ========================================================================== *//**
   * Remove most spacing between table cells.
   *//* line 434, src/mwf_styles/_normalize.scss */
table
{
    border-collapse: collapse;
    border-spacing: 0
}/* line 439, src/mwf_styles/_normalize.scss */
td, th
{
    padding: 0
}
@font-face
{
    font-family: "MWF-MDL2";
    src: url("https://www.microsoft.com/mwf/_h/v2.98/mwf.app/fonts/mwfmdl2-v2.98.woff2") format("woff2"),url("https://www.microsoft.com/mwf/_h/v2.98/mwf.app/fonts/mwfmdl2-v2.98.woff") format("woff"),url("https://www.microsoft.com/mwf/_h/v2.98/mwf.app/fonts/mwfmdl2-v2.98.ttf") format("truetype"),url("https://www.microsoft.com/mwf/_h/v2.98/mwf.app/fonts/mwfmdl2-v2.98.svg") format("svg")
}
@font-face
{
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf') format("ttf");
    font-weight: 400
}
@font-face
{
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.ttf') format("ttf");
    font-weight: 100
}
@font-face
{
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.ttf') format("ttf");
    font-weight: 200
}
@font-face
{
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf') format("ttf");
    font-weight: 600
}
@font-face
{
    font-family: 'SegoeUI';
    src: local('Segoe UI'),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2') format("woff2"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff') format("woff"),url('//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.ttf') format("ttf");
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-1
{
    font-size: 62px;
    line-height: 72px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-2
{
    font-size: 46px;
    line-height: 56px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-3, .c-subheading-1
{
    font-size: 34px;
    line-height: 40px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-4, .c-subheading-2
{
    font-size: 24px;
    line-height: 28px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-5, .c-subheading-3, .c-paragraph-1
{
    font-size: 20px;
    line-height: 24px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-6, .c-subheading-4, .c-paragraph-2
{
    font-size: 18px;
    line-height: 24px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-subheading-5, .c-subheading-6, .c-paragraph-3, .c-paragraph-4
{
    font-size: 15px;
    line-height: 20px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-caption-1
{
    font-size: 13px;
    line-height: 16px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-caption-2
{
    font-size: 11px;
    line-height: 16px
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-1
{
    padding: 38px 0 6px;
    font-weight: 600;
    letter-spacing: -.01em
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-2
{
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-3
{
    padding: 38px 0 2px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-4
{
    padding: 36px 0 4px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-5
{
    padding: 35px 0 5px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-heading-6
{
    padding: 37px 0 3px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-subheading-1
{
    padding: 12px 0 2px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-subheading-2
{
    padding: 4px 0 8px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-subheading-3
{
    padding: 8px 0 4px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-subheading-4
{
    padding: 9px 0 3px;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-subheading-5, .c-subheading-6
{
    padding: 8px 0 0;
    font-weight: 600
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-paragraph-1
{
    padding: 24px 0 4px;
    font-weight: 200
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-paragraph-2
{
    padding: 25px 0 3px;
    font-weight: 200
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-paragraph-3
{
    padding: 24px 0 0;
    font-weight: 400
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-paragraph-4
{
    padding: 12px 0 0;
    font-weight: 400
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-caption-1
{
    padding: 3px 0 1px;
    font-weight: 400
}/* line 65, src/mwf_styles/utilities/_typography.scss */
.c-caption-2
{
    padding: 4px 0 4px;
    font-weight: 400
}
@media(max-width: 767px)
{/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-1
    {
        font-size: 46px;
        line-height: 56px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-2
    {
        font-size: 34px;
        line-height: 40px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-3, .c-subheading-1
    {
        font-size: 26px;
        line-height: 32px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-4, .c-subheading-2
    {
        font-size: 20px;
        line-height: 24px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-5, .c-subheading-3, .c-paragraph-1
    {
        font-size: 18px;
        line-height: 24px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-6, .c-subheading-4, .c-paragraph-2
    {
        font-size: 16px;
        line-height: 20px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-caption-1
    {
        font-size: 12px;
        line-height: 16px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-caption-2
    {
        font-size: 10px;
        line-height: 12px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-1
    {
        padding: 37px 0 3px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-2
    {
        padding: 38px 0 2px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-5
    {
        padding: 37px 0 3px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-heading-6
    {
        padding: 39px 0 1px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-subheading-1
    {
        padding: 9px 0 3px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-subheading-2
    {
        padding: 8px 0 4px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-subheading-3
    {
        padding: 4px 0 4px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-subheading-4
    {
        padding: 7px 0 5px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-paragraph-2
    {
        padding: 27px 0 1px
    }/* line 65, src/mwf_styles/utilities/_typography.scss */
    .c-caption-2
    {
        padding: 2px 0 2px
    }
}/* line 31, src/mwf_styles/utilities/_selectors.scss */
html
{
    box-sizing: border-box
}/* line 31, src/mwf_styles/utilities/_selectors.scss */
body
{
    font-size: 15px;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width: 320px;
    color: #000;
    background-color: #fff
}/* line 50, src/mwf_styles/_foundation.scss */
*, *:before, *:after
{
    box-sizing: inherit
}/* line 57, src/mwf_styles/_foundation.scss */
.theme-light
{
    color: #000;
    background-color: #e6e6e6
}/* line 62, src/mwf_styles/_foundation.scss */
.theme-dark
{
    color: #fff;
    background-color: #333
}/* line 69, src/mwf_styles/_foundation.scss */
h1, h2, h3, h4, h5, h6, ol, p, ul
{
    margin-top: 0;
    margin-bottom: 0
}/* line 82, src/mwf_styles/_foundation.scss */
ol, ul
{
    padding: 0;
    list-style: none
}/* line 88, src/mwf_styles/_foundation.scss */
audio, canvas, img, video
{
    vertical-align: middle
}/* line 96, src/mwf_styles/_foundation.scss */
address
{
    font: inherit
}/* line 100, src/mwf_styles/_foundation.scss */
dl, dd, figure
{
    margin: 0
}/* line 110, src/mwf_styles/_foundation.scss */
a:link, a:focus, a:hover, a:active, a:visited
{
    text-decoration: none;
    color: inherit
}/* line 120, src/mwf_styles/_foundation.scss */
q, em, i, var
{
    font-style: italic
}/* line 127, src/mwf_styles/_foundation.scss */
strong, b
{
    font-weight: 600
}/* line 132, src/mwf_styles/_foundation.scss */
mark
{
    background: #fff100;
    padding: 1px 4px 2px
}
@media screen and (-ms-high-contrast: active)
{/* line 132, src/mwf_styles/_foundation.scss */
    mark
    {
        outline: 1px solid;
        color: inherit
    }
}/* line 143, src/mwf_styles/_foundation.scss */
del, s
{
    color: rgba(0,0,0,.6)
}/* line 147, src/mwf_styles/_foundation.scss */
.theme-light del, .theme-dark .theme-light del, .theme-light s, .theme-dark .theme-light s
{
    color: rgba(0,0,0,.6)
}/* line 151, src/mwf_styles/_foundation.scss */
.theme-dark del, .theme-light .theme-dark del, .theme-dark s, .theme-light .theme-dark s
{
    color: rgba(255,255,255,.6)
}/* line 156, src/mwf_styles/_foundation.scss */
u, ins
{
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.6)
}/* line 161, src/mwf_styles/_foundation.scss */
.theme-light u, .theme-dark .theme-light u, .theme-light ins, .theme-dark .theme-light ins
{
    border-bottom: 1px solid rgba(0,0,0,.6)
}/* line 165, src/mwf_styles/_foundation.scss */
.theme-dark u, .theme-light .theme-dark u, .theme-dark ins, .theme-light .theme-dark ins
{
    border-bottom: 1px solid rgba(255,255,255,.6)
}/* line 170, src/mwf_styles/_foundation.scss */
small, sub, sup
{
    font-size: .8em
}/* line 176, src/mwf_styles/_foundation.scss */
abbr, dfn
{
    font-style: normal;
    border-bottom: 1px dotted rgba(0,0,0,.6)
}/* line 181, src/mwf_styles/_foundation.scss */
.theme-light abbr, .theme-dark .theme-light abbr, .theme-light dfn, .theme-dark .theme-light dfn
{
    border-bottom: 1px dotted rgba(0,0,0,.6)
}/* line 185, src/mwf_styles/_foundation.scss */
.theme-dark abbr, .theme-light .theme-dark abbr, .theme-dark dfn, .theme-light .theme-dark dfn
{
    border-bottom: 1px dotted rgba(255,255,255,.6)
}/* line 190, src/mwf_styles/_foundation.scss */
cite, time
{
    font-style: normal
}/* line 195, src/mwf_styles/_foundation.scss */
code, pre, kbd, samp
{
    font-family: Consolas,"Courier New",Courier,monospace
}/* line 202, src/mwf_styles/_foundation.scss */
kbd
{
    border-radius: 2px;
    padding: 1px 4px 2px;
    background: rgba(0,0,0,.6);
    color: #fff
}/* line 208, src/mwf_styles/_foundation.scss */
kbd kbd
{
    padding: 0
}/* line 212, src/mwf_styles/_foundation.scss */
.theme-light kbd, .theme-dark .theme-light kbd
{
    background: rgba(0,0,0,.6);
    color: #fff
}/* line 217, src/mwf_styles/_foundation.scss */
.theme-dark kbd, .theme-light .theme-dark kbd
{
    background: rgba(255,255,255,.6);
    color: #000
}/* line 223, src/mwf_styles/_foundation.scss */
bdo
{
    direction: rtl
}/* line 231, src/mwf_styles/_foundation.scss */
input, input[type="search"]
{
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}/* line 238, src/mwf_styles/_foundation.scss */
div[data-module-id]
{
    min-height: 1px
}/* line 244, src/mwf_styles/_foundation.scss */
fieldset
{
    border: 0;
    margin: 0;
    padding: 0
}/* line 28, src/mwf_styles/_grid.scss */
[data-grid~="container"]
{
    max-width: calc(1600px + 10%);
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%
}
@media screen and (max-width: 1083px)
{/* line 28, src/mwf_styles/_grid.scss */
    [data-grid~="container"]
    {
        padding-left: 0;
        padding-right: 0
    }
}/* line 44, src/mwf_styles/_grid.scss */
[data-grid~="container"], [data-grid*="col-"]
{
    box-sizing: border-box;
    zoom: 1
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
[data-grid~="container"]:before, [data-grid~="container"]:after, [data-grid*="col-"]:before, [data-grid*="col-"]:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
[data-grid~="container"]:after, [data-grid*="col-"]:after
{
    clear: both
}/* line 51, src/mwf_styles/_grid.scss */
[data-grid*="col-"]
{
    float: left;
    min-height: 1px
}/* line 59, src/mwf_styles/_grid.scss */
[data-grid~="pad-12x"]>[data-grid]
{
    padding-left: 18px;
    padding-right: 18px
}
@media screen and (max-width: 1778px)
{/* line 59, src/mwf_styles/_grid.scss */
    [data-grid~="pad-12x"]>[data-grid]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (max-width: 1778px)
{/* line 59, src/mwf_styles/_grid.scss */
    [data-grid~="pad-12x"]>[data-grid]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (max-width: 1083px)
{/* line 59, src/mwf_styles/_grid.scss */
    [data-grid~="pad-12x"]>[data-grid]
    {
        padding-left: 18px;
        padding-right: 18px
    }
}
@media screen and (max-width: 767px)
{/* line 59, src/mwf_styles/_grid.scss */
    [data-grid~="pad-12x"]>[data-grid]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media screen and (max-width: 539px)
{/* line 59, src/mwf_styles/_grid.scss */
    [data-grid~="pad-12x"]>[data-grid]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}/* line 59, src/mwf_styles/_grid.scss */
[data-grid~="pad-6x"]>[data-grid]
{
    padding-left: 12px;
    padding-right: 12px
}/* line 59, src/mwf_styles/_grid.scss */
[data-grid~="pad-3x"]>[data-grid]
{
    padding-left: 6px;
    padding-right: 6px
}/* line 59, src/mwf_styles/_grid.scss */
[data-grid~="pad-2x"]>[data-grid]
{
    padding-left: 4px;
    padding-right: 4px
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-1"]
{
    width: 8.33333%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-2"]
{
    width: 16.66667%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-3"]
{
    width: 25%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-4"]
{
    width: 33.33333%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-5"]
{
    width: 41.66667%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-6"]
{
    width: 50%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-7"]
{
    width: 58.33333%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-8"]
{
    width: 66.66667%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-9"]
{
    width: 75%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-10"]
{
    width: 83.33333%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-11"]
{
    width: 91.66667%
}/* line 107, src/mwf_styles/_grid.scss */
[data-grid~="col-12"]
{
    width: 100%
}/* line 113, src/mwf_styles/_grid.scss */
[data-grid~="col-1-5"]
{
    width: 20%
}/* line 117, src/mwf_styles/_grid.scss */
[data-grid~="col-1-8"]
{
    width: 12.5%
}
@media screen and (max-width: 1778px)
{/* line 133, src/mwf_styles/_grid.scss */
    [data-grid~="stack-5"]>[data-grid]
    {
        float: none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}
@media screen and (max-width: 1399px)
{/* line 139, src/mwf_styles/_grid.scss */
    [data-grid~="stack-4"]>[data-grid]
    {
        float: none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}
@media screen and (max-width: 1083px)
{/* line 145, src/mwf_styles/_grid.scss */
    [data-grid~="stack-3"]>[data-grid]
    {
        float: none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}
@media screen and (max-width: 767px)
{/* line 151, src/mwf_styles/_grid.scss */
    [data-grid~="stack-2"]>[data-grid]
    {
        float: none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}
@media screen and (max-width: 539px)
{/* line 157, src/mwf_styles/_grid.scss */
    [data-grid*="col-"]
    {
        float: none;
        width: 100%;
        display: block;
        padding: inherit 0
    }
}/* line 9, src/mwf_styles/_gridv2.scss */
.g-container
{
    position: relative
}/* line 13, src/mwf_styles/_gridv2.scss */
.g-row
{
    display: -ms-flexbox;
    display: flex
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-1
{
    width: 8.33333%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-2
{
    width: 16.66667%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-3
{
    width: 25%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-4
{
    width: 33.33333%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-5
{
    width: 41.66667%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-6
{
    width: 50%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-7
{
    width: 58.33333%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-8
{
    width: 66.66667%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-9
{
    width: 75%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-10
{
    width: 83.33333%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-11
{
    width: 91.66667%
}/* line 20, src/mwf_styles/_gridv2.scss */
.g-col-12
{
    width: 100%
}/* line 26, src/mwf_styles/_gridv2.scss */
.g-col-1-5
{
    width: 20%
}/* line 30, src/mwf_styles/_gridv2.scss */
.g-col-1-8
{
    width: 12.5%
}
@media screen and (min-width: 767px)
{/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-1
    {
        width: 8.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-2
    {
        width: 16.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-3
    {
        width: 25%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-4
    {
        width: 33.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-5
    {
        width: 41.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-6
    {
        width: 50%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-7
    {
        width: 58.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-8
    {
        width: 66.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-9
    {
        width: 75%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-10
    {
        width: 83.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-11
    {
        width: 91.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-12
    {
        width: 100%
    }/* line 44, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-1-5
    {
        width: 20%
    }/* line 48, src/mwf_styles/_gridv2.scss */
    .g-col-vp2-1-8
    {
        width: 12.5%
    }
}
@media screen and (min-width: 1083px)
{/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-1
    {
        width: 8.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-2
    {
        width: 16.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-3
    {
        width: 25%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-4
    {
        width: 33.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-5
    {
        width: 41.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-6
    {
        width: 50%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-7
    {
        width: 58.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-8
    {
        width: 66.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-9
    {
        width: 75%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-10
    {
        width: 83.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-11
    {
        width: 91.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-12
    {
        width: 100%
    }/* line 44, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-1-5
    {
        width: 20%
    }/* line 48, src/mwf_styles/_gridv2.scss */
    .g-col-vp3-1-8
    {
        width: 12.5%
    }
}
@media screen and (min-width: 1399px)
{/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-1
    {
        width: 8.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-2
    {
        width: 16.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-3
    {
        width: 25%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-4
    {
        width: 33.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-5
    {
        width: 41.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-6
    {
        width: 50%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-7
    {
        width: 58.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-8
    {
        width: 66.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-9
    {
        width: 75%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-10
    {
        width: 83.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-11
    {
        width: 91.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-12
    {
        width: 100%
    }/* line 44, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-1-5
    {
        width: 20%
    }/* line 48, src/mwf_styles/_gridv2.scss */
    .g-col-vp4-1-8
    {
        width: 12.5%
    }
}
@media screen and (min-width: 1778px)
{/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-1
    {
        width: 8.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-2
    {
        width: 16.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-3
    {
        width: 25%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-4
    {
        width: 33.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-5
    {
        width: 41.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-6
    {
        width: 50%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-7
    {
        width: 58.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-8
    {
        width: 66.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-9
    {
        width: 75%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-10
    {
        width: 83.33333%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-11
    {
        width: 91.66667%
    }/* line 39, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-12
    {
        width: 100%
    }/* line 44, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-1-5
    {
        width: 20%
    }/* line 48, src/mwf_styles/_gridv2.scss */
    .g-col-vp5-1-8
    {
        width: 12.5%
    }
}
@media screen and (max-width: 1778px)
{/* line 65, src/mwf_styles/_gridv2.scss */
    .g-stack-vp5>.g-row
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 57, src/mwf_styles/_gridv2.scss */
    .g-stack-vp5>.g-row>[class*="g-col"]
    {
        width: 100%
    }
}
@media screen and (max-width: 1399px)
{/* line 65, src/mwf_styles/_gridv2.scss */
    .g-stack-vp4>.g-row
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 57, src/mwf_styles/_gridv2.scss */
    .g-stack-vp4>.g-row>[class*="g-col"]
    {
        width: 100%
    }
}
@media screen and (max-width: 1083px)
{/* line 65, src/mwf_styles/_gridv2.scss */
    .g-stack-vp3>.g-row
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 57, src/mwf_styles/_gridv2.scss */
    .g-stack-vp3>.g-row>[class*="g-col"]
    {
        width: 100%
    }
}
@media screen and (max-width: 767px)
{/* line 65, src/mwf_styles/_gridv2.scss */
    .g-stack-vp2>.g-row
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 57, src/mwf_styles/_gridv2.scss */
    .g-stack-vp2>.g-row>[class*="g-col"]
    {
        width: 100%
    }
}
@media screen and (max-width: 539px)
{/* line 78, src/mwf_styles/_gridv2.scss */
    .g-row
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 57, src/mwf_styles/_gridv2.scss */
    .g-row>[class*="g-col"]
    {
        width: 100%
    }
}/* sass-lint:disable indentation*//* sass-lint:enable indentation*//* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-5
{
    background-color: rgba(0,0,0,.05)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-10
{
    background-color: rgba(0,0,0,.1)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-15
{
    background-color: rgba(0,0,0,.15)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-20
{
    background-color: rgba(0,0,0,.2)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-30
{
    background-color: rgba(0,0,0,.3)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-40
{
    background-color: rgba(0,0,0,.4)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-50
{
    background-color: rgba(0,0,0,.5)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-60
{
    background-color: rgba(0,0,0,.6)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-70
{
    background-color: rgba(0,0,0,.7)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-80
{
    background-color: rgba(0,0,0,.8)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-90
{
    background-color: rgba(0,0,0,.9)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-shade-95
{
    background-color: rgba(0,0,0,.95)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-5
{
    background-color: rgba(255,255,255,.05)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-10
{
    background-color: rgba(255,255,255,.1)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-15
{
    background-color: rgba(255,255,255,.15)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-20
{
    background-color: rgba(255,255,255,.2)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-30
{
    background-color: rgba(255,255,255,.3)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-40
{
    background-color: rgba(255,255,255,.4)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-50
{
    background-color: rgba(255,255,255,.5)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-60
{
    background-color: rgba(255,255,255,.6)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-70
{
    background-color: rgba(255,255,255,.7)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-80
{
    background-color: rgba(255,255,255,.8)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-90
{
    background-color: rgba(255,255,255,.9)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-tint-95
{
    background-color: rgba(255,255,255,.95)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-5
{
    background-color: rgba(0,0,0,.05)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-10
{
    background-color: rgba(0,0,0,.1)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-15
{
    background-color: rgba(0,0,0,.15)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-20
{
    background-color: rgba(0,0,0,.2)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-30
{
    background-color: rgba(0,0,0,.3)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-40
{
    background-color: rgba(0,0,0,.4)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-50
{
    background-color: rgba(0,0,0,.5)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-60
{
    background-color: rgba(0,0,0,.6)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-70
{
    background-color: rgba(0,0,0,.7)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-80
{
    background-color: rgba(0,0,0,.8)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-90
{
    background-color: rgba(0,0,0,.9)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-foreground-95
{
    background-color: rgba(0,0,0,.95)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-5
{
    background-color: rgba(255,255,255,.05)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-10
{
    background-color: rgba(255,255,255,.1)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-15
{
    background-color: rgba(255,255,255,.15)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-20
{
    background-color: rgba(255,255,255,.2)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-30
{
    background-color: rgba(255,255,255,.3)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-40
{
    background-color: rgba(255,255,255,.4)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-50
{
    background-color: rgba(255,255,255,.5)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-60
{
    background-color: rgba(255,255,255,.6)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-70
{
    background-color: rgba(255,255,255,.7)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-80
{
    background-color: rgba(255,255,255,.8)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-90
{
    background-color: rgba(255,255,255,.9)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-background-95
{
    background-color: rgba(255,255,255,.95)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-5
{
    background-color: rgba(0,103,184,.05)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-10
{
    background-color: rgba(0,103,184,.1)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-15
{
    background-color: rgba(0,103,184,.15)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-20
{
    background-color: rgba(0,103,184,.2)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-30
{
    background-color: rgba(0,103,184,.3)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-40
{
    background-color: rgba(0,103,184,.4)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-50
{
    background-color: rgba(0,103,184,.5)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-60
{
    background-color: rgba(0,103,184,.6)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-70
{
    background-color: rgba(0,103,184,.7)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-80
{
    background-color: rgba(0,103,184,.8)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-90
{
    background-color: rgba(0,103,184,.9)
}/* line 26, src/mwf_styles/extensions/_background_color.scss */
.x-background-accent-95
{
    background-color: rgba(0,103,184,.95)
}/* line 32, src/mwf_styles/extensions/_background_color.scss */
.x-background-transparent
{
    background-color: rgba(255,255,255,0) !important
}/* line 36, src/mwf_styles/extensions/_background_color.scss */
.x-background-card
{
    background-color: #e1e1e1 !important
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.x-clearfix:before, .x-clearfix:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.x-clearfix:after
{
    clear: both
}/* line 1, src/mwf_styles/extensions/_floats.scss */
.x-float-left
{
    float: left !important
}/* line 5, src/mwf_styles/extensions/_floats.scss */
.x-float-right
{
    float: right !important
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0
    }
    1%
    {
        opacity: 0
    }
    100%
    {
        opacity: 1
    }
}
@keyframes fadeOut
{
    0%
    {
        opacity: 1
    }
    1%
    {
        opacity: 1
    }
    100%
    {
        opacity: 0
    }
}/* line 1, src/mwf_styles/extensions/_interactive_states.scss */
[class^="c-"] .x-hidden-focus, [class^="c-"] .x-hidden-focus:before, [class^="c-"] .x-hidden-focus+span:before, [class^="c-"].x-hidden-focus, [class^="c-"].x-hidden-focus:before, [class^="c-"].x-hidden-focus+span:before, [class^="m-"] .x-hidden-focus, [class^="m-"] .x-hidden-focus:before, [class^="m-"] .x-hidden-focus+span:before, [class^="m-"].x-hidden-focus, [class^="m-"].x-hidden-focus:before, [class^="m-"].x-hidden-focus+span:before
{
    outline-color: transparent !important;
    outline-style: none !important
}/* Adding hooks for vertical padding to apply to all modules except hero.
 * As we get more information on partner layouts this will become specific
 * to each module and vary based on layout *//* line 14, src/mwf_styles/extensions/_module_padding.scss */
[class^="m-"]
{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 48px
}/* line 19, src/mwf_styles/extensions/_module_padding.scss */
[class^="m-"].x-remove-padding
{
    padding-left: 0;
    padding-right: 0
}
@media only screen and (min-width: 1084px)
{/* line 14, src/mwf_styles/extensions/_module_padding.scss */
    [class^="m-"]
    {
        padding-left: 0;
        padding-right: 0
    }
}/* line 32, src/mwf_styles/extensions/_module_padding.scss */
[class^="m-"] [class^="m-"]
{
    padding-left: 0;
    padding-right: 0
}/* line 6, src/mwf_styles/extensions/_offsets.scss */
.x-offset-content
{
    padding-left: 12px;
    padding-right: 12px
}
@media only screen and (min-width: 540px)
{/* line 6, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media only screen and (min-width: 768px)
{/* line 6, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content
    {
        padding-left: 36px;
        padding-right: 36px
    }
}
@media only screen and (min-width: 1400px)
{/* line 6, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content
    {
        padding-left: 48px;
        padding-right: 48px
    }
}/* line 26, src/mwf_styles/extensions/_offsets.scss */
.x-offset-content[data-grid~="pad-2x"]
{
    padding-left: 8px;
    padding-right: 8px
}
@media only screen and (min-width: 540px)
{/* line 26, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-2x"]
    {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media only screen and (min-width: 768px)
{/* line 26, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-2x"]
    {
        padding-left: 32px;
        padding-right: 32px
    }
}
@media only screen and (min-width: 1400px)
{/* line 26, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-2x"]
    {
        padding-left: 44px;
        padding-right: 44px
    }
}/* line 43, src/mwf_styles/extensions/_offsets.scss */
.x-offset-content[data-grid~="pad-3x"]
{
    padding-left: 12px;
    padding-right: 12px
}
@media only screen and (min-width: 540px)
{/* line 43, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-3x"]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media only screen and (min-width: 768px)
{/* line 43, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-3x"]
    {
        padding-left: 48px;
        padding-right: 48px
    }
}
@media only screen and (min-width: 1400px)
{/* line 43, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-3x"]
    {
        padding-left: 42px;
        padding-right: 42px
    }
}/* line 60, src/mwf_styles/extensions/_offsets.scss */
.x-offset-content[data-grid~="pad-6x"]
{
    padding-left: 0;
    padding-right: 0
}
@media only screen and (min-width: 540px)
{/* line 60, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-6x"]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (min-width: 768px)
{/* line 60, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-6x"]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media only screen and (min-width: 1400px)
{/* line 60, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-6x"]
    {
        padding-left: 36px;
        padding-right: 36px
    }
}/* line 77, src/mwf_styles/extensions/_offsets.scss */
.x-offset-content[data-grid~="pad-12x"]
{
    padding-left: 30px;
    padding-right: 30px
}
@media screen and (max-width: 1778px)
{/* line 77, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-12x"]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (max-width: 1399px)
{/* line 77, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-12x"]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (max-width: 1083px)
{/* line 77, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-12x"]
    {
        padding-left: 18px;
        padding-right: 18px
    }
}
@media only screen and (max-width: 767px)
{/* line 77, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-12x"]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (max-width: 539px)
{/* line 77, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-content[data-grid~="pad-12x"]
    {
        padding-left: 0;
        padding-right: 0
    }
}/* line 106, src/mwf_styles/extensions/_offsets.scss */
.x-offset-uhf
{
    padding-left: 12px;
    padding-right: 12px
}
@media only screen and (min-width: 768px)
{/* line 106, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-uhf
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media only screen and (min-width: 1084px)
{/* line 106, src/mwf_styles/extensions/_offsets.scss */
    .x-offset-uhf
    {
        padding-left: 0;
        padding-right: 0
    }
}
@media print
{/* line 2, src/mwf_styles/extensions/_print.scss */
    .x-visible-print-block
    {
        display: block !important
    }/* line 6, src/mwf_styles/extensions/_print.scss */
    .x-visible-print-inline
    {
        display: inline !important
    }/* line 10, src/mwf_styles/extensions/_print.scss */
    .x-visible-print-inline-block
    {
        display: inline-block !important
    }/* line 14, src/mwf_styles/extensions/_print.scss */
    .x-hidden-print
    {
        display: none !important
    }
}/* line 2, src/mwf_styles/extensions/_responsive.scss */
.x-hidden
{
    display: none !important
}/* line 6, src/mwf_styles/extensions/_responsive.scss */
.x-visible-block
{
    display: block !important
}/* line 10, src/mwf_styles/extensions/_responsive.scss */
.x-visible-inline-block
{
    display: inline-block !important
}/* line 14, src/mwf_styles/extensions/_responsive.scss */
.x-visible-inline
{
    display: inline !important
}
@media all and (max-width: 539px)
{/* line 20, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp1-block
    {
        display: block !important
    }/* line 24, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp1-inline
    {
        display: inline !important
    }/* line 28, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp1-inline-block
    {
        display: inline-block !important
    }/* line 32, src/mwf_styles/extensions/_responsive.scss */
    .x-hidden-vp1
    {
        display: none !important
    }
}
@media all and (min-width: 540px) and (max-width: 767px)
{/* line 38, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp2-block
    {
        display: block !important
    }/* line 42, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp2-inline
    {
        display: inline !important
    }/* line 46, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp2-inline-block
    {
        display: inline-block !important
    }/* line 50, src/mwf_styles/extensions/_responsive.scss */
    .x-hidden-vp2
    {
        display: none !important
    }
}
@media all and (min-width: 768px) and (max-width: 1083px)
{/* line 56, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp3-block
    {
        display: block !important
    }/* line 60, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp3-inline
    {
        display: inline !important
    }/* line 64, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp3-inline-block
    {
        display: inline-block !important
    }/* line 68, src/mwf_styles/extensions/_responsive.scss */
    .x-hidden-vp3
    {
        display: none !important
    }
}
@media all and (min-width: 1084px) and (max-width: 1399px)
{/* line 74, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp4-block
    {
        display: block !important
    }/* line 78, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp4-inline
    {
        display: inline !important
    }/* line 82, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp4-inline-block
    {
        display: inline-block !important
    }/* line 86, src/mwf_styles/extensions/_responsive.scss */
    .x-hidden-vp4
    {
        display: none !important
    }
}
@media all and (min-width: 1400px)
{/* line 92, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp5-block
    {
        display: block !important
    }/* line 96, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp5-inline
    {
        display: inline !important
    }/* line 100, src/mwf_styles/extensions/_responsive.scss */
    .x-visible-vp5-inline-block
    {
        display: inline-block !important
    }/* line 104, src/mwf_styles/extensions/_responsive.scss */
    .x-hidden-vp5
    {
        display: none !important
    }
}/* line 1, src/mwf_styles/extensions/_screen_reader.scss */
.x-screen-reader
{
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px,1px,1px,1px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}/* line 1, src/mwf_styles/extensions/_typography.scss */
.x-type-center
{
    text-align: center !important
}/* line 5, src/mwf_styles/extensions/_typography.scss */
.x-type-right
{
    text-align: right !important
}/* line 9, src/mwf_styles/extensions/_typography.scss */
.x-type-left
{
    text-align: left !important
}/* line 17, src/mwf_styles/extensions/_typography.scss */
.x-weight-light
{
    font-weight: 100
}/* line 21, src/mwf_styles/extensions/_typography.scss */
.x-weight-semilight
{
    font-weight: 200
}/* line 25, src/mwf_styles/extensions/_typography.scss */
.x-weight-normal
{
    font-weight: 400
}/* line 29, src/mwf_styles/extensions/_typography.scss */
.x-weight-semibold
{
    font-weight: 600
}/* line 33, src/mwf_styles/extensions/_typography.scss */
.x-weight-bold
{
    font-weight: 700
}/* line 38, src/mwf_styles/extensions/_typography.scss */
.x-truncate
{
    text-overflow: ellipsis;
    overflow: hidden
}
@media screen and (-ms-high-contrast: active)
{/* line 18, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] button:not(.c-select-button):not(.c-sequence-indicator):hover:not(:disabled), [class^="m-"] button:not(.c-select-button):not(.c-sequence-indicator):active:not(:disabled), [class^="m-"] button:not(.c-select-button):not(.c-sequence-indicator):focus:not(:disabled), [class*=" m-"] button:not(.c-select-button):not(.c-sequence-indicator):hover:not(:disabled), [class*=" m-"] button:not(.c-select-button):not(.c-sequence-indicator):active:not(:disabled), [class*=" m-"] button:not(.c-select-button):not(.c-sequence-indicator):focus:not(:disabled), [class^="c-"] button:not(.c-select-button):not(.c-sequence-indicator):hover:not(:disabled), [class^="c-"] button:not(.c-select-button):not(.c-sequence-indicator):active:not(:disabled), [class^="c-"] button:not(.c-select-button):not(.c-sequence-indicator):focus:not(:disabled), [class*=" c-"] button:not(.c-select-button):not(.c-sequence-indicator):hover:not(:disabled), [class*=" c-"] button:not(.c-select-button):not(.c-sequence-indicator):active:not(:disabled), [class*=" c-"] button:not(.c-select-button):not(.c-sequence-indicator):focus:not(:disabled)
    {
        -ms-high-contrast-adjust: none;
        color: HighlightText !important;
        outline-color: Highlight !important;
        border-color: Highlight !important;
        background: transparent !important
    }/* line 27, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled, [class*=" m-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled, [class^="c-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled, [class*=" c-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled
    {
        -ms-high-contrast-adjust: none;
        color: GrayText !important;
        outline-color: GrayText !important;
        border-color: GrayText !important;
        background: transparent !important
    }/* line 35, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled:hover, [class*=" m-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled:hover, [class^="c-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled:hover, [class*=" c-"] button:not(.c-select-button):not(.c-sequence-indicator):disabled:hover
    {
        -ms-high-contrast-adjust: none;
        color: GrayText !important;
        outline-color: GrayText !important;
        border-color: GrayText !important;
        background: transparent !important
    }/* line 47, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] a:not(.c-action-trigger):focus:not(.x-hidden-focus), [class*=" m-"] a:not(.c-action-trigger):focus:not(.x-hidden-focus), [class^="c-"] a:not(.c-action-trigger):focus:not(.x-hidden-focus), [class*=" c-"] a:not(.c-action-trigger):focus:not(.x-hidden-focus)
    {
        outline: 2px solid WindowText !important
    }/* line 53, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] input[type=search], [class*=" m-"] input[type=search], [class^="c-"] input[type=search], [class*=" c-"] input[type=search]
    {
        color: windowText !important
    }/* line 56, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] input[type=search]:hover, [class^="m-"] input[type=search]:active, [class*=" m-"] input[type=search]:hover, [class*=" m-"] input[type=search]:active, [class^="c-"] input[type=search]:hover, [class^="c-"] input[type=search]:active, [class*=" c-"] input[type=search]:hover, [class*=" c-"] input[type=search]:active
    {
        -ms-high-contrast-adjust: none;
        outline-color: Highlight !important;
        border-color: Highlight !important
    }/* line 64, src/components/high-contrast/styles/_high-contrast.scss */
    [class^="m-"] input[type=search]:focus, [class*=" m-"] input[type=search]:focus, [class^="c-"] input[type=search]:focus, [class*=" c-"] input[type=search]:focus
    {
        -ms-high-contrast-adjust: none;
        color: windowText !important;
        outline-color: Highlight !important;
        border-color: Highlight !important
    }/* line 76, src/components/high-contrast/styles/_high-contrast.scss */
    .c-uhfh button, .c-uhfh a
    {
        border-color: Window !important;
        outline-color: Window !important
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-hight-contrast: white-on-black)
{/* line 90, src/components/high-contrast/styles/_high-contrast.scss */
    [class*="m-"] button:not(.c-select-button):not(.c-sequence-indicator):hover:not(:disabled), [class*="m-"] button:not(.c-select-button):not(.c-sequence-indicator):active:not(:disabled), [class*="c-"] button:not(.c-select-button):not(.c-sequence-indicator):hover:not(:disabled), [class*="c-"] button:not(.c-select-button):not(.c-sequence-indicator):active:not(:disabled)
    {
        color: HighlightText !important;
        background-color: Highlight !important
    }
}/* line 16, src/components/glyph/styles/_glyph.scss */
.c-glyph:before, .c-glyph:after
{
    font-family: "MWF-MDL2";
    display: inline-block;
    text-decoration: underline
}/* line 23, src/components/glyph/styles/_glyph.scss */
.c-glyph:before, .c-glyph:after, .c-glyph:hover:before, .c-glyph:hover:after
{
    text-decoration: none
}/* line 32, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-accept:before
{
    content: ""
}/* line 43, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-add:before
{
    content: ""
}/* line 47, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-settings:before
{
    content: ""
}/* line 51, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-people:before
{
    content: ""
}/* line 55, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-microphone:before
{
    content: ""
}/* line 59, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-camera:before
{
    content: ""
}/* line 63, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-forward:before
{
    content: ""
}/* line 67, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-remove:before
{
    content: ""
}/* line 71, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-down:before
{
    content: ""
}/* line 75, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-back-to-window:before
{
    content: ""
}/* line 79, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-cancel:before
{
    content: ""
}/* line 83, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-cellphone:before
{
    content: ""
}/* line 87, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chat-bubbles:before
{
    content: ""
}/* line 91, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-check-mark:before
{
    content: ""
}/* line 95, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chevron-down:before
{
    content: ""
}/* line 99, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chevron-left:before
{
    content: ""
}/* line 103, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chevron-right:before
{
    content: ""
}/* line 107, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chevron-up:before
{
    content: ""
}/* line 111, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chevron-down-small:before
{
    content: ""
}/* line 115, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-chevron-left-small:before
{
    content: ""
}/* line 119, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-completed:before
{
    content: ""
}/* line 123, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-contact:before
{
    content: ""
}/* line 127, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-copy:before
{
    content: ""
}/* line 131, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-delete:before
{
    content: ""
}/* line 135, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-download:before
{
    content: ""
}/* line 139, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-edit:before
{
    content: ""
}/* line 143, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-emoji-neutral:before
{
    content: ""
}/* line 147, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-emoji-disappointed:before
{
    content: ""
}/* line 151, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-feedback:before
{
    content: ""
}/* line 155, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-filter:before
{
    content: ""
}/* line 159, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-flag:before
{
    content: ""
}/* line 163, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-full-screen:before
{
    content: ""
}/* line 167, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-global-nav-button:before
{
    content: ""
}/* line 171, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-heart-fill:before
{
    content: ""
}/* line 175, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-arrow-htmllegacy:before
{
    content: ""
}/* line 179, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-arrow-htmllegacy-mirrored:before
{
    content: ""
}/* line 183, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-gift:before
{
    content: ""
}/* line 187, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-incident-triangle:before
{
    content: ""
}/* line 191, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-info:before
{
    content: ""
}/* line 195, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-list:before
{
    content: ""
}/* line 199, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-mail:before
{
    content: ""
}/* line 203, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-more:before
{
    content: ""
}/* line 207, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-mute:before
{
    content: ""
}/* line 211, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-pause:before
{
    content: ""
}/* line 215, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-pc1:before
{
    content: ""
}/* line 219, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-phone:before
{
    content: ""
}/* line 223, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-play:before
{
    content: ""
}/* line 227, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-refresh:before
{
    content: ""
}/* line 231, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-save:before
{
    content: ""
}/* line 235, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-search:before
{
    content: ""
}/* line 239, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-share:before
{
    content: ""
}/* line 243, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-shopping-bag:before
{
    content: ""
}/* line 247, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-shopping-cart:before
{
    content: ""
}/* line 251, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-subtitles:before
{
    content: ""
}/* line 255, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-surface-hub:before
{
    content: ""
}/* line 259, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-this-pc:before
{
    content: ""
}/* line 263, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-up:before
{
    content: ""
}/* line 267, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-volume:before
{
    content: ""
}/* line 271, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-waffle:before
{
    content: ""
}/* line 275, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-warning:before
{
    content: ""
}/* line 279, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-world:before
{
    content: ""
}/* line 283, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-xbox-one-console:before
{
    content: ""
}/* line 287, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-lock:before
{
    content: ""
}/* line 291, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-system:before
{
    content: ""
}/* line 295, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-globe:before
{
    content: ""
}/* line 299, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-tv-monitor:before
{
    content: ""
}/* line 303, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-headphone:before
{
    content: ""
}/* line 307, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-folder-open:before
{
    content: ""
}/* line 311, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-movies:before
{
    content: ""
}/* line 315, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-folder:before
{
    content: ""
}/* line 319, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-payment-card:before
{
    content: ""
}/* line 323, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-mobile-tablet:before
{
    content: ""
}/* line 327, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-tag:before
{
    content: ""
}/* line 331, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-add-friend:before
{
    content: ""
}/* line 335, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-group:before
{
    content: ""
}/* line 339, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-repair:before
{
    content: ""
}/* line 343, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-music-in-collection:before
{
    content: ""
}/* line 347, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-list-mirrored:before
{
    content: ""
}/* line 351, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-ticket:before
{
    content: ""
}/* line 355, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-photo2:before
{
    content: ""
}/* line 359, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-holo-lens:before
{
    content: ""
}/* line 363, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-app-icon-default:before
{
    content: ""
}/* line 367, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-subscriptions:before
{
    content: ""
}/* line 371, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-subscriptions-mirrored:before
{
    content: ""
}/* line 375, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-circle-exclamation:before
{
    content: ""
}/* line 379, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-circle-error:before
{
    content: ""
}/* line 383, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-circle-check:before
{
    content: ""
}/* line 387, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-circle-info:before
{
    content: ""
}/* line 391, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-circle-block:before
{
    content: ""
}/* line 395, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-circle-question:before
{
    content: ""
}/* line 399, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-zoom:before
{
    content: ""
}/* line 403, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-zoom-out:before
{
    content: ""
}/* line 407, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-back:before
{
    content: ""
}/* line 411, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-favorite-star:before
{
    content: ""
}/* line 415, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-favorite-star-fill:before
{
    content: ""
}/* line 419, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-checkbox-composite:before
{
    content: ""
}/* line 423, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-checkbox-indeterminate:before
{
    content: ""
}/* line 427, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-slideshow:before
{
    content: ""
}/* line 431, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-calendar:before
{
    content: ""
}/* line 435, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-rotate:before
{
    content: ""
}/* line 439, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-page:before
{
    content: ""
}/* line 443, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-half-star-left:before
{
    content: ""
}/* line 447, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-half-star-right:before
{
    content: ""
}/* line 451, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-view:before
{
    content: ""
}/* line 455, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-previous:before
{
    content: ""
}/* line 459, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-next:before
{
    content: ""
}/* line 463, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-clear:before
{
    content: ""
}/* line 467, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-sync:before
{
    content: ""
}/* line 471, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-go:before
{
    content: ""
}/* line 474, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-shopping-bag:before
{
    content: ""
}/* line 478, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-shuffle:before
{
    content: ""
}/* line 482, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-calendar-day:before
{
    content: ""
}/* line 486, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-calendar-week:before
{
    content: ""
}/* line 490, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-important:before
{
    content: ""
}/* line 494, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-sort:before
{
    content: ""
}/* line 498, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-font-decrease:before
{
    content: ""
}/* line 502, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-font-increase:before
{
    content: ""
}/* line 506, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-bulleted-list:before
{
    content: ""
}/* line 510, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-music-album:before
{
    content: ""
}/* line 514, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-bulleted-list-mirrored:before
{
    content: ""
}/* line 518, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-go-mirrored:before
{
    content: ""
}/* line 522, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-edit-mirrored:before
{
    content: ""
}/* line 526, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-qrcode:before
{
    content: ""
}/* line 530, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-calendar-mirrored:before
{
    content: ""
}/* line 534, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-xbox-gamepass:before
{
    content: ""
}/* line 538, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-xbox-gold:before
{
    content: ""
}/* line 542, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-pinned:before
{
    content: ""
}/* line 546, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-gamehub:before
{
    content: ""
}/* line 550, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-xbox-logo:before
{
    content: ""
}/* line 554, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-devices2:before
{
    content: ""
}/* line 558, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-devices3:before
{
    content: ""
}/* line 562, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-holo-lens2:before
{
    content: ""
}/* line 566, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-circleplus:before
{
    content: ""
}/* line 570, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-remove-from:before
{
    content: ""
}/* line 574, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-airplane:before
{
    content: ""
}/* line 578, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-book:before
{
    content: ""
}/* line 582, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-library:before
{
    content: ""
}/* line 586, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-work:before
{
    content: ""
}/* line 590, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-heart:before
{
    content: ""
}/* line 594, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-shop:before
{
    content: ""
}/* line 598, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-education:before
{
    content: ""
}/* line 602, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-balloons:before
{
    content: ""
}/* line 606, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-leaf:before
{
    content: ""
}/* line 610, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-xbox-controller:before
{
    content: ""
}/* line 614, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-camera-main:before
{
    content: ""
}/* line 618, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-telemarketer:before
{
    content: ""
}/* line 622, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-video:before
{
    content: ""
}/* line 626, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-diploma:before
{
    content: ""
}/* line 630, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-podium:before
{
    content: ""
}/* line 634, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-giftcard:before
{
    content: ""
}/* line 638, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-brush:before
{
    content: ""
}/* line 642, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-enhanced-pop:before
{
    content: ""
}/* line 646, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-color-palette:before
{
    content: ""
}/* line 650, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-torch:before
{
    content: ""
}/* line 654, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-movies-tv:before
{
    content: ""
}/* line 658, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-football:before
{
    content: ""
}/* line 662, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-savings:before
{
    content: ""
}/* line 666, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-glasses:before
{
    content: ""
}/* line 670, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-money:before
{
    content: ""
}/* line 674, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-trophy:before
{
    content: ""
}/* line 678, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-print:before
{
    content: ""
}/* line 682, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-menu-button:before
{
    content: ""
}/* line 686, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-status-unknown:before
{
    content: ""
}/* line 690, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-windows-logo:before
{
    content: ""
}/* line 694, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-gallery:before
{
    content: ""
}/* line 698, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-book-solid:before
{
    content: ""
}/* line 702, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-critic-review:before
{
    content: ""
}/* line 706, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-edge-logo:before
{
    content: ""
}/* line 710, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-edge-logo-small:before
{
    content: ""
}/* line 714, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-product:before
{
    content: ""
}/* line 718, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-issue-details:before
{
    content: ""
}/* line 722, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-support:before
{
    content: ""
}/* line 726, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-severity:before
{
    content: ""
}/* line 730, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-contacts:before
{
    content: ""
}/* line 734, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-circle-fill:before
{
    content: ""
}/* line 738, src/components/glyph/styles/_glyph.scss */
.c-glyph.glyph-detach-pc:before
{
    content: ""
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-5
{
    background-color: rgba(0,0,0,.05)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-5
{
    background-color: rgba(255,255,255,.05)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-5
{
    background-color: rgba(0,103,184,.05)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-10
{
    background-color: rgba(0,0,0,.1)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-10
{
    background-color: rgba(255,255,255,.1)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-10
{
    background-color: rgba(0,103,184,.1)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-15
{
    background-color: rgba(0,0,0,.15)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-15
{
    background-color: rgba(255,255,255,.15)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-15
{
    background-color: rgba(0,103,184,.15)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-20
{
    background-color: rgba(0,0,0,.2)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-20
{
    background-color: rgba(255,255,255,.2)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-20
{
    background-color: rgba(0,103,184,.2)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-30
{
    background-color: rgba(0,0,0,.3)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-30
{
    background-color: rgba(255,255,255,.3)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-30
{
    background-color: rgba(0,103,184,.3)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-40
{
    background-color: rgba(0,0,0,.4)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-40
{
    background-color: rgba(255,255,255,.4)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-40
{
    background-color: rgba(0,103,184,.4)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-50
{
    background-color: rgba(0,0,0,.5)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-50
{
    background-color: rgba(255,255,255,.5)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-50
{
    background-color: rgba(0,103,184,.5)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-60
{
    background-color: rgba(0,0,0,.6)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-60
{
    background-color: rgba(255,255,255,.6)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-60
{
    background-color: rgba(0,103,184,.6)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-80
{
    background-color: rgba(0,0,0,.8)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-80
{
    background-color: rgba(255,255,255,.8)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-80
{
    background-color: rgba(0,103,184,.8)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-90
{
    background-color: rgba(0,0,0,.9)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-90
{
    background-color: rgba(255,255,255,.9)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-90
{
    background-color: rgba(0,103,184,.9)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-95
{
    background-color: rgba(0,0,0,.95)
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-95
{
    background-color: rgba(255,255,255,.95)
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-95
{
    background-color: rgba(0,103,184,.95)
}/* line 7, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-shade-100
{
    background-color: #000
}/* line 11, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-tint-100
{
    background-color: #fff
}/* line 15, src/components/backgrounds/styles/_backgrounds.scss */
.f-background-accent-100
{
    background-color: #0067b8
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-5
{
    color: rgba(0,0,0,.05)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-5
{
    color: rgba(255,255,255,.05)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-5
{
    color: rgba(0,103,184,.05)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-10
{
    color: rgba(0,0,0,.1)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-10
{
    color: rgba(255,255,255,.1)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-10
{
    color: rgba(0,103,184,.1)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-15
{
    color: rgba(0,0,0,.15)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-15
{
    color: rgba(255,255,255,.15)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-15
{
    color: rgba(0,103,184,.15)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-20
{
    color: rgba(0,0,0,.2)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-20
{
    color: rgba(255,255,255,.2)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-20
{
    color: rgba(0,103,184,.2)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-30
{
    color: rgba(0,0,0,.3)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-30
{
    color: rgba(255,255,255,.3)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-30
{
    color: rgba(0,103,184,.3)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-40
{
    color: rgba(0,0,0,.4)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-40
{
    color: rgba(255,255,255,.4)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-40
{
    color: rgba(0,103,184,.4)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-50
{
    color: rgba(0,0,0,.5)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-50
{
    color: rgba(255,255,255,.5)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-50
{
    color: rgba(0,103,184,.5)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-60
{
    color: rgba(0,0,0,.6)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-60
{
    color: rgba(255,255,255,.6)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-60
{
    color: rgba(0,103,184,.6)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-80
{
    color: rgba(0,0,0,.8)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-80
{
    color: rgba(255,255,255,.8)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-80
{
    color: rgba(0,103,184,.8)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-90
{
    color: rgba(0,0,0,.9)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-90
{
    color: rgba(255,255,255,.9)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-90
{
    color: rgba(0,103,184,.9)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-95
{
    color: rgba(0,0,0,.95)
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-95
{
    color: rgba(255,255,255,.95)
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-95
{
    color: rgba(0,103,184,.95)
}/* line 7, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-shade-100
{
    color: #000
}/* line 11, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-tint-100
{
    color: #fff
}/* line 15, src/components/foregrounds/styles/_foregrounds.scss */
.f-foreground-accent-100
{
    color: #0067b8
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-0x
{
    margin-top: 0;
    margin-bottom: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-1x
{
    margin-top: 4px;
    margin-bottom: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-2x
{
    margin-top: 8px;
    margin-bottom: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-3x
{
    margin-top: 12px;
    margin-bottom: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-4x
{
    margin-top: 16px;
    margin-bottom: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-5x
{
    margin-top: 20px;
    margin-bottom: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-6x
{
    margin-top: 24px;
    margin-bottom: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-7x
{
    margin-top: 28px;
    margin-bottom: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-8x
{
    margin-top: 32px;
    margin-bottom: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-9x
{
    margin-top: 36px;
    margin-bottom: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-10x
{
    margin-top: 40px;
    margin-bottom: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-11x
{
    margin-top: 44px;
    margin-bottom: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-v-12x
{
    margin-top: 48px;
    margin-bottom: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-0x
{
    margin-left: 0;
    margin-right: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-1x
{
    margin-left: 4px;
    margin-right: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-2x
{
    margin-left: 8px;
    margin-right: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-3x
{
    margin-left: 12px;
    margin-right: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-4x
{
    margin-left: 16px;
    margin-right: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-5x
{
    margin-left: 20px;
    margin-right: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-6x
{
    margin-left: 24px;
    margin-right: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-7x
{
    margin-left: 28px;
    margin-right: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-8x
{
    margin-left: 32px;
    margin-right: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-9x
{
    margin-left: 36px;
    margin-right: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-10x
{
    margin-left: 40px;
    margin-right: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-11x
{
    margin-left: 44px;
    margin-right: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-h-12x
{
    margin-left: 48px;
    margin-right: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-0x
{
    margin-top: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-1x
{
    margin-top: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-2x
{
    margin-top: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-3x
{
    margin-top: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-4x
{
    margin-top: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-5x
{
    margin-top: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-6x
{
    margin-top: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-7x
{
    margin-top: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-8x
{
    margin-top: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-9x
{
    margin-top: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-10x
{
    margin-top: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-11x
{
    margin-top: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-t-12x
{
    margin-top: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-0x
{
    margin-right: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-1x
{
    margin-right: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-2x
{
    margin-right: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-3x
{
    margin-right: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-4x
{
    margin-right: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-5x
{
    margin-right: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-6x
{
    margin-right: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-7x
{
    margin-right: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-8x
{
    margin-right: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-9x
{
    margin-right: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-10x
{
    margin-right: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-11x
{
    margin-right: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-r-12x
{
    margin-right: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-0x
{
    margin-bottom: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-1x
{
    margin-bottom: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-2x
{
    margin-bottom: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-3x
{
    margin-bottom: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-4x
{
    margin-bottom: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-5x
{
    margin-bottom: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-6x
{
    margin-bottom: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-7x
{
    margin-bottom: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-8x
{
    margin-bottom: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-9x
{
    margin-bottom: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-10x
{
    margin-bottom: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-11x
{
    margin-bottom: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-b-12x
{
    margin-bottom: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-0x
{
    margin-left: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-1x
{
    margin-left: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-2x
{
    margin-left: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-3x
{
    margin-left: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-4x
{
    margin-left: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-5x
{
    margin-left: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-6x
{
    margin-left: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-7x
{
    margin-left: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-8x
{
    margin-left: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-9x
{
    margin-left: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-10x
{
    margin-left: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-11x
{
    margin-left: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-l-12x
{
    margin-left: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-0x
{
    margin: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-1x
{
    margin: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-2x
{
    margin: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-3x
{
    margin: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-4x
{
    margin: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-5x
{
    margin: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-6x
{
    margin: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-7x
{
    margin: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-8x
{
    margin: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-9x
{
    margin: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-10x
{
    margin: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-11x
{
    margin: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-m-a-12x
{
    margin: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-0x
{
    padding-top: 0;
    padding-bottom: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-1x
{
    padding-top: 4px;
    padding-bottom: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-2x
{
    padding-top: 8px;
    padding-bottom: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-3x
{
    padding-top: 12px;
    padding-bottom: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-4x
{
    padding-top: 16px;
    padding-bottom: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-5x
{
    padding-top: 20px;
    padding-bottom: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-6x
{
    padding-top: 24px;
    padding-bottom: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-7x
{
    padding-top: 28px;
    padding-bottom: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-8x
{
    padding-top: 32px;
    padding-bottom: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-9x
{
    padding-top: 36px;
    padding-bottom: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-10x
{
    padding-top: 40px;
    padding-bottom: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-11x
{
    padding-top: 44px;
    padding-bottom: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-v-12x
{
    padding-top: 48px;
    padding-bottom: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-0x
{
    padding-left: 0;
    padding-right: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-1x
{
    padding-left: 4px;
    padding-right: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-2x
{
    padding-left: 8px;
    padding-right: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-3x
{
    padding-left: 12px;
    padding-right: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-4x
{
    padding-left: 16px;
    padding-right: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-5x
{
    padding-left: 20px;
    padding-right: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-6x
{
    padding-left: 24px;
    padding-right: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-7x
{
    padding-left: 28px;
    padding-right: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-8x
{
    padding-left: 32px;
    padding-right: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-9x
{
    padding-left: 36px;
    padding-right: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-10x
{
    padding-left: 40px;
    padding-right: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-11x
{
    padding-left: 44px;
    padding-right: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-h-12x
{
    padding-left: 48px;
    padding-right: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-0x
{
    padding-top: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-1x
{
    padding-top: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-2x
{
    padding-top: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-3x
{
    padding-top: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-4x
{
    padding-top: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-5x
{
    padding-top: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-6x
{
    padding-top: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-7x
{
    padding-top: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-8x
{
    padding-top: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-9x
{
    padding-top: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-10x
{
    padding-top: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-11x
{
    padding-top: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-t-12x
{
    padding-top: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-0x
{
    padding-right: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-1x
{
    padding-right: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-2x
{
    padding-right: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-3x
{
    padding-right: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-4x
{
    padding-right: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-5x
{
    padding-right: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-6x
{
    padding-right: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-7x
{
    padding-right: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-8x
{
    padding-right: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-9x
{
    padding-right: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-10x
{
    padding-right: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-11x
{
    padding-right: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-r-12x
{
    padding-right: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-0x
{
    padding-bottom: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-1x
{
    padding-bottom: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-2x
{
    padding-bottom: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-3x
{
    padding-bottom: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-4x
{
    padding-bottom: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-5x
{
    padding-bottom: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-6x
{
    padding-bottom: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-7x
{
    padding-bottom: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-8x
{
    padding-bottom: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-9x
{
    padding-bottom: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-10x
{
    padding-bottom: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-11x
{
    padding-bottom: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-b-12x
{
    padding-bottom: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-0x
{
    padding-left: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-1x
{
    padding-left: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-2x
{
    padding-left: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-3x
{
    padding-left: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-4x
{
    padding-left: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-5x
{
    padding-left: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-6x
{
    padding-left: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-7x
{
    padding-left: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-8x
{
    padding-left: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-9x
{
    padding-left: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-10x
{
    padding-left: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-11x
{
    padding-left: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-l-12x
{
    padding-left: 48px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-0x
{
    padding: 0
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-1x
{
    padding: 4px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-2x
{
    padding: 8px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-3x
{
    padding: 12px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-4x
{
    padding: 16px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-5x
{
    padding: 20px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-6x
{
    padding: 24px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-7x
{
    padding: 28px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-8x
{
    padding: 32px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-9x
{
    padding: 36px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-10x
{
    padding: 40px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-11x
{
    padding: 44px
}/* line 63, src/components/spacers/styles/_spacers.scss */
.x-p-a-12x
{
    padding: 48px
}/*END !$!$!========src/bundles/mwf-page/styles/mwf_page========*//*BEGIN !$!$!========src/components/action-menu/styles/action_menu========*//* line 10, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger.f-active, .no-js .c-action-menu:hover>button.c-action-trigger:not([disabled])
{
    background: rgba(0,0,0,.1);
    color: #000;
    text-decoration: none;
    animation: fadeIn .2s cubic-bezier(.68,-.55,.265,1.55)
}/* line 17, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu
{
    position: relative;
    display: inline-block
}/* line 21, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger
{
    position: relative;
    height: 100%
}/* line 25, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger:hover:not(.x-hidden-focus), .c-action-menu>button.c-action-trigger:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1);
    color: #000
}/* line 31, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger:active
{
    background: rgba(0,0,0,.2)
}/* line 36, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger[disabled]:hover, .c-action-menu>button.c-action-trigger[disabled]:focus
{
    background: none;
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 45, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger[aria-expanded="false"]+ul
{
    display: none
}/* line 50, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger:not([aria-label])
{
    padding: 8px 24px 8px 8px
}/* line 53, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger:not([aria-label]):after
{
    font-family: "MWF-MDL2";
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 8px;
    color: rgba(0,0,0,.8);
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}/* line 65, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger:not([aria-label])[disabled]:after
{
    color: rgba(0,0,0,.2)
}/* line 73, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger
{
    position: relative;
    padding: 9px 12px 8px;
    height: 100%;
    line-height: 1;
    background-color: rgba(0,0,0,.2);
    color: #000
}/* line 81, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger:hover:not(.x-hidden-focus), .c-action-menu.f-secondary>button.c-action-trigger:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.3)
}/* line 86, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger:focus:not(.x-hidden-focus)
{
    text-decoration: underline
}/* line 90, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger:active
{
    background: rgba(0,0,0,.4);
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 96, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger[disabled]:hover, .c-action-menu.f-secondary>button.c-action-trigger[disabled]:focus
{
    background: none;
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 105, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger[aria-expanded="false"]+ul
{
    display: none
}/* line 110, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger:not([aria-label])
{
    padding: 9px 12px 8px 12px
}/* line 113, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger:not([aria-label]):after
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    font-size: 8px;
    color: rgba(0,0,0,.8);
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}/* line 124, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu.f-secondary>button.c-action-trigger:not([aria-label])[disabled]:after
{
    color: rgba(0,0,0,.2)
}/* line 132, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>.c-context-menu
{
    position: absolute
}/* line 140, src/components/action-menu/styles/_action_menu.scss */
.c-action-menu>button.c-action-trigger.f-active:focus:not(.x-hidden-focus), .no-js .c-action-menu:hover>button.c-action-trigger:not([disabled]):focus:not(.x-hidden-focus)
{
    outline: none
}/* line 145, src/components/action-menu/styles/_action_menu.scss */
.no-js .c-action-menu:hover>.c-context-menu:not([aria-disabled]), .js .c-action-menu>.c-context-menu ul[aria-expanded="true"]
{
    display: block;
    animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55)
}/*END !$!$!========src/components/action-menu/styles/action_menu========*//*BEGIN !$!$!========src/components/action-toggle/styles/action_toggle========*//* line 9, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle
{
    font-size: 15px;
    line-height: 20px;
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    max-width: 374px;
    min-width: 36px;
    display: inline-block;
    padding: 6px 10px 8px;
    color: #0067b8;
    background: none;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
button.c-action-toggle:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-action-toggle:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
button.c-action-toggle:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-action-toggle:focus, .theme-dark .theme-light button.c-action-toggle:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-action-toggle:focus:after, .theme-dark .theme-light button.c-action-toggle:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-action-toggle:focus, .theme-light .theme-dark button.c-action-toggle:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-action-toggle:focus:after, .theme-light .theme-dark button.c-action-toggle:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 24, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle[aria-hidden=true]
{
    display: none
}/* line 28, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle:hover
{
    color: #fff;
    background: #0067b8
}/* line 33, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle:active
{
    outline: 1px solid transparent
}/* line 37, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle[disabled]
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 41, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle[disabled]:hover
{
    background: inherit
}/* line 46, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle.c-glyph
{
    min-width: 120px;
    padding-left: 0
}/* line 50, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle.c-glyph:before
{
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px
}/* line 59, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle.c-glyph[aria-label]
{
    min-width: 0;
    margin-right: 10px;
    padding-right: 0
}/* line 65, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle.c-glyph.f-align-margin
{
    margin-left: -10px
}/* line 70, src/components/action-toggle/styles/_action_toggle.scss */
.theme-light button.c-action-toggle, .theme-dark .theme-light button.c-action-toggle, .theme-dark button.c-action-toggle, .theme-light .theme-dark button.c-action-toggle
{
    background: transparent;
    text-decoration: none
}/* line 75, src/components/action-toggle/styles/_action_toggle.scss */
.theme-light button.c-action-toggle[disabled], .theme-dark .theme-light button.c-action-toggle[disabled], .theme-dark button.c-action-toggle[disabled], .theme-light .theme-dark button.c-action-toggle[disabled]
{
    cursor: not-allowed;
    background: inherit
}/* line 81, src/components/action-toggle/styles/_action_toggle.scss */
.theme-light button.c-action-toggle, .theme-dark .theme-light button.c-action-toggle
{
    color: #000
}/* line 84, src/components/action-toggle/styles/_action_toggle.scss */
.theme-light button.c-action-toggle:hover, .theme-dark .theme-light button.c-action-toggle:hover
{
    color: #fff;
    background: #000
}/* line 89, src/components/action-toggle/styles/_action_toggle.scss */
.theme-light button.c-action-toggle[disabled], .theme-dark .theme-light button.c-action-toggle[disabled]
{
    color: rgba(0,0,0,.2)
}/* line 94, src/components/action-toggle/styles/_action_toggle.scss */
.theme-dark button.c-action-toggle, .theme-light .theme-dark button.c-action-toggle
{
    color: #fff
}/* line 97, src/components/action-toggle/styles/_action_toggle.scss */
.theme-dark button.c-action-toggle:hover, .theme-light .theme-dark button.c-action-toggle:hover
{
    color: #000;
    background: #fff
}/* line 102, src/components/action-toggle/styles/_action_toggle.scss */
.theme-dark button.c-action-toggle[disabled], .theme-light .theme-dark button.c-action-toggle[disabled]
{
    color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast)
{/* line 9, src/components/action-toggle/styles/_action_toggle.scss */
    button.c-action-toggle
    {
        border-color: transparent;
        outline-color: transparent
    }/* line 111, src/components/action-toggle/styles/_action_toggle.scss */
    button.c-action-toggle:focus
    {
        border: 1px solid ButtonText
    }/* line 115, src/components/action-toggle/styles/_action_toggle.scss */
    button.c-action-toggle:hover
    {
        -ms-high-contrast-adjust: none
    }
}/* line 122, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle[class*='f-toggle-pane-button'].c-glyph
{
    padding: 6px 16px 8px 8px
}/* line 126, src/components/action-toggle/styles/_action_toggle.scss */
button.c-action-toggle[class*='f-toggle-pane-button']:hover
{
    color: #0067b8;
    background: transparent
}/*END !$!$!========src/components/action-toggle/styles/action_toggle========*//*BEGIN !$!$!========src/components/action-trigger/styles/action_trigger========*//* line 9, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger, a.c-action-trigger
{
    font-size: 15px;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    max-width: 374px;
    min-width: 36px;
    display: inline-block;
    margin-top: 12px;
    padding: 6px 0 8px;
    color: #0067b8;
    background: none;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom
}/* line 21, src/mwf_styles/utilities/_interactive_states.scss */
button.c-action-trigger:focus:not(.x-hidden-focus), a.c-action-trigger:focus:not(.x-hidden-focus)
{
    background: rgba(0,103,184,.1)
}/* line 25, src/mwf_styles/utilities/_interactive_states.scss */
button.c-action-trigger:focus:not(.x-hidden-focus), button.c-action-trigger:hover, a.c-action-trigger:focus:not(.x-hidden-focus), a.c-action-trigger:hover
{
    color: #005da6;
    text-decoration: underline
}/* line 31, src/mwf_styles/utilities/_interactive_states.scss */
button.c-action-trigger:active, a.c-action-trigger:active
{
    background: none;
    color: #005293;
    -ms-transform: none;
    transform: none
}/* line 44, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light button.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-action-trigger:focus:not(.x-hidden-focus), .theme-light a.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-action-trigger:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 48, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light button.c-action-trigger:focus:not(.x-hidden-focus), .theme-light button.c-action-trigger:hover, .theme-dark .theme-light button.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-action-trigger:hover, .theme-light a.c-action-trigger:focus:not(.x-hidden-focus), .theme-light a.c-action-trigger:hover, .theme-dark .theme-light a.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-action-trigger:hover
{
    color: rgba(0,0,0,.9)
}/* line 53, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light button.c-action-trigger:active, .theme-dark .theme-light button.c-action-trigger:active, .theme-light a.c-action-trigger:active, .theme-dark .theme-light a.c-action-trigger:active
{
    color: rgba(0,0,0,.8)
}/* line 65, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark button.c-action-trigger:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark a.c-action-trigger:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-action-trigger:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 69, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark button.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark button.c-action-trigger:hover, .theme-light .theme-dark button.c-action-trigger:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-action-trigger:hover, .theme-dark a.c-action-trigger:focus:not(.x-hidden-focus), .theme-dark a.c-action-trigger:hover, .theme-light .theme-dark a.c-action-trigger:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-action-trigger:hover
{
    color: #e6e6e6
}/* line 74, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark button.c-action-trigger:active, .theme-light .theme-dark button.c-action-trigger:active, .theme-dark a.c-action-trigger:active, .theme-light .theme-dark a.c-action-trigger:active
{
    color: #ccc
}
@media screen and (-ms-high-contrast: active)
{/* line 9, src/components/action-trigger/styles/_action_trigger.scss */
    button.c-action-trigger, a.c-action-trigger
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-action-trigger:focus, a.c-action-trigger:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    button.c-action-trigger:focus, a.c-action-trigger:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-action-trigger:focus, .theme-dark .theme-light button.c-action-trigger:focus, .theme-light a.c-action-trigger:focus, .theme-dark .theme-light a.c-action-trigger:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-action-trigger:focus, .theme-light .theme-dark button.c-action-trigger:focus, .theme-dark a.c-action-trigger:focus, .theme-light .theme-dark a.c-action-trigger:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 26, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger[disabled], a.c-action-trigger[disabled]
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 30, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger[disabled]:hover, a.c-action-trigger[disabled]:hover
{
    text-decoration: none
}/* line 35, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.c-glyph, a.c-action-trigger.c-glyph
{
    min-width: 120px;
    padding-right: 10px
}/* line 39, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.c-glyph:before, a.c-action-trigger.c-glyph:before
{
    margin-left: 10px;
    margin-right: 10px
}/* line 44, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.c-glyph[aria-label], a.c-action-trigger.c-glyph[aria-label]
{
    min-width: 0;
    margin-right: 10px;
    padding-right: 0
}/* line 50, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.c-glyph.f-align-margin, a.c-action-trigger.c-glyph.f-align-margin
{
    margin-left: -10px
}/* line 55, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight, a.c-action-trigger.f-heavyweight
{
    padding: 6px 10px 8px;
    color: #fff;
    background: #0067b8;
    transition: scale .2s ease-in-out
}/* line 61, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), a.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover)
{
    background: #0067b8 !important;
    text-decoration: #fff !important
}/* line 66, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight.c-glyph, a.c-action-trigger.f-heavyweight.c-glyph
{
    padding-left: 0
}/* line 70, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus)
{
    color: #fff;
    text-decoration: underline
}/* line 75, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight:hover, a.c-action-trigger.f-heavyweight:hover
{
    text-decoration: none
}/* line 79, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), button.c-action-trigger.f-heavyweight:hover, a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), a.c-action-trigger.f-heavyweight:hover
{
    background: #005da6
}/* line 84, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight:active, a.c-action-trigger.f-heavyweight:active
{
    background: #005293;
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 89, src/components/action-trigger/styles/_action_trigger.scss */
button.c-action-trigger.f-heavyweight[disabled], a.c-action-trigger.f-heavyweight[disabled]
{
    cursor: not-allowed;
    background: #cce1f1;
    color: rgba(0,0,0,.2)
}/* line 96, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger, .theme-dark .theme-light button.c-action-trigger, .theme-light a.c-action-trigger, .theme-dark .theme-light a.c-action-trigger
{
    color: #000;
    background: transparent
}/* line 100, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger[disabled], .theme-dark .theme-light button.c-action-trigger[disabled], .theme-light a.c-action-trigger[disabled], .theme-dark .theme-light a.c-action-trigger[disabled]
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 105, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger.f-heavyweight, .theme-dark .theme-light button.c-action-trigger.f-heavyweight, .theme-light a.c-action-trigger.f-heavyweight, .theme-dark .theme-light a.c-action-trigger.f-heavyweight
{
    color: #fff;
    background: #000
}/* line 109, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), .theme-dark .theme-light button.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), .theme-light a.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), .theme-dark .theme-light a.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover)
{
    background: #000 !important;
    text-decoration: #fff !important
}/* line 114, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus)
{
    color: #fff
}/* line 118, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light button.c-action-trigger.f-heavyweight:hover, .theme-dark .theme-light button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-action-trigger.f-heavyweight:hover, .theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light a.c-action-trigger.f-heavyweight:hover, .theme-dark .theme-light a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-action-trigger.f-heavyweight:hover
{
    background: #1a1a1a
}/* line 123, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger.f-heavyweight:active, .theme-dark .theme-light button.c-action-trigger.f-heavyweight:active, .theme-light a.c-action-trigger.f-heavyweight:active, .theme-dark .theme-light a.c-action-trigger.f-heavyweight:active
{
    background: #333
}/* line 127, src/components/action-trigger/styles/_action_trigger.scss */
.theme-light button.c-action-trigger.f-heavyweight[disabled], .theme-dark .theme-light button.c-action-trigger.f-heavyweight[disabled], .theme-light a.c-action-trigger.f-heavyweight[disabled], .theme-dark .theme-light a.c-action-trigger.f-heavyweight[disabled]
{
    background: #ccc;
    color: rgba(0,0,0,.2)
}/* line 134, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger, .theme-light .theme-dark button.c-action-trigger, .theme-dark a.c-action-trigger, .theme-light .theme-dark a.c-action-trigger
{
    color: #fff;
    background: transparent
}/* line 138, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger[disabled], .theme-light .theme-dark button.c-action-trigger[disabled], .theme-dark a.c-action-trigger[disabled], .theme-light .theme-dark a.c-action-trigger[disabled]
{
    color: rgba(255,255,255,.6);
    cursor: not-allowed
}/* line 143, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger.f-heavyweight, .theme-light .theme-dark button.c-action-trigger.f-heavyweight, .theme-dark a.c-action-trigger.f-heavyweight, .theme-light .theme-dark a.c-action-trigger.f-heavyweight
{
    color: #000;
    background: #fff
}/* line 147, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), .theme-light .theme-dark button.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), .theme-dark a.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover), .theme-light .theme-dark a.c-action-trigger.f-heavyweight.x-hidden-focus:not(:hover)
{
    background: #fff !important;
    text-decoration: #fff !important
}/* line 152, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus)
{
    color: #000
}/* line 156, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark button.c-action-trigger.f-heavyweight:hover, .theme-light .theme-dark button.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-action-trigger.f-heavyweight:hover, .theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-dark a.c-action-trigger.f-heavyweight:hover, .theme-light .theme-dark a.c-action-trigger.f-heavyweight:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-action-trigger.f-heavyweight:hover
{
    background: #e6e6e6
}/* line 161, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger.f-heavyweight:active, .theme-light .theme-dark button.c-action-trigger.f-heavyweight:active, .theme-dark a.c-action-trigger.f-heavyweight:active, .theme-light .theme-dark a.c-action-trigger.f-heavyweight:active
{
    background: #ccc
}/* line 165, src/components/action-trigger/styles/_action_trigger.scss */
.theme-dark button.c-action-trigger.f-heavyweight[disabled], .theme-light .theme-dark button.c-action-trigger.f-heavyweight[disabled], .theme-dark a.c-action-trigger.f-heavyweight[disabled], .theme-light .theme-dark a.c-action-trigger.f-heavyweight[disabled]
{
    background: #4d4d4d;
    color: rgba(255,255,255,.2)
}
@media(-ms-high-contrast: active)
{/* line 9, src/components/action-trigger/styles/_action_trigger.scss */
    button.c-action-trigger, a.c-action-trigger
    {
        color: ButtonText;
        outline: 2px solid ButtonText;
        background: ButtonFace
    }/* line 177, src/components/action-trigger/styles/_action_trigger.scss */
    button.c-action-trigger:not(.c-glyph), a.c-action-trigger:not(.c-glyph)
    {
        padding-left: 5px;
        padding-right: 5px
    }/* line 182, src/components/action-trigger/styles/_action_trigger.scss */
    button.c-action-trigger[disabled], a.c-action-trigger[disabled]
    {
        border-color: GrayText;
        color: GrayText
    }/* line 187, src/components/action-trigger/styles/_action_trigger.scss */
    button.c-action-trigger:hover, button.c-action-trigger:active, a.c-action-trigger:hover, a.c-action-trigger:active
    {
        outline-color: Highlight;
        color: Highlight
    }/* line 193, src/components/action-trigger/styles/_action_trigger.scss */
    button.c-action-trigger:focus:not(.x-hidden-focus), a.c-action-trigger:focus:not(.x-hidden-focus)
    {
        border-color: ButtonText;
        outline-offset: -4px
    }
}/*END !$!$!========src/components/action-trigger/styles/action_trigger========*//*BEGIN !$!$!========src/components/age-rating/styles/age_rating========*//* line 9, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating
{
    display: block
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-age-rating:before, .c-age-rating:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-age-rating:after
{
    clear: both
}/* line 13, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating>.c-image
{
    float: left;
    width: 56px;
    height: auto
}/* line 19, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating .c-label, .c-age-rating .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 0 80px;
    padding: 0
}/* line 26, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating .c-label
{
    display: block;
    font-weight: 600
}/* line 31, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating .c-content-toggle
{
    margin-left: 80px
}/* line 34, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating .c-content-toggle p
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 200px;
    padding-top: 0
}/* line 39, src/components/age-rating/styles/_age_rating.scss */
.c-age-rating .c-content-toggle .c-list
{
    margin-top: 0;
    margin-bottom: 0
}/*END !$!$!========src/components/age-rating/styles/age_rating========*//*BEGIN !$!$!========src/components/badge/styles/badge========*//* line 86, src/components/badge/styles/_badge.scss */
.c-badge
{
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .075em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}/* line 96, src/components/badge/styles/_badge.scss */
.c-badge.f-highlight
{
    background-color: #ffd800;
    color: #000
}/* line 101, src/components/badge/styles/_badge.scss */
.c-badge.f-lowlight
{
    background-color: #333;
    color: #fff
}/* line 106, src/components/badge/styles/_badge.scss */
.c-badge.f-accent
{
    background-color: #6bb1e8;
    color: #000
}/* line 111, src/components/badge/styles/_badge.scss */
.c-badge.f-highlight, .c-badge.f-lowlight, .c-badge.f-accent, .c-badge[style^="background"]
{
    font-weight: 400
}/* line 118, src/components/badge/styles/_badge.scss */
.c-badge.f-small
{
    padding: 0 7px 1px 0;
    line-height: 18px;
    height: 18px
}/* line 64, src/components/badge/styles/_badge.scss */
.c-badge.f-small.f-highlight, .c-badge.f-small.f-lowlight, .c-badge.f-small.f-accent, .c-badge.f-small[style^="background:"]
{
    padding: 0 7px 1px
}/* line 122, src/components/badge/styles/_badge.scss */
.c-badge.f-large
{
    padding: 3px 14px 5px 0;
    line-height: 20px;
    height: 26px
}/* line 77, src/components/badge/styles/_badge.scss */
.c-badge.f-large.f-highlight, .c-badge.f-large.f-lowlight, .c-badge.f-large.f-accent, .c-badge.f-large[style^="background:"]
{
    padding: 3px 14px 5px
}/* line 126, src/components/badge/styles/_badge.scss */
.c-badge.f-responsive
{
    padding: 0 7px 1px 0;
    line-height: 18px;
    height: 18px
}/* line 64, src/components/badge/styles/_badge.scss */
.c-badge.f-responsive.f-highlight, .c-badge.f-responsive.f-lowlight, .c-badge.f-responsive.f-accent, .c-badge.f-responsive[style^="background:"]
{
    padding: 0 7px 1px
}
@media only screen and (min-width: 1084px)
{/* line 126, src/components/badge/styles/_badge.scss */
    .c-badge.f-responsive
    {
        padding: 3px 14px 5px 0;
        line-height: 20px;
        height: 26px
    }/* line 77, src/components/badge/styles/_badge.scss */
    .c-badge.f-responsive.f-highlight, .c-badge.f-responsive.f-lowlight, .c-badge.f-responsive.f-accent, .c-badge.f-responsive[style^="background:"]
    {
        padding: 3px 14px 5px
    }
}/*END !$!$!========src/components/badge/styles/badge========*//*BEGIN !$!$!========src/components/blockquote/styles/blockquote========*//* line 3, src/components/blockquote/styles/_blockquote.scss */
.c-blockquote
{
    background: rgba(0,0,0,.05);
    border-left: 2px solid rgba(0,0,0,.4);
    margin: 24px 0;
    padding: 12px 24px
}/* line 9, src/components/blockquote/styles/_blockquote.scss */
.c-blockquote.f-lightweight
{
    background: none;
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.6);
    margin: 36px 0;
    padding: 0 24px
}/* line 17, src/components/blockquote/styles/_blockquote.scss */
.theme-light .c-blockquote, .theme-dark .theme-light .c-blockquote
{
    background: #fff;
    color: #000;
    border-color: rgba(0,0,0,.8)
}/* line 22, src/components/blockquote/styles/_blockquote.scss */
.theme-light .c-blockquote.f-lightweight, .theme-dark .theme-light .c-blockquote.f-lightweight
{
    background: none
}/* line 27, src/components/blockquote/styles/_blockquote.scss */
.theme-dark .c-blockquote, .theme-light .theme-dark .c-blockquote
{
    background: #000;
    color: #fff;
    border-color: rgba(255,255,255,.8)
}/* line 32, src/components/blockquote/styles/_blockquote.scss */
.theme-dark .c-blockquote.f-lightweight, .theme-light .theme-dark .c-blockquote.f-lightweight
{
    background: none
}/*END !$!$!========src/components/blockquote/styles/blockquote========*//*BEGIN !$!$!========src/components/breadcrumb/styles/breadcrumb========*//* line 11, src/components/breadcrumb/styles/_breadcrumb.scss */
ul.c-breadcrumb, ol.c-breadcrumb
{
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}/* line 17, src/components/breadcrumb/styles/_breadcrumb.scss */
ul.c-breadcrumb li, ol.c-breadcrumb li
{
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    padding-right: 8px;
    color: #0067b8
}/* line 23, src/components/breadcrumb/styles/_breadcrumb.scss */
ul.c-breadcrumb li:after, ol.c-breadcrumb li:after
{
    content: "/";
    padding-left: 8px;
    color: rgba(0,0,0,.6)
}/* line 29, src/components/breadcrumb/styles/_breadcrumb.scss */
ul.c-breadcrumb li:last-child:after, ol.c-breadcrumb li:last-child:after
{
    content: '';
    padding: 0
}/* line 34, src/components/breadcrumb/styles/_breadcrumb.scss */
ul.c-breadcrumb li:last-child, ul.c-breadcrumb li:last-child a, ol.c-breadcrumb li:last-child, ol.c-breadcrumb li:last-child a
{
    color: rgba(0,0,0,.6)
}/* line 39, src/components/breadcrumb/styles/_breadcrumb.scss */
ul.c-breadcrumb li a, ol.c-breadcrumb li a
{
    font-size: 13px;
    line-height: 16px;
    color: #0067b8
}/* line 45, src/components/breadcrumb/styles/_breadcrumb.scss */
.theme-light ul.c-breadcrumb li:after, .theme-light ul.c-breadcrumb li:last-child, .theme-light ul.c-breadcrumb li:last-child a, .theme-dark .theme-light ul.c-breadcrumb li:after, .theme-dark .theme-light ul.c-breadcrumb li:last-child, .theme-dark .theme-light ul.c-breadcrumb li:last-child a, .theme-light ol.c-breadcrumb li:after, .theme-light ol.c-breadcrumb li:last-child, .theme-light ol.c-breadcrumb li:last-child a, .theme-dark .theme-light ol.c-breadcrumb li:after, .theme-dark .theme-light ol.c-breadcrumb li:last-child, .theme-dark .theme-light ol.c-breadcrumb li:last-child a
{
    color: rgba(0,0,0,.6)
}/* line 51, src/components/breadcrumb/styles/_breadcrumb.scss */
.theme-light ul.c-breadcrumb li a, .theme-dark .theme-light ul.c-breadcrumb li a, .theme-light ol.c-breadcrumb li a, .theme-dark .theme-light ol.c-breadcrumb li a
{
    color: #000;
    text-decoration: none
}/* line 55, src/components/breadcrumb/styles/_breadcrumb.scss */
.theme-light ul.c-breadcrumb li a:hover, .theme-dark .theme-light ul.c-breadcrumb li a:hover, .theme-light ol.c-breadcrumb li a:hover, .theme-dark .theme-light ol.c-breadcrumb li a:hover
{
    text-decoration: underline
}/* line 62, src/components/breadcrumb/styles/_breadcrumb.scss */
.theme-dark ul.c-breadcrumb li:after, .theme-dark ul.c-breadcrumb li:last-child, .theme-dark ul.c-breadcrumb li:last-child a, .theme-light .theme-dark ul.c-breadcrumb li:after, .theme-light .theme-dark ul.c-breadcrumb li:last-child, .theme-light .theme-dark ul.c-breadcrumb li:last-child a, .theme-dark ol.c-breadcrumb li:after, .theme-dark ol.c-breadcrumb li:last-child, .theme-dark ol.c-breadcrumb li:last-child a, .theme-light .theme-dark ol.c-breadcrumb li:after, .theme-light .theme-dark ol.c-breadcrumb li:last-child, .theme-light .theme-dark ol.c-breadcrumb li:last-child a
{
    color: rgba(255,255,255,.6)
}/* line 68, src/components/breadcrumb/styles/_breadcrumb.scss */
.theme-dark ul.c-breadcrumb li a, .theme-light .theme-dark ul.c-breadcrumb li a, .theme-dark ol.c-breadcrumb li a, .theme-light .theme-dark ol.c-breadcrumb li a
{
    color: #fff;
    text-decoration: none
}/* line 72, src/components/breadcrumb/styles/_breadcrumb.scss */
.theme-dark ul.c-breadcrumb li a:hover, .theme-light .theme-dark ul.c-breadcrumb li a:hover, .theme-dark ol.c-breadcrumb li a:hover, .theme-light .theme-dark ol.c-breadcrumb li a:hover
{
    text-decoration: underline
}/*END !$!$!========src/components/breadcrumb/styles/breadcrumb========*//*BEGIN !$!$!========src/components/button/styles/button========*//* line 8, src/components/button/styles/_button.scss */
button.c-button, a.c-button
{
    font-size: 15px;
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    max-width: 374px;
    min-width: 120px;
    padding: 9px 12px 10px;
    margin-top: 12px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 4px 8px 0 transparent;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease-in-out;
    vertical-align: bottom;
    white-space: nowrap;
    background-color: rgba(0,0,0,.2)
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
button.c-button:before, a.c-button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-button:focus, a.c-button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
button.c-button:focus:before, a.c-button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-button:focus, .theme-dark .theme-light button.c-button:focus, .theme-light a.c-button:focus, .theme-dark .theme-light a.c-button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-button:focus:before, .theme-dark .theme-light button.c-button:focus:before, .theme-light a.c-button:focus:before, .theme-dark .theme-light a.c-button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-button:focus, .theme-light .theme-dark button.c-button:focus, .theme-dark a.c-button:focus, .theme-light .theme-dark a.c-button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-button:focus:before, .theme-light .theme-dark button.c-button:focus:before, .theme-dark a.c-button:focus:before, .theme-light .theme-dark a.c-button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 33, src/components/button/styles/_button.scss */
button.c-button:focus:not(.x-hidden-focus), a.c-button:focus:not(.x-hidden-focus)
{
    text-decoration: underline
}/* line 37, src/components/button/styles/_button.scss */
button.c-button:focus:not(.x-hidden-focus), button.c-button:hover, a.c-button:focus:not(.x-hidden-focus), a.c-button:hover
{
    background: rgba(0,0,0,.3)
}/* line 41, src/components/button/styles/_button.scss */
button.c-button:focus:not(.x-hidden-focus):not(.f-lightweight):not([disabled]), button.c-button:hover:not(.f-lightweight):not([disabled]), a.c-button:focus:not(.x-hidden-focus):not(.f-lightweight):not([disabled]), a.c-button:hover:not(.f-lightweight):not([disabled])
{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2)
}/* line 46, src/components/button/styles/_button.scss */
button.c-button:active, a.c-button:active
{
    background: rgba(0,0,0,.4);
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 51, src/components/button/styles/_button.scss */
button.c-button[disabled], a.c-button[disabled]
{
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 57, src/components/button/styles/_button.scss */
button.c-button>.c-price, a.c-button>.c-price
{
    padding: 0;
    text-align: center
}/* line 62, src/components/button/styles/_button.scss */
.theme-light button.c-button, .theme-dark .theme-light button.c-button, .theme-light a.c-button, .theme-dark .theme-light a.c-button
{
    background-color: transparent;
    color: #000;
    border-color: #000
}/* line 67, src/components/button/styles/_button.scss */
.theme-light button.c-button:focus:not(.x-hidden-focus), .theme-light button.c-button:hover, .theme-dark .theme-light button.c-button:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-button:hover, .theme-light a.c-button:focus:not(.x-hidden-focus), .theme-light a.c-button:hover, .theme-dark .theme-light a.c-button:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-button:hover
{
    background: #ccc
}/* line 73, src/components/button/styles/_button.scss */
.theme-light button.c-button:active, .theme-dark .theme-light button.c-button:active, .theme-light a.c-button:active, .theme-dark .theme-light a.c-button:active
{
    background: #b3b3b3
}/* line 78, src/components/button/styles/_button.scss */
.theme-light button.c-button[disabled], .theme-dark .theme-light button.c-button[disabled], .theme-light a.c-button[disabled], .theme-dark .theme-light a.c-button[disabled]
{
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}/* line 85, src/components/button/styles/_button.scss */
.theme-dark button.c-button, .theme-light .theme-dark button.c-button, .theme-dark a.c-button, .theme-light .theme-dark a.c-button
{
    background-color: transparent;
    color: #fff;
    border-color: #fff
}/* line 90, src/components/button/styles/_button.scss */
.theme-dark button.c-button:focus:not(.x-hidden-focus), .theme-dark button.c-button:hover, .theme-light .theme-dark button.c-button:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-button:hover, .theme-dark a.c-button:focus:not(.x-hidden-focus), .theme-dark a.c-button:hover, .theme-light .theme-dark a.c-button:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-button:hover
{
    background: #1a1a1a
}/* line 95, src/components/button/styles/_button.scss */
.theme-dark button.c-button:active, .theme-light .theme-dark button.c-button:active, .theme-dark a.c-button:active, .theme-light .theme-dark a.c-button:active
{
    background: #000
}/* line 99, src/components/button/styles/_button.scss */
.theme-dark button.c-button[disabled], .theme-light .theme-dark button.c-button[disabled], .theme-dark a.c-button[disabled], .theme-light .theme-dark a.c-button[disabled]
{
    color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.2)
}/* line 106, src/components/button/styles/_button.scss */
button.c-button.f-lightweight, a.c-button.f-lightweight
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    padding: 10px 12px 11px;
    color: #0067b8;
    background: transparent
}/* line 21, src/mwf_styles/utilities/_interactive_states.scss */
button.c-button.f-lightweight:focus:not(.x-hidden-focus), a.c-button.f-lightweight:focus:not(.x-hidden-focus)
{
    background: rgba(0,103,184,.1)
}/* line 25, src/mwf_styles/utilities/_interactive_states.scss */
button.c-button.f-lightweight:focus:not(.x-hidden-focus), button.c-button.f-lightweight:hover, a.c-button.f-lightweight:focus:not(.x-hidden-focus), a.c-button.f-lightweight:hover
{
    color: #005da6;
    text-decoration: underline
}/* line 31, src/mwf_styles/utilities/_interactive_states.scss */
button.c-button.f-lightweight:active, a.c-button.f-lightweight:active
{
    background: none;
    color: #005293;
    -ms-transform: none;
    transform: none
}/* line 44, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light a.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-button.f-lightweight:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 48, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light button.c-button.f-lightweight:hover, .theme-dark .theme-light button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-button.f-lightweight:hover, .theme-light a.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light a.c-button.f-lightweight:hover, .theme-dark .theme-light a.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-button.f-lightweight:hover
{
    color: rgba(0,0,0,.9)
}/* line 53, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light button.c-button.f-lightweight:active, .theme-dark .theme-light button.c-button.f-lightweight:active, .theme-light a.c-button.f-lightweight:active, .theme-dark .theme-light a.c-button.f-lightweight:active
{
    color: rgba(0,0,0,.8)
}/* line 65, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark a.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-button.f-lightweight:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 69, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark button.c-button.f-lightweight:hover, .theme-light .theme-dark button.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-button.f-lightweight:hover, .theme-dark a.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-dark a.c-button.f-lightweight:hover, .theme-light .theme-dark a.c-button.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-button.f-lightweight:hover
{
    color: #e6e6e6
}/* line 74, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark button.c-button.f-lightweight:active, .theme-light .theme-dark button.c-button.f-lightweight:active, .theme-dark a.c-button.f-lightweight:active, .theme-light .theme-dark a.c-button.f-lightweight:active
{
    color: #ccc
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
button.c-button.f-lightweight:before, a.c-button.f-lightweight:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-button.f-lightweight:focus, a.c-button.f-lightweight:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
button.c-button.f-lightweight:focus:before, a.c-button.f-lightweight:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-button.f-lightweight:focus, .theme-dark .theme-light button.c-button.f-lightweight:focus, .theme-light a.c-button.f-lightweight:focus, .theme-dark .theme-light a.c-button.f-lightweight:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-button.f-lightweight:focus:before, .theme-dark .theme-light button.c-button.f-lightweight:focus:before, .theme-light a.c-button.f-lightweight:focus:before, .theme-dark .theme-light a.c-button.f-lightweight:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-button.f-lightweight:focus, .theme-light .theme-dark button.c-button.f-lightweight:focus, .theme-dark a.c-button.f-lightweight:focus, .theme-light .theme-dark a.c-button.f-lightweight:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-button.f-lightweight:focus:before, .theme-light .theme-dark button.c-button.f-lightweight:focus:before, .theme-dark a.c-button.f-lightweight:focus:before, .theme-light .theme-dark a.c-button.f-lightweight:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 75, src/mwf_styles/utilities/components/_button.scss */
button.c-button.f-lightweight:focus:not(.x-hidden-focus), a.c-button.f-lightweight:focus:not(.x-hidden-focus)
{
    outline: 0
}/* line 79, src/mwf_styles/utilities/components/_button.scss */
button.c-button.f-lightweight[disabled], a.c-button.f-lightweight[disabled]
{
    color: rgba(0,0,0,.2);
    text-decoration: none;
    cursor: not-allowed
}/* line 85, src/mwf_styles/utilities/components/_button.scss */
.theme-light button.c-button.f-lightweight, .theme-dark .theme-light button.c-button.f-lightweight, .theme-light a.c-button.f-lightweight, .theme-dark .theme-light a.c-button.f-lightweight
{
    color: #000;
    background: transparent
}/* line 89, src/mwf_styles/utilities/components/_button.scss */
.theme-light button.c-button.f-lightweight[disabled], .theme-dark .theme-light button.c-button.f-lightweight[disabled], .theme-light a.c-button.f-lightweight[disabled], .theme-dark .theme-light a.c-button.f-lightweight[disabled]
{
    color: rgba(0,0,0,.4);
    background: transparent
}/* line 95, src/mwf_styles/utilities/components/_button.scss */
.theme-dark button.c-button.f-lightweight, .theme-light .theme-dark button.c-button.f-lightweight, .theme-dark a.c-button.f-lightweight, .theme-light .theme-dark a.c-button.f-lightweight
{
    color: #fff;
    background: transparent
}/* line 99, src/mwf_styles/utilities/components/_button.scss */
.theme-dark button.c-button.f-lightweight[disabled], .theme-light .theme-dark button.c-button.f-lightweight[disabled], .theme-dark a.c-button.f-lightweight[disabled], .theme-light .theme-dark a.c-button.f-lightweight[disabled]
{
    color: rgba(255,255,255,.4);
    background: transparent
}/* line 110, src/components/button/styles/_button.scss */
button.c-button.f-flex, a.c-button.f-flex
{
    width: 100%;
    max-width: 100%;
    white-space: normal
}
@media screen and (-ms-high-contrast: active)
{/* line 118, src/components/button/styles/_button.scss */
    button.c-button, a.c-button
    {
        color: ButtonText;
        border-color: ButtonText;
        background: ButtonFace
    }/* line 124, src/components/button/styles/_button.scss */
    button.c-button[disabled], a.c-button[disabled]
    {
        border-color: GrayText;
        color: GrayText
    }/* line 129, src/components/button/styles/_button.scss */
    button.c-button:hover:not([disabled]), button.c-button:active:not([disabled]), a.c-button:hover:not([disabled]), a.c-button:active:not([disabled])
    {
        border-color: Highlight;
        color: Highlight
    }/* line 135, src/components/button/styles/_button.scss */
    button.c-button:focus:not(.x-hidden-focus), a.c-button:focus:not(.x-hidden-focus)
    {
        border-color: ButtonText;
        color: ButtonText;
        text-decoration: none
    }/* line 140, src/components/button/styles/_button.scss */
    button.c-button:focus:not(.x-hidden-focus):before, a.c-button:focus:not(.x-hidden-focus):before
    {
        border: 2px solid ButtonText;
        top: 1px;
        bottom: 1px;
        left: 1px;
        right: 1px
    }/* line 148, src/components/button/styles/_button.scss */
    button.c-button:focus:not(.x-hidden-focus):hover, a.c-button:focus:not(.x-hidden-focus):hover
    {
        color: Highlight
    }/* line 151, src/components/button/styles/_button.scss */
    button.c-button:focus:not(.x-hidden-focus):hover:before, a.c-button:focus:not(.x-hidden-focus):hover:before
    {
        border: 2px solid Highlight
    }
}/* line 159, src/components/button/styles/_button.scss */
button.c-button.f-primary, a.c-button.f-primary, button.c-button[type="submit"]
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    color: #fff;
    background-color: #0067b8
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
button.c-button.f-primary:before, a.c-button.f-primary:before, button.c-button[type="submit"]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-button.f-primary:focus, a.c-button.f-primary:focus, button.c-button[type="submit"]:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
button.c-button.f-primary:focus:before, a.c-button.f-primary:focus:before, button.c-button[type="submit"]:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-button.f-primary:focus, .theme-dark .theme-light button.c-button.f-primary:focus, .theme-light a.c-button.f-primary:focus, .theme-dark .theme-light a.c-button.f-primary:focus, .theme-light button.c-button[type="submit"]:focus, .theme-dark .theme-light button.c-button[type="submit"]:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-button.f-primary:focus:before, .theme-dark .theme-light button.c-button.f-primary:focus:before, .theme-light a.c-button.f-primary:focus:before, .theme-dark .theme-light a.c-button.f-primary:focus:before, .theme-light button.c-button[type="submit"]:focus:before, .theme-dark .theme-light button.c-button[type="submit"]:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-button.f-primary:focus, .theme-light .theme-dark button.c-button.f-primary:focus, .theme-dark a.c-button.f-primary:focus, .theme-light .theme-dark a.c-button.f-primary:focus, .theme-dark button.c-button[type="submit"]:focus, .theme-light .theme-dark button.c-button[type="submit"]:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-button.f-primary:focus:before, .theme-light .theme-dark button.c-button.f-primary:focus:before, .theme-dark a.c-button.f-primary:focus:before, .theme-light .theme-dark a.c-button.f-primary:focus:before, .theme-dark button.c-button[type="submit"]:focus:before, .theme-light .theme-dark button.c-button[type="submit"]:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 10, src/mwf_styles/utilities/components/_button.scss */
button.c-button.f-primary:focus:not(.x-hidden-focus), button.c-button.f-primary:hover, a.c-button.f-primary:focus:not(.x-hidden-focus), a.c-button.f-primary:hover, button.c-button[type="submit"]:focus:not(.x-hidden-focus), button.c-button[type="submit"]:hover
{
    background: #005da6
}/* line 15, src/mwf_styles/utilities/components/_button.scss */
button.c-button.f-primary:active, a.c-button.f-primary:active, button.c-button[type="submit"]:active
{
    background: #005293;
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 20, src/mwf_styles/utilities/components/_button.scss */
button.c-button.f-primary[disabled], a.c-button.f-primary[disabled], button.c-button[type="submit"][disabled]
{
    color: rgba(0,0,0,.2);
    background-color: rgba(0,103,184,.2)
}/* line 25, src/mwf_styles/utilities/components/_button.scss */
.theme-light button.c-button.f-primary, .theme-dark .theme-light button.c-button.f-primary, .theme-light a.c-button.f-primary, .theme-dark .theme-light a.c-button.f-primary, .theme-light button.c-button[type="submit"], .theme-dark .theme-light button.c-button[type="submit"]
{
    color: #fff;
    background-color: #000
}/* line 29, src/mwf_styles/utilities/components/_button.scss */
.theme-light button.c-button.f-primary:focus:not(.x-hidden-focus), .theme-light button.c-button.f-primary:hover, .theme-dark .theme-light button.c-button.f-primary:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-button.f-primary:hover, .theme-light a.c-button.f-primary:focus:not(.x-hidden-focus), .theme-light a.c-button.f-primary:hover, .theme-dark .theme-light a.c-button.f-primary:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-button.f-primary:hover, .theme-light button.c-button[type="submit"]:focus:not(.x-hidden-focus), .theme-light button.c-button[type="submit"]:hover, .theme-dark .theme-light button.c-button[type="submit"]:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-button[type="submit"]:hover
{
    background: #1a1a1a
}/* line 34, src/mwf_styles/utilities/components/_button.scss */
.theme-light button.c-button.f-primary:active, .theme-dark .theme-light button.c-button.f-primary:active, .theme-light a.c-button.f-primary:active, .theme-dark .theme-light a.c-button.f-primary:active, .theme-light button.c-button[type="submit"]:active, .theme-dark .theme-light button.c-button[type="submit"]:active
{
    background: #333
}/* line 38, src/mwf_styles/utilities/components/_button.scss */
.theme-light button.c-button.f-primary[disabled], .theme-dark .theme-light button.c-button.f-primary[disabled], .theme-light a.c-button.f-primary[disabled], .theme-dark .theme-light a.c-button.f-primary[disabled], .theme-light button.c-button[type="submit"][disabled], .theme-dark .theme-light button.c-button[type="submit"][disabled]
{
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2)
}/* line 44, src/mwf_styles/utilities/components/_button.scss */
.theme-dark button.c-button.f-primary, .theme-light .theme-dark button.c-button.f-primary, .theme-dark a.c-button.f-primary, .theme-light .theme-dark a.c-button.f-primary, .theme-dark button.c-button[type="submit"], .theme-light .theme-dark button.c-button[type="submit"]
{
    color: #000;
    background-color: #fff
}/* line 48, src/mwf_styles/utilities/components/_button.scss */
.theme-dark button.c-button.f-primary:focus:not(.x-hidden-focus), .theme-dark button.c-button.f-primary:hover, .theme-light .theme-dark button.c-button.f-primary:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-button.f-primary:hover, .theme-dark a.c-button.f-primary:focus:not(.x-hidden-focus), .theme-dark a.c-button.f-primary:hover, .theme-light .theme-dark a.c-button.f-primary:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-button.f-primary:hover, .theme-dark button.c-button[type="submit"]:focus:not(.x-hidden-focus), .theme-dark button.c-button[type="submit"]:hover, .theme-light .theme-dark button.c-button[type="submit"]:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-button[type="submit"]:hover
{
    background: #e6e6e6
}/* line 53, src/mwf_styles/utilities/components/_button.scss */
.theme-dark button.c-button.f-primary:active, .theme-light .theme-dark button.c-button.f-primary:active, .theme-dark a.c-button.f-primary:active, .theme-light .theme-dark a.c-button.f-primary:active, .theme-dark button.c-button[type="submit"]:active, .theme-light .theme-dark button.c-button[type="submit"]:active
{
    background: #ccc
}/* line 57, src/mwf_styles/utilities/components/_button.scss */
.theme-dark button.c-button.f-primary[disabled], .theme-light .theme-dark button.c-button.f-primary[disabled], .theme-dark a.c-button.f-primary[disabled], .theme-light .theme-dark a.c-button.f-primary[disabled], .theme-dark button.c-button[type="submit"][disabled], .theme-light .theme-dark button.c-button[type="submit"][disabled]
{
    color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.2)
}/*END !$!$!========src/components/button/styles/button========*//*BEGIN !$!$!========src/components/call-to-action/styles/call_to_action========*//* line 9, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action, button.c-call-to-action
{
    font-size: 15px;
    padding: 10px 20px 6px 22px;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
    transition: all 200ms ease-in-out;
    box-shadow: 0 4px 8px 0 transparent;
    background: #0067b8
}
@media screen and (-ms-high-contrast: active)
{/* line 9, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action, button.c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
a.c-call-to-action:focus, button.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    a.c-call-to-action:focus, button.c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light a.c-call-to-action:focus, .theme-dark .theme-light a.c-call-to-action:focus, .theme-light button.c-call-to-action:focus, .theme-dark .theme-light button.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark a.c-call-to-action:focus, .theme-light .theme-dark a.c-call-to-action:focus, .theme-dark button.c-call-to-action:focus, .theme-light .theme-dark button.c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 29, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action span, button.c-call-to-action span
{
    max-width: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    text-overflow: clip;
    overflow: hidden;
    transition: all 200ms ease-in-out
}/* line 39, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:after, button.c-call-to-action:after
{
    transition: all 200ms ease-in-out
}/* line 44, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:not(.glyph-play):after, button.c-call-to-action:not(.glyph-play):after
{
    font-size: 11px;
    margin-top: 3px;
    margin-left: 3px;
    display: inline-block;
    position: relative;
    right: 0;
    content: "";
    vertical-align: top
}/* line 57, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:not(.glyph-play):focus:not(.x-hidden-focus) span, a.c-call-to-action:not(.glyph-play):hover span, button.c-call-to-action:not(.glyph-play):focus:not(.x-hidden-focus) span, button.c-call-to-action:not(.glyph-play):hover span
{
    left: -4px
}/* line 61, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:not(.glyph-play):focus:not(.x-hidden-focus):after, a.c-call-to-action:not(.glyph-play):hover:after, button.c-call-to-action:not(.glyph-play):focus:not(.x-hidden-focus):after, button.c-call-to-action:not(.glyph-play):hover:after
{
    right: -4px
}/* line 67, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:focus:not(.x-hidden-focus), a.c-call-to-action:hover, button.c-call-to-action:focus:not(.x-hidden-focus), button.c-call-to-action:hover
{
    background: #005da6
}/* line 77, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:focus:not(.x-hidden-focus) span, a.c-call-to-action:hover span, button.c-call-to-action:focus:not(.x-hidden-focus) span, button.c-call-to-action:hover span
{
    box-shadow: 0 3px 0 -1px currentColor
}/* line 82, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action:active, button.c-call-to-action:active
{
    background: #005293;
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 87, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action[aria-disabled="true"], button.c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    border-color: transparent;
    background: #cce1f1;
    color: rgba(0,0,0,.2)
}/* line 95, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action[aria-disabled="true"]:focus:not(.x-hidden-focus) span, a.c-call-to-action[aria-disabled="true"]:hover span, button.c-call-to-action[aria-disabled="true"]:focus:not(.x-hidden-focus) span, button.c-call-to-action[aria-disabled="true"]:hover span
{
    left: 0
}/* line 99, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action[aria-disabled="true"]:focus:not(.x-hidden-focus):after, a.c-call-to-action[aria-disabled="true"]:hover:after, button.c-call-to-action[aria-disabled="true"]:focus:not(.x-hidden-focus):after, button.c-call-to-action[aria-disabled="true"]:hover:after
{
    right: 0
}/* line 105, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-image, button.c-call-to-action.f-image
{
    height: 47px;
    background: transparent;
    padding: 0
}/* line 110, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-image img, button.c-call-to-action.f-image img
{
    height: 100%;
    width: auto
}/* line 115, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-image:hover, button.c-call-to-action.f-image:hover
{
    background: transparent
}/* line 118, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-image:hover img, button.c-call-to-action.f-image:hover img
{
    opacity: .7
}/* line 123, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-image:after, button.c-call-to-action.f-image:after
{
    content: none
}/* line 128, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action, .theme-dark .theme-light a.c-call-to-action, .theme-light button.c-call-to-action, .theme-dark .theme-light button.c-call-to-action
{
    color: #fff;
    background: #000
}/* line 133, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light a.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light button.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light button.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 3px 0 -1px currentColor
}/* line 138, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action:focus:not(.x-hidden-focus), .theme-light a.c-call-to-action:hover, .theme-dark .theme-light a.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-call-to-action:hover, .theme-light button.c-call-to-action:focus:not(.x-hidden-focus), .theme-light button.c-call-to-action:hover, .theme-dark .theme-light button.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-call-to-action:hover
{
    background: #1a1a1a
}/* line 143, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action:active, .theme-dark .theme-light a.c-call-to-action:active, .theme-light button.c-call-to-action:active, .theme-dark .theme-light button.c-call-to-action:active
{
    background: #333
}/* line 147, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light a.c-call-to-action[aria-disabled="true"], .theme-light button.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light button.c-call-to-action[aria-disabled="true"]
{
    background: #ccc;
    border-color: transparent;
    color: rgba(0,0,0,.2)
}/* line 153, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-image, .theme-dark .theme-light a.c-call-to-action.f-image, .theme-light button.c-call-to-action.f-image, .theme-dark .theme-light button.c-call-to-action.f-image
{
    background: transparent
}/* line 156, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-image:hover, .theme-dark .theme-light a.c-call-to-action.f-image:hover, .theme-light button.c-call-to-action.f-image:hover, .theme-dark .theme-light button.c-call-to-action.f-image:hover
{
    background: transparent
}/* line 162, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action, .theme-light .theme-dark a.c-call-to-action, .theme-dark button.c-call-to-action, .theme-light .theme-dark button.c-call-to-action
{
    color: #000;
    background: #fff
}/* line 167, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark a.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark button.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark button.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 3px 0 -1px currentColor
}/* line 172, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark a.c-call-to-action:hover, .theme-light .theme-dark a.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-call-to-action:hover, .theme-dark button.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark button.c-call-to-action:hover, .theme-light .theme-dark button.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-call-to-action:hover
{
    background: #e6e6e6
}/* line 177, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action:active, .theme-light .theme-dark a.c-call-to-action:active, .theme-dark button.c-call-to-action:active, .theme-light .theme-dark button.c-call-to-action:active
{
    background: #ccc
}/* line 181, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark a.c-call-to-action[aria-disabled="true"], .theme-dark button.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark button.c-call-to-action[aria-disabled="true"]
{
    background: #4d4d4d;
    border-color: transparent;
    color: rgba(255,255,255,.2)
}/* line 187, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-image, .theme-light .theme-dark a.c-call-to-action.f-image, .theme-dark button.c-call-to-action.f-image, .theme-light .theme-dark button.c-call-to-action.f-image
{
    background: transparent
}/* line 190, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-image:hover, .theme-light .theme-dark a.c-call-to-action.f-image:hover, .theme-dark button.c-call-to-action.f-image:hover, .theme-light .theme-dark button.c-call-to-action.f-image:hover
{
    background: transparent
}/* line 196, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-secondary, button.c-call-to-action.f-secondary
{
    color: #000;
    background: #ccc
}/* line 201, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 3px 0 -1px currentColor
}/* line 206, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), a.c-call-to-action.f-secondary:hover, button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), button.c-call-to-action.f-secondary:hover
{
    background: #b3b3b3
}/* line 211, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-secondary:active, button.c-call-to-action.f-secondary:active
{
    background: #999
}/* line 215, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-secondary[aria-disabled="true"], button.c-call-to-action.f-secondary[aria-disabled="true"]
{
    background: #ccc;
    border-color: transparent;
    color: rgba(0,0,0,.2)
}/* line 221, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-secondary, .theme-dark .theme-light a.c-call-to-action.f-secondary, .theme-light button.c-call-to-action.f-secondary, .theme-dark .theme-light button.c-call-to-action.f-secondary
{
    color: #000;
    background: rgba(255,255,255,0);
    border-color: #000
}/* line 227, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, .theme-dark .theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, .theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, .theme-dark .theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 3px 0 -1px currentColor
}/* line 232, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-light a.c-call-to-action.f-secondary:hover, .theme-dark .theme-light a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-call-to-action.f-secondary:hover, .theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-light button.c-call-to-action.f-secondary:hover, .theme-dark .theme-light button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-call-to-action.f-secondary:hover
{
    background: #ccc
}/* line 237, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-secondary:active, .theme-dark .theme-light a.c-call-to-action.f-secondary:active, .theme-light button.c-call-to-action.f-secondary:active, .theme-dark .theme-light button.c-call-to-action.f-secondary:active
{
    background: #b3b3b3
}/* line 241, src/components/call-to-action/styles/_call_to_action.scss */
.theme-light a.c-call-to-action.f-secondary[aria-disabled="true"], .theme-dark .theme-light a.c-call-to-action.f-secondary[aria-disabled="true"], .theme-light button.c-call-to-action.f-secondary[aria-disabled="true"], .theme-dark .theme-light button.c-call-to-action.f-secondary[aria-disabled="true"]
{
    background: #ccc;
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2)
}/* line 248, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-secondary, .theme-light .theme-dark a.c-call-to-action.f-secondary, .theme-dark button.c-call-to-action.f-secondary, .theme-light .theme-dark button.c-call-to-action.f-secondary
{
    background: rgba(255,255,255,0);
    color: #fff;
    border-color: #fff
}/* line 254, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, .theme-light .theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, .theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span, .theme-light .theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 3px 0 -1px currentColor
}/* line 259, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-dark a.c-call-to-action.f-secondary:hover, .theme-light .theme-dark a.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-call-to-action.f-secondary:hover, .theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-dark button.c-call-to-action.f-secondary:hover, .theme-light .theme-dark button.c-call-to-action.f-secondary:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-call-to-action.f-secondary:hover
{
    background: #1a1a1a
}/* line 264, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-secondary:active, .theme-light .theme-dark a.c-call-to-action.f-secondary:active, .theme-dark button.c-call-to-action.f-secondary:active, .theme-light .theme-dark button.c-call-to-action.f-secondary:active
{
    background: #000
}/* line 268, src/components/call-to-action/styles/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-secondary[aria-disabled="true"], .theme-light .theme-dark a.c-call-to-action.f-secondary[aria-disabled="true"], .theme-dark button.c-call-to-action.f-secondary[aria-disabled="true"], .theme-light .theme-dark button.c-call-to-action.f-secondary[aria-disabled="true"]
{
    background: #4d4d4d;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2)
}/* line 276, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-lightweight, button.c-call-to-action.f-lightweight
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    padding-right: 2px
}
@media screen and (-ms-high-contrast: active)
{/* line 276, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action.f-lightweight, button.c-call-to-action.f-lightweight
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
a.c-call-to-action.f-lightweight:focus, button.c-call-to-action.f-lightweight:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    a.c-call-to-action.f-lightweight:focus, button.c-call-to-action.f-lightweight:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light a.c-call-to-action.f-lightweight:focus, .theme-dark .theme-light a.c-call-to-action.f-lightweight:focus, .theme-light button.c-call-to-action.f-lightweight:focus, .theme-dark .theme-light button.c-call-to-action.f-lightweight:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark a.c-call-to-action.f-lightweight:focus, .theme-light .theme-dark a.c-call-to-action.f-lightweight:focus, .theme-dark button.c-call-to-action.f-lightweight:focus, .theme-light .theme-dark button.c-call-to-action.f-lightweight:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), a.c-call-to-action.f-lightweight:hover, a.c-call-to-action.f-lightweight:active, button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), button.c-call-to-action.f-lightweight:hover, button.c-call-to-action.f-lightweight:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, a.c-call-to-action.f-lightweight:hover span, a.c-call-to-action.f-lightweight:active span, button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, button.c-call-to-action.f-lightweight:hover span, button.c-call-to-action.f-lightweight:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight:hover, button.c-call-to-action.f-lightweight:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight:active, button.c-call-to-action.f-lightweight:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight[aria-disabled="true"], button.c-call-to-action.f-lightweight[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
a.c-call-to-action.f-lightweight.f-image, button.c-call-to-action.f-lightweight.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight, .theme-dark .theme-light a.c-call-to-action.f-lightweight, .theme-light button.c-call-to-action.f-lightweight, .theme-dark .theme-light button.c-call-to-action.f-lightweight
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, .theme-dark .theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, .theme-dark .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light a.c-call-to-action.f-lightweight:hover, .theme-dark .theme-light a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-call-to-action.f-lightweight:hover, .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light button.c-call-to-action.f-lightweight:hover, .theme-dark .theme-light button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark .theme-light button.c-call-to-action.f-lightweight:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight:hover, .theme-dark .theme-light a.c-call-to-action.f-lightweight:hover, .theme-light button.c-call-to-action.f-lightweight:hover, .theme-dark .theme-light button.c-call-to-action.f-lightweight:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight:active, .theme-dark .theme-light a.c-call-to-action.f-lightweight:active, .theme-light button.c-call-to-action.f-lightweight:active, .theme-dark .theme-light button.c-call-to-action.f-lightweight:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light a.c-call-to-action.f-lightweight[aria-disabled="true"], .theme-dark .theme-light a.c-call-to-action.f-lightweight[aria-disabled="true"], .theme-light button.c-call-to-action.f-lightweight[aria-disabled="true"], .theme-dark .theme-light button.c-call-to-action.f-lightweight[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight, .theme-light .theme-dark a.c-call-to-action.f-lightweight, .theme-dark button.c-call-to-action.f-lightweight, .theme-light .theme-dark button.c-call-to-action.f-lightweight
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, .theme-light .theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span, .theme-light .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark a.c-call-to-action.f-lightweight:hover, .theme-light .theme-dark a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-call-to-action.f-lightweight:hover, .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-dark button.c-call-to-action.f-lightweight:hover, .theme-light .theme-dark button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus), .theme-light .theme-dark button.c-call-to-action.f-lightweight:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight:hover, .theme-light .theme-dark a.c-call-to-action.f-lightweight:hover, .theme-dark button.c-call-to-action.f-lightweight:hover, .theme-light .theme-dark button.c-call-to-action.f-lightweight:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight:active, .theme-light .theme-dark a.c-call-to-action.f-lightweight:active, .theme-dark button.c-call-to-action.f-lightweight:active, .theme-light .theme-dark button.c-call-to-action.f-lightweight:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark a.c-call-to-action.f-lightweight[aria-disabled="true"], .theme-light .theme-dark a.c-call-to-action.f-lightweight[aria-disabled="true"], .theme-dark button.c-call-to-action.f-lightweight[aria-disabled="true"], .theme-light .theme-dark button.c-call-to-action.f-lightweight[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 281, src/components/call-to-action/styles/_call_to_action.scss */
a.c-call-to-action.f-lightweight:hover span, button.c-call-to-action.f-lightweight:hover span
{
    left: 0
}
@media(-ms-high-contrast: active)
{/* line 292, src/components/call-to-action/styles/_call_to_action.scss */
    .-c-call-to-action:focus:not(.x-hidden-focus) span, .-c-call-to-action:hover span
    {
        left: 0
    }/* line 296, src/components/call-to-action/styles/_call_to_action.scss */
    .-c-call-to-action:focus:not(.x-hidden-focus):after, .-c-call-to-action:hover:after
    {
        right: 0
    }/* line 307, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action:hover>span, a.c-call-to-action.f-lightweight:hover>span
    {
        text-decoration: underline !important;
        color: buttontext !important;
        border-color: buttonText !important
    }/* line 313, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action:hover:after, a.c-call-to-action.f-lightweight:hover:after
    {
        color: buttonText !important
    }/* line 318, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action:focus:not(.x-hidden-focus), a.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus)
    {
        border-color: buttonText !important;
        outline-color: buttonText !important
    }/* line 323, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action[aria-disabled="true"], a.c-call-to-action:disabled, a.c-call-to-action.f-lightweight[aria-disabled="true"], a.c-call-to-action.f-lightweight:disabled
    {
        color: grayText !important;
        border-color: grayText !important;
        outline-color: grayText !important
    }/* line 329, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action[aria-disabled="true"]:focus:not(.x-hidden-focus), a.c-call-to-action:disabled:focus:not(.x-hidden-focus), a.c-call-to-action.f-lightweight[aria-disabled="true"]:focus:not(.x-hidden-focus), a.c-call-to-action.f-lightweight:disabled:focus:not(.x-hidden-focus)
    {
        outline: none !important;
        outline-color: transparent !important
    }/* line 334, src/components/call-to-action/styles/_call_to_action.scss */
    a.c-call-to-action[aria-disabled="true"]>span, a.c-call-to-action:disabled>span, a.c-call-to-action.f-lightweight[aria-disabled="true"]>span, a.c-call-to-action.f-lightweight:disabled>span
    {
        text-decoration: none !important
    }/* line 340, src/components/call-to-action/styles/_call_to_action.scss */
    button.c-call-to-action, button.c-call-to-action.f-lightweight
    {
        border-color: windowtext !important
    }/* line 344, src/components/call-to-action/styles/_call_to_action.scss */
    button.c-call-to-action:focus:not(.x-hidden-focus), button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus)
    {
        border-color: buttonText !important;
        outline-color: buttonText !important;
        background: buttonFace !important;
        color: buttonText !important
    }/* line 350, src/components/call-to-action/styles/_call_to_action.scss */
    button.c-call-to-action:focus:not(.x-hidden-focus):before, button.c-call-to-action.f-lightweight:focus:not(.x-hidden-focus):before
    {
        border: 2px solid buttonText !important;
        top: 1px;
        bottom: 1px;
        left: 1px;
        right: 1px
    }/* line 359, src/components/call-to-action/styles/_call_to_action.scss */
    button.c-call-to-action:hover, button.c-call-to-action:active, button.c-call-to-action.f-lightweight:hover, button.c-call-to-action.f-lightweight:active
    {
        color: highlight !important;
        border-color: highlight !important
    }/* line 365, src/components/call-to-action/styles/_call_to_action.scss */
    button.c-call-to-action[aria-disabled="true"], button.c-call-to-action:disabled, button.c-call-to-action.f-lightweight[aria-disabled="true"], button.c-call-to-action.f-lightweight:disabled
    {
        color: grayText !important;
        border-color: grayText !important;
        text-decoration: none;
        outline: none !important
    }
}/*END !$!$!========src/components/call-to-action/styles/call_to_action========*//*BEGIN !$!$!========src/components/carousel/styles/carousel========*/
@keyframes hero-content-next
{
    0%
    {
        transform: translateX(40px)
    }
    100%
    {
        transform: translateX(0)
    }
}
@keyframes hero-content-previous
{
    0%
    {
        transform: translateX(-40px)
    }
    100%
    {
        transform: translateX(0)
    }
}
@keyframes hero-background-next
{
    0%
    {
        transform: translateX(10px)
    }
    100%
    {
        transform: translateX(0)
    }
}
@keyframes hero-background-previous
{
    0%
    {
        transform: translateX(-10px)
    }
    100%
    {
        transform: translateX(0)
    }
}
@keyframes hero-background-next-y-center
{
    0%
    {
        transform: translate(10px,-50%)
    }
    100%
    {
        transform: translate(0,-50%)
    }
}
@keyframes hero-background-previous-y-center
{
    0%
    {
        transform: translate(-10px,-50%)
    }
    100%
    {
        transform: translate(0,-50%)
    }
}
@keyframes hero-background-next-x-center
{
    0%
    {
        transform: translateX(-49%)
    }
    100%
    {
        transform: translateX(-50%)
    }
}
@keyframes hero-background-previous-x-center
{
    0%
    {
        transform: translateX(-51%)
    }
    100%
    {
        transform: translateX(-50%)
    }
}
@keyframes hero-background-next-x-center-y-center
{
    0%
    {
        transform: translate(-49%,-50%)
    }
    100%
    {
        transform: translate(-50%,-50%)
    }
}
@keyframes hero-background-previous-x-center-y-center
{
    0%
    {
        transform: translate(-51%,-50%)
    }
    100%
    {
        transform: translate(-50%,-50%)
    }
}/* line 121, src/components/carousel/styles/_carousel.scss */
.c-carousel
{
    position: relative
}/* line 124, src/components/carousel/styles/_carousel.scss */
.c-carousel .c-flipper
{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    display: none
}/* line 133, src/components/carousel/styles/_carousel.scss */
.c-carousel .c-flipper.f-left, .c-carousel .c-flipper.f-previous
{
    left: 0
}/* line 138, src/components/carousel/styles/_carousel.scss */
.c-carousel .c-flipper.f-right, .c-carousel .c-flipper.f-next
{
    right: 0
}/* line 144, src/components/carousel/styles/_carousel.scss */
.c-carousel .c-flipper+div
{
    position: relative;
    overflow: hidden
}/* line 151, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-scrollable-next .c-flipper.f-right, .c-carousel.f-scrollable-next .c-flipper.f-next
{
    display: block
}/* line 158, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-scrollable-previous .c-flipper.f-left, .c-carousel.f-scrollable-previous .c-flipper.f-previous
{
    display: block
}/* line 164, src/components/carousel/styles/_carousel.scss */
.c-carousel>.c-group
{
    width: 100%;
    display: block;
    padding: 1px 0;
    text-align: center;
    position: absolute;
    bottom: 8px;
    z-index: 100
}/* line 173, src/components/carousel/styles/_carousel.scss */
.c-carousel>.c-group .c-sequence-indicator
{
    position: static;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}/* line 180, src/components/carousel/styles/_carousel.scss */
.c-carousel>.c-group .c-sequence-indicator[aria-hidden=true]
{
    display: none
}/* line 186, src/components/carousel/styles/_carousel.scss */
.c-carousel .c-sequence-indicator
{
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    bottom: 24px
}/* line 196, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide .c-flipper
{
    opacity: 0;
    transition: opacity cubic-bezier(.16,1,.29,.99) .15
}/* line 201, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide.f-scrollable-previous, .c-carousel.f-multi-slide.f-scrollable-next
{
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}/* line 209, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide:hover .c-flipper
{
    opacity: .8
}/* line 212, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide:hover .c-flipper:hover
{
    opacity: 1
}/* line 216, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide:hover .c-flipper:active
{
    opacity: .8
}/* line 223, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide.theme-light .c-flipper
{
    background: #fff;
    color: #000
}
@media screen and (-ms-high-contrast: active), screen and (-ms-hight-contrast: white-on-black)
{/* line 229, src/components/carousel/styles/_carousel.scss */
    .c-carousel.f-multi-slide.theme-light .c-flipper:hover
    {
        background-color: Highlight !important
    }
}/* line 237, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide.theme-dark .c-flipper
{
    background: #000;
    color: #fff
}
@media screen and (-ms-high-contrast: active), screen and (-ms-hight-contrast: white-on-black)
{/* line 243, src/components/carousel/styles/_carousel.scss */
    .c-carousel.f-multi-slide.theme-dark .c-flipper:hover
    {
        background-color: Highlight !important
    }
}/* line 250, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide li
{
    display: none;
    width: 100%
}/* line 254, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-multi-slide li.f-active
{
    display: block
}/* line 261, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-single-slide ul
{
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    left: 0;
    width: auto;
    transition: left cubic-bezier(.16,1,.29,.99) .667s
}/* line 270, src/components/carousel/styles/_carousel.scss */
.c-carousel.f-single-slide li
{
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 277, src/components/carousel/styles/_carousel.scss */
    .c-carousel.f-single-slide .c-flipper
    {
        border: 1px solid #000
    }
}
@media screen and (-ms-high-contrast: white-on-black)
{/* line 283, src/components/carousel/styles/_carousel.scss */
    .c-carousel.f-single-slide .c-flipper
    {
        border: 1px solid #fff
    }
}
@media only screen and (max-width: 767px)
{/* line 289, src/components/carousel/styles/_carousel.scss */
    .c-carousel .f-gallery
    {
        display: none
    }
}/* line 294, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li
{
    height: 189px;
    width: 336px;
    margin-right: 12px
}
@media only screen and (max-width: 767px)
{/* line 294, src/components/carousel/styles/_carousel.scss */
    .c-carousel .f-gallery li
    {
        height: 126px;
        width: 224px;
        margin-right: 8px
    }
}/* line 307, src/components/carousel/styles/_carousel.scss */
.c-carousel li
{
    position: relative;
    height: 100%;
    z-index: 1
}/* line 312, src/components/carousel/styles/_carousel.scss */
.c-carousel li~li
{
    display: none
}/* line 318, src/components/carousel/styles/_carousel.scss */
.c-carousel li>picture.c-image img
{
    margin: 0 auto
}/* line 327, src/components/carousel/styles/_carousel.scss */
.c-carousel li .m-hero-item>picture img, .c-carousel li .c-hero>picture img
{
    margin: 0 auto
}/* line 335, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-next>picture.c-image img
{
    animation: hero-background-next cubic-bezier(.16,1,.29,.99) .667s both
}/* line 340, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-next>picture.c-image.f-x-center img
{
    animation-name: hero-background-next-x-center
}/* line 346, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-next>picture.c-image.f-y-center img
{
    animation-name: hero-background-next-y-center
}/* line 351, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-next>picture.c-image.f-y-center.f-x-center img
{
    animation-name: hero-background-next-x-center-y-center
}/* line 361, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-next .m-hero-item>picture img, .c-carousel li.f-animate-next .c-hero>picture img
{
    animation: hero-background-next-y-center cubic-bezier(.16,1,.29,.99) .667s both
}/* line 366, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-next .m-hero-item>div, .c-carousel li.f-animate-next .c-hero>div
{
    animation: hero-content-next cubic-bezier(.16,1,.29,.99) .667s both
}/* line 374, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-previous>picture.c-image img
{
    animation: hero-background-previous cubic-bezier(.16,1,.29,.99) .667s both
}/* line 379, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-previous>picture.c-image.f-x-center img
{
    animation-name: hero-background-previous-x-center
}/* line 385, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-previous>picture.c-image.f-y-center img
{
    animation-name: hero-background-previous-y-center
}/* line 390, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-previous>picture.c-image.f-y-center.f-x-center img
{
    animation-name: hero-background-previous-x-center-y-center
}/* line 400, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-previous .m-hero-item>picture img, .c-carousel li.f-animate-previous .c-hero>picture img
{
    animation: hero-background-previous-y-center cubic-bezier(.16,1,.29,.99) .667s both
}/* line 405, src/components/carousel/styles/_carousel.scss */
.c-carousel li.f-animate-previous .m-hero-item>div, .c-carousel li.f-animate-previous .c-hero>div
{
    animation: hero-content-previous cubic-bezier(.16,1,.29,.99) .667s both
}
@media only screen and (max-width: 767px)
{/* line 415, src/components/carousel/styles/_carousel.scss */
    .c-carousel li>picture.c-image.f-x-left img, .c-carousel li>picture.c-image.f-x-right img
    {
        left: 0;
        left: calc(50%);
        right: auto;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }/* line 428, src/components/carousel/styles/_carousel.scss */
    .c-carousel li .m-hero-item>div>div, .c-carousel li .c-hero>div>div
    {
        padding-bottom: 48px
    }/* line 435, src/components/carousel/styles/_carousel.scss */
    .c-carousel li .m-hero-item.f-x-left>picture img, .c-carousel li .m-hero-item.f-x-right>picture img, .c-carousel li .c-hero.f-x-left>picture img, .c-carousel li .c-hero.f-x-right>picture img
    {
        left: 0;
        left: calc(50%);
        right: auto;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }/* line 450, src/components/carousel/styles/_carousel.scss */
    .c-carousel li.f-animate-next>picture.c-image[class*="f-x"][class*="f-y"] img
    {
        animation-name: hero-background-next-x-center
    }/* line 460, src/components/carousel/styles/_carousel.scss */
    .c-carousel li.f-animate-next .m-hero-item[class*="f-x"][class*="f-y"]>picture img, .c-carousel li.f-animate-next .c-hero[class*="f-x"][class*="f-y"]>picture img
    {
        animation-name: hero-background-next-x-center
    }/* line 471, src/components/carousel/styles/_carousel.scss */
    .c-carousel li.f-animate-previous>picture.c-image[class*="f-x"][class*="f-y"] img
    {
        animation-name: hero-background-previous-x-center
    }/* line 481, src/components/carousel/styles/_carousel.scss */
    .c-carousel li.f-animate-previous .m-hero-item[class*="f-x"][class*="f-y"]>picture img, .c-carousel li.f-animate-previous .c-hero[class*="f-x"][class*="f-y"]>picture img
    {
        animation-name: hero-background-previous-x-center
    }
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/carousel/styles/_carousel.scss */
    .c-carousel .glyph-pause, .c-carousel .glyph-play
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 491, src/components/carousel/styles/_carousel.scss */
    .c-carousel .glyph-pause, .c-carousel .glyph-play
    {
        background: #fff
    }
}/* line 500, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li, .m-media-gallery .f-gallery li
{
    position: relative;
    cursor: pointer;
    display: inline-block
}/* line 505, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li .c-action-trigger, .m-media-gallery .f-gallery li .c-action-trigger
{
    position: absolute;
    background: rgba(0,0,0,.6);
    border: transparent;
    border-radius: 50%;
    margin: 0;
    height: 48px;
    width: 48px;
    margin-top: 0;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: absolute
}/* line 47, src/mwf_styles/utilities/components/_video_play_action.scss */
.c-carousel .f-gallery li .c-action-trigger:hover, .m-media-gallery .f-gallery li .c-action-trigger:hover
{
    text-decoration: none
}/* line 51, src/mwf_styles/utilities/components/_video_play_action.scss */
.c-carousel .f-gallery li .c-action-trigger:before, .m-media-gallery .f-gallery li .c-action-trigger:before
{
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 11px);
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    content: "";
    margin: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-carousel .f-gallery li .c-action-trigger:after, .m-media-gallery .f-gallery li .c-action-trigger:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-carousel .f-gallery li .c-action-trigger:focus, .m-media-gallery .f-gallery li .c-action-trigger:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-carousel .f-gallery li .c-action-trigger:focus:after, .m-media-gallery .f-gallery li .c-action-trigger:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-carousel .f-gallery li .c-action-trigger:focus, .theme-dark .theme-light .c-carousel .f-gallery li .c-action-trigger:focus, .theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus, .theme-dark .theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-carousel .f-gallery li .c-action-trigger:focus:after, .theme-dark .theme-light .c-carousel .f-gallery li .c-action-trigger:focus:after, .theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus:after, .theme-dark .theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-carousel .f-gallery li .c-action-trigger:focus, .theme-light .theme-dark .c-carousel .f-gallery li .c-action-trigger:focus, .theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus, .theme-light .theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-carousel .f-gallery li .c-action-trigger:focus:after, .theme-light .theme-dark .c-carousel .f-gallery li .c-action-trigger:focus:after, .theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus:after, .theme-light .theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 510, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li .c-action-trigger:hover, .m-media-gallery .f-gallery li .c-action-trigger:hover
{
    text-decoration: none;
    background: rgba(0,0,0,.7)
}/* line 515, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li .c-action-trigger:active, .m-media-gallery .f-gallery li .c-action-trigger:active
{
    background: rgba(0,0,0,.8)
}/* line 519, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li .c-action-trigger.x-hidden-focus, .m-media-gallery .f-gallery li .c-action-trigger.x-hidden-focus
{
    background: rgba(0,0,0,.6) !important
}/* line 524, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li .c-heading-6, .m-media-gallery .f-gallery li .c-heading-6
{
    color: inherit;
    position: absolute;
    bottom: 9px;
    right: 12px;
    text-align: right;
    z-index: 1
}/* line 532, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li .c-heading-6:first-child, .m-media-gallery .f-gallery li .c-heading-6:first-child
{
    left: 12px;
    width: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: no-wrap
}/* line 543, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li.theme-dark .c-heading-6, .m-media-gallery .f-gallery li.theme-dark .c-heading-6
{
    color: #fff
}/* line 549, src/components/carousel/styles/_carousel.scss */
.c-carousel .f-gallery li.theme-light .c-heading-6, .m-media-gallery .f-gallery li.theme-light .c-heading-6
{
    color: #000
}/*END !$!$!========src/components/carousel/styles/carousel========*//*BEGIN !$!$!========src/components/checkbox/styles/checkbox========*//* line 26, src/components/checkbox/styles/_checkbox.scss */
fieldset.c-checkbox label.c-label
{
    display: block;
    float: left;
    clear: left
}/* line 34, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox label.c-label
{
    font-size: 15px;
    line-height: 20px;
    margin-right: 24px;
    padding-bottom: 0;
    position: relative
}/* line 41, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]
{
    position: absolute
}/* line 45, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox+.c-caption-1, .c-checkbox+.c-caption-2
{
    padding-top: 24px
}/* line 52, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox+.c-checkbox legend.c-label, .c-checkbox+.c-radio legend.c-label
{
    padding-top: 40px
}/* line 75, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (min-width: 540px)
{/* line 75, src/components/checkbox/styles/_checkbox.scss */
    .c-checkbox
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}/* line 83, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]
{
    height: 20px;
    opacity: 0;
    width: 20px
}/* line 88, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]+span
{
    cursor: pointer;
    display: inline-block;
    left: 0;
    padding-left: 28px;
    position: relative;
    top: 0
}/* line 91, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]+span:after, .c-checkbox input[type="checkbox"]+span:before
{
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
    top: 0;
    line-height: 20px
}/* line 102, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]+span:before
{
    content: "";
    box-shadow: inset 0 0 0 1px #000,inset 0 0 0 10px transparent;
    top: 0
}
@media screen and (-ms-high-contrast: active)
{/* line 102, src/components/checkbox/styles/_checkbox.scss */
    .c-checkbox input[type="checkbox"]+span:before
    {
        border: 1px solid #737373
    }
}/* line 118, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:not(:disabled):focus+span:before, .c-checkbox input[type="checkbox"]:not(:disabled):hover+span:before
{
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.8)
}/* line 123, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:focus+span:before
{
    outline: 2px solid #000
}/* line 129, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:checked+span:after
{
    font-family: "MWF-MDL2";
    content: "";
    color: #fff;
    font-size: 17px;
    padding-left: 1px
}/* line 136, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:checked:disabled+span:after
{
    box-shadow: inset 0 0 0 1px rgba(0,103,184,.05),inset 0 0 0 10px rgba(0,103,184,.2);
    color: rgba(255,255,255,.3)
}/* line 143, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:checked:not(:disabled)+span:before
{
    box-shadow: inset 0 0 0 10px #0067b8
}/* line 151, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:checked:not(:disabled):focus+span:before, .c-checkbox input[type="checkbox"]:checked:not(:disabled):hover+span:before
{
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 10px #0067b8
}/* line 159, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:indeterminate+span:after
{
    border: 5px solid #000;
    content: "";
    height: 0;
    left: 5px;
    top: 5px;
    width: 0
}/* line 169, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:indeterminate:disabled+span:after
{
    border-color: rgba(0,0,0,.2)
}/* line 175, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:indeterminate:not(:disabled):hover+span:after
{
    border-color: rgba(0,0,0,.6)
}/* line 180, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:indeterminate:not(:disabled)+span:before
{
    box-shadow: inset 0 0 0 1px #0067b8
}/* line 187, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:disabled+span
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 192, src/components/checkbox/styles/_checkbox.scss */
.c-checkbox input[type="checkbox"]:disabled+span:before
{
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}/*END !$!$!========src/components/checkbox/styles/checkbox========*//*BEGIN !$!$!========src/components/choice-summary/styles/choice_summary========*//* line 8, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary
{
    font-size: 13px;
    position: relative;
    display: inline-block;
    list-style-type: none;
    max-width: 100%;
    background-color: rgba(0,0,0,.1);
    padding-right: 36px;
    min-width: 72px;
    margin-top: 12px;
    margin-right: 12px
}/* line 20, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary>.c-menu
{
    position: absolute;
    min-width: 100%;
    width: inherit
}/* line 25, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary>.c-menu[aria-hidden="true"]
{
    height: 0;
    width: 0;
    border: 0;
    overflow: hidden
}/* line 32, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary>.c-menu .c-menu-item .c-radio input[type="radio"]+span
{
    white-space: nowrap
}/* line 37, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary span
{
    padding: 9px 4px 10px 12px;
    display: inline-block;
    min-width: 100%
}/* line 43, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph, .c-choice-summary a.c-action-trigger.c-glyph
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    margin: 0;
    padding: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-choice-summary button.c-action-trigger.c-glyph:after, .c-choice-summary a.c-action-trigger.c-glyph:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-choice-summary button.c-action-trigger.c-glyph:focus, .c-choice-summary a.c-action-trigger.c-glyph:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-choice-summary button.c-action-trigger.c-glyph:focus:after, .c-choice-summary a.c-action-trigger.c-glyph:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-choice-summary button.c-action-trigger.c-glyph:focus, .theme-dark .theme-light .c-choice-summary button.c-action-trigger.c-glyph:focus, .theme-light .c-choice-summary a.c-action-trigger.c-glyph:focus, .theme-dark .theme-light .c-choice-summary a.c-action-trigger.c-glyph:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-choice-summary button.c-action-trigger.c-glyph:focus:after, .theme-dark .theme-light .c-choice-summary button.c-action-trigger.c-glyph:focus:after, .theme-light .c-choice-summary a.c-action-trigger.c-glyph:focus:after, .theme-dark .theme-light .c-choice-summary a.c-action-trigger.c-glyph:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-choice-summary button.c-action-trigger.c-glyph:focus, .theme-light .theme-dark .c-choice-summary button.c-action-trigger.c-glyph:focus, .theme-dark .c-choice-summary a.c-action-trigger.c-glyph:focus, .theme-light .theme-dark .c-choice-summary a.c-action-trigger.c-glyph:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-choice-summary button.c-action-trigger.c-glyph:focus:after, .theme-light .theme-dark .c-choice-summary button.c-action-trigger.c-glyph:focus:after, .theme-dark .c-choice-summary a.c-action-trigger.c-glyph:focus:after, .theme-light .theme-dark .c-choice-summary a.c-action-trigger.c-glyph:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 55, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph[aria-label], .c-choice-summary a.c-action-trigger.c-glyph[aria-label]
{
    margin-right: 0
}/* line 59, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph:before, .c-choice-summary a.c-action-trigger.c-glyph:before
{
    margin: 8px 9px;
    color: rgba(0,0,0,.6)
}/* line 64, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph:hover, .c-choice-summary a.c-action-trigger.c-glyph:hover
{
    text-decoration: none;
    background-color: rgba(0,0,0,.1)
}/* line 68, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph:hover.x-hidden-focus, .c-choice-summary a.c-action-trigger.c-glyph:hover.x-hidden-focus
{
    background-color: rgba(0,0,0,.1) !important
}/* line 73, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph:active, .c-choice-summary a.c-action-trigger.c-glyph:active
{
    background-color: rgba(0,0,0,.2)
}/* line 76, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph:active.x-hidden-focus, .c-choice-summary a.c-action-trigger.c-glyph:active.x-hidden-focus
{
    background-color: rgba(0,0,0,.2) !important
}/* line 80, src/components/choice-summary/styles/_choice_summary.scss */
.c-choice-summary button.c-action-trigger.c-glyph:active:before, .c-choice-summary a.c-action-trigger.c-glyph:active:before
{
    color: rgba(0,0,0,.8)
}/* line 87, src/components/choice-summary/styles/_choice_summary.scss */
.productplacementchoice .c-choice-summary a:before
{
    position: static;
    padding: 0
}/*END !$!$!========src/components/choice-summary/styles/choice_summary========*//*BEGIN !$!$!========src/components/combo/styles/combo========*//* line 8, src/components/combo/styles/_combo.scss */
.c-combo
{
    position: relative;
    min-width: 76px;
    max-width: 296px;
    height: 38px;
    margin-top: 20px
}/* line 16, src/components/combo/styles/_combo.scss */
.c-combo[aria-expanded="false"] ul
{
    display: none
}/* line 21, src/components/combo/styles/_combo.scss */
.c-combo div
{
    display: block
}/* line 24, src/components/combo/styles/_combo.scss */
.c-combo div ul
{
    z-index: 1;
    box-sizing: content-box;
    width: 294px;
    min-width: 64px;
    max-width: 368px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0,0,0,.2);
    background-clip: padding-box;
    position: absolute;
    top: 38px;
    background: #fff;
    overflow-y: auto;
    max-height: none
}/* line 44, src/components/combo/styles/_combo.scss */
.c-combo div ul li span, .c-combo div ul li.c-combo__option[role]
{
    background: #f2f2f2;
    display: block;
    padding: 11px 12px 13px;
    outline: 0;
    cursor: pointer
}/* line 52, src/components/combo/styles/_combo.scss */
.c-combo div ul li span:hover, .c-combo div ul li.c-combo__option[role]:hover
{
    color: #000;
    background: #e6e6e6;
    -ms-high-contrast-adjust: none
}
@media(-ms-high-contrast: active)
{/* line 52, src/components/combo/styles/_combo.scss */
    .c-combo div ul li span:hover, .c-combo div ul li.c-combo__option[role]:hover
    {
        color: highlightText !important;
        background: highlight !important
    }
}/* line 64, src/components/combo/styles/_combo.scss */
.c-combo div ul li span.active, .c-combo div ul li.c-combo__option[role].active
{
    color: #fff;
    background: #0078d7;
    -ms-high-contrast-adjust: none
}/* line 68, src/components/combo/styles/_combo.scss */
.c-combo div ul li span.active:hover, .c-combo div ul li.c-combo__option[role].active:hover
{
    color: #fff;
    background: #0078d7
}
@media(-ms-high-contrast: active)
{/* line 64, src/components/combo/styles/_combo.scss */
    .c-combo div ul li span.active, .c-combo div ul li.c-combo__option[role].active
    {
        color: highlightText !important;
        background: highlight !important
    }
}/* line 82, src/components/combo/styles/_combo.scss */
.c-combo div ul[aria-hidden="true"]
{
    display: none
}/* line 86, src/components/combo/styles/_combo.scss */
.c-combo div ul[aria-expanded="false"]
{
    display: none
}/* line 92, src/components/combo/styles/_combo.scss */
.c-combo input[type="text"], .c-combo button
{
    float: left;
    height: 100%;
    outline: 0;
    background: #fff
}/* line 100, src/components/combo/styles/_combo.scss */
.c-combo input[type="text"]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    padding-right: 38px;
    border: 1px solid rgba(0,0,0,.6)
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-combo input[type="text"]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-combo input[type="text"]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-combo input[type="text"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-combo input[type="text"]:focus, .theme-dark .theme-light .c-combo input[type="text"]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-combo input[type="text"]:focus:before, .theme-dark .theme-light .c-combo input[type="text"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-combo input[type="text"]:focus, .theme-light .theme-dark .c-combo input[type="text"]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-combo input[type="text"]:focus:before, .theme-light .theme-dark .c-combo input[type="text"]:focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 110, src/components/combo/styles/_combo.scss */
.c-combo input[type="text"]:hover
{
    border-color: rgba(0,0,0,.8)
}/* line 114, src/components/combo/styles/_combo.scss */
.c-combo input[type="text"]:active
{
    border-color: #0067b8
}/* line 118, src/components/combo/styles/_combo.scss */
.c-combo input[type="text"]::-ms-clear
{
    display: none
}/* line 122, src/components/combo/styles/_combo.scss */
.c-combo input[type="text"]::-webkit-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.c-combo input[type="text"]:-ms-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.c-combo input[type="text"]::placeholder
{
    color: rgba(0,0,0,.6)
}/* line 127, src/components/combo/styles/_combo.scss */
.c-combo button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: 2px 2px 1px 1px;
    padding: 9px;
    transition: color .1s,background-color .1s
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-combo button:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-combo button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-combo button:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-combo button:focus, .theme-dark .theme-light .c-combo button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-combo button:focus:after, .theme-dark .theme-light .c-combo button:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-combo button:focus, .theme-light .theme-dark .c-combo button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-combo button:focus:after, .theme-light .theme-dark .c-combo button:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 139, src/components/combo/styles/_combo.scss */
.c-combo button:hover
{
    color: #0067b8
}/* line 143, src/components/combo/styles/_combo.scss */
.c-combo button:active, .c-combo button:focus
{
    color: #fff;
    background: #0067b8;
    -ms-high-contrast-adjust: none
}
@media screen and (-ms-high-contrast)
{/* line 143, src/components/combo/styles/_combo.scss */
    .c-combo button:active, .c-combo button:focus
    {
        color: window;
        background: windowText
    }
}/* line 156, src/components/combo/styles/_combo.scss */
.c-combo button:before
{
    content: "";
    text-indent: 0;
    font-size: 16px;
    -ms-high-contrast-adjust: none
}
@media screen and (-ms-high-contrast)
{/* line 156, src/components/combo/styles/_combo.scss */
    .c-combo button:before
    {
        font-size: 22px;
        font-weight: 900;
        line-height: 18px;
        text-indent: -3PX
    }
}
@media screen and (-ms-high-contrast)
{/* line 127, src/components/combo/styles/_combo.scss */
    .c-combo button
    {
        color: windowText;
        background: window
    }
}/*END !$!$!========src/components/combo/styles/combo========*//*BEGIN !$!$!========src/components/content-toggle/styles/content_toggle========*//* line 9, src/components/content-toggle/styles/_content_toggle.scss */
.c-content-toggle p
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400
}/* line 13, src/components/content-toggle/styles/_content_toggle.scss */
.c-content-toggle[data-f-showOnInit]
{
    display: none
}/* line 17, src/components/content-toggle/styles/_content_toggle.scss */
.c-content-toggle [data-f-expanded="false"]
{
    overflow: hidden;
    box-sizing: content-box
}/* line 23, src/components/content-toggle/styles/_content_toggle.scss */
.c-content-toggle [data-f-expanded="true"]
{
    overflow-y: auto;
    -ms-transform: scale(1);
    transform: scale(1)
}/* line 28, src/components/content-toggle/styles/_content_toggle.scss */
.c-content-toggle button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: inline-block;
    color: #0067b8;
    background: transparent;
    padding: 0
}/* line 21, src/mwf_styles/utilities/_interactive_states.scss */
.c-content-toggle button:focus:not(.x-hidden-focus)
{
    background: rgba(0,103,184,.1)
}/* line 25, src/mwf_styles/utilities/_interactive_states.scss */
.c-content-toggle button:focus:not(.x-hidden-focus), .c-content-toggle button:hover
{
    color: #005da6;
    text-decoration: underline
}/* line 31, src/mwf_styles/utilities/_interactive_states.scss */
.c-content-toggle button:active
{
    background: none;
    color: #005293;
    -ms-transform: none;
    transform: none
}/* line 44, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light .c-content-toggle button:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-content-toggle button:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 48, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light .c-content-toggle button:focus:not(.x-hidden-focus), .theme-light .c-content-toggle button:hover, .theme-dark .theme-light .c-content-toggle button:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-content-toggle button:hover
{
    color: rgba(0,0,0,.9)
}/* line 53, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light .c-content-toggle button:active, .theme-dark .theme-light .c-content-toggle button:active
{
    color: rgba(0,0,0,.8)
}/* line 65, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark .c-content-toggle button:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-content-toggle button:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 69, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark .c-content-toggle button:focus:not(.x-hidden-focus), .theme-dark .c-content-toggle button:hover, .theme-light .theme-dark .c-content-toggle button:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-content-toggle button:hover
{
    color: #e6e6e6
}/* line 74, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark .c-content-toggle button:active, .theme-light .theme-dark .c-content-toggle button:active
{
    color: #ccc
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-content-toggle button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-content-toggle button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-content-toggle button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-content-toggle button:focus, .theme-dark .theme-light .c-content-toggle button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-content-toggle button:focus:before, .theme-dark .theme-light .c-content-toggle button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-content-toggle button:focus, .theme-light .theme-dark .c-content-toggle button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-content-toggle button:focus:before, .theme-light .theme-dark .c-content-toggle button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 37, src/components/content-toggle/styles/_content_toggle.scss */
.no-js .c-content-toggle button
{
    display: none
}/* line 42, src/components/content-toggle/styles/_content_toggle.scss */
.c-content-toggle .c-refine-item
{
    box-sizing: border-box
}/*END !$!$!========src/components/content-toggle/styles/content_toggle========*//*BEGIN !$!$!========src/components/context-menu/styles/context_menu========*//* line 6, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu
{
    background: #f2f2f2;
    width: 296px;
    min-width: 64px;
    max-width: 368px;
    border: 1px solid rgba(0,0,0,.1);
    z-index: 500
}/* line 14, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: relative;
    padding: 0;
    margin: 0;
    background: #f2f2f2;
    background-clip: padding-box
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-context-menu>li:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-context-menu>li:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-context-menu>li:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-context-menu>li:focus, .theme-dark .theme-light .c-context-menu>li:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-context-menu>li:focus:before, .theme-dark .theme-light .c-context-menu>li:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-context-menu>li:focus, .theme-light .theme-dark .c-context-menu>li:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-context-menu>li:focus:before, .theme-light .theme-dark .c-context-menu>li:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 23, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li span
{
    display: inline-block;
    width: 100%;
    padding: 11px 12px 13px;
    outline: 0;
    cursor: pointer;
    white-space: normal
}/* line 31, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li span.c-glyph
{
    min-width: 120px;
    padding-right: 10px
}/* line 35, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li span.c-glyph:before
{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle
}/* line 43, src/components/context-menu/styles/_context_menu.scss */
.theme-light .c-context-menu>li span, .theme-dark .theme-light .c-context-menu>li span
{
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.8)
}/* line 48, src/components/context-menu/styles/_context_menu.scss */
.theme-dark .c-context-menu>li span, .theme-light .theme-dark .c-context-menu>li span
{
    background: #262626;
    color: rgba(255,255,255,.8)
}/* line 55, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li.f-context-text-only span
{
    padding-left: 38px
}/* line 62, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li[role="menuitemcheckbox"][aria-checked="true"] span
{
    font-weight: 700
}/* line 65, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li[role="menuitemcheckbox"][aria-checked="true"] span:before, .c-context-menu>li[role="menuitemcheckbox"][aria-checked="true"] span:after
{
    font-weight: 200
}/* line 70, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li[role="menuitemcheckbox"][aria-checked="true"] span:after
{
    font-size: 15px;
    font-family: "MWF-MDL2";
    content: "";
    display: inline-block;
    text-decoration: none;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000
}/* line 90, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li.f-divider span
{
    border-top: 1px solid rgba(0,0,0,.2)
}/* line 95, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li:hover, .c-context-menu>li:focus
{
    background: #d9d9d9
}/* line 101, src/components/context-menu/styles/_context_menu.scss */
.c-context-menu>li[aria-disabled="true"] span
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/*END !$!$!========src/components/context-menu/styles/context_menu========*//*BEGIN !$!$!========src/components/datetime-picker/styles/datetime_picker========*//* line 45, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker
{
    box-shadow: 0 0 0 1px rgba(0,0,0,.6) inset;
    outline: 0;
    background: rgba(0,0,0,.05);
    position: relative;
    float: left
}/* line 56, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker button
{
    font-size: 15px;
    line-height: 20px;
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    font-weight: 400;
    background: transparent;
    height: 36px;
    border-right: 1px solid rgba(0,0,0,.6);
    padding: 4px 12px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-date-time-picker button:focus, .theme-dark .theme-light .c-date-time-picker button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-date-time-picker button:focus:before, .theme-dark .theme-light .c-date-time-picker button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-date-time-picker button:focus, .theme-light .theme-dark .c-date-time-picker button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-date-time-picker button:focus:before, .theme-light .theme-dark .c-date-time-picker button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 68, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker:hover
{
    background: rgba(0,0,0,.2)
}/* line 72, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker:active
{
    background: rgba(0,0,0,.4)
}/* line 76, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="date"]
{
    width: 296px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}/* line 86, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="date"] [data-date-time-picker="month"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 135px;
    text-align: left
}/* line 90, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="date"] [data-date-time-picker="day"]
{
    float: left;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}/* line 94, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="date"] [data-date-time-picker="year"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}/* line 99, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time"]
{
    width: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}/* line 109, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time"] [data-date-time-picker="hour"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}/* line 113, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time"] [data-date-time-picker="minute"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}/* line 117, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time"] [data-date-time-picker="ampm"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}/* line 122, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time24"]
{
    width: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}/* line 132, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time24"] [data-date-time-picker="hour24"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}/* line 136, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker[data-date-time-picker="time24"] [data-date-time-picker="minute24"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px
}/* line 141, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"], .c-date-time-picker [data-date-time-picker="time-selector12"], .c-date-time-picker [data-date-time-picker="time-selector24"]
{
    width: 100%;
    background: #f2f2f2;
    position: absolute;
    top: -157px;
    left: 0;
    height: 396px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    z-index: 300
}/* line 156, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"][aria-hidden="true"], .c-date-time-picker [data-date-time-picker="time-selector12"][aria-hidden="true"], .c-date-time-picker [data-date-time-picker="time-selector24"][aria-hidden="true"]
{
    display: none
}/* line 160, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"][aria-hidden="false"], .c-date-time-picker [data-date-time-picker="time-selector12"][aria-hidden="false"], .c-date-time-picker [data-date-time-picker="time-selector24"][aria-hidden="false"]
{
    border: 1px solid rgba(0,0,0,.1);
    display: -ms-flexbox;
    display: flex
}/* line 170, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>span, .c-date-time-picker [data-date-time-picker="time-selector12"]>span, .c-date-time-picker [data-date-time-picker="time-selector24"]>span
{
    position: absolute;
    z-index: 0;
    top: 154px;
    left: 0;
    height: 44px;
    width: 100%;
    background: #0067b8
}
@media screen and (-ms-high-contrast)
{/* line 141, src/components/datetime-picker/styles/_datetime_picker.scss */
    .c-date-time-picker [data-date-time-picker="date-selector"], .c-date-time-picker [data-date-time-picker="time-selector12"], .c-date-time-picker [data-date-time-picker="time-selector24"]
    {
        background: #fff
    }/* line 183, src/components/datetime-picker/styles/_datetime_picker.scss */
    .c-date-time-picker [data-date-time-picker="date-selector"]>div, .c-date-time-picker [data-date-time-picker="time-selector12"]>div, .c-date-time-picker [data-date-time-picker="time-selector24"]>div
    {
        border-right: 1px solid #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 141, src/components/datetime-picker/styles/_datetime_picker.scss */
    .c-date-time-picker [data-date-time-picker="date-selector"], .c-date-time-picker [data-date-time-picker="time-selector12"], .c-date-time-picker [data-date-time-picker="time-selector24"]
    {
        background: #000
    }/* line 191, src/components/datetime-picker/styles/_datetime_picker.scss */
    .c-date-time-picker [data-date-time-picker="date-selector"]>div, .c-date-time-picker [data-date-time-picker="time-selector12"]>div, .c-date-time-picker [data-date-time-picker="time-selector24"]>div
    {
        border-right: 1px solid #fff
    }
}/* line 196, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"] [data-date-time-picker="ampm"], .c-date-time-picker [data-date-time-picker="time-selector12"] [data-date-time-picker="ampm"], .c-date-time-picker [data-date-time-picker="time-selector24"] [data-date-time-picker="ampm"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1;
    top: 0;
    height: 352px
}/* line 26, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"] [data-date-time-picker="ampm"] button, .c-date-time-picker [data-date-time-picker="time-selector12"] [data-date-time-picker="ampm"] button, .c-date-time-picker [data-date-time-picker="time-selector24"] [data-date-time-picker="ampm"] button
{
    position: absolute;
    left: 80px;
    height: 22px;
    width: 100%;
    background: transparent;
    border: 0;
    z-index: 100
}/* line 35, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"] [data-date-time-picker="ampm"] button:first-of-type, .c-date-time-picker [data-date-time-picker="time-selector12"] [data-date-time-picker="ampm"] button:first-of-type, .c-date-time-picker [data-date-time-picker="time-selector24"] [data-date-time-picker="ampm"] button:first-of-type
{
    top: 0
}/* line 39, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"] [data-date-time-picker="ampm"] button:last-of-type, .c-date-time-picker [data-date-time-picker="time-selector12"] [data-date-time-picker="ampm"] button:last-of-type, .c-date-time-picker [data-date-time-picker="time-selector24"] [data-date-time-picker="ampm"] button:last-of-type
{
    top: 330px
}/* line 207, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"] [data-date-time-picker="ampm"] ul, .c-date-time-picker [data-date-time-picker="time-selector12"] [data-date-time-picker="ampm"] ul, .c-date-time-picker [data-date-time-picker="time-selector24"] [data-date-time-picker="ampm"] ul
{
    top: 154px
}/* line 210, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"] [data-date-time-picker="ampm"] ul.f-js-pm, .c-date-time-picker [data-date-time-picker="time-selector12"] [data-date-time-picker="ampm"] ul.f-js-pm, .c-date-time-picker [data-date-time-picker="time-selector24"] [data-date-time-picker="ampm"] ul.f-js-pm
{
    top: 110px
}/* line 217, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div, .c-date-time-picker [data-date-time-picker="time-selector12"]>div, .c-date-time-picker [data-date-time-picker="time-selector24"]>div
{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0,0,0,.6);
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-clip: content-box;
    border-right: 1px solid rgba(0,0,0,.6);
    float: left;
    position: relative;
    z-index: 1
}/* line 228, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div:first-of-type button, .c-date-time-picker [data-date-time-picker="time-selector12"]>div:first-of-type button, .c-date-time-picker [data-date-time-picker="time-selector24"]>div:first-of-type button
{
    left: 0;
    width: inherit
}/* line 233, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div:last-of-type, .c-date-time-picker [data-date-time-picker="time-selector12"]>div:last-of-type, .c-date-time-picker [data-date-time-picker="time-selector24"]>div:last-of-type
{
    border-right: 0
}/* line 236, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div:last-of-type button, .c-date-time-picker [data-date-time-picker="time-selector12"]>div:last-of-type button, .c-date-time-picker [data-date-time-picker="time-selector24"]>div:last-of-type button
{
    left: auto;
    right: 0;
    width: inherit
}/* line 243, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div ul, .c-date-time-picker [data-date-time-picker="time-selector12"]>div ul, .c-date-time-picker [data-date-time-picker="time-selector24"]>div ul
{
    position: relative;
    top: -66px
}/* line 249, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    height: 44px;
    padding: 12px 12px 3px;
    outline: none
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li:before, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:before, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus:before, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus:before, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus, .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus, .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus:before, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus:before, .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus:before, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus:before, .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus:before, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus:before, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>div li:focus:before, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus:before, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:focus:before, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus:before, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 256, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li[aria-selected="true"], .c-date-time-picker [data-date-time-picker="time-selector12"]>div li[aria-selected="true"], .c-date-time-picker [data-date-time-picker="time-selector24"]>div li[aria-selected="true"]
{
    color: #fff
}/* line 259, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li[aria-selected="true"]:focus, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li[aria-selected="true"]:focus, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li[aria-selected="true"]:focus
{
    background: #005da6
}/* line 263, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li[aria-selected="true"]:hover, .c-date-time-picker [data-date-time-picker="date-selector"]>div li[aria-selected="true"].x-hidden-focus, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li[aria-selected="true"]:hover, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li[aria-selected="true"].x-hidden-focus, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li[aria-selected="true"]:hover, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li[aria-selected="true"].x-hidden-focus
{
    background: transparent
}/* line 269, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li.f-js-last, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li.f-js-last, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li.f-js-last
{
    border-bottom: 1px solid rgba(0,0,0,.6)
}/* line 273, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>div li:hover, .c-date-time-picker [data-date-time-picker="time-selector12"]>div li:hover, .c-date-time-picker [data-date-time-picker="time-selector24"]>div li:hover
{
    background: #ccc;
    cursor: pointer
}/* line 280, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button, .c-date-time-picker [data-date-time-picker="time-selector12"]>button, .c-date-time-picker [data-date-time-picker="time-selector24"]>button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    width: 50%;
    height: 44px;
    background: #f2f2f2;
    border-top: 1px solid rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    z-index: 100
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button:after, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:after, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button:focus, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button:focus:after, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus:after, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus, .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus, .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus:after, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus:after, .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus:after, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus:after, .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus:after, .theme-dark .theme-light .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus:after, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus:after, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus:after, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus:after, .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus:after, .theme-light .theme-dark .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 293, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button.glyph-accept:before, .c-date-time-picker [data-date-time-picker="date-selector"]>button.glyph-cancel:before, .c-date-time-picker [data-date-time-picker="time-selector12"]>button.glyph-accept:before, .c-date-time-picker [data-date-time-picker="time-selector12"]>button.glyph-cancel:before, .c-date-time-picker [data-date-time-picker="time-selector24"]>button.glyph-accept:before, .c-date-time-picker [data-date-time-picker="time-selector24"]>button.glyph-cancel:before
{
    color: rgba(0,0,0,.6);
    line-height: 44px
}/* line 299, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button:focus, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus
{
    border-top-width: 2px;
    z-index: 101
}/* line 305, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button:focus.glyph-accept:before, .c-date-time-picker [data-date-time-picker="date-selector"]>button:focus.glyph-cancel:before, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus.glyph-accept:before, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:focus.glyph-cancel:before, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus.glyph-accept:before, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:focus.glyph-cancel:before
{
    line-height: 42px
}/* line 311, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button:hover, .c-date-time-picker [data-date-time-picker="time-selector12"]>button:hover, .c-date-time-picker [data-date-time-picker="time-selector24"]>button:hover
{
    background: #ccc
}/* line 315, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button[data-date-time-picker="apply"], .c-date-time-picker [data-date-time-picker="time-selector12"]>button[data-date-time-picker="apply"], .c-date-time-picker [data-date-time-picker="time-selector24"]>button[data-date-time-picker="apply"]
{
    left: 0
}/* line 319, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="date-selector"]>button[data-date-time-picker="cancel"], .c-date-time-picker [data-date-time-picker="time-selector12"]>button[data-date-time-picker="cancel"], .c-date-time-picker [data-date-time-picker="time-selector24"]>button[data-date-time-picker="cancel"]
{
    right: 0
}/* line 325, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="month"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 135px;
    text-align: left;
    z-index: 1
}/* line 26, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="month"] button
{
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: transparent;
    border: 0;
    z-index: 100
}/* line 35, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="month"] button:first-of-type
{
    top: 0
}/* line 39, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="month"] button:last-of-type
{
    top: 330px
}/* line 334, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="day"]
{
    float: left;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 1
}/* line 26, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="day"] button
{
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: transparent;
    border: 0;
    z-index: 100
}/* line 35, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="day"] button:first-of-type
{
    top: 0
}/* line 39, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="day"] button:last-of-type
{
    top: 330px
}/* line 343, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="year"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1
}/* line 26, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="year"] button
{
    position: absolute;
    left: 135px;
    height: 22px;
    width: 100%;
    background: transparent;
    border: 0;
    z-index: 100
}/* line 35, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="year"] button:first-of-type
{
    top: 0
}/* line 39, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="year"] button:last-of-type
{
    top: 330px
}/* line 352, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="hour"], .c-date-time-picker [data-date-time-picker="hour24"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1
}/* line 26, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="hour"] button, .c-date-time-picker [data-date-time-picker="hour24"] button
{
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: transparent;
    border: 0;
    z-index: 100
}/* line 35, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="hour"] button:first-of-type, .c-date-time-picker [data-date-time-picker="hour24"] button:first-of-type
{
    top: 0
}/* line 39, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="hour"] button:last-of-type, .c-date-time-picker [data-date-time-picker="hour24"] button:last-of-type
{
    top: 330px
}/* line 362, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="minute"], .c-date-time-picker [data-date-time-picker="minute24"]
{
    float: left;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    z-index: 1
}/* line 26, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="minute"] button, .c-date-time-picker [data-date-time-picker="minute24"] button
{
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    background: transparent;
    border: 0;
    z-index: 100
}/* line 35, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="minute"] button:first-of-type, .c-date-time-picker [data-date-time-picker="minute24"] button:first-of-type
{
    top: 0
}/* line 39, src/components/datetime-picker/styles/_datetime_picker.scss */
.c-date-time-picker [data-date-time-picker="minute"] button:last-of-type, .c-date-time-picker [data-date-time-picker="minute24"] button:last-of-type
{
    top: 330px
}/*END !$!$!========src/components/datetime-picker/styles/datetime_picker========*//*BEGIN !$!$!========src/components/dialog/styles/dialog========*//* line 9, src/components/dialog/styles/_dialog.scss */
.c-dialog[aria-hidden="true"]
{
    display: none
}/* line 13, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"]
{
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,calc(-50% - calc(1px / 2)));
    background: #fff;
    border: 1px solid #0067b8;
    margin: 0 auto;
    max-height: 760px;
    max-width: 546px;
    min-width: 296px;
    width: 100%;
    padding: 24px;
    z-index: 1000
}/* line 31, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"]:focus
{
    outline: none
}/* line 35, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] [role="document"]
{
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto
}
@media(-ms-high-contrast: active)
{/* line 13, src/components/dialog/styles/_dialog.scss */
    .c-dialog [role="dialog"]
    {
        background: Window
    }
}/* line 52, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    line-height: normal;
    padding: 0
}/* line 57, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-1
{
    font-size: 62px;
    line-height: 72px;
    padding: 38px 0 6px;
    font-weight: 600;
    letter-spacing: -.01em
}/* line 60, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-1.f-lean
{
    padding-top: 0
}/* line 65, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-2
{
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em
}/* line 68, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-2.f-lean
{
    padding-top: 0
}/* line 73, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-3
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600
}/* line 76, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-3.f-lean
{
    padding-top: 0
}/* line 81, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-4
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600
}/* line 84, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-4.f-lean
{
    padding-top: 0
}/* line 89, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-5
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600
}/* line 92, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-5.f-lean
{
    padding-top: 0
}/* line 97, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-6
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600
}/* line 100, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] h2.c-heading-6.f-lean
{
    padding-top: 0
}/* line 108, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-progress.f-indeterminate-regional
{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    height: 10px
}/* line 118, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-divider
{
    margin: 16px 0
}/* line 123, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-paragraph:first-of-type
{
    padding-top: 8px
}/* line 128, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .f-dialog-content
{
    display: -ms-flexbox;
    display: flex
}/* line 132, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-group
{
    display: block;
    margin: 1px
}/* line 138, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-group.f-wrap-items
{
    display: -ms-flexbox;
    display: flex
}/* line 142, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-group .c-button
{
    float: right;
    margin-top: 24px;
    width: 50%;
    max-width: none;
    margin-right: 0;
    text-overflow: ellipsis
}/* line 150, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] .c-group .c-button+.c-button
{
    float: left;
    width: calc(50% - 4px)
}/* line 159, src/components/dialog/styles/_dialog.scss */
.c-dialog [role="dialog"] [class^="c-heading-"]+.c-price.f-large
{
    padding-top: 8px;
    padding-bottom: 24px
}/* line 168, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]
{
    max-width: 640px
}/* line 175, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"], .c-dialog.f-lightbox [role="dialog"]
{
    padding: 36px
}/* line 178, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]>button.c-glyph, .c-dialog.f-lightbox [role="dialog"]>button.c-glyph
{
    padding: 0;
    background: none;
    border: 0
}/* line 184, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]>.c-glyph, .c-dialog.f-lightbox [role="dialog"]>.c-glyph
{
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    color: rgba(0,0,0,.6);
    cursor: pointer
}/* line 193, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]>.c-glyph:hover, .c-dialog.f-lightbox [role="dialog"]>.c-glyph:hover
{
    color: rgba(0,0,0,.8)
}/* line 197, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]>.c-glyph:focus, .c-dialog.f-lightbox [role="dialog"]>.c-glyph:focus
{
    outline: 1px dashed rgba(0,0,0,.8)
}/* line 201, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]>.c-glyph:active, .c-dialog.f-lightbox [role="dialog"]>.c-glyph:active
{
    color: #000
}/* line 205, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"]>.c-glyph:before, .c-dialog.f-lightbox [role="dialog"]>.c-glyph:before
{
    margin: 10px;
    vertical-align: middle
}/* line 211, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"] .f-dialog-scroll, .c-dialog.f-lightbox [role="dialog"] .f-dialog-scroll
{
    overflow-y: auto;
    max-height: 600px;
    min-width: 245px
}/* line 218, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow [role="dialog"] .c-group .c-button, .c-dialog.f-lightbox [role="dialog"] .c-group .c-button
{
    margin-top: 36px
}/* line 224, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow .c-dialog-container, .c-dialog.f-lightbox .c-dialog-container
{
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}/* line 233, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow .c-dialog-container .c-dialog-body, .c-dialog.f-lightbox .c-dialog-container .c-dialog-body
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}/* line 240, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow .c-dialog-container .c-dialog-body .c-dialog-content, .c-dialog.f-lightbox .c-dialog-container .c-dialog-body .c-dialog-content
{
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}/* line 248, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-flow .c-dialog-container .c-dialog-body .c-dialog-content .c-dialog-scroll, .c-dialog.f-lightbox .c-dialog-container .c-dialog-body .c-dialog-content .c-dialog-scroll
{
    overflow-y: auto
}
@media only screen and (min-height: 320px)
{/* line 256, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow .c-dialog-container .c-dialog-footer .c-group .c-button, .c-dialog.f-lightbox .c-dialog-container .c-dialog-footer .c-group .c-button
    {
        margin-top: 0
    }
}
@media only screen and (min-height: 540px)
{/* line 256, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow .c-dialog-container .c-dialog-footer .c-group .c-button, .c-dialog.f-lightbox .c-dialog-container .c-dialog-footer .c-group .c-button
    {
        margin-top: 10px
    }
}/* line 273, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox [role="dialog"]
{
    background: #2f2f2f;
    border-color: transparent;
    max-width: 1066px;
    overflow: visible;
    padding: 0
}/* line 280, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox [role="dialog"]>.c-glyph
{
    top: -36px;
    color: rgba(255,255,255,.6)
}/* line 284, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox [role="dialog"]>.c-glyph:hover
{
    color: rgba(255,255,255,.8)
}/* line 288, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox [role="dialog"]>.c-glyph:focus
{
    outline-color: rgba(255,255,255,.6)
}/* line 294, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox [role="dialog"] [role="document"] img
{
    width: 100%
}/* line 300, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox>[role="presentation"]
{
    background: rgba(0,0,0,.9)
}/* line 303, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox>[role="presentation"]+button.c-glyph
{
    padding: 0;
    background: none;
    border: 0;
    width: 36px;
    height: 36px
}/* line 310, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox>[role="presentation"]+button.c-glyph:before
{
    vertical-align: top
}/* line 315, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox>[role="presentation"]+.c-glyph
{
    position: fixed;
    top: 24px;
    right: 24px;
    color: rgba(255,255,255,.6);
    font-size: 36px;
    z-index: 1001
}/* line 323, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox>[role="presentation"]+.c-glyph:hover
{
    color: rgba(255,255,255,.8)
}/* line 327, src/components/dialog/styles/_dialog.scss */
.c-dialog.f-lightbox>[role="presentation"]+.c-glyph:focus
{
    outline: 1px dashed rgba(255,255,255,.6)
}/* line 334, src/components/dialog/styles/_dialog.scss */
.c-dialog>[role="presentation"]
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.9);
    z-index: 1000
}/* line 343, src/components/dialog/styles/_dialog.scss */
.c-dialog>[role="presentation"]:focus
{
    outline: none
}/* line 349, src/components/dialog/styles/_dialog.scss */
.theme-light .c-dialog [role="dialog"], .theme-dark .theme-light .c-dialog [role="dialog"]
{
    background: #fff;
    border-color: #000
}/* line 353, src/components/dialog/styles/_dialog.scss */
.theme-light .c-dialog [role="dialog"] .c-glyph, .theme-dark .theme-light .c-dialog [role="dialog"] .c-glyph
{
    color: #000
}/* line 356, src/components/dialog/styles/_dialog.scss */
.theme-light .c-dialog [role="dialog"] .c-glyph:hover, .theme-dark .theme-light .c-dialog [role="dialog"] .c-glyph:hover
{
    color: rgba(0,0,0,.8)
}/* line 360, src/components/dialog/styles/_dialog.scss */
.theme-light .c-dialog [role="dialog"] .c-glyph:focus, .theme-dark .theme-light .c-dialog [role="dialog"] .c-glyph:focus
{
    outline-color: rgba(0,0,0,.6)
}/* line 366, src/components/dialog/styles/_dialog.scss */
.theme-light .c-dialog>[role="presentation"], .theme-dark .theme-light .c-dialog>[role="presentation"]
{
    background: rgba(255,255,255,.9)
}/* line 372, src/components/dialog/styles/_dialog.scss */
.theme-dark .c-dialog [role="dialog"], .theme-light .theme-dark .c-dialog [role="dialog"]
{
    background: #000;
    border-color: #fff
}/* line 376, src/components/dialog/styles/_dialog.scss */
.theme-dark .c-dialog [role="dialog"] .c-glyph, .theme-light .theme-dark .c-dialog [role="dialog"] .c-glyph
{
    color: #fff
}/* line 379, src/components/dialog/styles/_dialog.scss */
.theme-dark .c-dialog [role="dialog"] .c-glyph:hover, .theme-light .theme-dark .c-dialog [role="dialog"] .c-glyph:hover
{
    color: rgba(255,255,255,.8)
}/* line 383, src/components/dialog/styles/_dialog.scss */
.theme-dark .c-dialog [role="dialog"] .c-glyph:focus, .theme-light .theme-dark .c-dialog [role="dialog"] .c-glyph:focus
{
    outline-color: rgba(255,255,255,.6)
}
@media only screen and (max-width: 767px)
{/* line 393, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow [role="dialog"], .c-dialog.f-lightbox [role="dialog"]
    {
        padding: 24px
    }/* line 399, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow [role="dialog"]
    {
        width: 80%
    }
}
@media only screen and (max-width: 539px)
{/* line 406, src/components/dialog/styles/_dialog.scss */
    .c-dialog [role="dialog"]
    {
        top: 0;
        left: 0;
        right: 0;
        -ms-transform: none;
        transform: none;
        margin: 12px;
        max-height: 342px;
        width: auto
    }/* line 415, src/components/dialog/styles/_dialog.scss */
    .c-dialog [role="dialog"] .c-group
    {
        display: block;
        padding: 0
    }/* line 419, src/components/dialog/styles/_dialog.scss */
    .c-dialog [role="dialog"] .c-group .c-button
    {
        float: none;
        margin-top: 24px;
        width: 100%;
        max-width: none;
        margin-right: 0
    }/* line 426, src/components/dialog/styles/_dialog.scss */
    .c-dialog [role="dialog"] .c-group .c-button+.c-button
    {
        float: none;
        width: 100%;
        margin-top: 12px
    }/* line 436, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-lightbox [role="dialog"]
    {
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-height: none;
        margin: 0;
        padding: 0;
        width: 100%
    }/* line 448, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow [role="dialog"]
    {
        height: auto;
        max-height: 100%;
        min-height: 250px;
        width: auto
    }/* line 454, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow [role="dialog"] .f-dialog-scroll
    {
        overflow-y: auto;
        -ms-flex-negative: 50;
        flex-shrink: 50;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-height: 800px
    }/* line 462, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow [role="dialog"] .c-group.f-wrap-items
    {
        min-height: 100%
    }/* line 467, src/components/dialog/styles/_dialog.scss */
    .c-dialog.f-flow [role="dialog"] .c-group .c-button+.c-button
    {
        margin-top: 12px;
        float: none;
        width: 100%
    }
}/*END !$!$!========src/components/dialog/styles/dialog========*//*BEGIN !$!$!========src/components/divider/styles/divider========*//* line 37, src/components/divider/styles/_divider.scss */
hr.c-divider
{
    border: 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,.2)
}/* line 12, src/components/divider/styles/_divider.scss */
hr.c-divider.f-pad-bottom-3x
{
    margin-bottom: 12px
}/* line 16, src/components/divider/styles/_divider.scss */
hr.c-divider.f-pad-bottom-6x
{
    margin-bottom: 24px
}/* line 20, src/components/divider/styles/_divider.scss */
hr.c-divider.f-pad-top-3x
{
    margin-top: 12px
}/* line 24, src/components/divider/styles/_divider.scss */
hr.c-divider.f-pad-top-6x
{
    margin-top: 24px
}/* line 28, src/components/divider/styles/_divider.scss */
hr.c-divider.f-pad-vertical-3x
{
    margin: 12px 0
}/* line 32, src/components/divider/styles/_divider.scss */
hr.c-divider.f-pad-vertical-6x
{
    margin: 24px 0
}/* line 42, src/components/divider/styles/_divider.scss */
hr.c-subdivider
{
    border: 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}/* line 12, src/components/divider/styles/_divider.scss */
hr.c-subdivider.f-pad-bottom-3x
{
    margin-bottom: 12px
}/* line 16, src/components/divider/styles/_divider.scss */
hr.c-subdivider.f-pad-bottom-6x
{
    margin-bottom: 24px
}/* line 20, src/components/divider/styles/_divider.scss */
hr.c-subdivider.f-pad-top-3x
{
    margin-top: 12px
}/* line 24, src/components/divider/styles/_divider.scss */
hr.c-subdivider.f-pad-top-6x
{
    margin-top: 24px
}/* line 28, src/components/divider/styles/_divider.scss */
hr.c-subdivider.f-pad-vertical-3x
{
    margin: 12px 0
}/* line 32, src/components/divider/styles/_divider.scss */
hr.c-subdivider.f-pad-vertical-6x
{
    margin: 24px 0
}/*END !$!$!========src/components/divider/styles/divider========*//*BEGIN !$!$!========src/components/drawer/styles/drawer========*//* line 14, src/components/drawer/styles/_drawer.scss */
.c-drawer
{
    background: #fafafa
}/* line 17, src/components/drawer/styles/_drawer.scss */
.c-drawer>button, .c-drawer>span, .c-drawer .f-toggle
{
    min-height: 44px;
    position: relative
}/* line 25, src/components/drawer/styles/_drawer.scss */
.c-drawer.f-divider>button, .c-drawer.f-divider .f-toggle, .c-drawer.f-divider>header>button, .c-drawer.f-divider>span, .c-drawer.f-divider>header>span, .c-drawer.f-divider>header .f-toggle
{
    border-bottom: 1px solid rgba(0,0,0,.2)
}/* line 35, src/components/drawer/styles/_drawer.scss */
.c-drawer>header
{
    margin-bottom: 8px;
    min-height: 44px;
    position: relative
}
@media only screen and (max-width: 539px)
{/* line 35, src/components/drawer/styles/_drawer.scss */
    .c-drawer>header
    {
        padding-right: 36px
    }
}/* line 44, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>button, .c-drawer>header .f-toggle
{
    height: 100%;
    position: absolute
}/* line 51, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span, .c-drawer>span
{
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    background: #f0f0f0;
    color: rgba(0,0,0,.8);
    display: inline-block;
    width: 100%;
    min-height: 48px
}
@media screen and (-ms-high-contrast: active)
{/* line 51, src/components/drawer/styles/_drawer.scss */
    .c-drawer>header>span, .c-drawer>span
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-drawer>header>span:focus, .c-drawer>span:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-drawer>header>span:focus, .c-drawer>span:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-drawer>header>span:focus, .theme-dark .theme-light .c-drawer>header>span:focus, .theme-light .c-drawer>span:focus, .theme-dark .theme-light .c-drawer>span:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-drawer>header>span:focus, .theme-light .theme-dark .c-drawer>header>span:focus, .theme-dark .c-drawer>span:focus, .theme-light .theme-dark .c-drawer>span:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 61, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span[aria-expanded="true"]:after, .c-drawer>span[aria-expanded="true"]:after
{
    content: ""
}/* line 65, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span[aria-expanded="false"]:after, .c-drawer>span[aria-expanded="false"]:after
{
    content: ""
}/* line 69, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span:hover, .c-drawer>header>span:focus, .c-drawer>span:hover, .c-drawer>span:focus
{
    box-shadow: 0 0 4px 2px rgba(0,0,0,.16);
    color: #000;
    background: #f0f0f0
}/* line 76, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span:hover, .c-drawer>span:hover
{
    cursor: pointer
}/* line 80, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span:active, .c-drawer>span:active
{
    color: rgba(0,0,0,.8)
}/* line 84, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span:after, .c-drawer>span:after
{
    position: absolute;
    top: calc(50% - (6px));
    padding: 0 10.5px;
    right: 0
}/* line 91, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span>h5, .c-drawer>span>h5
{
    display: inline-block;
    max-width: 190px;
    text-align: left;
    vertical-align: middle;
    padding: 14px 36px 14px 12px;
    height: 100%
}/* line 100, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span .c-drawer-text-control-container, .c-drawer>span .c-drawer-text-control-container
{
    right: 36px;
    position: absolute;
    max-width: 70px;
    height: 100%;
    white-space: normal;
    display: -ms-flexbox;
    display: flex;
    top: 0
}/* line 109, src/components/drawer/styles/_drawer.scss */
.c-drawer>header>span .c-drawer-text-control-container .c-drawer-text-control, .c-drawer>span .c-drawer-text-control-container .c-drawer-text-control
{
    position: relative;
    text-align: right;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%
}
@media screen and (min-width: 540px)
{/* line 121, src/components/drawer/styles/_drawer.scss */
    .c-drawer>header>span>h5, .c-drawer>span>h5
    {
        max-width: none
    }/* line 125, src/components/drawer/styles/_drawer.scss */
    .c-drawer>header>span .c-drawer-text-control-container, .c-drawer>span .c-drawer-text-control-container
    {
        max-width: 200px
    }
}/* line 131, src/components/drawer/styles/_drawer.scss */
.c-drawer>nav.c-link-navigation
{
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    overflow: hidden;
    text-align: left;
    width: auto
}/* line 139, src/components/drawer/styles/_drawer.scss */
.c-drawer>nav.c-link-navigation li
{
    display: inline-block;
    height: auto
}/* line 143, src/components/drawer/styles/_drawer.scss */
.c-drawer>nav.c-link-navigation li a.c-hyperlink
{
    padding: 0
}/* line 147, src/components/drawer/styles/_drawer.scss */
.c-drawer>nav.c-link-navigation li:first-child a
{
    margin-left: 0
}/* line 152, src/components/drawer/styles/_drawer.scss */
.c-drawer>nav.c-link-navigation ul
{
    white-space: nowrap
}/* line 158, src/components/drawer/styles/_drawer.scss */
.c-drawer>button, .c-drawer .f-toggle, .c-drawer>header>button, .c-drawer>header .f-toggle, .c-drawer .c-drawer-toggle
{
    font-size: 13px;
    line-height: 16px;
    padding: 14px 12px 14px 36px;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    display: block;
    background: #f0f0f0;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    left: 0;
    text-align: left;
    width: 100%
}
@media screen and (-ms-high-contrast: active)
{/* line 158, src/components/drawer/styles/_drawer.scss */
    .c-drawer>button, .c-drawer .f-toggle, .c-drawer>header>button, .c-drawer>header .f-toggle, .c-drawer .c-drawer-toggle
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-drawer>button:focus, .c-drawer .f-toggle:focus, .c-drawer>header>button:focus, .c-drawer>header .f-toggle:focus, .c-drawer .c-drawer-toggle:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-drawer>button:focus, .c-drawer .f-toggle:focus, .c-drawer>header>button:focus, .c-drawer>header .f-toggle:focus, .c-drawer .c-drawer-toggle:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-drawer>button:focus, .theme-dark .theme-light .c-drawer>button:focus, .theme-light .c-drawer .f-toggle:focus, .theme-dark .theme-light .c-drawer .f-toggle:focus, .theme-light .c-drawer>header>button:focus, .theme-dark .theme-light .c-drawer>header>button:focus, .theme-light .c-drawer>header .f-toggle:focus, .theme-dark .theme-light .c-drawer>header .f-toggle:focus, .theme-light .c-drawer .c-drawer-toggle:focus, .theme-dark .theme-light .c-drawer .c-drawer-toggle:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-drawer>button:focus, .theme-light .theme-dark .c-drawer>button:focus, .theme-dark .c-drawer .f-toggle:focus, .theme-light .theme-dark .c-drawer .f-toggle:focus, .theme-dark .c-drawer>header>button:focus, .theme-light .theme-dark .c-drawer>header>button:focus, .theme-dark .c-drawer>header .f-toggle:focus, .theme-light .theme-dark .c-drawer>header .f-toggle:focus, .theme-dark .c-drawer .c-drawer-toggle:focus, .theme-light .theme-dark .c-drawer .c-drawer-toggle:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 175, src/components/drawer/styles/_drawer.scss */
.c-drawer>button>.c-heading-6, .c-drawer .f-toggle>.c-heading-6, .c-drawer>header>button>.c-heading-6, .c-drawer>header .f-toggle>.c-heading-6, .c-drawer .c-drawer-toggle>.c-heading-6
{
    font-weight: 400;
    padding: 0 0 0 24px;
    position: relative
}/* line 180, src/components/drawer/styles/_drawer.scss */
.c-drawer>button>.c-heading-6:before, .c-drawer .f-toggle>.c-heading-6:before, .c-drawer>header>button>.c-heading-6:before, .c-drawer>header .f-toggle>.c-heading-6:before, .c-drawer .c-drawer-toggle>.c-heading-6:before
{
    left: 0;
    position: absolute
}/* line 186, src/components/drawer/styles/_drawer.scss */
.c-drawer>button:before, .c-drawer .f-toggle:before, .c-drawer>header>button:before, .c-drawer>header .f-toggle:before, .c-drawer .c-drawer-toggle:before
{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px
}/* line 193, src/components/drawer/styles/_drawer.scss */
.c-drawer>button .chevron:after, .c-drawer .f-toggle .chevron:after, .c-drawer>header>button .chevron:after, .c-drawer>header .f-toggle .chevron:after, .c-drawer .c-drawer-toggle .chevron:after
{
    position: absolute;
    top: calc(50% - 8px);
    right: 12px
}/* line 204, src/components/drawer/styles/_drawer.scss */
.c-drawer>button[aria-expanded="true"]::before, .c-drawer .f-toggle[aria-expanded="true"]::before, .c-drawer>header>button[aria-expanded="true"]::before, .c-drawer>header .f-toggle[aria-expanded="true"]::before, .c-drawer .c-drawer-toggle[aria-expanded="true"]::before
{
    content: ""
}/* line 208, src/components/drawer/styles/_drawer.scss */
.c-drawer>button[aria-expanded="false"]::before, .c-drawer .f-toggle[aria-expanded="false"]::before, .c-drawer>header>button[aria-expanded="false"]::before, .c-drawer>header .f-toggle[aria-expanded="false"]::before, .c-drawer .c-drawer-toggle[aria-expanded="false"]::before
{
    content: ""
}/* line 212, src/components/drawer/styles/_drawer.scss */
.c-drawer>button:hover, .c-drawer>button:focus, .c-drawer .f-toggle:hover, .c-drawer .f-toggle:focus, .c-drawer>header>button:hover, .c-drawer>header>button:focus, .c-drawer>header .f-toggle:hover, .c-drawer>header .f-toggle:focus, .c-drawer .c-drawer-toggle:hover, .c-drawer .c-drawer-toggle:focus
{
    box-shadow: 0 0 4px 2px rgba(0,0,0,.16);
    color: #000;
    background: #f0f0f0
}/* line 219, src/components/drawer/styles/_drawer.scss */
.c-drawer>button[disabled], .c-drawer .f-toggle[disabled], .c-drawer>header>button[disabled], .c-drawer>header .f-toggle[disabled], .c-drawer .c-drawer-toggle[disabled]
{
    color: rgba(0,0,0,.4)
}/* line 223, src/components/drawer/styles/_drawer.scss */
.c-drawer>button[aria-disabled="true"], .c-drawer>button:focus[aria-disabled="true"], .c-drawer .f-toggle[aria-disabled="true"], .c-drawer .f-toggle:focus[aria-disabled="true"], .c-drawer>header>button[aria-disabled="true"], .c-drawer>header>button:focus[aria-disabled="true"], .c-drawer>header .f-toggle[aria-disabled="true"], .c-drawer>header .f-toggle:focus[aria-disabled="true"], .c-drawer .c-drawer-toggle[aria-disabled="true"], .c-drawer .c-drawer-toggle:focus[aria-disabled="true"]
{
    box-shadow: none;
    border: 0
}/* line 228, src/components/drawer/styles/_drawer.scss */
.c-drawer>button[aria-disabled="true"]:after, .c-drawer>button:focus[aria-disabled="true"]:after, .c-drawer .f-toggle[aria-disabled="true"]:after, .c-drawer .f-toggle:focus[aria-disabled="true"]:after, .c-drawer>header>button[aria-disabled="true"]:after, .c-drawer>header>button:focus[aria-disabled="true"]:after, .c-drawer>header .f-toggle[aria-disabled="true"]:after, .c-drawer>header .f-toggle:focus[aria-disabled="true"]:after, .c-drawer .c-drawer-toggle[aria-disabled="true"]:after, .c-drawer .c-drawer-toggle:focus[aria-disabled="true"]:after
{
    border-color: transparent
}/* line 233, src/components/drawer/styles/_drawer.scss */
.c-drawer>button:hover, .c-drawer .f-toggle:hover, .c-drawer>header>button:hover, .c-drawer>header .f-toggle:hover, .c-drawer .c-drawer-toggle:hover
{
    cursor: pointer
}/* line 237, src/components/drawer/styles/_drawer.scss */
.c-drawer>button:active, .c-drawer .f-toggle:active, .c-drawer>header>button:active, .c-drawer>header .f-toggle:active, .c-drawer .c-drawer-toggle:active
{
    color: rgba(0,0,0,.8)
}/* line 243, src/components/drawer/styles/_drawer.scss */
.c-drawer.f-inactive>button, .c-drawer.f-inactive .f-toggle, .c-drawer.f-inactive>header>button, .c-drawer.f-inactive>header .f-toggle, .c-drawer.f-inactive .c-drawer-toggle
{
    color: rgba(0,0,0,.4)
}/* line 250, src/components/drawer/styles/_drawer.scss */
.c-drawer.f-inactive>button:hover, .c-drawer.f-inactive .f-toggle:hover, .c-drawer.f-inactive>header>button:hover, .c-drawer.f-inactive>header .f-toggle:hover, .c-drawer.f-inactive .c-drawer-toggle:hover
{
    cursor: auto;
    box-shadow: none
}/* line 258, src/components/drawer/styles/_drawer.scss */
.c-drawer .c-list
{
    margin-left: 12px
}/* line 263, src/components/drawer/styles/_drawer.scss */
.c-drawer>div[id]
{
    position: relative
}/* line 276, src/components/drawer/styles/_drawer.scss */
.c-drawer[data-js-collapse].f-show>button:before, .c-drawer[data-js-collapse].f-show .f-toggle:before, .c-drawer[data-js-collapse].f-show>header>button:before, .c-drawer[data-js-collapse].f-show>span:before, .c-drawer[data-js-collapse].f-show>header>span:before, .c-drawer[data-js-collapse].f-show>header .f-toggle:before
{
    display: block
}/* line 281, src/components/drawer/styles/_drawer.scss */
.c-drawer[data-js-collapse].f-show>button:hover, .c-drawer[data-js-collapse].f-show .f-toggle:hover, .c-drawer[data-js-collapse].f-show>header>button:hover, .c-drawer[data-js-collapse].f-show>span:hover, .c-drawer[data-js-collapse].f-show>header>span:hover, .c-drawer[data-js-collapse].f-show>header .f-toggle:hover
{
    background: transparent;
    cursor: auto;
    background: #f0f0f0;
    box-shadow: none
}/* line 291, src/components/drawer/styles/_drawer.scss */
.c-drawer[data-js-collapse].f-divider>button, .c-drawer[data-js-collapse].f-divider .f-toggle, .c-drawer[data-js-collapse].f-divider>span, .c-drawer[data-js-collapse].f-divider>header>button, .c-drawer[data-js-collapse].f-divider>header>span, .c-drawer[data-js-collapse].f-divider>header .f-toggle
{
    border-bottom: 1px solid rgba(0,0,0,.2)
}/*END !$!$!========src/components/drawer/styles/drawer========*//*BEGIN !$!$!========src/components/explicit/styles/explicit========*//* line 4, src/components/explicit/styles/_explicit.scss */
.c-explicit
{
    font-size: 11px;
    line-height: 1;
    margin: 0 5px;
    padding: 0 3px;
    border: 1px solid #000
}/* line 11, src/components/explicit/styles/_explicit.scss */
.c-explicit>span
{
    display: none
}/* line 14, src/components/explicit/styles/_explicit.scss */
.c-explicit>span+span
{
    display: inline
}
@media only screen and (max-width: 539px)
{/* line 20, src/components/explicit/styles/_explicit.scss */
    .c-explicit>span
    {
        display: inline
    }/* line 23, src/components/explicit/styles/_explicit.scss */
    .c-explicit>span+span
    {
        display: none
    }
}/*END !$!$!========src/components/explicit/styles/explicit========*//*BEGIN !$!$!========src/components/file/styles/file========*//* line 8, src/components/file/styles/_file.scss */
.c-file
{
    display: -ms-flexbox;
    display: flex
}/* line 11, src/components/file/styles/_file.scss */
.c-file .c-button
{
    margin-top: 20px
}/* line 15, src/components/file/styles/_file.scss */
.c-file input[type="file"]
{
    float: left;
    visibility: hidden;
    width: 0
}/* line 21, src/components/file/styles/_file.scss */
.c-file input.c-text-field[type="text"]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    border: 1px solid #000;
    margin-right: 8px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-file input.c-text-field[type="text"]:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-file input.c-text-field[type="text"]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-file input.c-text-field[type="text"]:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-file input.c-text-field[type="text"]:focus, .theme-dark .theme-light .c-file input.c-text-field[type="text"]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-file input.c-text-field[type="text"]:focus:after, .theme-dark .theme-light .c-file input.c-text-field[type="text"]:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-file input.c-text-field[type="text"]:focus, .theme-light .theme-dark .c-file input.c-text-field[type="text"]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-file input.c-text-field[type="text"]:focus:after, .theme-light .theme-dark .c-file input.c-text-field[type="text"]:focus:after
{
    outline-color: rgba(0,0,0,.6)
}/* line 30, src/components/file/styles/_file.scss */
.c-file input.c-text-field[type="text"]::-ms-clear
{
    display: none
}/* line 34, src/components/file/styles/_file.scss */
.c-file input.c-text-field[type="text"][disabled]
{
    border: 1px solid rgba(0,0,0,.3)
}/* line 39, src/components/file/styles/_file.scss */
.c-file input.c-text-field[type="text"][readonly]
{
    background: #fff
}/* line 42, src/components/file/styles/_file.scss */
.c-file input.c-text-field[type="text"][readonly]:hover
{
    border-color: rgba(0,0,0,.8);
    cursor: pointer
}/* line 47, src/components/file/styles/_file.scss */
.c-file input.c-text-field[type="text"][readonly]:active, .c-file input.c-text-field[type="text"][readonly]:focus
{
    border-color: #0067b8
}
@media screen and (-ms-high-contrast: active)
{/* line 21, src/components/file/styles/_file.scss */
    .c-file input.c-text-field[type="text"]
    {
        border-color: buttonText;
        background: buttonFace;
        color: buttonText;
        outline: 2px solid transparent;
        outline-offset: -5px;
        -ms-high-contrast-adjust: auto
    }/* line 62, src/components/file/styles/_file.scss */
    .c-file input.c-text-field[type="text"]:hover
    {
        border-color: highlight
    }/* line 66, src/components/file/styles/_file.scss */
    .c-file input.c-text-field[type="text"]:active
    {
        border-color: highlight;
        outline: none;
        color: buttonText
    }/* line 72, src/components/file/styles/_file.scss */
    .c-file input.c-text-field[type="text"]:focus
    {
        border-color: buttonText;
        outline-color: highlight
    }/* line 77, src/components/file/styles/_file.scss */
    .c-file input.c-text-field[type="text"][disabled]
    {
        border-color: grayText;
        outline: none;
        color: grayText
    }
}/*END !$!$!========src/components/file/styles/file========*//*BEGIN !$!$!========src/components/flipper/styles/flipper========*//* line 8, src/components/flipper/styles/_flipper.scss */
.c-flipper
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #ccc;
    color: #333;
    opacity: .8;
    font-family: "MWF-MDL2";/* Use .f-previous and .f-next
    * .f-left and f-left deprecated v1.3.0 */}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-flipper:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-flipper:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-flipper:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-flipper:focus, .theme-dark .theme-light .c-flipper:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-flipper:focus:after, .theme-dark .theme-light .c-flipper:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-flipper:focus, .theme-light .theme-dark .c-flipper:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-flipper:focus:after, .theme-light .theme-dark .c-flipper:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 25, src/components/flipper/styles/_flipper.scss */
.c-flipper:before
{
    position: relative;
    left: 0;
    top: 0
}/* line 32, src/components/flipper/styles/_flipper.scss */
.c-flipper:after
{
    border-radius: 50%
}/* line 36, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-large
{
    width: 88px;
    height: 88px
}/* line 40, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-large:before
{
    font-size: 24px;
    line-height: 28px;
    font-size: 36px
}/* line 47, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-large.f-left:before, .c-flipper.f-large.f-previous:before
{
    content: "";
    margin-right: 6px
}/* line 55, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-large.f-right:before, .c-flipper.f-large.f-next:before
{
    content: "";
    margin-left: 6px
}/* line 62, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-small
{
    width: 22px;
    height: 22px
}/* line 66, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-small:before
{
    top: -2px;
    margin: 0;
    font-size: 10px
}/* line 78, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-left:before, .c-flipper.f-previous:before
{
    content: "";
    margin-right: 2px
}/* line 86, src/components/flipper/styles/_flipper.scss */
.c-flipper.f-right:before, .c-flipper.f-next:before
{
    content: "";
    margin-left: 2px
}/* line 92, src/components/flipper/styles/_flipper.scss */
.c-flipper:focus
{
    background: rgba(0,0,0,.2)
}/* line 96, src/components/flipper/styles/_flipper.scss */
.c-flipper:hover
{
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    background: rgba(255,255,255,.1)
}/* line 101, src/components/flipper/styles/_flipper.scss */
.theme-light .c-flipper, .theme-dark .theme-light .c-flipper
{
    background: #e6e6e6;
    color: #333;
    opacity: .8
}/* line 106, src/components/flipper/styles/_flipper.scss */
.theme-light .c-flipper:hover, .theme-dark .theme-light .c-flipper:hover
{
    opacity: 1
}/* line 110, src/components/flipper/styles/_flipper.scss */
.theme-light .c-flipper:active, .theme-dark .theme-light .c-flipper:active
{
    background: #fff;
    color: #000
}/* line 116, src/components/flipper/styles/_flipper.scss */
.theme-dark .c-flipper, .theme-light .theme-dark .c-flipper
{
    background: #1a1a1a;
    color: #d9d9d9;
    opacity: .8
}/* line 121, src/components/flipper/styles/_flipper.scss */
.theme-dark .c-flipper:hover, .theme-light .theme-dark .c-flipper:hover
{
    opacity: 1
}/* line 125, src/components/flipper/styles/_flipper.scss */
.theme-dark .c-flipper:active, .theme-light .theme-dark .c-flipper:active
{
    background: #000;
    color: #fff
}/*END !$!$!========src/components/flipper/styles/flipper========*//*BEGIN !$!$!========src/components/flyout/styles/flyout========*//* line 8, src/components/flyout/styles/_flyout.scss */
.c-flyout
{
    font-size: 15px;
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    min-width: 128px;
    max-width: 296px;
    padding: 12px;
    z-index: 700
}/* line 18, src/components/flyout/styles/_flyout.scss */
.c-flyout[aria-hidden="true"]
{
    display: none
}/* line 22, src/components/flyout/styles/_flyout.scss */
.c-flyout[aria-hidden="false"]
{
    display: block
}/* line 26, src/components/flyout/styles/_flyout.scss */
.c-flyout p
{
    padding: 0
}/* line 30, src/components/flyout/styles/_flyout.scss */
.c-flyout button
{
    float: right
}/* line 34, src/components/flyout/styles/_flyout.scss */
.c-flyout:focus
{
    outline: none
}/* line 39, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak:before, .c-flyout.f-beak:after
{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}/* line 49, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak:before
{
    border-width: 9px
}/* line 53, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak:after
{
    border-width: 8px
}/* line 58, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="right"]:before, .c-flyout.f-beak[data-js-flyout-placement="right"]:after
{
    right: 100%;
    top: 50%
}/* line 64, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="right"]:before
{
    border-right-color: rgba(0,0,0,.2);
    margin-top: -9px
}/* line 69, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="right"]:after
{
    border-right-color: #fff;
    margin-top: -8px
}/* line 76, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="left"]:before, .c-flyout.f-beak[data-js-flyout-placement="left"]:after
{
    left: 100%;
    top: 50%
}/* line 82, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="left"]:before
{
    border-left-color: rgba(0,0,0,.2);
    margin-top: -9px
}/* line 87, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="left"]:after
{
    border-left-color: #fff;
    margin-top: -8px
}/* line 94, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="bottom"]:before, .c-flyout.f-beak[data-js-flyout-placement="bottom"]:after
{
    bottom: 100%;
    left: 50%
}/* line 100, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="bottom"]:before
{
    border-bottom-color: rgba(0,0,0,.2);
    margin-left: -9px
}/* line 105, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="bottom"]:after
{
    border-bottom-color: #fff;
    margin-left: -8px
}/* line 112, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="top"]:before, .c-flyout.f-beak[data-js-flyout-placement="top"]:after
{
    top: 100%;
    left: 50%
}/* line 118, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="top"]:before
{
    border-top-color: rgba(0,0,0,.2);
    margin-left: -9px
}/* line 123, src/components/flyout/styles/_flyout.scss */
.c-flyout.f-beak[data-js-flyout-placement="top"]:after
{
    border-top-color: #fff;
    margin-left: -8px
}/*END !$!$!========src/components/flyout/styles/flyout========*//*BEGIN !$!$!========src/components/glyph/styles/glyph========*//*END !$!$!========src/components/glyph/styles/glyph========*//*BEGIN !$!$!========src/components/group/styles/group========*//* line 8, src/components/group/styles/_group.scss */
.c-group
{/* autoprefixer for IE. */
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1px
}/* line 16, src/components/group/styles/_group.scss */
.c-group.f-wrap-items
{
    flex-wrap: wrap;/* autoprefixer for IE. */-ms-flex-wrap: wrap;/* .c-product-placement deprecated on v1.6.0 *//* use .m-product-placement-item
           TODO: remove c- in v.2.0 *//* .c-product-placement deprecated on v1.6.0 *//* use .m-product-placement-item
           TODO: remove c- in v.2.0 *//* .context-list-page for productplacement list pages*/}/* line 21, src/components/group/styles/_group.scss */
.c-group.f-wrap-items>.m-channel-placement-item
{
    -ms-flex-item-align: end;
    align-self: flex-end
}/* line 28, src/components/group/styles/_group.scss */
.c-group.f-wrap-items>.m-product-placement-item, .c-group.f-wrap-items>.c-product-placement
{
    display: inline-block
}
@media only screen and (max-width: 539px)
{/* line 38, src/components/group/styles/_group.scss */
    .c-group.f-wrap-items .m-product-placement-item.f-orientation-vertical.f-size-medium, .c-group.f-wrap-items .c-product-placement.f-orientation-vertical.f-size-medium
    {
        width: calc(50% - 24px)
    }/* line 43, src/components/group/styles/_group.scss */
    .c-group.f-wrap-items .m-product-placement-item.f-orientation-vertical.f-size-medium picture img, .c-group.f-wrap-items .c-product-placement.f-orientation-vertical.f-size-medium picture img
    {
        width: 100%
    }
}/* line 53, src/components/group/styles/_group.scss */
.c-group.f-wrap-items .context-list-page .m-product-placement-item
{
    padding-bottom: 48px
}/* line 59, src/components/group/styles/_group.scss */
.c-group>.c-call-to-action
{
    margin-right: 4px;
    vertical-align: middle
}/* line 64, src/components/group/styles/_group.scss */
.c-group>.c-action-trigger
{
    padding-right: 24px
}/* line 67, src/components/group/styles/_group.scss */
.c-group>.c-action-trigger:last-child
{
    padding-right: 0
}/* line 72, src/components/group/styles/_group.scss */
.c-group>.c-select-button
{
    margin-top: 8px;
    width: 250px
}
@media only screen and (min-width: 320px)
{/* line 84, src/components/group/styles/_group.scss */
    .c-group button.c-button, .c-group a.c-button[role="button"]
    {
        margin-right: 4px
    }
}
@media only screen and (min-width: 540px)
{/* line 91, src/components/group/styles/_group.scss */
    .c-group button.c-button, .c-group a.c-button[role="button"]
    {
        margin-right: 8px
    }
}/*END !$!$!========src/components/group/styles/group========*//*BEGIN !$!$!========src/components/heading/styles/heading========*//* line 4, src/mwf_styles/utilities/_clearfix.scss */
[class^="c-heading-"]:before, [class^="c-heading-"]:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
[class^="c-heading-"]:after
{
    clear: both
}/* line 17, src/components/heading/styles/_heading.scss */
[class^="c-heading-"].f-lean
{
    padding-top: 0;
    padding-bottom: 0
}/* line 23, src/components/heading/styles/_heading.scss */
[class^="c-heading-"] span+a.c-hyperlink
{
    font-size: 15px;
    line-height: 20px;
    float: right;
    margin-left: 12px;
    font-weight: 400
}/* line 31, src/components/heading/styles/_heading.scss */
[class^="c-heading-"]+.c-label
{
    margin-top: 8px
}/* line 35, src/components/heading/styles/_heading.scss */
form [class^="c-heading-"]
{
    padding-top: 24px
}/* line 40, src/components/heading/styles/_heading.scss */
.c-heading-1 span+a.c-hyperlink
{
    margin-top: 45px
}/* line 44, src/components/heading/styles/_heading.scss */
.c-heading-2 span+a.c-hyperlink
{
    margin-top: 31px
}/* line 48, src/components/heading/styles/_heading.scss */
.c-heading-3 span+a.c-hyperlink
{
    margin-top: 18px
}/* line 52, src/components/heading/styles/_heading.scss */
.c-heading-4 span+a.c-hyperlink
{
    margin-top: 8px
}/* line 56, src/components/heading/styles/_heading.scss */
.c-heading-5 span+a.c-hyperlink
{
    margin-top: 4px
}/* line 60, src/components/heading/styles/_heading.scss */
.c-heading-6 span+a.c-hyperlink
{
    margin-top: 3px
}
@media(max-width: 767px)
{/* line 66, src/components/heading/styles/_heading.scss */
    .c-heading-1 span+a.c-hyperlink
    {
        margin-top: 31px
    }/* line 70, src/components/heading/styles/_heading.scss */
    .c-heading-2 span+a.c-hyperlink
    {
        margin-top: 18px
    }/* line 74, src/components/heading/styles/_heading.scss */
    .c-heading-3 span+a.c-hyperlink
    {
        margin-top: 10px
    }/* line 78, src/components/heading/styles/_heading.scss */
    .c-heading-4 span+a.c-hyperlink
    {
        margin-top: 4px
    }/* line 82, src/components/heading/styles/_heading.scss */
    .c-heading-5 span+a.c-hyperlink
    {
        margin-top: 3px
    }/* line 86, src/components/heading/styles/_heading.scss */
    .c-heading-6 span+a.c-hyperlink
    {
        margin-top: 0
    }
}/* line 138, src/components/heading/styles/_heading.scss */
.f-initial-baseline-large.c-heading-2
{
    padding-top: 52px
}/* line 142, src/components/heading/styles/_heading.scss */
.f-initial-baseline-large.c-heading-3
{
    padding-top: 65px
}/* line 146, src/components/heading/styles/_heading.scss */
.f-initial-baseline-large.c-heading-4
{
    padding-top: 75px
}/* line 150, src/components/heading/styles/_heading.scss */
.f-initial-baseline-large.c-heading-5
{
    padding-top: 79px
}/* line 154, src/components/heading/styles/_heading.scss */
.f-initial-baseline-large.c-heading-6
{
    padding-top: 80px
}
@media(max-width: 1083px)
{/* line 159, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-2
    {
        padding-top: 51px
    }/* line 163, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-3
    {
        padding-top: 65px
    }/* line 167, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-4
    {
        padding-top: 75px
    }/* line 171, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-5
    {
        padding-top: 79px
    }/* line 175, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-6
    {
        padding-top: 80px
    }
}
@media(max-width: 767px)
{/* line 181, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-2
    {
        padding-top: 50px
    }/* line 185, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-3
    {
        padding-top: 58px
    }/* line 189, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-4
    {
        padding-top: 64px
    }/* line 193, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-5
    {
        padding-top: 65px
    }/* line 197, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-6
    {
        padding-top: 68px
    }
}
@media(max-width: 539px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-1, .f-initial-baseline-large.c-heading-2, .f-initial-baseline-large.c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large.c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 1778px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-5"]>[data-grid].c-heading-1, .f-initial-baseline-large [data-grid~="stack-5"]>[data-grid].c-heading-2, .f-initial-baseline-large [data-grid~="stack-5"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-5"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-5"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-5"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 1399px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-4"]>[data-grid].c-heading-1, .f-initial-baseline-large [data-grid~="stack-4"]>[data-grid].c-heading-2, .f-initial-baseline-large [data-grid~="stack-4"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-4"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-4"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-4"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 1083px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-3"]>[data-grid].c-heading-1, .f-initial-baseline-large [data-grid~="stack-3"]>[data-grid].c-heading-2, .f-initial-baseline-large [data-grid~="stack-3"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-3"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-3"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-3"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 767px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-2"]>[data-grid].c-heading-1, .f-initial-baseline-large [data-grid~="stack-2"]>[data-grid].c-heading-2, .f-initial-baseline-large [data-grid~="stack-2"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-2"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-2"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-large [data-grid~="stack-2"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}/* line 210, src/components/heading/styles/_heading.scss */
.f-initial-baseline-small.c-heading-1
{
    padding-top: 4px
}/* line 214, src/components/heading/styles/_heading.scss */
.f-initial-baseline-small.c-heading-2
{
    padding-top: 18px
}/* line 218, src/components/heading/styles/_heading.scss */
.f-initial-baseline-small.c-heading-3
{
    padding-top: 31px
}/* line 222, src/components/heading/styles/_heading.scss */
.f-initial-baseline-small.c-heading-4
{
    padding-top: 41px
}/* line 226, src/components/heading/styles/_heading.scss */
.f-initial-baseline-small.c-heading-5
{
    padding-top: 45px
}/* line 230, src/components/heading/styles/_heading.scss */
.f-initial-baseline-small.c-heading-6
{
    padding-top: 46px
}
@media(max-width: 767px)
{/* line 235, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-1
    {
        padding-top: 4px
    }/* line 239, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-2
    {
        padding-top: 17px
    }/* line 243, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-3
    {
        padding-top: 25px
    }/* line 247, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-4
    {
        padding-top: 31px
    }/* line 251, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-5
    {
        padding-top: 32px
    }/* line 255, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-6
    {
        padding-top: 35px
    }
}
@media(max-width: 539px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-1, .f-initial-baseline-small.c-heading-2, .f-initial-baseline-small.c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small.c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 1778px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-5"]>[data-grid].c-heading-1, .f-initial-baseline-small [data-grid~="stack-5"]>[data-grid].c-heading-2, .f-initial-baseline-small [data-grid~="stack-5"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-5"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-5"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-5"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 1399px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-4"]>[data-grid].c-heading-1, .f-initial-baseline-small [data-grid~="stack-4"]>[data-grid].c-heading-2, .f-initial-baseline-small [data-grid~="stack-4"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-4"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-4"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-4"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 1083px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-3"]>[data-grid].c-heading-1, .f-initial-baseline-small [data-grid~="stack-3"]>[data-grid].c-heading-2, .f-initial-baseline-small [data-grid~="stack-3"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-3"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-3"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-3"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}
@media screen and (max-width: 767px)
{/* line 92, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-2"]>[data-grid].c-heading-1, .f-initial-baseline-small [data-grid~="stack-2"]>[data-grid].c-heading-2, .f-initial-baseline-small [data-grid~="stack-2"]>[data-grid].c-heading-3
    {
        padding-top: 38px
    }/* line 98, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-2"]>[data-grid].c-heading-4
    {
        padding-top: 36px
    }/* line 102, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-2"]>[data-grid].c-heading-5
    {
        padding-top: 37px
    }/* line 106, src/components/heading/styles/_heading.scss */
    .f-initial-baseline-small [data-grid~="stack-2"]>[data-grid].c-heading-6
    {
        padding-top: 39px
    }
}/*END !$!$!========src/components/heading/styles/heading========*//*BEGIN !$!$!========src/components/hyperlink/styles/hyperlink========*//* line 13, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink
{
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    font-weight: 600;
    color: #0067b8
}
@media screen and (-ms-high-contrast: active)
{/* line 13, src/components/hyperlink/styles/_hyperlink.scss */
    a.c-hyperlink
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
a.c-hyperlink:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    a.c-hyperlink:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light a.c-hyperlink:focus, .theme-dark .theme-light a.c-hyperlink:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark a.c-hyperlink:focus, .theme-light .theme-dark a.c-hyperlink:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 21, src/mwf_styles/utilities/_interactive_states.scss */
a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus)
{
    background: rgba(0,103,184,.1)
}/* line 25, src/mwf_styles/utilities/_interactive_states.scss */
a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), a.c-hyperlink:not(.f-image):hover
{
    color: #005da6;
    text-decoration: underline
}/* line 31, src/mwf_styles/utilities/_interactive_states.scss */
a.c-hyperlink:not(.f-image):active
{
    background: none;
    color: #005293;
    -ms-transform: none;
    transform: none
}/* line 44, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 48, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), .theme-light a.c-hyperlink:not(.f-image):hover, .theme-dark .theme-light a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), .theme-dark .theme-light a.c-hyperlink:not(.f-image):hover
{
    color: rgba(0,0,0,.9)
}/* line 53, src/mwf_styles/utilities/_interactive_states.scss */
.theme-light a.c-hyperlink:not(.f-image):active, .theme-dark .theme-light a.c-hyperlink:not(.f-image):active
{
    color: rgba(0,0,0,.8)
}/* line 65, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 69, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), .theme-dark a.c-hyperlink:not(.f-image):hover, .theme-light .theme-dark a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus), .theme-light .theme-dark a.c-hyperlink:not(.f-image):hover
{
    color: #e6e6e6
}/* line 74, src/mwf_styles/utilities/_interactive_states.scss */
.theme-dark a.c-hyperlink:not(.f-image):active, .theme-light .theme-dark a.c-hyperlink:not(.f-image):active
{
    color: #ccc
}/* line 22, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink:not(.f-image):focus:not(.x-hidden-focus)
{
    text-decoration: none
}/* line 27, src/components/hyperlink/styles/_hyperlink.scss */
.theme-light a.c-hyperlink, .theme-dark .theme-light a.c-hyperlink
{
    text-decoration: underline;
    color: #000
}/* line 32, src/components/hyperlink/styles/_hyperlink.scss */
.theme-dark a.c-hyperlink, .theme-light .theme-dark a.c-hyperlink
{
    text-decoration: underline;
    color: #fff
}/* line 36, src/components/hyperlink/styles/_hyperlink.scss */
.theme-dark a.c-hyperlink.f-disabled, .theme-dark a.c-hyperlink[aria-disabled="true"], .theme-light .theme-dark a.c-hyperlink.f-disabled, .theme-light .theme-dark a.c-hyperlink[aria-disabled="true"]
{
    color: rgba(255,255,255,.6)
}/* line 40, src/components/hyperlink/styles/_hyperlink.scss */
.theme-dark a.c-hyperlink.f-disabled:hover, .theme-dark a.c-hyperlink[aria-disabled="true"]:hover, .theme-light .theme-dark a.c-hyperlink.f-disabled:hover, .theme-light .theme-dark a.c-hyperlink[aria-disabled="true"]:hover
{
    text-decoration: underline;
    cursor: default
}/* line 47, src/components/hyperlink/styles/_hyperlink.scss */
[class^="c-paragraph"] a.c-hyperlink, [class^="c-caption"] a.c-hyperlink
{
    text-decoration: underline
}/* line 145, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-picker:not(.f-image)
{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    outline: none
}/* line 154, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-picker:not(.f-image):hover:after
{
    width: 22px;
    max-width: 100%;
    height: 22px;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    border: 1px solid #000;
    border-radius: 50%;
    background-color: transparent
}/* line 173, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-picker:not(.f-image):focus:not(.x-hidden-focus)
{
    box-shadow: none
}/* line 214, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round:not(.f-image)
{
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block
}/* line 225, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round:not(.f-image) img
{
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%
}/* line 231, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round:not(.f-image):hover, a.c-hyperlink.f-round:not(.f-image):focus, a.c-hyperlink.f-round:not(.f-image):active
{
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.2)
}/* line 249, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round:not(.f-image):active
{
    box-shadow: none;
    background: rgba(0,0,0,.2)
}/* line 257, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round-show-all:not(.f-image)
{
    line-height: 28px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background: rgba(0,0,0,.5);
    text-decoration: none;
    color: #fff;
    padding: 0
}/* line 273, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round-show-all:not(.f-image):hover, a.c-hyperlink.f-round-show-all:not(.f-image):focus, a.c-hyperlink.f-round-show-all:not(.f-image):active
{
    background: rgba(0,0,0,.3);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    border-color: #0067b8;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}/* line 290, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-round-show-all:not(.f-image):active
{
    box-shadow: none;
    background: rgba(0,0,0,.2)
}/* line 297, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-picker, a.c-hyperlink.f-round, a.c-hyperlink.f-round-show-all
{
    position: relative;
    border: 2px solid transparent;
    outline: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
a.c-hyperlink.f-picker:before, a.c-hyperlink.f-round:before, a.c-hyperlink.f-round-show-all:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
a.c-hyperlink.f-picker:focus, a.c-hyperlink.f-round:focus, a.c-hyperlink.f-round-show-all:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
a.c-hyperlink.f-picker:focus:before, a.c-hyperlink.f-round:focus:before, a.c-hyperlink.f-round-show-all:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light a.c-hyperlink.f-picker:focus, .theme-dark .theme-light a.c-hyperlink.f-picker:focus, .theme-light a.c-hyperlink.f-round:focus, .theme-dark .theme-light a.c-hyperlink.f-round:focus, .theme-light a.c-hyperlink.f-round-show-all:focus, .theme-dark .theme-light a.c-hyperlink.f-round-show-all:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light a.c-hyperlink.f-picker:focus:before, .theme-dark .theme-light a.c-hyperlink.f-picker:focus:before, .theme-light a.c-hyperlink.f-round:focus:before, .theme-dark .theme-light a.c-hyperlink.f-round:focus:before, .theme-light a.c-hyperlink.f-round-show-all:focus:before, .theme-dark .theme-light a.c-hyperlink.f-round-show-all:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark a.c-hyperlink.f-picker:focus, .theme-light .theme-dark a.c-hyperlink.f-picker:focus, .theme-dark a.c-hyperlink.f-round:focus, .theme-light .theme-dark a.c-hyperlink.f-round:focus, .theme-dark a.c-hyperlink.f-round-show-all:focus, .theme-light .theme-dark a.c-hyperlink.f-round-show-all:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark a.c-hyperlink.f-picker:focus:before, .theme-light .theme-dark a.c-hyperlink.f-picker:focus:before, .theme-dark a.c-hyperlink.f-round:focus:before, .theme-light .theme-dark a.c-hyperlink.f-round:focus:before, .theme-dark a.c-hyperlink.f-round-show-all:focus:before, .theme-light .theme-dark a.c-hyperlink.f-round-show-all:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 302, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-picker:before, a.c-hyperlink.f-round:before, a.c-hyperlink.f-round-show-all:before
{
    border-radius: 50%
}/* line 306, src/components/hyperlink/styles/_hyperlink.scss */
a.c-hyperlink.f-picker:focus, a.c-hyperlink.f-round:focus, a.c-hyperlink.f-round-show-all:focus
{
    outline-color: transparent
}
@media screen and (-ms-high-contrast: active)
{/* line 306, src/components/hyperlink/styles/_hyperlink.scss */
    a.c-hyperlink.f-picker:focus, a.c-hyperlink.f-round:focus, a.c-hyperlink.f-round-show-all:focus
    {
        border-color: Window
    }
}/*END !$!$!========src/components/hyperlink/styles/hyperlink========*//*BEGIN !$!$!========src/components/image/styles/image========*//* line 8, src/components/image/styles/_image.scss */
img.c-image, picture.c-image img
{
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto
}/* line 18, src/components/image/styles/_image.scss */
img.c-image.f-round
{
    border-radius: 50%
}/* line 23, src/components/image/styles/_image.scss */
picture.c-image
{
    display: block
}/* line 35, src/components/image/styles/_image.scss */
picture.c-image.f-pad-bottom-3x, img.c-image.f-pad-bottom-3x
{
    padding-bottom: 12px
}/* line 39, src/components/image/styles/_image.scss */
picture.c-image.f-pad-bottom-6x, img.c-image.f-pad-bottom-6x
{
    padding-bottom: 24px
}/* line 43, src/components/image/styles/_image.scss */
picture.c-image.f-pad-top-3x, img.c-image.f-pad-top-3x
{
    padding-top: 12px
}/* line 47, src/components/image/styles/_image.scss */
picture.c-image.f-pad-top-6x, img.c-image.f-pad-top-6x
{
    padding-top: 24px
}/* line 51, src/components/image/styles/_image.scss */
picture.c-image.f-pad-vertical-3x, img.c-image.f-pad-vertical-3x
{
    padding: 12px 0
}/* line 55, src/components/image/styles/_image.scss */
picture.c-image.f-pad-vertical-6x, img.c-image.f-pad-vertical-6x
{
    padding: 24px 0
}/* line 60, src/components/image/styles/_image.scss */
picture.c-image.f-pad-left-3x, img.c-image.f-pad-left-3x
{
    padding-left: 12px
}/* line 64, src/components/image/styles/_image.scss */
picture.c-image.f-pad-left-6x, img.c-image.f-pad-left-6x
{
    padding-left: 24px
}/* line 68, src/components/image/styles/_image.scss */
picture.c-image.f-pad-right-3x, img.c-image.f-pad-right-3x
{
    padding-right: 12px
}/* line 72, src/components/image/styles/_image.scss */
picture.c-image.f-pad-right-6x, img.c-image.f-pad-right-6x
{
    padding-right: 24px
}/* line 76, src/components/image/styles/_image.scss */
picture.c-image.f-pad-horizontal-3x, img.c-image.f-pad-horizontal-3x
{
    padding-left: 12px;
    padding-right: 12px
}/* line 81, src/components/image/styles/_image.scss */
picture.c-image.f-pad-horizontal-6x, img.c-image.f-pad-horizontal-6x
{
    padding-left: 24px;
    padding-right: 24px
}/*END !$!$!========src/components/image/styles/image========*//*BEGIN !$!$!========src/components/in-page-navigation/styles/in_page_navigation========*//* line 8, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation
{
    border-bottom: 1px solid rgba(0,0,0,.2);
    display: -ms-flexbox;
    display: flex
}
@media screen and (-ms-high-contrast)
{/* line 8, src/components/in-page-navigation/styles/_in_page_navigation.scss */
    nav.c-in-page-navigation
    {
        padding-bottom: 1px
    }
}/* line 16, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation h4
{
    padding: 38px 0 12px;
    margin: 0 24px
}/* line 21, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-vertical
{
    border-bottom: 0
}/* line 24, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-vertical>ul
{
    white-space: normal
}/* line 27, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-vertical>ul li
{
    display: block
}/* line 33, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-sticky
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 300
}/* line 41, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-sticky.f-vertical
{
    width: auto
}/* line 44, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-sticky.f-vertical.f-dropdown
{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2)
}/* line 51, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-hide
{
    height: 0;
    visibility: hidden;
    overflow: hidden
}/* line 57, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
nav.c-in-page-navigation a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
nav.c-in-page-navigation a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
nav.c-in-page-navigation a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light nav.c-in-page-navigation a:focus, .theme-dark .theme-light nav.c-in-page-navigation a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light nav.c-in-page-navigation a:focus:before, .theme-dark .theme-light nav.c-in-page-navigation a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark nav.c-in-page-navigation a:focus, .theme-light .theme-dark nav.c-in-page-navigation a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark nav.c-in-page-navigation a:focus:before, .theme-light .theme-dark nav.c-in-page-navigation a:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 60, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation a:hover, nav.c-in-page-navigation a:focus, nav.c-in-page-navigation a:active, nav.c-in-page-navigation a.f-active
{
    color: #000
}/* line 68, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation .c-select-menu
{
    padding: 2px 0;
    margin: 0 24px
}/* line 72, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation .c-select-menu>a
{
    color: #000
}/* line 77, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul
{
    white-space: nowrap
}/* line 80, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul li
{
    display: inline-block
}/* line 83, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul li>a
{
    font-size: 15px;
    color: rgba(0,0,0,.6);
    padding: 12px 0;
    margin: 0 24px;
    display: inline-block
}/* line 92, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul li>a:hover
{
    color: rgba(0,0,0,.8)
}/* line 96, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul li>a:focus
{
    color: rgba(0,0,0,.8)
}/* line 100, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul li>a:active
{
    color: #000
}/* line 104, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation>ul li>a.f-active
{
    color: #000
}/* line 111, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown
{
    padding-left: 20px
}/* line 114, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu
{
    position: relative;
    width: 100%
}/* line 119, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]
{
    margin-left: 8px;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgba(0,0,0,.6)
}/* line 125, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]:hover
{
    border-color: rgba(0,0,0,.8)
}/* line 129, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]:active, nav.c-in-page-navigation.f-dropdown .f-dropdown-menu.f-border [aria-expanded]:focus
{
    border-color: #0067b8
}/* line 136, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu .c-menu
{
    position: absolute;
    top: 100%
}/* line 141, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu [aria-expanded="false"]+.c-menu[aria-hidden="true"]
{
    display: none
}/* line 145, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: inline-block;
    color: rgba(0,0,0,.6);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    padding: 12px 0;
    padding-right: 24px;
    margin: 0 24px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus, .theme-dark .theme-light nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:before, .theme-dark .theme-light nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus, .theme-light .theme-dark nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:before, .theme-light .theme-dark nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 155, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:after
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    font-size: 9px;
    color: #000;
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}/* line 166, src/components/in-page-navigation/styles/_in_page_navigation.scss */
nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>a:focus:hover
{
    outline: none
}/* line 172, src/components/in-page-navigation/styles/_in_page_navigation.scss */
.no-js nav.c-in-page-navigation.f-dropdown .f-dropdown-menu:hover .c-menu, .js nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>[aria-expanded="true"]+.c-menu[aria-hidden="false"], .js nav.c-in-page-navigation.f-dropdown .f-dropdown-menu>span[aria-expanded="true"]+.c-menu[aria-hidden="false"]
{
    display: block
}/*END !$!$!========src/components/in-page-navigation/styles/in_page_navigation========*//*BEGIN !$!$!========src/components/label/styles/label========*//* line 8, src/components/label/styles/_label.scss */
.c-label
{
    font-size: 13px;
    display: inline-block;
    margin-top: 21px;
    padding-bottom: 7px;
    line-height: 20px
}/* line 17, src/components/label/styles/_label.scss */
.c-label+input.c-text-field[type="email"], .c-label+input.c-text-field[type="number"], .c-label+input.c-text-field[type="tel"], .c-label+input.c-text-field[type="text"], .c-label+input.c-text-field[type="url"], .c-label+input.c-password[type="password"]
{
    margin: 0
}/* line 26, src/components/label/styles/_label.scss */
.c-label+.c-file input[type="text"], .c-label+.c-file button
{
    margin-top: 0
}/* line 31, src/components/label/styles/_label.scss */
.c-label+.c-combo, .c-label+.c-select, .c-label+.c-select-menu
{
    margin-top: 0
}/* line 38, src/components/label/styles/_label.scss */
legend.c-label
{
    display: block;
    margin-top: 0;
    padding-top: 21px
}/*END !$!$!========src/components/label/styles/label========*//*BEGIN !$!$!========src/components/link-navigation/styles/link_navigation========*//* line 15, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation
{
    margin-top: 48px;
    text-align: center
}/* line 19, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation .c-heading
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 24px
}/* line 25, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation a.c-hyperlink
{
    display: block
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
nav.c-link-navigation a.c-hyperlink:before, nav.c-link-navigation a.c-hyperlink:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
nav.c-link-navigation a.c-hyperlink:after
{
    clear: both
}/* line 30, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation p, nav.c-link-navigation div
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 60px;
    word-wrap: break-word;
    text-overflow: clip
}/* line 36, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li
{
    display: inline-block
}/* line 39, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink
{
    margin: 0 18px;
    vertical-align: top
}/* line 43, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink picture
{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    max-height: 120px
}
@media only screen and (min-width: 768px)
{/* line 43, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink picture
    {
        margin-bottom: 12px
    }
}/* line 54, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink p, nav.c-link-navigation li a.c-hyperlink div
{
    padding: 0 10px;
    text-align: center;
    margin: 0 auto
}/* line 60, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image
{
    display: inline-block;
    margin: 0 22px 24px
}/* line 64, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image:focus
{
    outline: transparent
}/* line 67, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image:focus img
{
    outline: 1px solid #0067b8
}/* line 71, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image:focus p, nav.c-link-navigation li a.c-hyperlink.f-image:focus div
{
    outline: transparent;
    background: rgba(0,103,184,.1)
}/* line 79, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image:focus p, nav.c-link-navigation li a.c-hyperlink.f-image:focus div, nav.c-link-navigation li a.c-hyperlink.f-image:hover p, nav.c-link-navigation li a.c-hyperlink.f-image:hover div
{
    color: #005da6;
    text-decoration: underline
}/* line 85, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image:active
{
    outline: transparent
}/* line 88, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image:active p, nav.c-link-navigation li a.c-hyperlink.f-image:active div
{
    background: none;
    color: #005293
}/* line 96, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image.x-hidden-focus.f-image img
{
    outline: transparent !important
}/* line 100, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation li a.c-hyperlink.f-image.x-hidden-focus.f-image p, nav.c-link-navigation li a.c-hyperlink.f-image.x-hidden-focus.f-image div
{
    background: none !important;
    text-decoration: none !important
}/* line 110, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation.f-align-left
{
    text-align: left
}/* line 114, src/components/link-navigation/styles/_link_navigation.scss */
nav.c-link-navigation.f-align-left li a.c-hyperlink
{
    margin-left: 0
}
@media only screen and (max-width: 767px)
{/* line 121, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li
    {
        clear: both;
        display: block
    }/* line 125, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink
    {
        display: block;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 12px auto
    }/* line 132, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink picture
    {
        display: inline-block;
        max-width: none;
        max-height: none
    }/* line 137, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink picture img
    {
        width: 64px;
        height: 64px;
        margin: 4px
    }/* line 144, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink p, nav.c-link-navigation li a.c-hyperlink div
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 12px;
        padding-left: 8px;
        text-align: left;
        display: inline-block
    }/* line 153, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink.f-image
    {
        width: 100%;
        max-height: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
        overflow: hidden
    }/* line 161, src/components/link-navigation/styles/_link_navigation.scss */
    nav.c-link-navigation li a.c-hyperlink.f-image p, nav.c-link-navigation li a.c-hyperlink.f-image div
    {
        overflow: hidden;
        box-sizing: content-box;
        max-height: 40px;
        max-width: calc(100% - 100px);
        vertical-align: middle
    }
}/*END !$!$!========src/components/link-navigation/styles/link_navigation========*//*BEGIN !$!$!========src/components/list/styles/list========*//* line 8, src/components/list/styles/_list.scss */
.c-list
{
    font-size: 15px;
    line-height: 20px;
    padding-left: 19px;
    padding-right: 0;
    margin: 8px 0;
    list-style-position: outside
}/* line 16, src/components/list/styles/_list.scss */
.c-list li
{
    padding: 8px 0
}/* line 21, src/components/list/styles/_list.scss */
.c-list.f-lean li
{
    padding: 0
}/* line 25, src/components/list/styles/_list.scss */
.c-list.f-bare
{
    padding-left: 0;
    list-style-type: none
}/* line 31, src/components/list/styles/_list.scss */
ul.c-list
{
    list-style-type: disc
}/* line 35, src/components/list/styles/_list.scss */
ol.c-list
{
    list-style-type: decimal
}/*END !$!$!========src/components/list/styles/list========*//*BEGIN !$!$!========src/components/logo/styles/logo========*//* line 8, src/components/logo/styles/_logo.scss */
.c-logo
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    display: inline-block
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-logo:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-logo:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-logo:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-logo:focus, .theme-dark .theme-light .c-logo:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-logo:focus:after, .theme-dark .theme-light .c-logo:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-logo:focus, .theme-light .theme-dark .c-logo:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-logo:focus:after, .theme-light .theme-dark .c-logo:focus:after
{
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/components/logo/styles/_logo.scss */
.c-logo img+span
{
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px,1px,1px,1px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}/*END !$!$!========src/components/logo/styles/logo========*//*BEGIN !$!$!========src/components/menu/styles/menu========*//* line 8, src/components/menu/styles/_menu.scss */
.c-menu
{
    position: relative;
    z-index: 700;
    width: 296px;
    min-width: 64px;
    max-width: 368px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 0;
    background-clip: padding-box
}
@media(-ms-high-contrast: active)
{/* line 8, src/components/menu/styles/_menu.scss */
    .c-menu
    {
        border-top: 1px solid WindowText;
        border-color: WindowText
    }
}/* line 26, src/components/menu/styles/_menu.scss */
.c-menu.f-scroll
{
    max-height: 220px;
    overflow-y: auto
}/* line 31, src/components/menu/styles/_menu.scss */
.c-menu.f-flex
{
    width: 100%;
    min-width: auto;
    max-width: none
}/* line 38, src/components/menu/styles/_menu.scss */
.c-menu .c-menu-item [aria-checked="true"]
{
    background: #0067b8;
    color: #fff
}
@media(-ms-high-contrast)
{/* line 38, src/components/menu/styles/_menu.scss */
    .c-menu .c-menu-item [aria-checked="true"]
    {
        background: Highlight
    }
}/* line 46, src/components/menu/styles/_menu.scss */
.c-menu .c-menu-item [aria-checked="true"]:hover
{
    background: rgba(0,103,184,.8);
    color: #fff
}/* line 51, src/components/menu/styles/_menu.scss */
.c-menu .c-menu-item [aria-checked="true"]:focus
{
    color: #fff
}/* line 55, src/components/menu/styles/_menu.scss */
.c-menu .c-menu-item [aria-checked="true"]:active
{
    background: rgba(0,103,184,.4);
    color: #fff
}/* line 62, src/components/menu/styles/_menu.scss */
.theme-light .c-menu, .theme-dark .theme-light .c-menu
{
    background: #fff;
    color: #000
}/* line 67, src/components/menu/styles/_menu.scss */
.theme-dark .c-menu, .theme-light .theme-dark .c-menu
{
    background: #000;
    color: #fff
}/*END !$!$!========src/components/menu/styles/menu========*//*BEGIN !$!$!========src/components/menu-item/styles/menu_item========*//* line 9, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item
{
    background: inherit
}/* line 12, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a, .c-menu-item span, .c-menu-item button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: block;
    background: rgba(0,0,0,.05);
    padding: 11px 12px 13px;
    cursor: pointer;
    white-space: normal
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-menu-item a:before, .c-menu-item span:before, .c-menu-item button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-menu-item a:focus, .c-menu-item span:focus, .c-menu-item button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-menu-item a:focus:before, .c-menu-item span:focus:before, .c-menu-item button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-menu-item a:focus, .theme-dark .theme-light .c-menu-item a:focus, .theme-light .c-menu-item span:focus, .theme-dark .theme-light .c-menu-item span:focus, .theme-light .c-menu-item button:focus, .theme-dark .theme-light .c-menu-item button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-menu-item a:focus:before, .theme-dark .theme-light .c-menu-item a:focus:before, .theme-light .c-menu-item span:focus:before, .theme-dark .theme-light .c-menu-item span:focus:before, .theme-light .c-menu-item button:focus:before, .theme-dark .theme-light .c-menu-item button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-menu-item a:focus, .theme-light .theme-dark .c-menu-item a:focus, .theme-dark .c-menu-item span:focus, .theme-light .theme-dark .c-menu-item span:focus, .theme-dark .c-menu-item button:focus, .theme-light .theme-dark .c-menu-item button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-menu-item a:focus:before, .theme-light .theme-dark .c-menu-item a:focus:before, .theme-dark .c-menu-item span:focus:before, .theme-light .theme-dark .c-menu-item span:focus:before, .theme-dark .c-menu-item button:focus:before, .theme-light .theme-dark .c-menu-item button:focus:before
{
    border-color: rgba(0,0,0,.6)
}
@media(-ms-high-contrast: active)
{/* line 12, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a, .c-menu-item span, .c-menu-item button
    {
        border-color: Window;
        color: WindowText
    }/* line 27, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a:before, .c-menu-item span:before, .c-menu-item button:before
    {
        border-color: Window
    }
}/* line 32, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a:hover, .c-menu-item a:focus, .c-menu-item span:hover, .c-menu-item span:focus, .c-menu-item button:hover, .c-menu-item button:focus
{
    background: rgba(0,0,0,.1)
}
@media(-ms-high-contrast: active)
{/* line 32, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a:hover, .c-menu-item a:focus, .c-menu-item span:hover, .c-menu-item span:focus, .c-menu-item button:hover, .c-menu-item button:focus
    {
        -ms-high-contrast-adjust: none;
        color: HighlightText;
        background-color: Highlight;
        border-color: Highlight
    }/* line 42, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a:hover:before, .c-menu-item a:focus:before, .c-menu-item span:hover:before, .c-menu-item span:focus:before, .c-menu-item button:hover:before, .c-menu-item button:focus:before
    {
        border-color: Highlight
    }
}/* line 48, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a:active, .c-menu-item span:active, .c-menu-item button:active
{
    background: rgba(0,0,0,.3)
}/* line 52, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-context-action-trigger, .c-menu-item span.f-context-action-trigger, .c-menu-item button.f-context-action-trigger
{
    color: #0067b8
}/* line 57, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-icon img, .c-menu-item span.f-icon img, .c-menu-item button.f-icon img
{
    width: 40px;
    height: 22px;
    display: inline-block;
    padding-right: 16px
}/* line 64, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-icon p, .c-menu-item span.f-icon p, .c-menu-item button.f-icon p
{
    display: inline-block;
    width: calc(100% - 40px);
    color: inherit;
    vertical-align: middle
}/* line 72, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a[aria-checked="true"], .c-menu-item a[aria-selected="true"], .c-menu-item span[aria-checked="true"], .c-menu-item span[aria-selected="true"], .c-menu-item button[aria-checked="true"], .c-menu-item button[aria-selected="true"]
{
    background: #0067b8;
    color: #fff;
    -ms-high-contrast-adjust: none
}
@media(-ms-high-contrast: active)
{/* line 72, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a[aria-checked="true"], .c-menu-item a[aria-selected="true"], .c-menu-item span[aria-checked="true"], .c-menu-item span[aria-selected="true"], .c-menu-item button[aria-checked="true"], .c-menu-item button[aria-selected="true"]
    {
        color: HighlightText !important;
        background-color: Highlight;
        outline-color: Highlight !important;
        border-color: Highlight
    }/* line 84, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a[aria-checked="true"]:hover, .c-menu-item a[aria-selected="true"]:hover, .c-menu-item span[aria-checked="true"]:hover, .c-menu-item span[aria-selected="true"]:hover, .c-menu-item button[aria-checked="true"]:hover, .c-menu-item button[aria-selected="true"]:hover
    {
        background: Highlight !important;
        color: HighlightText !important
    }/* line 89, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a[aria-checked="true"]:before, .c-menu-item a[aria-selected="true"]:before, .c-menu-item span[aria-checked="true"]:before, .c-menu-item span[aria-selected="true"]:before, .c-menu-item button[aria-checked="true"]:before, .c-menu-item button[aria-selected="true"]:before
    {
        border-color: Highlight
    }
}/* line 95, src/components/menu-item/styles/_menu_item.scss */
.theme-light .c-menu-item a, .theme-dark .theme-light .c-menu-item a, .theme-light .c-menu-item span, .theme-dark .theme-light .c-menu-item span, .theme-light .c-menu-item button, .theme-dark .theme-light .c-menu-item button
{
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.8)
}/* line 99, src/components/menu-item/styles/_menu_item.scss */
.theme-light .c-menu-item a:hover, .theme-light .c-menu-item a:focus, .theme-dark .theme-light .c-menu-item a:hover, .theme-dark .theme-light .c-menu-item a:focus, .theme-light .c-menu-item span:hover, .theme-light .c-menu-item span:focus, .theme-dark .theme-light .c-menu-item span:hover, .theme-dark .theme-light .c-menu-item span:focus, .theme-light .c-menu-item button:hover, .theme-light .c-menu-item button:focus, .theme-dark .theme-light .c-menu-item button:hover, .theme-dark .theme-light .c-menu-item button:focus
{
    background: rgba(0,0,0,.1);
    color: #000
}/* line 109, src/components/menu-item/styles/_menu_item.scss */
.theme-light .c-menu-item a:active, .theme-dark .theme-light .c-menu-item a:active, .theme-light .c-menu-item span:active, .theme-dark .theme-light .c-menu-item span:active, .theme-light .c-menu-item button:active, .theme-dark .theme-light .c-menu-item button:active
{
    background: rgba(0,0,0,.3);
    color: #000
}/* line 114, src/components/menu-item/styles/_menu_item.scss */
.theme-light .c-menu-item a[aria-checked="true"], .theme-light .c-menu-item a[aria-selected="true"], .theme-dark .theme-light .c-menu-item a[aria-checked="true"], .theme-dark .theme-light .c-menu-item a[aria-selected="true"], .theme-light .c-menu-item span[aria-checked="true"], .theme-light .c-menu-item span[aria-selected="true"], .theme-dark .theme-light .c-menu-item span[aria-checked="true"], .theme-dark .theme-light .c-menu-item span[aria-selected="true"], .theme-light .c-menu-item button[aria-checked="true"], .theme-light .c-menu-item button[aria-selected="true"], .theme-dark .theme-light .c-menu-item button[aria-checked="true"], .theme-dark .theme-light .c-menu-item button[aria-selected="true"]
{
    background: #0067b8;
    color: #fff
}/* line 119, src/components/menu-item/styles/_menu_item.scss */
.theme-light .c-menu-item a[aria-checked="true"]:hover, .theme-light .c-menu-item a[aria-checked="true"]:focus, .theme-light .c-menu-item a[aria-selected="true"]:hover, .theme-light .c-menu-item a[aria-selected="true"]:focus, .theme-dark .theme-light .c-menu-item a[aria-checked="true"]:hover, .theme-dark .theme-light .c-menu-item a[aria-checked="true"]:focus, .theme-dark .theme-light .c-menu-item a[aria-selected="true"]:hover, .theme-dark .theme-light .c-menu-item a[aria-selected="true"]:focus, .theme-light .c-menu-item span[aria-checked="true"]:hover, .theme-light .c-menu-item span[aria-checked="true"]:focus, .theme-light .c-menu-item span[aria-selected="true"]:hover, .theme-light .c-menu-item span[aria-selected="true"]:focus, .theme-dark .theme-light .c-menu-item span[aria-checked="true"]:hover, .theme-dark .theme-light .c-menu-item span[aria-checked="true"]:focus, .theme-dark .theme-light .c-menu-item span[aria-selected="true"]:hover, .theme-dark .theme-light .c-menu-item span[aria-selected="true"]:focus, .theme-light .c-menu-item button[aria-checked="true"]:hover, .theme-light .c-menu-item button[aria-checked="true"]:focus, .theme-light .c-menu-item button[aria-selected="true"]:hover, .theme-light .c-menu-item button[aria-selected="true"]:focus, .theme-dark .theme-light .c-menu-item button[aria-checked="true"]:hover, .theme-dark .theme-light .c-menu-item button[aria-checked="true"]:focus, .theme-dark .theme-light .c-menu-item button[aria-selected="true"]:hover, .theme-dark .theme-light .c-menu-item button[aria-selected="true"]:focus
{
    background: #0067b8;
    color: #fff;
    outline-color: #000
}/* line 128, src/components/menu-item/styles/_menu_item.scss */
.theme-dark .c-menu-item a, .theme-light .theme-dark .c-menu-item a, .theme-dark .c-menu-item span, .theme-light .theme-dark .c-menu-item span, .theme-dark .c-menu-item button, .theme-light .theme-dark .c-menu-item button
{
    background: #262626;
    color: rgba(255,255,255,.8)
}/* line 132, src/components/menu-item/styles/_menu_item.scss */
.theme-dark .c-menu-item a:hover, .theme-dark .c-menu-item a:focus, .theme-light .theme-dark .c-menu-item a:hover, .theme-light .theme-dark .c-menu-item a:focus, .theme-dark .c-menu-item span:hover, .theme-dark .c-menu-item span:focus, .theme-light .theme-dark .c-menu-item span:hover, .theme-light .theme-dark .c-menu-item span:focus, .theme-dark .c-menu-item button:hover, .theme-dark .c-menu-item button:focus, .theme-light .theme-dark .c-menu-item button:hover, .theme-light .theme-dark .c-menu-item button:focus
{
    background: #666;
    color: #fff
}/* line 142, src/components/menu-item/styles/_menu_item.scss */
.theme-dark .c-menu-item a:active, .theme-light .theme-dark .c-menu-item a:active, .theme-dark .c-menu-item span:active, .theme-light .theme-dark .c-menu-item span:active, .theme-dark .c-menu-item button:active, .theme-light .theme-dark .c-menu-item button:active
{
    background: #999;
    color: #fff
}/* line 147, src/components/menu-item/styles/_menu_item.scss */
.theme-dark .c-menu-item a[aria-checked="true"], .theme-dark .c-menu-item a[aria-selected="true"], .theme-light .theme-dark .c-menu-item a[aria-checked="true"], .theme-light .theme-dark .c-menu-item a[aria-selected="true"], .theme-dark .c-menu-item span[aria-checked="true"], .theme-dark .c-menu-item span[aria-selected="true"], .theme-light .theme-dark .c-menu-item span[aria-checked="true"], .theme-light .theme-dark .c-menu-item span[aria-selected="true"], .theme-dark .c-menu-item button[aria-checked="true"], .theme-dark .c-menu-item button[aria-selected="true"], .theme-light .theme-dark .c-menu-item button[aria-checked="true"], .theme-light .theme-dark .c-menu-item button[aria-selected="true"]
{
    background: #0067b8;
    color: #fff
}/* line 152, src/components/menu-item/styles/_menu_item.scss */
.theme-dark .c-menu-item a[aria-checked="true"]:hover, .theme-dark .c-menu-item a[aria-checked="true"]:focus, .theme-dark .c-menu-item a[aria-selected="true"]:hover, .theme-dark .c-menu-item a[aria-selected="true"]:focus, .theme-light .theme-dark .c-menu-item a[aria-checked="true"]:hover, .theme-light .theme-dark .c-menu-item a[aria-checked="true"]:focus, .theme-light .theme-dark .c-menu-item a[aria-selected="true"]:hover, .theme-light .theme-dark .c-menu-item a[aria-selected="true"]:focus, .theme-dark .c-menu-item span[aria-checked="true"]:hover, .theme-dark .c-menu-item span[aria-checked="true"]:focus, .theme-dark .c-menu-item span[aria-selected="true"]:hover, .theme-dark .c-menu-item span[aria-selected="true"]:focus, .theme-light .theme-dark .c-menu-item span[aria-checked="true"]:hover, .theme-light .theme-dark .c-menu-item span[aria-checked="true"]:focus, .theme-light .theme-dark .c-menu-item span[aria-selected="true"]:hover, .theme-light .theme-dark .c-menu-item span[aria-selected="true"]:focus, .theme-dark .c-menu-item button[aria-checked="true"]:hover, .theme-dark .c-menu-item button[aria-checked="true"]:focus, .theme-dark .c-menu-item button[aria-selected="true"]:hover, .theme-dark .c-menu-item button[aria-selected="true"]:focus, .theme-light .theme-dark .c-menu-item button[aria-checked="true"]:hover, .theme-light .theme-dark .c-menu-item button[aria-checked="true"]:focus, .theme-light .theme-dark .c-menu-item button[aria-selected="true"]:hover, .theme-light .theme-dark .c-menu-item button[aria-selected="true"]:focus
{
    background: #0067b8;
    color: #fff
}/* line 162, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item .c-radio
{
    background: rgba(0,0,0,.1)
}/* line 165, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item .c-radio span
{
    background: none
}/* line 171, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item .c-radio input[type="radio"]:checked+span:after
{
    top: 16px;
    left: 16px
}/* line 177, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item .c-radio input[type="radio"]+span
{
    display: block;
    padding-left: 40px;
    margin-left: 0
}/* line 182, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item .c-radio input[type="radio"]+span:before
{
    top: 11px;
    left: 11px
}/* line 189, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item .c-radio .c-label
{
    display: block;
    margin: 0
}/* line 199, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item[aria-disabled="true"] a, .c-menu-item[aria-disabled="true"] a:hover, .c-menu-item[aria-disabled="true"] a:focus, .c-menu-item[aria-disabled="true"] a:active, .c-menu-item[aria-disabled="true"] span, .c-menu-item[aria-disabled="true"] span:hover, .c-menu-item[aria-disabled="true"] span:focus, .c-menu-item[aria-disabled="true"] span:active, .c-menu-item[aria-disabled="true"] button, .c-menu-item[aria-disabled="true"] button:hover, .c-menu-item[aria-disabled="true"] button:focus, .c-menu-item[aria-disabled="true"] button:active
{
    background-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}
@media(-ms-high-contrast: active)
{/* line 199, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item[aria-disabled="true"] a, .c-menu-item[aria-disabled="true"] a:hover, .c-menu-item[aria-disabled="true"] a:focus, .c-menu-item[aria-disabled="true"] a:active, .c-menu-item[aria-disabled="true"] span, .c-menu-item[aria-disabled="true"] span:hover, .c-menu-item[aria-disabled="true"] span:focus, .c-menu-item[aria-disabled="true"] span:active, .c-menu-item[aria-disabled="true"] button, .c-menu-item[aria-disabled="true"] button:hover, .c-menu-item[aria-disabled="true"] button:focus, .c-menu-item[aria-disabled="true"] button:active
    {
        color: Graytext;
        border-color: Window
    }/* line 211, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item[aria-disabled="true"] a:before, .c-menu-item[aria-disabled="true"] a:hover:before, .c-menu-item[aria-disabled="true"] a:focus:before, .c-menu-item[aria-disabled="true"] a:active:before, .c-menu-item[aria-disabled="true"] span:before, .c-menu-item[aria-disabled="true"] span:hover:before, .c-menu-item[aria-disabled="true"] span:focus:before, .c-menu-item[aria-disabled="true"] span:active:before, .c-menu-item[aria-disabled="true"] button:before, .c-menu-item[aria-disabled="true"] button:hover:before, .c-menu-item[aria-disabled="true"] button:focus:before, .c-menu-item[aria-disabled="true"] button:active:before
    {
        border-color: Window
    }
}/* line 220, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item.f-sub-menu>a, .c-menu-item.f-sub-menu>button
{
    position: relative
}/* line 224, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item.f-sub-menu>a:after, .c-menu-item.f-sub-menu>button:after
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    font-size: 6px;
    right: 12px;
    top: 19px
}/* line 232, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item.f-sub-menu>a+.c-menu, .c-menu-item.f-sub-menu>button+.c-menu
{
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}/* line 240, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item.f-sub-menu>a+.c-menu.f-flip, .c-menu-item.f-sub-menu>button+.c-menu.f-flip
{
    left: -100%
}/* line 245, src/components/menu-item/styles/_menu_item.scss */
.no-js .c-menu-item.f-sub-menu>a:focus+.c-menu, .no-js .c-menu-item.f-sub-menu>a:hover+.c-menu, .js .c-menu-item.f-sub-menu>a[aria-expanded="true"]+.c-menu[aria-hidden="false"], .no-js .c-menu-item.f-sub-menu>button:focus+.c-menu, .no-js .c-menu-item.f-sub-menu>button:hover+.c-menu, .js .c-menu-item.f-sub-menu>button[aria-expanded="true"]+.c-menu[aria-hidden="false"]
{
    display: block;
    animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55)
}/* line 254, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-product
{
    padding: 8px 12px;
    overflow: hidden
}/* line 258, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-product .c-image
{
    background: #737373;
    width: 40px;
    vertical-align: top;
    float: left
}/* line 265, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-product div
{
    overflow: hidden;
    height: 100%
}/* line 270, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-product span
{
    padding: 0 0 0 10px;
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}/* line 277, src/components/menu-item/styles/_menu_item.scss */
.c-menu-item a.f-product span:hover
{
    background: none
}
@media(-ms-high-contrast: active)
{/* line 283, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a.f-product:hover div, .c-menu-item a.f-product:hover span
    {
        border-color: Highlight;
        color: HighlightText
    }/* line 289, src/components/menu-item/styles/_menu_item.scss */
    .c-menu-item a.f-product:hover div:before, .c-menu-item a.f-product:hover span:before
    {
        border-color: Highlight
    }
}/*END !$!$!========src/components/menu-item/styles/menu_item========*//*BEGIN !$!$!========src/components/metadata-badge/styles/metadata_badge========*//* line 5, src/components/metadata-badge/styles/_metadata_badge.scss */
.c-metadata-badge
{
    font-weight: 600;
    font-size: 11px;
    margin: 0 5px;
    padding: 0 4px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000
}
@media only screen and (max-width: 539px)
{/* line 17, src/components/metadata-badge/styles/_metadata_badge.scss */
    .c-metadata-badge>span
    {
        display: inline
    }/* line 20, src/components/metadata-badge/styles/_metadata_badge.scss */
    .c-metadata-badge>span+span
    {
        display: none
    }
}/* line 27, src/components/metadata-badge/styles/_metadata_badge.scss */
.c-metadata-badge-group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}/* line 31, src/components/metadata-badge/styles/_metadata_badge.scss */
.c-metadata-badge-group .c-metadata-badge
{
    margin: 0 4px
}/*END !$!$!========src/components/metadata-badge/styles/metadata_badge========*//*BEGIN !$!$!========src/components/metatext/styles/metatext========*//* line 8, src/components/metatext/styles/_metatext.scss */
.c-meta-text
{
    color: #666
}/* line 11, src/components/metatext/styles/_metatext.scss */
.theme-light .c-meta-text, .theme-dark .theme-light .c-meta-text
{
    color: rgba(0,0,0,.6)
}/* line 15, src/components/metatext/styles/_metatext.scss */
.theme-dark .c-meta-text, .theme-light .theme-dark .c-meta-text
{
    color: rgba(255,255,255,.6)
}/*END !$!$!========src/components/metatext/styles/metatext========*//*BEGIN !$!$!========src/components/mosaic/styles/mosaic========*//* line 8, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic
{
    max-width: 2048px;
    margin: 0 auto
}/* line 13, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic]>picture
{
    z-index: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}/* line 21, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic]>picture img
{
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-mosaic:before, .c-mosaic:after, .c-mosaic [data-f-mosaic*="f-vp"]:before, .c-mosaic [data-f-mosaic*="f-vp"]:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-mosaic:after, .c-mosaic [data-f-mosaic*="f-vp"]:after
{
    clear: both
}/* line 35, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic*="f-vp"]
{
    float: left
}/* line 40, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic~="f-vp1-whole"]
{
    width: 100%
}/* line 44, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic~="f-vp1-half"]
{
    width: 50%
}/* line 49, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic~="f-height-small"]
{
    height: 150px
}/* line 53, src/components/mosaic/styles/_mosaic.scss */
.c-mosaic [data-f-mosaic~="f-height-medium"], .c-mosaic [data-f-mosaic~="f-height-large"]
{
    height: 300px
}
@media only screen and (min-width: 540px)
{/* line 60, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-vp2-whole"]
    {
        width: 100%
    }/* line 64, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-vp2-half"]
    {
        width: 50%
    }
}
@media only screen and (min-width: 768px)
{/* line 70, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-vp3-whole"]
    {
        width: 100%
    }/* line 74, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-vp3-half"]
    {
        width: 50%
    }/* line 78, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-height-small"]
    {
        height: 200px
    }/* line 82, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-height-medium"], .c-mosaic [data-f-mosaic~="f-height-large"]
    {
        height: 400px
    }
}
@media only screen and (min-width: 1084px)
{/* line 89, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-vp4-whole"]
    {
        width: 100%
    }/* line 93, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-vp4-half"]
    {
        width: 50%
    }/* line 97, src/components/mosaic/styles/_mosaic.scss */
    .c-mosaic [data-f-mosaic~="f-height-large"]
    {
        height: 800px
    }
}/*END !$!$!========src/components/mosaic/styles/mosaic========*//*BEGIN !$!$!========src/components/mosaic-placement/styles/mosaic_placement========*//* line 18, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement
{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 19px;
    width: 100%;
    height: 100%
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-00
{
    background: #fff
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-10
{
    background: #e6e6e6
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-20
{
    background: #d2d2d2
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-30
{
    background: #acacac
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-45
{
    background: #919191
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-55
{
    background: #737373
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-65
{
    background: #505050
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-75
{
    background: #464646
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-80
{
    background: #2f2f2f
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-90
{
    background: #171717
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-mosaic-placement.f-background-neutral-100
{
    background: #000
}/* line 39, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement.f-background-accent
{
    background: #0067b8
}/* line 45, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement[class*="f-mask"]>picture:before
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1
}/* line 60, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement.f-mask-10>picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-10>picture:before
{
    background: rgba(255,255,255,.1)
}/* line 68, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement.f-mask-20>picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-20>picture:before
{
    background: rgba(255,255,255,.2)
}/* line 76, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement.f-mask-40>picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-40>picture:before
{
    background: rgba(255,255,255,.4)
}/* line 84, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement.f-mask-60>picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-60>picture:before
{
    background: rgba(255,255,255,.6)
}/* line 92, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement.f-mask-80>picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-80>picture:before
{
    background: rgba(255,255,255,.8)
}/* line 100, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement.f-mask-100>picture:before, .theme-dark .theme-light .c-mosaic-placement.f-mask-100>picture:before
{
    background: #fff
}/* line 110, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement.f-mask-10>picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-10>picture:before
{
    background: rgba(0,0,0,.1)
}/* line 118, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement.f-mask-20>picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-20>picture:before
{
    background: rgba(0,0,0,.2)
}/* line 126, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement.f-mask-40>picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-40>picture:before
{
    background: rgba(0,0,0,.4)
}/* line 134, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement.f-mask-60>picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-60>picture:before
{
    background: rgba(0,0,0,.6)
}/* line 142, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement.f-mask-80>picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-80>picture:before
{
    background: rgba(0,0,0,.8)
}/* line 150, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement.f-mask-100>picture:before, .theme-light .theme-dark .c-mosaic-placement.f-mask-100>picture:before
{
    background: #000
}/* line 157, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-video
{
    height: 400px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute
}/* line 166, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-video>h1
{
    display: none
}/* line 170, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-video video
{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -2;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}/* line 184, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .f-mosaic-glyph-placement
{
    font-size: 48px
}/* line 188, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .f-mosaic-image-placement
{
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
    height: 48px
}/* line 197, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .f-mosaic-image-placement .f-mosaic-image
{
    max-height: 100%
}/* line 202, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement [class*="f-mosaic-glyph-placement-paragraph-adjust"]
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 60px;
    overflow: hidden
}/* line 207, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .f-mosaic-glyph-placement-cta-line-height-adjust
{
    line-height: 20px
}/* line 211, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-heading
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    font-weight: 600
}/* line 216, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement [class*="f-remove-padding-top"]
{
    padding-top: 0
}/* line 220, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-subheading
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 200
}/* line 225, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement a.c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none
}
@media screen and (-ms-high-contrast: active)
{/* line 225, src/components/mosaic-placement/styles/_mosaic_placement.scss */
    .c-mosaic-placement a.c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-mosaic-placement a.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-mosaic-placement a.c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-mosaic-placement a.c-call-to-action:focus, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action:focus, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .c-mosaic-placement a.c-call-to-action:hover, .c-mosaic-placement a.c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span, .c-mosaic-placement a.c-call-to-action:hover span, .c-mosaic-placement a.c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-mosaic-placement a.c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-mosaic-placement a.c-call-to-action:hover, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action:hover, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action:active, .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-mosaic-placement a.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .c-mosaic-placement a.c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-mosaic-placement a.c-call-to-action:hover, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action:hover, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action:active, .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-mosaic-placement a.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .c-mosaic-placement a.c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 229, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-group, .c-mosaic-placement picture, .c-mosaic-placement picture:after
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}/* line 239, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement picture:after
{
    content: "";
    display: block
}/* line 244, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement .c-group
{
    display: block;
    top: auto;
    text-align: center;
    height: 42px
}/* line 251, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement picture
{
    z-index: 0;
    overflow: hidden
}/* line 255, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement picture img
{
    position: absolute;
    left: calc(50%);
    top: calc(50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}/* line 263, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement picture:after
{
    z-index: 1
}/* line 270, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-light .c-mosaic-placement picture:after, .theme-dark .theme-light .c-mosaic-placement picture:after
{
    background-color: rgba(255,255,255,.2)
}/* line 276, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.theme-dark .c-mosaic-placement picture:after, .theme-light .theme-dark .c-mosaic-placement picture:after
{
    background-color: rgba(0,0,0,.2)
}
@media screen and (-ms-high-contrast: active)
{/* line 286, src/components/mosaic-placement/styles/_mosaic_placement.scss */
    .c-mosaic-placement picture:after, .c-mosaic-placement picture:before
    {
        background: none
    }
}/* line 293, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement>div
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center
}/* line 303, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement>div>div
{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    height: 42px
}/* line 318, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement.f-height-large.f-width-small .c-heading, .c-mosaic-placement.f-height-large.f-width-small .c-subheading
{
    padding: 0 12.5%
}/* line 325, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement.f-height-large.f-width-large .c-heading, .c-mosaic-placement.f-height-large.f-width-large .c-subheading
{
    padding: 0 25%
}
@media only screen and (max-width: 767px)
{/* line 325, src/components/mosaic-placement/styles/_mosaic_placement.scss */
    .c-mosaic-placement.f-height-large.f-width-large .c-heading, .c-mosaic-placement.f-height-large.f-width-large .c-subheading
    {
        padding: 0 12.5% 19px
    }
}/* line 337, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement.f-height-medium .c-heading, .c-mosaic-placement.f-height-medium .c-subheading
{
    display: none
}/* line 343, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement.f-height-medium.f-width-large .c-heading, .c-mosaic-placement.f-height-medium.f-width-large .c-subheading
{
    padding: 0 12.5%
}/* line 349, src/components/mosaic-placement/styles/_mosaic_placement.scss */
.c-mosaic-placement.f-height-medium .c-video
{
    height: 200px
}/*END !$!$!========src/components/mosaic-placement/styles/mosaic_placement========*//*BEGIN !$!$!========src/components/navigation-menu/styles/navigation_menu========*//* line 8, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu
{
    position: relative;
    display: inline-block
}/* line 12, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    background: none;
    display: inline-block;
    color: #262626;
    padding: 11px 12px 13px;
    padding-right: 24px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-navigation-menu>button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-navigation-menu>button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-navigation-menu>button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-navigation-menu>button:focus, .theme-dark .theme-light .c-navigation-menu>button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-navigation-menu>button:focus:before, .theme-dark .theme-light .c-navigation-menu>button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-navigation-menu>button:focus, .theme-light .theme-dark .c-navigation-menu>button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-navigation-menu>button:focus:before, .theme-light .theme-dark .c-navigation-menu>button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 21, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>button:after
{
    font-family: "MWF-MDL2";
    content: "";
    font-size: 8px;
    color: #262626;
    font-weight: 700;
    padding-left: 8px;
    padding-top: 7px
}/* line 31, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>button:hover, .c-navigation-menu>button:hover:after
{
    color: #000;
    text-decoration: none
}/* line 39, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>button:focus:hover
{
    outline: none
}/* line 44, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>button:hover:not(.x-hidden-focus), .c-navigation-menu>button:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1);
    color: #000
}/* line 50, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>button[aria-expanded="true"]
{
    background: #f2f2f2;
    border-color: rgba(0,0,0,.1);
    border-bottom-color: transparent;
    outline: none
}/* line 58, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu>a
{
    display: inline-block;
    color: rgba(0,0,0,.8);
    padding: 11px 12px 13px;
    padding-right: 24px
}/* line 65, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu+a.c-hyperlink
{
    color: #262626;
    padding: 11px 12px 13px
}/* line 70, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu+a.c-hyperlink:not(.f-image):hover
{
    color: #000
}/* line 76, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul, .c-navigation-menu ol
{
    position: absolute;
    z-index: 500;
    min-width: 240px;
    max-width: 296px;
    padding: 0;
    margin: 0;
    background: #fff;
    background-clip: padding-box
}/* line 87, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul[aria-hidden="true"], .c-navigation-menu ol[aria-hidden="true"]
{
    display: none
}/* line 91, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul[aria-hidden="false"], .c-navigation-menu ol[aria-hidden="false"]
{
    display: block
}/* line 95, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul a, .c-navigation-menu ul button, .c-navigation-menu ol a, .c-navigation-menu ol button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: block;
    background: #f2f2f2;
    padding: 11px 12px 13px;
    cursor: pointer;
    white-space: normal;
    width: 100%;
    text-align: left
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-navigation-menu ul a:before, .c-navigation-menu ul button:before, .c-navigation-menu ol a:before, .c-navigation-menu ol button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-navigation-menu ul a:focus, .c-navigation-menu ul button:focus, .c-navigation-menu ol a:focus, .c-navigation-menu ol button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-navigation-menu ul a:focus:before, .c-navigation-menu ul button:focus:before, .c-navigation-menu ol a:focus:before, .c-navigation-menu ol button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-navigation-menu ul a:focus, .theme-dark .theme-light .c-navigation-menu ul a:focus, .theme-light .c-navigation-menu ul button:focus, .theme-dark .theme-light .c-navigation-menu ul button:focus, .theme-light .c-navigation-menu ol a:focus, .theme-dark .theme-light .c-navigation-menu ol a:focus, .theme-light .c-navigation-menu ol button:focus, .theme-dark .theme-light .c-navigation-menu ol button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-navigation-menu ul a:focus:before, .theme-dark .theme-light .c-navigation-menu ul a:focus:before, .theme-light .c-navigation-menu ul button:focus:before, .theme-dark .theme-light .c-navigation-menu ul button:focus:before, .theme-light .c-navigation-menu ol a:focus:before, .theme-dark .theme-light .c-navigation-menu ol a:focus:before, .theme-light .c-navigation-menu ol button:focus:before, .theme-dark .theme-light .c-navigation-menu ol button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-navigation-menu ul a:focus, .theme-light .theme-dark .c-navigation-menu ul a:focus, .theme-dark .c-navigation-menu ul button:focus, .theme-light .theme-dark .c-navigation-menu ul button:focus, .theme-dark .c-navigation-menu ol a:focus, .theme-light .theme-dark .c-navigation-menu ol a:focus, .theme-dark .c-navigation-menu ol button:focus, .theme-light .theme-dark .c-navigation-menu ol button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-navigation-menu ul a:focus:before, .theme-light .theme-dark .c-navigation-menu ul a:focus:before, .theme-dark .c-navigation-menu ul button:focus:before, .theme-light .theme-dark .c-navigation-menu ul button:focus:before, .theme-dark .c-navigation-menu ol a:focus:before, .theme-light .theme-dark .c-navigation-menu ol a:focus:before, .theme-dark .c-navigation-menu ol button:focus:before, .theme-light .theme-dark .c-navigation-menu ol button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 107, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul a:hover, .c-navigation-menu ul a:focus, .c-navigation-menu ul button:hover, .c-navigation-menu ul button:focus, .c-navigation-menu ol a:hover, .c-navigation-menu ol a:focus, .c-navigation-menu ol button:hover, .c-navigation-menu ol button:focus
{
    background: rgba(0,0,0,.1)
}/* line 112, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul a:active, .c-navigation-menu ul button:active, .c-navigation-menu ol a:active, .c-navigation-menu ol button:active
{
    background: rgba(0,0,0,.3)
}/* line 116, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul a[aria-expanded="true"], .c-navigation-menu ul button[aria-expanded="true"], .c-navigation-menu ol a[aria-expanded="true"], .c-navigation-menu ol button[aria-expanded="true"]
{
    background: rgba(0,0,0,.1)
}/* line 121, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul button, .c-navigation-menu ol button
{
    padding-right: 30px
}/* line 124, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul button:after, .c-navigation-menu ol button:after
{
    position: absolute;
    font-family: "MWF-MDL2";
    content: "";
    font-size: 6px;
    right: 12px;
    top: 19px;
    color: rgba(0,0,0,.8);
    font-weight: 700
}/* line 138, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul .f-sub-menu button+ul, .c-navigation-menu ul .f-sub-menu button+ol, .c-navigation-menu ol .f-sub-menu button+ul, .c-navigation-menu ol .f-sub-menu button+ol
{
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 500;
    min-width: 240px;
    max-width: 296px;
    padding: 0;
    margin: 0;
    background-clip: padding-box
}/* line 150, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul .f-sub-menu button+ul a, .c-navigation-menu ul .f-sub-menu button+ul button, .c-navigation-menu ul .f-sub-menu button+ol a, .c-navigation-menu ul .f-sub-menu button+ol button, .c-navigation-menu ol .f-sub-menu button+ul a, .c-navigation-menu ol .f-sub-menu button+ul button, .c-navigation-menu ol .f-sub-menu button+ol a, .c-navigation-menu ol .f-sub-menu button+ol button
{
    background: rgba(0,0,0,.1)
}/* line 154, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul .f-sub-menu button+ul a:hover, .c-navigation-menu ul .f-sub-menu button+ul a:focus, .c-navigation-menu ul .f-sub-menu button+ul button:hover, .c-navigation-menu ul .f-sub-menu button+ul button:focus, .c-navigation-menu ul .f-sub-menu button+ol a:hover, .c-navigation-menu ul .f-sub-menu button+ol a:focus, .c-navigation-menu ul .f-sub-menu button+ol button:hover, .c-navigation-menu ul .f-sub-menu button+ol button:focus, .c-navigation-menu ol .f-sub-menu button+ul a:hover, .c-navigation-menu ol .f-sub-menu button+ul a:focus, .c-navigation-menu ol .f-sub-menu button+ul button:hover, .c-navigation-menu ol .f-sub-menu button+ul button:focus, .c-navigation-menu ol .f-sub-menu button+ol a:hover, .c-navigation-menu ol .f-sub-menu button+ol a:focus, .c-navigation-menu ol .f-sub-menu button+ol button:hover, .c-navigation-menu ol .f-sub-menu button+ol button:focus
{
    background: rgba(0,0,0,.15)
}/* line 164, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul a, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul button, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol a, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol button, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul a, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul button, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol a, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol button, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul a, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul button, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol a, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol button, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul a, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul button, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol a, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol button
{
    background: rgba(0,0,0,.15)
}/* line 168, src/components/navigation-menu/styles/_navigation_menu.scss */
.c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul a:hover, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul a:focus, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul button:hover, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ul button:focus, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol a:hover, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol a:focus, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol button:hover, .c-navigation-menu ul .f-sub-menu button+ul .f-sub-menu button+ol button:focus, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul a:hover, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul a:focus, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul button:hover, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ul button:focus, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol a:hover, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol a:focus, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol button:hover, .c-navigation-menu ul .f-sub-menu button+ol .f-sub-menu button+ol button:focus, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul a:hover, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul a:focus, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul button:hover, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ul button:focus, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol a:hover, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol a:focus, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol button:hover, .c-navigation-menu ol .f-sub-menu button+ul .f-sub-menu button+ol button:focus, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul a:hover, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul a:focus, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul button:hover, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ul button:focus, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol a:hover, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol a:focus, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol button:hover, .c-navigation-menu ol .f-sub-menu button+ol .f-sub-menu button+ol button:focus
{
    background: rgba(0,0,0,.2)
}/* line 183, src/components/navigation-menu/styles/_navigation_menu.scss */
div.c-navigation-menu.f-accent>button
{
    color: #0067b8
}/* line 186, src/components/navigation-menu/styles/_navigation_menu.scss */
div.c-navigation-menu.f-accent>button:after
{
    color: rgba(0,0,0,.6)
}/* line 190, src/components/navigation-menu/styles/_navigation_menu.scss */
div.c-navigation-menu.f-accent>button:hover, div.c-navigation-menu.f-accent>button:active
{
    color: #0067b8
}/* line 194, src/components/navigation-menu/styles/_navigation_menu.scss */
div.c-navigation-menu.f-accent>button:hover:after, div.c-navigation-menu.f-accent>button:active:after
{
    color: #000
}/* line 203, src/components/navigation-menu/styles/_navigation_menu.scss */
div.c-navigation-menu.f-accent>ul>li>a[aria-selected="true"]
{
    background: #0067b8;
    color: #fff
}/*END !$!$!========src/components/navigation-menu/styles/navigation_menu========*//*BEGIN !$!$!========src/components/paragraph/styles/paragraph========*//* line 9, src/components/paragraph/styles/_paragraph.scss */
[class*="c-paragraph"].f-lean
{
    padding: 0
}/*END !$!$!========src/components/paragraph/styles/paragraph========*//*BEGIN !$!$!========src/components/password/styles/password========*//* line 8, src/components/password/styles/_password.scss */
input.c-password[type="password"]
{
    display: block;
    width: 276px;
    height: 36px;
    margin-top: 20px;
    padding: 7px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.6);
    outline: 0;
    background-color: #fff
}/* line 19, src/components/password/styles/_password.scss */
input.c-password[type="password"]::-webkit-input-placeholder
{
    color: rgba(0,0,0,.6)
}
input.c-password[type="password"]:-ms-input-placeholder
{
    color: rgba(0,0,0,.6)
}
input.c-password[type="password"]::placeholder
{
    color: rgba(0,0,0,.6)
}/* line 23, src/components/password/styles/_password.scss */
input.c-password[type="password"].f-small
{
    width: 88px
}/* line 27, src/components/password/styles/_password.scss */
input.c-password[type="password"].f-flex
{
    width: 100%;
    min-width: 88px;
    max-width: 400px
}/* line 33, src/components/password/styles/_password.scss */
input.c-password[type="password"]:hover
{
    border-color: rgba(0,0,0,.8)
}/* line 37, src/components/password/styles/_password.scss */
input.c-password[type="password"]:active, input.c-password[type="password"]:focus
{
    border-color: #0067b8
}/* line 42, src/components/password/styles/_password.scss */
input.c-password[type="password"][disabled]
{
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}/* line 48, src/components/password/styles/_password.scss */
input.c-password[type="password"][readonly]
{
    border: 1px solid rgba(0,0,0,.6);
    background-color: #e6e6e6
}/*END !$!$!========src/components/password/styles/password========*//*BEGIN !$!$!========src/components/pivot/styles/pivot========*//* line 9, src/components/pivot/styles/_pivot.scss */
.c-pivot
{
    position: relative;
    margin-top: 24px
}/* line 22, src/components/pivot/styles/_pivot.scss */
.c-pivot .no-js:not(.f-disabled)>header>[role="tab"].f-active, .c-pivot .no-js:not(.f-disabled)>header a.f-active, .c-pivot .no-js:not(.f-disabled)>div>[role="tab"].f-active, .c-pivot .no-js:not(.f-disabled)>div a.f-active, .c-pivot .no-js:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .c-pivot .no-js:not(.f-disabled)>[role="tablist"] a.f-active
{
    font-weight: 600
}/* line 30, src/components/pivot/styles/_pivot.scss */
.c-pivot[aria-hidden="true"]
{
    display: none
}/* line 43, src/components/pivot/styles/_pivot.scss */
.c-pivot:not(.f-disabled)>header>[role="tab"].f-active, .c-pivot:not(.f-disabled)>header a.f-active, .c-pivot:not(.f-disabled)>div>[role="tab"].f-active, .c-pivot:not(.f-disabled)>div a.f-active, .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active
{
    position: relative;
    color: #000
}/* line 47, src/components/pivot/styles/_pivot.scss */
.c-pivot:not(.f-disabled)>header>[role="tab"].f-active:after, .c-pivot:not(.f-disabled)>header a.f-active:after, .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:after, .c-pivot:not(.f-disabled)>div a.f-active:after, .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:after, .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:after
{
    position: absolute;
    bottom: 2px;
    left: 4px;
    right: 4px;
    content: '';
    border-bottom: 2px solid #0067b8
}/* line 56, src/components/pivot/styles/_pivot.scss */
.c-pivot:not(.f-disabled)>header>[role="tab"].f-active:hover, .c-pivot:not(.f-disabled)>header a.f-active:hover, .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:hover, .c-pivot:not(.f-disabled)>div a.f-active:hover, .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:hover, .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:hover
{
    color: rgba(0,0,0,.8)
}
@media(-ms-high-contrast: active)
{/* line 60, src/components/pivot/styles/_pivot.scss */
    .c-pivot:not(.f-disabled)>header>[role="tab"].f-active:hover:after, .c-pivot:not(.f-disabled)>header a.f-active:hover:after, .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:hover:after, .c-pivot:not(.f-disabled)>div a.f-active:hover:after, .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:hover:after, .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:hover:after
    {
        border-bottom-color: HighlightText !important
    }
}/* line 70, src/components/pivot/styles/_pivot.scss */
.c-pivot>.c-flipper
{
    background: #ccc;
    display: none;
    height: 24px;
    width: 24px;
    font-size: 10px;
    opacity: 1;
    position: absolute;
    top: 10px;
    z-index: 1
}/* line 81, src/components/pivot/styles/_pivot.scss */
.c-pivot>.c-flipper:hover
{
    background: #999
}/* line 85, src/components/pivot/styles/_pivot.scss */
.c-pivot>.c-flipper[aria-hidden="true"]
{
    display: none
}/* line 89, src/components/pivot/styles/_pivot.scss */
.c-pivot>.c-flipper[aria-hidden="false"]
{
    display: block
}/* line 94, src/components/pivot/styles/_pivot.scss */
.c-pivot>.c-flipper[aria-hidden="false"]+header>a:first-child, .c-pivot>.c-flipper[aria-hidden="false"]+div>a:first-child
{
    margin-left: 28px
}/* line 101, src/components/pivot/styles/_pivot.scss */
.c-pivot>header
{
    padding-top: 0;
    position: relative;
    z-index: 1
}/* line 108, src/components/pivot/styles/_pivot.scss */
.c-pivot>header, .c-pivot>div, .c-pivot>[role="tablist"]
{
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}/* line 116, src/components/pivot/styles/_pivot.scss */
.c-pivot>header+.c-flipper, .c-pivot>div+.c-flipper, .c-pivot>[role="tablist"]+.c-flipper
{
    right: 0
}/* line 120, src/components/pivot/styles/_pivot.scss */
.c-pivot>header>[role="tab"], .c-pivot>header a, .c-pivot>div>[role="tab"], .c-pivot>div a, .c-pivot>[role="tablist"]>[role="tab"], .c-pivot>[role="tablist"] a
{
    font-size: 15px;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    padding: 0 4px;
    margin: 0 12px;
    display: inline-block;
    color: rgba(0,0,0,.6);
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    transition: margin 600ms cubic-bezier(.16,1,.29,.99);
    line-height: 36px
}
@media screen and (-ms-high-contrast: active)
{/* line 120, src/components/pivot/styles/_pivot.scss */
    .c-pivot>header>[role="tab"], .c-pivot>header a, .c-pivot>div>[role="tab"], .c-pivot>div a, .c-pivot>[role="tablist"]>[role="tab"], .c-pivot>[role="tablist"] a
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-pivot>header>[role="tab"]:focus, .c-pivot>header a:focus, .c-pivot>div>[role="tab"]:focus, .c-pivot>div a:focus, .c-pivot>[role="tablist"]>[role="tab"]:focus, .c-pivot>[role="tablist"] a:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-pivot>header>[role="tab"]:focus, .c-pivot>header a:focus, .c-pivot>div>[role="tab"]:focus, .c-pivot>div a:focus, .c-pivot>[role="tablist"]>[role="tab"]:focus, .c-pivot>[role="tablist"] a:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-pivot>header>[role="tab"]:focus, .theme-dark .theme-light .c-pivot>header>[role="tab"]:focus, .theme-light .c-pivot>header a:focus, .theme-dark .theme-light .c-pivot>header a:focus, .theme-light .c-pivot>div>[role="tab"]:focus, .theme-dark .theme-light .c-pivot>div>[role="tab"]:focus, .theme-light .c-pivot>div a:focus, .theme-dark .theme-light .c-pivot>div a:focus, .theme-light .c-pivot>[role="tablist"]>[role="tab"]:focus, .theme-dark .theme-light .c-pivot>[role="tablist"]>[role="tab"]:focus, .theme-light .c-pivot>[role="tablist"] a:focus, .theme-dark .theme-light .c-pivot>[role="tablist"] a:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-pivot>header>[role="tab"]:focus, .theme-light .theme-dark .c-pivot>header>[role="tab"]:focus, .theme-dark .c-pivot>header a:focus, .theme-light .theme-dark .c-pivot>header a:focus, .theme-dark .c-pivot>div>[role="tab"]:focus, .theme-light .theme-dark .c-pivot>div>[role="tab"]:focus, .theme-dark .c-pivot>div a:focus, .theme-light .theme-dark .c-pivot>div a:focus, .theme-dark .c-pivot>[role="tablist"]>[role="tab"]:focus, .theme-light .theme-dark .c-pivot>[role="tablist"]>[role="tab"]:focus, .theme-dark .c-pivot>[role="tablist"] a:focus, .theme-light .theme-dark .c-pivot>[role="tablist"] a:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}
@media(-ms-high-contrast: active)
{/* line 120, src/components/pivot/styles/_pivot.scss */
    .c-pivot>header>[role="tab"], .c-pivot>header a, .c-pivot>div>[role="tab"], .c-pivot>div a, .c-pivot>[role="tablist"]>[role="tab"], .c-pivot>[role="tablist"] a
    {
        color: ButtonText;
        background-color: ButtonFace
    }
}/* line 148, src/components/pivot/styles/_pivot.scss */
.c-pivot>header>[role="tab"]:hover, .c-pivot>header a:hover, .c-pivot>div>[role="tab"]:hover, .c-pivot>div a:hover, .c-pivot>[role="tablist"]>[role="tab"]:hover, .c-pivot>[role="tablist"] a:hover
{
    color: rgba(0,0,0,.8)
}
@media(-ms-high-contrast: active)
{/* line 148, src/components/pivot/styles/_pivot.scss */
    .c-pivot>header>[role="tab"]:hover, .c-pivot>header a:hover, .c-pivot>div>[role="tab"]:hover, .c-pivot>div a:hover, .c-pivot>[role="tablist"]>[role="tab"]:hover, .c-pivot>[role="tablist"] a:hover
    {
        -ms-high-contrast-adjust: none;
        color: HighlightText !important;
        background-color: Highlight
    }
}/* line 159, src/components/pivot/styles/_pivot.scss */
.c-pivot>header>[role="tab"]:first-child, .c-pivot>header a:first-child, .c-pivot>div>[role="tab"]:first-child, .c-pivot>div a:first-child, .c-pivot>[role="tablist"]>[role="tab"]:first-child, .c-pivot>[role="tablist"] a:first-child
{
    margin-left: 0
}/* line 163, src/components/pivot/styles/_pivot.scss */
.c-pivot>header>[role="tab"]:last-child, .c-pivot>header a:last-child, .c-pivot>div>[role="tab"]:last-child, .c-pivot>div a:last-child, .c-pivot>[role="tablist"]>[role="tab"]:last-child, .c-pivot>[role="tablist"] a:last-child
{
    margin-right: 0
}/* line 167, src/components/pivot/styles/_pivot.scss */
.c-pivot>header>[role="tab"].c-glyph:before, .c-pivot>header a.c-glyph:before, .c-pivot>div>[role="tab"].c-glyph:before, .c-pivot>div a.c-glyph:before, .c-pivot>[role="tablist"]>[role="tab"].c-glyph:before, .c-pivot>[role="tablist"] a.c-glyph:before
{
    margin-right: 10px;
    vertical-align: top;
    line-height: inherit;
    font-size: inherit;
    position: relative
}/* line 175, src/components/pivot/styles/_pivot.scss */
.c-pivot>header>[role="tab"] .c-image, .c-pivot>header a .c-image, .c-pivot>div>[role="tab"] .c-image, .c-pivot>div a .c-image, .c-pivot>[role="tablist"]>[role="tab"] .c-image, .c-pivot>[role="tablist"] a .c-image
{
    margin: 6px 0
}/* line 181, src/components/pivot/styles/_pivot.scss */
.c-pivot>section[aria-hidden="true"]
{
    display: none;
    overflow: hidden
}/* line 186, src/components/pivot/styles/_pivot.scss */
.c-pivot>section[aria-hidden="false"]
{
    display: block
}/* line 194, src/components/pivot/styles/_pivot.scss */
.c-pivot.f-disabled>header>[role="tab"], .c-pivot.f-disabled>header a, .c-pivot.f-disabled>div>[role="tab"], .c-pivot.f-disabled>div a, .c-pivot.f-disabled>[role="tablist"]>[role="tab"], .c-pivot.f-disabled>[role="tablist"] a
{
    color: rgba(0,0,0,.4);
    cursor: not-allowed
}
@media(-ms-high-contrast: active)
{/* line 194, src/components/pivot/styles/_pivot.scss */
    .c-pivot.f-disabled>header>[role="tab"], .c-pivot.f-disabled>header a, .c-pivot.f-disabled>div>[role="tab"], .c-pivot.f-disabled>div a, .c-pivot.f-disabled>[role="tablist"]>[role="tab"], .c-pivot.f-disabled>[role="tablist"] a
    {
        color: graytext
    }/* line 202, src/components/pivot/styles/_pivot.scss */
    .c-pivot.f-disabled>header>[role="tab"]:hover, .c-pivot.f-disabled>header a:hover, .c-pivot.f-disabled>div>[role="tab"]:hover, .c-pivot.f-disabled>div a:hover, .c-pivot.f-disabled>[role="tablist"]>[role="tab"]:hover, .c-pivot.f-disabled>[role="tablist"] a:hover
    {
        color: graytext !important;
        background-color: ButtonFace
    }
}/* line 212, src/components/pivot/styles/_pivot.scss */
.c-pivot.f-center>header
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}/* line 225, src/components/pivot/styles/_pivot.scss */
.c-pivot.f-active-bold:not(.f-disabled)>header>[role="tab"].f-active, .c-pivot.f-active-bold:not(.f-disabled)>header a.f-active, .c-pivot.f-active-bold:not(.f-disabled)>div>[role="tab"].f-active, .c-pivot.f-active-bold:not(.f-disabled)>div a.f-active, .c-pivot.f-active-bold:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .c-pivot.f-active-bold:not(.f-disabled)>[role="tablist"] a.f-active
{
    font-weight: 600
}/* line 238, src/components/pivot/styles/_pivot.scss */
.theme-light .c-pivot.f-disabled>header>[role="tab"], .theme-light .c-pivot.f-disabled>header a, .theme-light .c-pivot.f-disabled>div>[role="tab"], .theme-light .c-pivot.f-disabled>div a, .theme-light .c-pivot.f-disabled>[role="tablist"]>[role="tab"], .theme-light .c-pivot.f-disabled>[role="tablist"] a, .theme-dark .theme-light .c-pivot.f-disabled>header>[role="tab"], .theme-dark .theme-light .c-pivot.f-disabled>header a, .theme-dark .theme-light .c-pivot.f-disabled>div>[role="tab"], .theme-dark .theme-light .c-pivot.f-disabled>div a, .theme-dark .theme-light .c-pivot.f-disabled>[role="tablist"]>[role="tab"], .theme-dark .theme-light .c-pivot.f-disabled>[role="tablist"] a
{
    color: rgba(0,0,0,.4)
}/* line 249, src/components/pivot/styles/_pivot.scss */
.theme-light .c-pivot:not(.f-disabled)>header>[role="tab"], .theme-light .c-pivot:not(.f-disabled)>header a, .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"], .theme-light .c-pivot:not(.f-disabled)>div a, .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"], .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a, .theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role="tab"], .theme-dark .theme-light .c-pivot:not(.f-disabled)>header a, .theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"], .theme-dark .theme-light .c-pivot:not(.f-disabled)>div a, .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"], .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a
{
    color: rgba(0,0,0,.6)
}/* line 253, src/components/pivot/styles/_pivot.scss */
.theme-light .c-pivot:not(.f-disabled)>header>[role="tab"].f-active, .theme-light .c-pivot:not(.f-disabled)>header a.f-active, .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"].f-active, .theme-light .c-pivot:not(.f-disabled)>div a.f-active, .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active, .theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role="tab"].f-active, .theme-dark .theme-light .c-pivot:not(.f-disabled)>header a.f-active, .theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"].f-active, .theme-dark .theme-light .c-pivot:not(.f-disabled)>div a.f-active, .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active
{
    color: #000;
    border-color: #000
}/* line 257, src/components/pivot/styles/_pivot.scss */
.theme-light .c-pivot:not(.f-disabled)>header>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-light .c-pivot:not(.f-disabled)>header a.f-active:focus:not(.x-hidden-focus), .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-light .c-pivot:not(.f-disabled)>div a.f-active:focus:not(.x-hidden-focus), .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-pivot:not(.f-disabled)>header a.f-active:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-pivot:not(.f-disabled)>div a.f-active:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(0,0,0,.1)
}/* line 263, src/components/pivot/styles/_pivot.scss */
.theme-light .c-pivot:not(.f-disabled)>header>[role="tab"]:hover, .theme-light .c-pivot:not(.f-disabled)>header a:hover, .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"]:hover, .theme-light .c-pivot:not(.f-disabled)>div a:hover, .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"]:hover, .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a:hover, .theme-dark .theme-light .c-pivot:not(.f-disabled)>header>[role="tab"]:hover, .theme-dark .theme-light .c-pivot:not(.f-disabled)>header a:hover, .theme-dark .theme-light .c-pivot:not(.f-disabled)>div>[role="tab"]:hover, .theme-dark .theme-light .c-pivot:not(.f-disabled)>div a:hover, .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"]:hover, .theme-dark .theme-light .c-pivot:not(.f-disabled)>[role="tablist"] a:hover
{
    color: rgba(0,0,0,.8)
}/* line 276, src/components/pivot/styles/_pivot.scss */
.theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"], .theme-dark .c-pivot:not(.f-disabled)>header a, .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"], .theme-dark .c-pivot:not(.f-disabled)>div a, .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"], .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a, .theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"], .theme-light .theme-dark .c-pivot:not(.f-disabled)>header a, .theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"], .theme-light .theme-dark .c-pivot:not(.f-disabled)>div a, .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"], .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a
{
    color: rgba(255,255,255,.6)
}/* line 280, src/components/pivot/styles/_pivot.scss */
.theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"].f-active, .theme-dark .c-pivot:not(.f-disabled)>header a.f-active, .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"].f-active, .theme-dark .c-pivot:not(.f-disabled)>div a.f-active, .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active, .theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"].f-active, .theme-light .theme-dark .c-pivot:not(.f-disabled)>header a.f-active, .theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"].f-active, .theme-light .theme-dark .c-pivot:not(.f-disabled)>div a.f-active, .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active, .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active
{
    color: #fff;
    border-color: #fff
}/* line 284, src/components/pivot/styles/_pivot.scss */
.theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-dark .c-pivot:not(.f-disabled)>header a.f-active:focus:not(.x-hidden-focus), .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-dark .c-pivot:not(.f-disabled)>div a.f-active:focus:not(.x-hidden-focus), .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-pivot:not(.f-disabled)>header a.f-active:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-pivot:not(.f-disabled)>div a.f-active:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a.f-active:focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(255,255,255,.1)
}/* line 290, src/components/pivot/styles/_pivot.scss */
.theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"]:hover, .theme-dark .c-pivot:not(.f-disabled)>header a:hover, .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"]:hover, .theme-dark .c-pivot:not(.f-disabled)>div a:hover, .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"]:hover, .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a:hover, .theme-light .theme-dark .c-pivot:not(.f-disabled)>header>[role="tab"]:hover, .theme-light .theme-dark .c-pivot:not(.f-disabled)>header a:hover, .theme-light .theme-dark .c-pivot:not(.f-disabled)>div>[role="tab"]:hover, .theme-light .theme-dark .c-pivot:not(.f-disabled)>div a:hover, .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"]>[role="tab"]:hover, .theme-light .theme-dark .c-pivot:not(.f-disabled)>[role="tablist"] a:hover
{
    color: rgba(255,255,255,.8)
}/* line 301, src/components/pivot/styles/_pivot.scss */
.theme-dark .c-pivot.f-disabled>header>[role="tab"], .theme-dark .c-pivot.f-disabled>header a, .theme-dark .c-pivot.f-disabled>div>[role="tab"], .theme-dark .c-pivot.f-disabled>div a, .theme-dark .c-pivot.f-disabled>[role="tablist"]>[role="tab"], .theme-dark .c-pivot.f-disabled>[role="tablist"] a, .theme-light .theme-dark .c-pivot.f-disabled>header>[role="tab"], .theme-light .theme-dark .c-pivot.f-disabled>header a, .theme-light .theme-dark .c-pivot.f-disabled>div>[role="tab"], .theme-light .theme-dark .c-pivot.f-disabled>div a, .theme-light .theme-dark .c-pivot.f-disabled>[role="tablist"]>[role="tab"], .theme-light .theme-dark .c-pivot.f-disabled>[role="tablist"] a
{
    color: rgba(255,255,255,.4)
}/* line 309, src/components/pivot/styles/_pivot.scss */
.c-pivot .f-pivot-accessibility-text
{
    opacity: 0;
    position: relative;
    float: left;
    font-size: .1px
}/*END !$!$!========src/components/pivot/styles/pivot========*//*BEGIN !$!$!========src/components/price/styles/price========*//* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-price:before, .c-price:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-price:after
{
    clear: both
}/* line 11, src/components/price/styles/_price.scss */
.c-price .c-label
{
    font-size: 15px;
    padding: 0 4px;
    display: inline;
    margin: 0;
    float: left
}/* line 19, src/components/price/styles/_price.scss */
.c-price span, .c-price meta+span, .c-price s
{
    float: left
}
@media screen and (-ms-high-contrast: active)
{/* line 19, src/components/price/styles/_price.scss */
    .c-price span, .c-price meta+span, .c-price s
    {
        -ms-high-contrast-adjust: none;
        color: Windowtext
    }
}/* line 31, src/components/price/styles/_price.scss */
.c-price.f-large .c-label, .c-price.f-large span, .c-price.f-large meta+span, .c-price.f-large s
{
    font-size: 20px;
    line-height: 24px
}/*END !$!$!========src/components/price/styles/price========*//*BEGIN !$!$!========src/components/progress/styles/progress========*//* line 13, src/components/progress/styles/_progress.scss */
.no-eventlistener progress.c-progress
{
    display: none
}/* line 18, src/components/progress/styles/_progress.scss */
progress.c-progress[value]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    min-width: 296px;
    height: 4px
}/* line 27, src/components/progress/styles/_progress.scss */
progress.c-progress::-webkit-progress-bar
{
    background: rgba(0,0,0,.2)
}/* line 31, src/components/progress/styles/_progress.scss */
progress.c-progress::-webkit-progress-value
{
    background: #0067b8
}/* line 35, src/components/progress/styles/_progress.scss */
progress.c-progress::-moz-progress-bar
{
    background: #0067b8
}/* line 40, src/components/progress/styles/_progress.scss */
progress.c-progress>[role="progressbar"]
{
    display: block;
    position: relative;
    background: rgba(0,0,0,.2);
    min-width: 296px;
    width: 100%;
    height: 4px
}/* line 48, src/components/progress/styles/_progress.scss */
progress.c-progress>[role="progressbar"]>span
{
    display: block;
    position: relative;
    height: 100%;
    background: #0067b8;
    color: #0067b8
}
@media screen and (-ms-high-contrast: active)
{/* line 58, src/components/progress/styles/_progress.scss */
    progress.c-progress:not([class^="f-indeterminate-"])
    {
        background: window;
        border: 1px solid highlight
    }
}/* line 65, src/components/progress/styles/_progress.scss */
.c-progress
{
    display: block;
    margin-top: 12px
}
@media screen and (-ms-high-contrast: active)
{/* line 73, src/components/progress/styles/_progress.scss */
    .c-progress.f-indeterminate-local span:after, .c-progress.f-indeterminate-regional span:after
    {
        background: highlight
    }
}/* line 80, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional
{
    position: relative;
    min-width: 296px;
    width: 100%
}/* line 85, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span
{
    position: absolute;
    display: inline-block;
    opacity: 0;
    animation: dots 4s infinite
}/* line 91, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:after
{
    content: "";
    position: absolute;
    display: inline-block;
    background: #0067b8;
    width: 5px;
    height: 5px;
    border-radius: 50%
}/* line 101, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(1)
{
    animation-delay: .05s
}/* line 104, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(1):after
{
    left: -10px
}/* line 109, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(2)
{
    animation-delay: .1s
}/* line 112, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(2):after
{
    left: -20px
}/* line 117, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(3)
{
    animation-delay: .15s
}/* line 120, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(3):after
{
    left: -30px
}/* line 125, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(4)
{
    animation-delay: .2s
}/* line 128, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(4):after
{
    left: -40px
}/* line 133, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(5)
{
    animation-delay: .25s
}/* line 136, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-regional span:nth-child(5):after
{
    left: -50px
}
@keyframes dots
{
    0%, 20%
    {
        left: 0;
        animation-timing-function: ease-out;
        opacity: 0
    }
    25%
    {
        opacity: 1
    }
    35%
    {
        left: 45%;
        animation-timing-function: linear
    }
    65%
    {
        left: 55%;
        animation-timing-function: ease-in
    }
    75%
    {
        opacity: 1
    }
    80%, 100%
    {
        left: 100%;
        opacity: 0
    }
}/* line 177, src/components/progress/styles/_progress.scss */
.c-progress.f-center
{
    margin: auto;
    padding-top: 30px
}/* line 182, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local
{
    position: relative
}/* line 185, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local span
{
    position: absolute;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    animation: orbit 5.5s infinite
}/* line 190, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local span:after
{
    content: '';
    position: absolute;
    border-radius: 100%;
    background: #0067b8
}/* line 197, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local span:nth-child(2)
{
    animation-delay: 240ms
}/* line 201, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local span:nth-child(3)
{
    animation-delay: 480ms
}/* line 205, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local span:nth-child(4)
{
    animation-delay: 720ms
}/* line 209, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local span:nth-child(5)
{
    animation-delay: 960ms
}/* line 214, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local.f-progress-large
{
    width: 60px;
    height: 60px
}/* line 218, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local.f-progress-large span
{
    width: 60px;
    height: 60px
}/* line 222, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local.f-progress-large span:after
{
    width: 6px;
    height: 6px
}/* line 229, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local.f-progress-small
{
    width: 20px;
    height: 20px
}/* line 233, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local.f-progress-small span
{
    width: 25px;
    height: 25px
}/* line 237, src/components/progress/styles/_progress.scss */
.c-progress.f-indeterminate-local.f-progress-small span:after
{
    width: 3px;
    height: 3px
}
@keyframes orbit
{
    0%
    {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out
    }
    7%
    {
        transform: rotate(345deg);
        animation-timing-function: linear
    }
    30%
    {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out
    }
    39%
    {
        transform: rotate(690deg);
        animation-timing-function: linear
    }
    70%
    {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out
    }
    75%
    {
        transform: rotate(945deg);
        animation-timing-function: ease-out
    }
    76%
    {
        transform: rotate(945deg);
        opacity: 0
    }
    100%
    {
        transform: rotate(945deg);
        opacity: 0
    }
}/*END !$!$!========src/components/progress/styles/progress========*//*BEGIN !$!$!========src/components/quote/styles/quote========*//* line 5, src/components/quote/styles/_quote.scss */
.c-quote
{
    padding: 0 12.5%;
    text-align: center
}/* line 9, src/components/quote/styles/_quote.scss */
.c-quote__attribution
{
    font-size: 13px;
    font-weight: 600;
    opacity: .95;
    margin: 16px 0
}/* line 15, src/components/quote/styles/_quote.scss */
.c-quote__attributionPipe
{
    margin: 0 12px
}/* line 19, src/components/quote/styles/_quote.scss */
.c-quote__attributionImage
{
    display: block;
    margin: 16px auto 28px
}/* line 24, src/components/quote/styles/_quote.scss */
.c-quote__headline
{
    font-size: 18px;
    margin: 28px 0 16px
}/* line 29, src/components/quote/styles/_quote.scss */
.c-quote__quoteSymbol
{
    font-weight: 600;
    opacity: .95;
    font-family: TimesNewRoman,"Times New Roman",Times,serif;
    font-size: 28px;
    position: absolute
}/* line 35, src/components/quote/styles/_quote.scss */
.c-quote__quoteSymbol:first-child
{
    -ms-transform: translate(calc(-100% - 4px),-6px);
    transform: translate(calc(-100% - 4px),-6px)
}/* line 38, src/components/quote/styles/_quote.scss */
[dir=rtl] .c-quote__quoteSymbol:first-child
{
    -ms-transform: translate(calc(100% + 4px),-6px);
    transform: translate(calc(100% + 4px),-6px)
}/* line 43, src/components/quote/styles/_quote.scss */
.c-quote__quoteSymbol:last-child
{
    -ms-transform: translate(4px,-6px);
    transform: translate(4px,-6px)
}/* line 46, src/components/quote/styles/_quote.scss */
[dir=rtl] .c-quote__quoteSymbol:last-child
{
    -ms-transform: translate(-4px,-6px);
    transform: translate(-4px,-6px)
}/* line 52, src/components/quote/styles/_quote.scss */
.c-carousel .c-quote
{
    padding-bottom: 30px
}
@media screen and (min-width: 768px)
{/* line 57, src/components/quote/styles/_quote.scss */
    .c-quote__attribution
    {
        font-size: 20px;
        font-weight: 600;
        opacity: .95;
        margin-bottom: 28px
    }/* line 63, src/components/quote/styles/_quote.scss */
    .c-quote__attributionPipe
    {
        margin: 0 12px
    }/* line 67, src/components/quote/styles/_quote.scss */
    .c-quote__headline
    {
        font-size: 34px;
        margin: 72px 0
    }/* line 72, src/components/quote/styles/_quote.scss */
    .c-quote__quoteSymbol
    {
        font-size: 62px
    }/* line 75, src/components/quote/styles/_quote.scss */
    .c-quote__quoteSymbol:first-child
    {
        -ms-transform: translate(calc(-100% - 8px),-14px);
        transform: translate(calc(-100% - 8px),-14px)
    }/* line 78, src/components/quote/styles/_quote.scss */
    [dir=rtl] .c-quote__quoteSymbol:first-child
    {
        -ms-transform: translate(calc(100% + 8px),-14px);
        transform: translate(calc(100% + 8px),-14px)
    }/* line 83, src/components/quote/styles/_quote.scss */
    .c-quote__quoteSymbol:last-child
    {
        -ms-transform: translate(8px,-14px);
        transform: translate(8px,-14px)
    }/* line 86, src/components/quote/styles/_quote.scss */
    [dir=rtl] .c-quote__quoteSymbol:last-child
    {
        -ms-transform: translate(-8px,-14px);
        transform: translate(-8px,-14px)
    }/* line 92, src/components/quote/styles/_quote.scss */
    .c-carousel .c-quote
    {
        padding-bottom: 100px
    }
}/*END !$!$!========src/components/quote/styles/quote========*//*BEGIN !$!$!========src/components/radio/styles/radio========*//* line 20, src/components/radio/styles/_radio.scss */
.c-radio legend.c-label
{
    padding-bottom: 0
}/* line 24, src/components/radio/styles/_radio.scss */
.c-radio label.c-label
{
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-right: 24px;
    padding-bottom: 0;
    position: relative
}
@media(-ms-high-contrast: active)
{/* line 24, src/components/radio/styles/_radio.scss */
    .c-radio label.c-label
    {
        color: ButtonText
    }
}/* line 35, src/components/radio/styles/_radio.scss */
.c-radio label.c-label+.c-caption
{
    font-size: 13px;
    margin-top: 0;
    margin-left: 28px;
    color: rgba(0,0,0,.6)
}
@media(-ms-high-contrast: active)
{/* line 35, src/components/radio/styles/_radio.scss */
    .c-radio label.c-label+.c-caption
    {
        color: ButtonText
    }
}/* line 47, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]
{
    position: absolute
}/* line 52, src/components/radio/styles/_radio.scss */
.c-radio.f-inline legend+div, .c-radio.f-inline legend+div>div
{
    position: relative
}/* line 57, src/components/radio/styles/_radio.scss */
.c-radio.f-inline label.c-label
{
    display: inline-block
}/* line 64, src/components/radio/styles/_radio.scss */
.c-radio+.c-radio legend.c-label, .c-radio+.c-checkbox legend.c-label
{
    padding-top: 40px
}/* line 96, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]
{
    opacity: 0
}/* line 99, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]+span
{
    cursor: pointer;
    display: inline-block;
    margin-left: 28px
}/* line 103, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]+span:before
{
    border: solid #000 1px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}
@media(-ms-high-contrast: active)
{/* line 103, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]+span:before
    {
        color: ButtonText;
        border-color: ButtonText
    }
}
@media(-ms-high-contrast: active)
{/* line 117, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]+span:hover:before
    {
        border-color: Highlight
    }
}
@media(-ms-high-contrast: active)
{/* line 123, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]+span:hover:after
    {
        background-color: Highlight
    }
}/* line 132, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:hover:not(:disabled)+span:before
{
    border-color: rgba(0,0,0,.8)
}/* line 136, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:focus+span:before
{
    outline: 2px solid rgba(0,0,0,.8)
}/* line 142, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:checked+span:after
{
    background: currentColor;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    content: "";
    left: 5px;
    position: absolute;
    top: 5px
}
@media screen and (-ms-high-contrast: active)
{/* line 142, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]:checked+span:after
    {
        border: solid Highlight 5px
    }
}/* line 157, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:checked:not(:disabled)+span
{
    color: #000
}/* line 160, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:checked:not(:disabled)+span:before
{
    border-color: #0067b8
}/* line 167, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:checked:not(:disabled):hover+span:after
{
    background: rgba(0,0,0,.6)
}
@media(-ms-high-contrast: active)
{/* line 167, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]:checked:not(:disabled):hover+span:after
    {
        border: solid HighlightText 5px
    }
}/* line 177, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:disabled+span
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}
@media(-ms-high-contrast: active)
{/* line 177, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]:disabled+span
    {
        color: GrayText
    }
}/* line 186, src/components/radio/styles/_radio.scss */
.c-radio input[type="radio"]:disabled+span:before
{
    border-color: rgba(0,0,0,.2)
}
@media(-ms-high-contrast: active)
{/* line 186, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]:disabled+span:before
    {
        border-color: GrayText
    }
}
@media(-ms-high-contrast: active)
{/* line 195, src/components/radio/styles/_radio.scss */
    .c-radio input[type="radio"]:disabled+span:after
    {
        border-color: GrayText
    }
}/* line 205, src/components/radio/styles/_radio.scss */
.c-radio.f-inline legend+div, .c-radio.f-inline legend+div>div
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (min-width: 540px)
{/* line 205, src/components/radio/styles/_radio.scss */
    .c-radio.f-inline legend+div, .c-radio.f-inline legend+div>div
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}/*END !$!$!========src/components/radio/styles/radio========*//*BEGIN !$!$!========src/components/range-slider/styles/range_slider========*//* line 11, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider
{
    max-width: 296px;
    padding-bottom: 8px
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-range-slider:before, .c-range-slider:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-range-slider:after
{
    clear: both
}/* line 16, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider .c-text-field[type="number"]
{
    font-size: 13px;
    width: 48px;
    float: right;
    margin-top: 0;
    -moz-appearance: textfield
}/* line 25, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider .c-text-field[type="number"]::-webkit-outer-spin-button, .c-range-slider .c-text-field[type="number"]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0
}/* line 32, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider .c-text-field[type="number"].f-adjusting
{
    border-color: #0067b8
}/* line 38, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider legend+label+.c-text-field[type="number"]
{
    float: left
}/* line 43, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider label.c-label
{
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px,1px,1px,1px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}/* line 48, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider label.c-label+.c-text-field[type="number"]
{
    margin-bottom: 16px
}/* line 53, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider [role="slider"]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    position: absolute;
    top: -7px;
    width: 12px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%3E%3Cpolygon%20points%3D%227%201%206%200%200%200%200%2016%206%2016%207%2015%2012%208%207%201%22%20style%3D%22fill%3A%230067B8%22/%3E%3C/svg%3E")
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-range-slider [role="slider"]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-range-slider [role="slider"]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-range-slider [role="slider"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-range-slider [role="slider"]:focus, .theme-dark .theme-light .c-range-slider [role="slider"]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-range-slider [role="slider"]:focus:before, .theme-dark .theme-light .c-range-slider [role="slider"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-range-slider [role="slider"]:focus, .theme-light .theme-dark .c-range-slider [role="slider"]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-range-slider [role="slider"]:focus:before, .theme-light .theme-dark .c-range-slider [role="slider"]:focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 67, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider [role="slider"]:focus
{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%3E%3Cpolygon%20points%3D%227%201%206%200%200%200%200%2016%206%2016%207%2015%2012%208%207%201%22%20style%3D%22fill%3A%23lack%22/%3E%3C/svg%3E")
}/* line 75, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider [role="slider"]:hover
{
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%3E%3Cpolygon%20points%3D%227%201%206%200%200%200%200%2016%206%2016%207%2015%2012%208%207%201%22%20style%3D%22fill%3A%23003e6e%22/%3E%3C/svg%3E")
}/* line 85, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider [role="slider"]:first-child
{
    -ms-transform: translateX(-12px);
    transform: translateX(-12px)
}/* line 97, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider [role="slider"]+[role="slider"]
{
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}/* line 106, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider>div
{
    margin-top: 24px;
    height: 2px;
    background: rgba(0,0,0,.4);
    clear: both
}/* line 112, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider>div>div
{
    position: relative;
    height: 100%;
    margin: 0 12px
}/* line 121, src/components/range-slider/styles/_range_slider.scss */
.c-range-slider span
{
    display: block;
    position: absolute;
    top: 0;
    background: #0067b8;
    height: 100%
}/*END !$!$!========src/components/range-slider/styles/range_slider========*//*BEGIN !$!$!========src/components/rating/styles/rating========*//* line 28, src/components/rating/styles/_rating.scss */
.c-rating
{
    -ms-high-contrast-adjust: none
}/* line 32, src/components/rating/styles/_rating.scss */
.c-rating span.c-glyph
{
    cursor: default;
    width: 16px;
    height: 16px;
    line-height: 1
}/* line 38, src/components/rating/styles/_rating.scss */
.c-rating span.c-glyph:before, .c-rating span.c-glyph:after
{
    font-size: 12px
}/* line 44, src/components/rating/styles/_rating.scss */
.c-rating button
{
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px
}
@media screen and (-ms-high-contrast: active)
{/* line 44, src/components/rating/styles/_rating.scss */
    .c-rating button
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-rating button:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-rating button:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-rating button:focus, .theme-dark .theme-light .c-rating button:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-rating button:focus, .theme-light .theme-dark .c-rating button:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 48, src/components/rating/styles/_rating.scss */
.c-rating button.c-glyph
{
    width: 44px;
    height: 44px;
    background: transparent
}/* line 53, src/components/rating/styles/_rating.scss */
.c-rating button.c-glyph:before, .c-rating button.c-glyph:after
{
    font-size: 24px
}/* line 58, src/components/rating/styles/_rating.scss */
.c-rating button.c-glyph:after
{
    color: #000
}
@media(-ms-high-contrast: active)
{/* line 58, src/components/rating/styles/_rating.scss */
    .c-rating button.c-glyph:after
    {
        color: ButtonText
    }
}/* line 68, src/components/rating/styles/_rating.scss */
.c-rating button.c-glyph.f-full:before, .c-rating button.c-glyph.f-none.f-full:before
{
    content: ""
}/* line 74, src/components/rating/styles/_rating.scss */
.c-rating.f-individual
{
    -ms-transform: translateX(-4px);
    transform: translateX(-4px)
}/* line 78, src/components/rating/styles/_rating.scss */
.c-rating.f-individual span.c-glyph
{
    width: 30px;
    height: 30px
}/* line 82, src/components/rating/styles/_rating.scss */
.c-rating.f-individual span.c-glyph:before, .c-rating.f-individual span.c-glyph:after
{
    font-size: 18px
}/* line 91, src/components/rating/styles/_rating.scss */
.c-rating.f-aggregate div, .c-rating.f-individual div
{
    -ms-transform: translateX(-2px);
    transform: translateX(-2px)
}/* line 97, src/components/rating/styles/_rating.scss */
.c-rating .c-glyph
{
    position: relative;
    float: left
}/* line 101, src/components/rating/styles/_rating.scss */
.c-rating .c-glyph:before, .c-rating .c-glyph:after
{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}/* line 114, src/components/rating/styles/_rating.scss */
.c-rating .c-glyph:before
{
    content: "";
    color: rgba(0,0,0,.3)
}
@media(-ms-high-contrast: active)
{/* line 114, src/components/rating/styles/_rating.scss */
    .c-rating .c-glyph:before
    {
        color: ButtonText
    }
}/* line 124, src/components/rating/styles/_rating.scss */
.c-rating .c-glyph:after
{
    color: #0067b8
}/* line 129, src/components/rating/styles/_rating.scss */
.c-rating form, .c-rating div
{
    display: inline-block
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-rating form:before, .c-rating form:after, .c-rating div:before, .c-rating div:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-rating form:after, .c-rating div:after
{
    clear: both
}/* line 137, src/components/rating/styles/_rating.scss */
.c-rating form
{
    -ms-transform: translateX(-7px);
    transform: translateX(-7px)
}/* line 153, src/components/rating/styles/_rating.scss */
.c-rating form:hover button.c-glyph:not([disabled]):before
{
    content: "";
    color: #0067b8
}
@media(-ms-high-contrast: active)
{/* line 153, src/components/rating/styles/_rating.scss */
    .c-rating form:hover button.c-glyph:not([disabled]):before
    {
        color: ButtonText
    }
}/* line 162, src/components/rating/styles/_rating.scss */
.c-rating form:hover button.c-glyph:not([disabled]):after
{
    display: none
}/* line 168, src/components/rating/styles/_rating.scss */
.c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:before
{
    color: rgba(0,0,0,.3)
}
@media(-ms-high-contrast: active)
{/* line 168, src/components/rating/styles/_rating.scss */
    .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:before
    {
        color: ButtonText !important
    }
}
@media(-ms-high-contrast: active)
{/* line 177, src/components/rating/styles/_rating.scss */
    .c-rating form:hover button.c-glyph:not([disabled]):hover:before
    {
        color: HighlightText !important
    }
}
@media(-ms-high-contrast: active)
{/* line 183, src/components/rating/styles/_rating.scss */
    .c-rating form:hover button.c-glyph:not([disabled]):hover:focus
    {
        border-color: ButtonText !important
    }
}/* line 194, src/components/rating/styles/_rating.scss */
.c-rating form[disabled] button.c-glyph:hover, .c-rating form button.c-glyph[disabled]:hover
{
    cursor: not-allowed
}/* line 198, src/components/rating/styles/_rating.scss */
.c-rating form[disabled] button.c-glyph:after, .c-rating form button.c-glyph[disabled]:after
{
    display: none
}/* line 202, src/components/rating/styles/_rating.scss */
.c-rating form[disabled] button.c-glyph:before, .c-rating form button.c-glyph[disabled]:before
{
    content: "";
    color: rgba(0,0,0,.2)
}
@media(-ms-high-contrast: active)
{/* line 202, src/components/rating/styles/_rating.scss */
    .c-rating form[disabled] button.c-glyph:before, .c-rating form button.c-glyph[disabled]:before
    {
        color: Graytext !important
    }
}
@media(-ms-high-contrast: active)
{/* line 192, src/components/rating/styles/_rating.scss */
    .c-rating form[disabled] button.c-glyph, .c-rating form button.c-glyph[disabled]
    {
        border-color: window !important;
        outline-color: window !important
    }
}/* line 220, src/components/rating/styles/_rating.scss */
.c-rating .f-full~.c-glyph:before, .c-rating .f-half~.c-glyph:before, .c-rating .f-full:after
{
    content: ""
}/* line 227, src/components/rating/styles/_rating.scss */
.c-rating .f-half:after
{
    content: ""
}/* line 235, src/components/rating/styles/_rating.scss */
.c-rating.f-user-rated .f-full:after, .c-rating.f-user-rated .f-half:after
{
    color: #0067b8
}
@media(-ms-high-contrast: active)
{/* line 235, src/components/rating/styles/_rating.scss */
    .c-rating.f-user-rated .f-full:after, .c-rating.f-user-rated .f-half:after
    {
        color: ButtonText
    }
}/* line 247, src/components/rating/styles/_rating.scss */
.theme-light .c-rating .c-glyph:before, .theme-dark .theme-light .c-rating .c-glyph:before
{
    color: rgba(0,0,0,.3)
}/* line 251, src/components/rating/styles/_rating.scss */
.theme-light .c-rating .c-glyph:after, .theme-dark .theme-light .c-rating .c-glyph:after
{
    color: #0067b8
}/* line 259, src/components/rating/styles/_rating.scss */
.theme-light .c-rating form button.c-glyph:focus:before, .theme-dark .theme-light .c-rating form button.c-glyph:focus:before
{
    outline-color: #000
}/* line 264, src/components/rating/styles/_rating.scss */
.theme-light .c-rating form button.c-glyph:before, .theme-dark .theme-light .c-rating form button.c-glyph:before
{
    color: rgba(0,0,0,.3)
}/* line 268, src/components/rating/styles/_rating.scss */
.theme-light .c-rating form button.c-glyph:after, .theme-dark .theme-light .c-rating form button.c-glyph:after
{
    color: #000
}/* line 275, src/components/rating/styles/_rating.scss */
.theme-light .c-rating form:hover button.c-glyph:not([disabled]):before, .theme-dark .theme-light .c-rating form:hover button.c-glyph:not([disabled]):before
{
    color: #0067b8
}/* line 281, src/components/rating/styles/_rating.scss */
.theme-light .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before, .theme-dark .theme-light .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before
{
    color: rgba(0,0,0,.3)
}/* line 291, src/components/rating/styles/_rating.scss */
.theme-light .c-rating form[disabled] button.c-glyph:before, .theme-light .c-rating form[disabled] button.c-glyph:hover~button.c-glyph:before, .theme-dark .theme-light .c-rating form[disabled] button.c-glyph:before, .theme-dark .theme-light .c-rating form[disabled] button.c-glyph:hover~button.c-glyph:before
{
    color: rgba(0,0,0,.2)
}/* line 302, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating .c-glyph:before, .theme-light .theme-dark .c-rating .c-glyph:before
{
    color: rgba(255,255,255,.3)
}/* line 306, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating .c-glyph:after, .theme-light .theme-dark .c-rating .c-glyph:after
{
    color: #fff
}/* line 314, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating form button.c-glyph:focus:before, .theme-light .theme-dark .c-rating form button.c-glyph:focus:before
{
    outline-color: #fff
}/* line 319, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating form button.c-glyph:before, .theme-light .theme-dark .c-rating form button.c-glyph:before
{
    color: rgba(255,255,255,.3)
}/* line 326, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating form:hover button.c-glyph:not([disabled]):before, .theme-light .theme-dark .c-rating form:hover button.c-glyph:not([disabled]):before
{
    color: rgba(255,255,255,.8)
}/* line 332, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before, .theme-light .theme-dark .c-rating form:hover button.c-glyph:not([disabled]):hover~button.c-glyph:not([disabled]):before
{
    color: rgba(255,255,255,.3)
}
@media screen and (-ms-high-contrast: active)
{/* line 343, src/components/rating/styles/_rating.scss */
    .c-rating form:hover button.c-glyph:hover~button.c-glyph:before, .c-rating.f-community-rated .c-glyph:before
    {
        content: ""
    }
}/* line 355, src/components/rating/styles/_rating.scss */
.c-rating[data-value]
{
    height: 20px
}/* line 358, src/components/rating/styles/_rating.scss */
.c-rating[data-value] div
{
    height: 16px;
    width: 80px;
    position: relative
}/* line 367, src/components/rating/styles/_rating.scss */
.c-rating[data-value] div:before, .c-rating[data-value] div:after
{
    color: rgba(0,0,0,.3);
    display: inline-block;
    font-family: "MWF-MDL2";
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4px;
    position: absolute;
    white-space: nowrap;
    text-align: left;
    left: 0;
    top: 2px;
    height: 100%;
    width: 100%
}/* line 389, src/components/rating/styles/_rating.scss */
.c-rating[data-value] div:before
{
    content: "";
    color: rgba(0,0,0,.3)
}
@media screen and (-ms-high-contrast: active)
{/* line 389, src/components/rating/styles/_rating.scss */
    .c-rating[data-value] div:before
    {
        color: WindowText
    }
}/* line 397, src/components/rating/styles/_rating.scss */
.c-rating[data-value] div:after
{
    color: #000
}
@media screen and (-ms-high-contrast: active)
{/* line 397, src/components/rating/styles/_rating.scss */
    .c-rating[data-value] div:after
    {
        color: WindowText
    }
}/* line 404, src/components/rating/styles/_rating.scss */
.c-rating[data-value] div span
{
    display: none
}/* line 409, src/components/rating/styles/_rating.scss */
.theme-light .c-rating[data-value] div:before, .theme-dark .theme-light .c-rating[data-value] div:before
{
    color: rgba(0,0,0,.3)
}
@media screen and (-ms-high-contrast: active)
{/* line 409, src/components/rating/styles/_rating.scss */
    .theme-light .c-rating[data-value] div:before, .theme-dark .theme-light .c-rating[data-value] div:before
    {
        color: rgba(0,0,0,.3)
    }
}/* line 419, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating[data-value] div:before, .theme-light .theme-dark .c-rating[data-value] div:before
{
    color: rgba(255,255,255,.3)
}
@media screen and (-ms-high-contrast: active)
{/* line 419, src/components/rating/styles/_rating.scss */
    .theme-dark .c-rating[data-value] div:before, .theme-light .theme-dark .c-rating[data-value] div:before
    {
        color: rgba(255,255,255,.3)
    }
}/* line 427, src/components/rating/styles/_rating.scss */
.theme-dark .c-rating[data-value] div:after, .theme-light .theme-dark .c-rating[data-value] div:after
{
    color: #fff
}
@media screen and (-ms-high-contrast: active)
{/* line 427, src/components/rating/styles/_rating.scss */
    .theme-dark .c-rating[data-value] div:after, .theme-light .theme-dark .c-rating[data-value] div:after
    {
        color: #fff
    }
}/* line 439, src/components/rating/styles/_rating.scss */
.c-rating[data-value].f-aggregate, .c-rating[data-value].f-aggregate div, .c-rating[data-value].f-individual, .c-rating[data-value].f-individual div
{
    -ms-transform: none;
    transform: none
}/* line 445, src/components/rating/styles/_rating.scss */
.c-rating[data-value].f-individual
{
    height: 34px
}/* line 448, src/components/rating/styles/_rating.scss */
.c-rating[data-value].f-individual div
{
    height: 30px;
    width: 150px
}/* line 452, src/components/rating/styles/_rating.scss */
.c-rating[data-value].f-individual div:before, .c-rating[data-value].f-individual div:after
{
    font-size: 18px;
    letter-spacing: 12px;
    top: 6px
}/* line 469, src/components/rating/styles/_rating.scss */
.c-rating[data-value$=".5"] div:before, .c-rating[data-value^="1"] div:before, .c-rating[data-value^="2"] div:before, .c-rating[data-value^="3"] div:before, .c-rating[data-value^="4"] div:before, .c-rating[data-value^="5"] div:before
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 469, src/components/rating/styles/_rating.scss */
    .c-rating[data-value$=".5"] div:before, .c-rating[data-value^="1"] div:before, .c-rating[data-value^="2"] div:before, .c-rating[data-value^="3"] div:before, .c-rating[data-value^="4"] div:before, .c-rating[data-value^="5"] div:before
    {
        content: ""
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="0.5"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="0.5"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="1"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="1"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="1.5"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="1.5"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="2"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="2"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="2.5"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="2.5"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="3"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="3"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="3.5"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="3.5"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="4"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="4"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="4.5"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="4.5"] div:after
    {
        color: inherit
    }
}/* line 491, src/components/rating/styles/_rating.scss */
.c-rating[data-value="5"] div:after
{
    content: ""
}
@media screen and (-ms-high-contrast: active)
{/* line 491, src/components/rating/styles/_rating.scss */
    .c-rating[data-value="5"] div:after
    {
        color: inherit
    }
}/* line 502, src/components/rating/styles/_rating.scss */
.c-rating.f-interactive, .c-rating.f-aggregate:not([data-max]), .c-rating.f-individual:not([data-max])
{
    height: auto
}/* line 507, src/components/rating/styles/_rating.scss */
.c-rating.f-interactive div, .c-rating.f-aggregate:not([data-max]) div, .c-rating.f-individual:not([data-max]) div
{
    height: auto;
    width: auto;
    position: static
}/* line 512, src/components/rating/styles/_rating.scss */
.c-rating.f-interactive div:before, .c-rating.f-interactive div:after, .c-rating.f-aggregate:not([data-max]) div:before, .c-rating.f-aggregate:not([data-max]) div:after, .c-rating.f-individual:not([data-max]) div:before, .c-rating.f-individual:not([data-max]) div:after
{
    content: ""
}/* line 520, src/components/rating/styles/_rating.scss */
.c-rating-count
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px
}/*END !$!$!========src/components/rating/styles/rating========*//*BEGIN !$!$!========src/components/refine-item/styles/refine_item========*//* line 8, src/components/refine-item/styles/_refine_item.scss */
button.c-refine-item, a.c-refine-item
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: relative;
    display: block;
    padding: 12px;
    width: 100%;
    margin: 4px 0 0;
    background: transparent;
    color: #000
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
button.c-refine-item:mixed, a.c-refine-item:mixed
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-refine-item:focus, a.c-refine-item:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
button.c-refine-item:focus:mixed, a.c-refine-item:focus:mixed
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-refine-item:focus, .theme-light a.c-refine-item:focus, .theme-dark .theme-light button.c-refine-item:focus, .theme-dark .theme-light a.c-refine-item:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-refine-item:focus:mixed, .theme-light a.c-refine-item:focus:mixed, .theme-dark .theme-light button.c-refine-item:focus:mixed, .theme-dark .theme-light a.c-refine-item:focus:mixed
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-refine-item:focus, .theme-dark a.c-refine-item:focus, .theme-light .theme-dark button.c-refine-item:focus, .theme-light .theme-dark a.c-refine-item:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-refine-item:focus:mixed, .theme-dark a.c-refine-item:focus:mixed, .theme-light .theme-dark button.c-refine-item:focus:mixed, .theme-light .theme-dark a.c-refine-item:focus:mixed
{
    border-color: rgba(0,0,0,.6)
}
@media screen and (-ms-high-contrast)
{/* line 8, src/components/refine-item/styles/_refine_item.scss */
    button.c-refine-item, a.c-refine-item
    {
        color: WindowText;
        border-color: Window
    }
}/* line 24, src/components/refine-item/styles/_refine_item.scss */
button.c-refine-item span, a.c-refine-item span
{
    text-align: left;
    display: block;
    overflow: hidden
}/* line 31, src/components/refine-item/styles/_refine_item.scss */
[role=listbox] button.c-refine-item:after, [role=listbox] a.c-refine-item:after, [data-js-select-type] button.c-refine-item:after, [data-js-select-type] a.c-refine-item:after
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    display: none;
    width: 44px;
    font-size: 13px;
    text-align: center
}/* line 44, src/components/refine-item/styles/_refine_item.scss */
.f-checkbox [data-js-select-type="multi-select"] button.c-refine-item:after, .f-checkbox [data-js-select-type="multi-select"] a.c-refine-item:after
{
    font-family: "MWF-MDL2";
    content: "";
    font-size: 17px;
    top: 12px;
    color: #fff
}
@media screen and (-ms-high-contrast)
{/* line 52, src/components/refine-item/styles/_refine_item.scss */
    button.c-refine-item:focus, a.c-refine-item:focus
    {
        color: ButtonText
    }
}
@media screen and (-ms-high-contrast)
{/* line 58, src/components/refine-item/styles/_refine_item.scss */
    button.c-refine-item:hover, a.c-refine-item:hover
    {
        background: Highlight;
        border-color: Highlight;
        color: HighlightText
    }
}
@media screen and (-ms-high-contrast)
{/* line 65, src/components/refine-item/styles/_refine_item.scss */
    button.c-refine-item:hover span, a.c-refine-item:hover span
    {
        -ms-high-contrast-adjust: none;
        background: Highlight;
        color: HighlightText
    }
}/* line 74, src/components/refine-item/styles/_refine_item.scss */
button.c-refine-item:active, a.c-refine-item:active
{
    background: rgba(0,0,0,.3)
}/* line 78, src/components/refine-item/styles/_refine_item.scss */
button[aria-selected="true"].c-refine-item, a[aria-selected="true"].c-refine-item, button[aria-checked="true"].c-refine-item, a[aria-checked="true"].c-refine-item, button.f-selected.c-refine-item, a.f-selected.c-refine-item
{
    padding-right: 44px;
    font-weight: 600;
    color: #000;
    background: rgba(0,0,0,.15)
}
@media screen and (-ms-high-contrast)
{/* line 78, src/components/refine-item/styles/_refine_item.scss */
    button[aria-selected="true"].c-refine-item, a[aria-selected="true"].c-refine-item, button[aria-checked="true"].c-refine-item, a[aria-checked="true"].c-refine-item, button.f-selected.c-refine-item, a.f-selected.c-refine-item
    {
        background: Highlight;
        border-color: Highlight;
        color: HighlightText
    }
}
@media screen and (-ms-high-contrast)
{/* line 94, src/components/refine-item/styles/_refine_item.scss */
    button[aria-selected="true"].c-refine-item:hover, a[aria-selected="true"].c-refine-item:hover, button[aria-checked="true"].c-refine-item:hover, a[aria-checked="true"].c-refine-item:hover, button.f-selected.c-refine-item:hover, a.f-selected.c-refine-item:hover
    {
        border-color: Highlight
    }
}/* line 100, src/components/refine-item/styles/_refine_item.scss */
button[aria-selected="true"].c-refine-item:after, a[aria-selected="true"].c-refine-item:after, button[aria-checked="true"].c-refine-item:after, a[aria-checked="true"].c-refine-item:after, button.f-selected.c-refine-item:after, a.f-selected.c-refine-item:after
{
    display: inline-block
}/* line 104, src/components/refine-item/styles/_refine_item.scss */
button[aria-selected="true"].c-refine-item:active, a[aria-selected="true"].c-refine-item:active, button[aria-checked="true"].c-refine-item:active, a[aria-checked="true"].c-refine-item:active, button.f-selected.c-refine-item:active, a.f-selected.c-refine-item:active
{
    background: rgba(0,0,0,.2)
}
@media screen and (-ms-high-contrast)
{/* line 108, src/components/refine-item/styles/_refine_item.scss */
    button[aria-selected="true"].c-refine-item:hover, a[aria-selected="true"].c-refine-item:hover, button[aria-selected="true"].c-refine-item:after, a[aria-selected="true"].c-refine-item:after, button[aria-selected="true"].c-refine-item span, a[aria-selected="true"].c-refine-item span, button[aria-checked="true"].c-refine-item:hover, a[aria-checked="true"].c-refine-item:hover, button[aria-checked="true"].c-refine-item:after, a[aria-checked="true"].c-refine-item:after, button[aria-checked="true"].c-refine-item span, a[aria-checked="true"].c-refine-item span, button.f-selected.c-refine-item:hover, a.f-selected.c-refine-item:hover, button.f-selected.c-refine-item:after, a.f-selected.c-refine-item:after, button.f-selected.c-refine-item span, a.f-selected.c-refine-item span
    {
        -ms-high-contrast-adjust: none;
        background: Highlight;
        color: HighlightText
    }
}/*END !$!$!========src/components/refine-item/styles/refine_item========*//*BEGIN !$!$!========src/components/refine-menu/styles/refine_menu========*//* line 11, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu>button
{
    display: none
}/* line 16, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu>div[aria-hidden="true"]
{
    display: none
}/* line 20, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu>div>div
{
    position: relative
}/* line 23, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu>div>div .c-heading
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600;
    display: inline-block;
    overflow: hidden
}/* line 28, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu>div>div .c-heading+button.c-action-trigger.c-glyph, .c-refine-menu>div>div .c-heading+a.c-action-trigger.c-glyph
{
    margin: 0 -12px 0 0;
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 9px 0 10px;
    color: rgba(0,0,0,.6)
}/* line 44, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-divider
{
    margin: 12px 0
}/* line 48, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-drawer
{
    margin: 4px 0 0
}/* line 51, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-drawer>button
{
    font-size: 20px
}/* line 54, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-drawer>button:hover
{
    background: rgba(0,0,0,.15)
}/* line 63, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-refine-item+ul .c-refine-item
{
    padding-left: 32px
}/* line 68, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-refine-item:not(.f-selected):hover
{
    background: rgba(0,0,0,.1)
}/* line 74, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-content-toggle ul[data-f-expanded="true"]
{
    max-height: 1100px;
    overflow-y: auto
}/* line 79, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu .c-content-toggle button[data-f-more]
{
    padding: 12px
}
@media only screen and (max-width: 767px)
{/* line 87, src/components/refine-menu/styles/_refine_menu.scss */
    .c-refine-menu>div>div .c-heading
    {
        padding-right: 44px
    }/* line 90, src/components/refine-menu/styles/_refine_menu.scss */
    .c-refine-menu>div>div .c-heading+button.c-action-trigger.c-glyph
    {
        display: block
    }
}/* line 100, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox .c-divider
{
    margin: 12px 0 0
}/* line 104, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox .c-drawer
{
    margin: 0
}/* line 107, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox .c-drawer>button
{
    font-size: 20px;
    line-height: 26px;
    word-wrap: break-word;
    background: transparent
}/* line 113, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox .c-drawer>button:before
{
    font-size: 15px;
    right: 14px
}/* line 120, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox .c-refine-item
{
    margin: 0
}/* line 124, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item
{
    padding-right: 44px
}/* line 127, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item:after, .c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item:before
{
    height: 20px;
    right: 12px;
    position: absolute;
    width: 20px;
    line-height: 20px
}/* line 136, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item:before
{
    content: "";
    box-shadow: inset 0 0 0 1px #000,inset 0 0 0 10px transparent
}/* line 141, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item:hover
{
    background: rgba(0,0,0,.1)
}/* line 145, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item[aria-checked="true"], .c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item[aria-selected="true"], .c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item.f-selected
{
    background: rgba(0,0,0,.15)
}/* line 150, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item[aria-checked="true"]:before, .c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item[aria-selected="true"]:before, .c-refine-menu.f-checkbox [data-js-select-type="multi-select"] .c-refine-item.f-selected:before
{
    background-color: #000
}/* line 157, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="single-select"] .c-refine-item[aria-checked="true"], .c-refine-menu.f-checkbox [data-js-select-type="single-select"] .c-refine-item[aria-selected="true"], .c-refine-menu.f-checkbox [data-js-select-type="single-select"] .c-refine-item.f-selected
{
    background: rgba(0,0,0,.15)
}/* line 162, src/components/refine-menu/styles/_refine_menu.scss */
.c-refine-menu.f-checkbox [data-js-select-type="single-select"] .c-refine-item[aria-checked="true"]:after, .c-refine-menu.f-checkbox [data-js-select-type="single-select"] .c-refine-item[aria-selected="true"]:after, .c-refine-menu.f-checkbox [data-js-select-type="single-select"] .c-refine-item.f-selected:after
{
    display: none
}/*END !$!$!========src/components/refine-menu/styles/refine_menu========*//*BEGIN !$!$!========src/components/search/styles/search========*//* line 8, src/components/search/styles/_search.scss */
.c-search
{
    min-width: 92px;
    height: 38px;
    margin-top: 20px;
    position: relative
}/* line 15, src/components/search/styles/_search.scss */
.c-search:not([class*=f-dynamic-maxwidth])
{
    max-width: 296px
}/* line 19, src/components/search/styles/_search.scss */
.c-search input[type="search"], .c-search button
{
    float: left;
    height: 100%;
    outline: 0;
    background-color: #fff
}/* line 27, src/components/search/styles/_search.scss */
.c-search input[type="search"]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    padding-right: 38px;
    border: 1px solid rgba(0,0,0,.6)
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-search input[type="search"]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-search input[type="search"]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-search input[type="search"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-search input[type="search"]:focus, .theme-dark .theme-light .c-search input[type="search"]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-search input[type="search"]:focus:before, .theme-dark .theme-light .c-search input[type="search"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-search input[type="search"]:focus, .theme-light .theme-dark .c-search input[type="search"]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-search input[type="search"]:focus:before, .theme-light .theme-dark .c-search input[type="search"]:focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 37, src/components/search/styles/_search.scss */
.c-search input[type="search"]:hover
{
    border-color: rgba(0,0,0,.8)
}/* line 41, src/components/search/styles/_search.scss */
.c-search input[type="search"]::-ms-clear
{
    display: none
}/* line 45, src/components/search/styles/_search.scss */
.c-search input[type="search"]::-webkit-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.c-search input[type="search"]:-ms-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.c-search input[type="search"]::placeholder
{
    color: rgba(0,0,0,.6)
}/* line 50, src/components/search/styles/_search.scss */
.c-search button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: 2px 2px 1px 1px;
    padding: 9px;
    transition: color .1s,background-color .1s
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-search button:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-search button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-search button:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-search button:focus, .theme-dark .theme-light .c-search button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-search button:focus:after, .theme-dark .theme-light .c-search button:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-search button:focus, .theme-light .theme-dark .c-search button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-search button:focus:after, .theme-light .theme-dark .c-search button:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 62, src/components/search/styles/_search.scss */
.c-search button:hover
{
    color: #0067b8
}/* line 66, src/components/search/styles/_search.scss */
.c-search button:active, .c-search button:focus
{
    color: #fff;
    background: #0067b8;
    -ms-high-contrast-adjust: auto
}
@media screen and (-ms-high-contrast)
{/* line 66, src/components/search/styles/_search.scss */
    .c-search button:active, .c-search button:focus
    {
        color: window;
        background: windowText
    }
}/* line 79, src/components/search/styles/_search.scss */
.c-search button:before
{
    content: "";
    text-indent: 0;
    font-size: 16px;
    -ms-high-contrast-adjust: none
}
@media screen and (-ms-high-contrast)
{/* line 79, src/components/search/styles/_search.scss */
    .c-search button:before
    {
        font-size: 22px;
        font-weight: 900;
        line-height: 18px;
        text-indent: -3px
    }
}
@media screen and (-ms-high-contrast)
{/* line 50, src/components/search/styles/_search.scss */
    .c-search button
    {
        color: windowText;
        background: window
    }
}/* line 100, src/components/search/styles/_search.scss */
.theme-light .c-search, .theme-dark .theme-light .c-search
{
    color: #000
}/* line 103, src/components/search/styles/_search.scss */
.theme-light .c-search input[type="search"], .theme-dark .theme-light .c-search input[type="search"]
{
    border-color: #000;
    background-color: rgba(255,255,255,.6)
}/* line 107, src/components/search/styles/_search.scss */
.theme-light .c-search input[type="search"]:hover, .theme-dark .theme-light .c-search input[type="search"]:hover
{
    border-color: rgba(0,0,0,.8);
    background-color: rgba(255,255,255,.8)
}/* line 112, src/components/search/styles/_search.scss */
.theme-light .c-search input[type="search"]:active, .theme-light .c-search input[type="search"]:focus, .theme-dark .theme-light .c-search input[type="search"]:active, .theme-dark .theme-light .c-search input[type="search"]:focus
{
    border-color: #000;
    background-color: #fff
}/* line 118, src/components/search/styles/_search.scss */
.theme-light .c-search input[type="search"]::-webkit-input-placeholder, .theme-dark .theme-light .c-search input[type="search"]::-webkit-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.theme-light .c-search input[type="search"]:-ms-input-placeholder, .theme-dark .theme-light .c-search input[type="search"]:-ms-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.theme-light .c-search input[type="search"]::placeholder, .theme-dark .theme-light .c-search input[type="search"]::placeholder
{
    color: rgba(0,0,0,.6)
}/* line 123, src/components/search/styles/_search.scss */
.theme-light .c-search button, .theme-dark .theme-light .c-search button
{
    background: transparent
}/* line 126, src/components/search/styles/_search.scss */
.theme-light .c-search button:active, .theme-light .c-search button:focus, .theme-dark .theme-light .c-search button:active, .theme-dark .theme-light .c-search button:focus
{
    color: #fff;
    background: #0067b8;
    -ms-high-contrast-adjust: auto
}
@media screen and (-ms-high-contrast)
{/* line 126, src/components/search/styles/_search.scss */
    .theme-light .c-search button:active, .theme-light .c-search button:focus, .theme-dark .theme-light .c-search button:active, .theme-dark .theme-light .c-search button:focus
    {
        color: window;
        background: windowText
    }
}/* line 141, src/components/search/styles/_search.scss */
.theme-dark .c-search, .theme-light .theme-dark .c-search
{
    color: #fff
}/* line 144, src/components/search/styles/_search.scss */
.theme-dark .c-search input[type="search"], .theme-light .theme-dark .c-search input[type="search"]
{
    border-color: #fff;
    background-color: rgba(0,0,0,.6)
}/* line 148, src/components/search/styles/_search.scss */
.theme-dark .c-search input[type="search"]:hover, .theme-light .theme-dark .c-search input[type="search"]:hover
{
    border-color: rgba(255,255,255,.8);
    background-color: rgba(0,0,0,.8)
}/* line 153, src/components/search/styles/_search.scss */
.theme-dark .c-search input[type="search"]:active, .theme-dark .c-search input[type="search"]:focus, .theme-light .theme-dark .c-search input[type="search"]:active, .theme-light .theme-dark .c-search input[type="search"]:focus
{
    border-color: #fff;
    background-color: #000
}/* line 159, src/components/search/styles/_search.scss */
.theme-dark .c-search input[type="search"]::-webkit-input-placeholder, .theme-light .theme-dark .c-search input[type="search"]::-webkit-input-placeholder
{
    color: rgba(255,255,255,.6)
}
.theme-dark .c-search input[type="search"]:-ms-input-placeholder, .theme-light .theme-dark .c-search input[type="search"]:-ms-input-placeholder
{
    color: rgba(255,255,255,.6)
}
.theme-dark .c-search input[type="search"]::placeholder, .theme-light .theme-dark .c-search input[type="search"]::placeholder
{
    color: rgba(255,255,255,.6)
}/* line 164, src/components/search/styles/_search.scss */
.theme-dark .c-search button, .theme-light .theme-dark .c-search button
{
    background: transparent
}/* line 167, src/components/search/styles/_search.scss */
.theme-dark .c-search button:active, .theme-dark .c-search button:focus, .theme-light .theme-dark .c-search button:active, .theme-light .theme-dark .c-search button:focus
{
    color: #fff;
    background: #0067b8;
    -ms-high-contrast-adjust: auto
}
@media screen and (-ms-high-contrast)
{/* line 167, src/components/search/styles/_search.scss */
    .theme-dark .c-search button:active, .theme-dark .c-search button:focus, .theme-light .theme-dark .c-search button:active, .theme-light .theme-dark .c-search button:focus
    {
        color: window;
        background: windowText
    }
}/*END !$!$!========src/components/search/styles/search========*//*BEGIN !$!$!========src/components/select/styles/select========*//* line 8, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu
{
    display: inline-block;
    position: relative
}/* line 13, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-accent>a, .c-select-menu.f-accent>button
{
    color: #0067b8
}/* line 17, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-accent>a:after, .c-select-menu.f-accent>button:after
{
    color: rgba(0,0,0,.6)
}/* line 21, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-accent>a:hover, .c-select-menu.f-accent>a:active, .c-select-menu.f-accent>button:hover, .c-select-menu.f-accent>button:active
{
    color: #0067b8
}/* line 25, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-accent>a:hover:after, .c-select-menu.f-accent>a:active:after, .c-select-menu.f-accent>button:hover:after, .c-select-menu.f-accent>button:active:after
{
    color: #000
}/* line 33, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-border>a
{
    padding: 8px 24px 8px 12px
}
@media screen and (-ms-high-contrast: active)
{/* line 37, src/components/select-menu/styles/_select_menu.scss */
    .c-select-menu.f-border>a:hover
    {
        border-color: Highlight
    }
}/* line 43, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-border [aria-expanded]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    height: 100%;
    margin-left: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.6);/* TODO: Task 8914325 - v-nilogi: should this have width set like the ul.c-menu?
             * width: 296px;
             * min-width: 64px;
             * max-width: 368px;
            */}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-select-menu.f-border [aria-expanded]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-select-menu.f-border [aria-expanded]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-select-menu.f-border [aria-expanded]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-select-menu.f-border [aria-expanded]:focus, .theme-dark .theme-light .c-select-menu.f-border [aria-expanded]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-select-menu.f-border [aria-expanded]:focus:before, .theme-dark .theme-light .c-select-menu.f-border [aria-expanded]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-select-menu.f-border [aria-expanded]:focus, .theme-light .theme-dark .c-select-menu.f-border [aria-expanded]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-select-menu.f-border [aria-expanded]:focus:before, .theme-light .theme-dark .c-select-menu.f-border [aria-expanded]:focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 56, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-border [aria-expanded]:hover
{
    border-color: rgba(0,0,0,.8)
}/* line 60, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-border [aria-expanded]:active
{
    border-color: #0067b8
}/* line 65, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-border+.c-select-menu.f-border, .c-select-menu.f-border+.c-select-menu.f-border.f-persist
{
    margin-top: 12px
}/* line 71, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu.f-flex, .c-select-menu.f-flex>[aria-expanded]
{
    width: 100%;
    min-width: 88px;
    max-width: 546px
}/* line 78, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu .c-menu
{
    position: absolute;
    top: 100%;
    overflow: auto
}
@media only screen and (max-width: 768px)
{/* line 86, src/components/select-menu/styles/_select_menu.scss */
    .c-select-menu .c-menu.f-margin
    {
        margin-left: 24px;
        max-width: calc(100vw - 12 * 4px)
    }
}
@media only screen and (max-width: 540px)
{/* line 93, src/components/select-menu/styles/_select_menu.scss */
    .c-select-menu .c-menu.f-margin
    {
        margin-left: 12px;
        max-width: calc(100vw - 6 * 4px)
    }
}/* line 100, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu [aria-expanded="false"]+.c-menu[aria-hidden="true"]
{
    display: none
}/* line 104, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>button
{
    border: 0;
    text-align: left;
    background: transparent
}/* line 110, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>button.f-icon img
{
    width: 40px;
    height: 22px;
    padding-right: 16px;
    display: inline-block
}/* line 117, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>button.f-icon span
{
    width: calc(100% - 40px);
    display: inline-block;
    color: inherit;
    vertical-align: middle
}/* line 125, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>button img
{
    width: 0;
    height: 0
}/* line 130, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>button span
{
    width: 100%
}/* line 135, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>a, .c-select-menu>button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: inline-block;
    color: rgba(0,0,0,.8);
    padding: 8px;
    padding-right: 24px;
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-select-menu>a:before, .c-select-menu>button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-select-menu>a:focus, .c-select-menu>button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-select-menu>a:focus:before, .c-select-menu>button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-select-menu>a:focus, .theme-dark .theme-light .c-select-menu>a:focus, .theme-light .c-select-menu>button:focus, .theme-dark .theme-light .c-select-menu>button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-select-menu>a:focus:before, .theme-dark .theme-light .c-select-menu>a:focus:before, .theme-light .c-select-menu>button:focus:before, .theme-dark .theme-light .c-select-menu>button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-select-menu>a:focus, .theme-light .theme-dark .c-select-menu>a:focus, .theme-dark .c-select-menu>button:focus, .theme-light .theme-dark .c-select-menu>button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-select-menu>a:focus:before, .theme-light .theme-dark .c-select-menu>a:focus:before, .theme-dark .c-select-menu>button:focus:before, .theme-light .theme-dark .c-select-menu>button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 145, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>a:after, .c-select-menu>button:after
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    font-size: 8px;
    color: rgba(0,0,0,.8);
    font-weight: 700;
    right: 8px;
    padding-top: 7px
}/* line 156, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>a:hover, .c-select-menu>a:hover:after, .c-select-menu>button:hover, .c-select-menu>button:hover:after
{
    color: #000
}
@media(-ms-high-contrast: active)
{/* line 155, src/components/select-menu/styles/_select_menu.scss */
    .c-select-menu>a:hover, .c-select-menu>button:hover
    {
        color: Highlight
    }
}/* line 167, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu>a:focus:hover, .c-select-menu>button:focus:hover
{
    outline: none
}
@media(-ms-high-contrast: active)
{/* line 135, src/components/select-menu/styles/_select_menu.scss */
    .c-select-menu>a, .c-select-menu>button
    {
        color: WindowText
    }
}/* line 180, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu[aria-disabled="true"]>a, .c-select-menu[aria-disabled="true"]>a:hover, .c-select-menu[aria-disabled="true"]>a:focus, .c-select-menu[aria-disabled="true"]>a:active, .c-select-menu[aria-disabled="true"]>a:after, .c-select-menu[aria-disabled="true"]>button, .c-select-menu[aria-disabled="true"]>button:hover, .c-select-menu[aria-disabled="true"]>button:focus, .c-select-menu[aria-disabled="true"]>button:active, .c-select-menu[aria-disabled="true"]>button:after
{
    color: rgba(0,0,0,.2)
}/* line 188, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu[aria-disabled="true"]>a:hover, .c-select-menu[aria-disabled="true"]>button:hover
{
    cursor: not-allowed
}
@media(-ms-high-contrast: active)
{/* line 178, src/components/select-menu/styles/_select_menu.scss */
    .c-select-menu[aria-disabled="true"]>a, .c-select-menu[aria-disabled="true"]>button
    {
        color: Graytext
    }
}/* line 198, src/components/select-menu/styles/_select_menu.scss */
.no-js .c-select-menu:hover>.c-menu, .js .c-select-menu>[aria-expanded="true"]+.c-menu[aria-hidden="false"], .js .c-select-menu>span[aria-expanded="true"]+.c-menu[aria-hidden="false"]
{
    display: block;
    animation: fadeIn .3s cubic-bezier(.68,-.55,.265,1.55)
}/* line 208, src/components/select-menu/styles/_select_menu.scss */
.theme-light .c-select-menu>a, .theme-light .c-select-menu>a:after, .theme-light .c-select-menu>button, .theme-light .c-select-menu>button:after, .theme-dark .theme-light .c-select-menu>a, .theme-dark .theme-light .c-select-menu>a:after, .theme-dark .theme-light .c-select-menu>button, .theme-dark .theme-light .c-select-menu>button:after
{
    color: rgba(0,0,0,.8)
}/* line 214, src/components/select-menu/styles/_select_menu.scss */
.theme-light .c-select-menu>a:hover, .theme-light .c-select-menu>a:hover:after, .theme-light .c-select-menu>button:hover, .theme-light .c-select-menu>button:hover:after, .theme-dark .theme-light .c-select-menu>a:hover, .theme-dark .theme-light .c-select-menu>a:hover:after, .theme-dark .theme-light .c-select-menu>button:hover, .theme-dark .theme-light .c-select-menu>button:hover:after
{
    color: #000
}/* line 222, src/components/select-menu/styles/_select_menu.scss */
.theme-light .c-select-menu.f-border>a, .theme-light .c-select-menu.f-border>button, .theme-dark .theme-light .c-select-menu.f-border>a, .theme-dark .theme-light .c-select-menu.f-border>button
{
    background: rgba(255,255,255,.8);
    border-color: rgba(0,0,0,.6);
    color: rgba(0,0,0,.8)
}/* line 228, src/components/select-menu/styles/_select_menu.scss */
.theme-light .c-select-menu.f-border>a:after, .theme-light .c-select-menu.f-border>button:after, .theme-dark .theme-light .c-select-menu.f-border>a:after, .theme-dark .theme-light .c-select-menu.f-border>button:after
{
    color: rgba(0,0,0,.8)
}/* line 232, src/components/select-menu/styles/_select_menu.scss */
.theme-light .c-select-menu.f-border>a:hover, .theme-light .c-select-menu.f-border>button:hover, .theme-dark .theme-light .c-select-menu.f-border>a:hover, .theme-dark .theme-light .c-select-menu.f-border>button:hover
{
    background: #fff;
    border-color: rgba(0,0,0,.8);
    color: #000
}/* line 237, src/components/select-menu/styles/_select_menu.scss */
.theme-light .c-select-menu.f-border>a:hover:after, .theme-light .c-select-menu.f-border>button:hover:after, .theme-dark .theme-light .c-select-menu.f-border>a:hover:after, .theme-dark .theme-light .c-select-menu.f-border>button:hover:after
{
    color: #000
}/* line 248, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu>a, .theme-dark .c-select-menu>a:after, .theme-dark .c-select-menu>button, .theme-dark .c-select-menu>button:after, .theme-light .theme-dark .c-select-menu>a, .theme-light .theme-dark .c-select-menu>a:after, .theme-light .theme-dark .c-select-menu>button, .theme-light .theme-dark .c-select-menu>button:after
{
    color: rgba(255,255,255,.8)
}/* line 254, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu>a:hover, .theme-dark .c-select-menu>a:hover:after, .theme-dark .c-select-menu>button:hover, .theme-dark .c-select-menu>button:hover:after, .theme-light .theme-dark .c-select-menu>a:hover, .theme-light .theme-dark .c-select-menu>a:hover:after, .theme-light .theme-dark .c-select-menu>button:hover, .theme-light .theme-dark .c-select-menu>button:hover:after
{
    color: #fff
}/* line 262, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu.f-border>a, .theme-dark .c-select-menu.f-border>button, .theme-light .theme-dark .c-select-menu.f-border>a, .theme-light .theme-dark .c-select-menu.f-border>button
{
    background: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.6);
    color: rgba(0,0,0,.8)
}/* line 268, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu.f-border>a:after, .theme-dark .c-select-menu.f-border>button:after, .theme-light .theme-dark .c-select-menu.f-border>a:after, .theme-light .theme-dark .c-select-menu.f-border>button:after
{
    color: rgba(0,0,0,.8)
}/* line 272, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu.f-border>a:hover, .theme-dark .c-select-menu.f-border>button:hover, .theme-light .theme-dark .c-select-menu.f-border>a:hover, .theme-light .theme-dark .c-select-menu.f-border>button:hover
{
    color: #000;
    background: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.8)
}/* line 277, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu.f-border>a:hover:after, .theme-dark .c-select-menu.f-border>button:hover:after, .theme-light .theme-dark .c-select-menu.f-border>a:hover:after, .theme-light .theme-dark .c-select-menu.f-border>button:hover:after
{
    color: #000
}/* line 282, src/components/select-menu/styles/_select_menu.scss */
.theme-dark .c-select-menu.f-border>a:focus, .theme-dark .c-select-menu.f-border>button:focus, .theme-light .theme-dark .c-select-menu.f-border>a:focus, .theme-light .theme-dark .c-select-menu.f-border>button:focus
{
    border-color: #fff
}/* line 289, src/components/select-menu/styles/_select_menu.scss */
.c-select-menu+[class*="c-caption"], .c-select-menu [class*="c-paragraph"]
{
    padding-top: 24px
}/* line 295, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu>a
{
    padding: 6px 0 6px 12px
}/* line 299, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu>a, .d_xbox .c-select-menu>button
{
    border: 1px solid rgba(0,0,0,.6);
    padding: 5px 12px 6px;
    min-width: 64px;
    font-size: 15px;
    color: #000;
    outline: none;
    padding-right: 40px
}/* line 309, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu>a:after, .d_xbox .c-select-menu>button:after
{
    color: #000;
    font-size: 15px;
    padding-top: 4px;
    padding-right: 3px
}/* line 316, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu>a:active, .d_xbox .c-select-menu>a:focus, .d_xbox .c-select-menu>button:active, .d_xbox .c-select-menu>button:focus
{
    background: #0067b8;
    outline: 2px solid #000;
    text-decoration: none
}/* line 324, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu [aria-expanded]
{
    margin-left: 8px;
    box-sizing: border-box;
    height: 100%
}/* line 329, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu [aria-expanded] .c-menu
{
    border: 1px solid rgba(0,0,0,.6)
}/* line 333, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu [aria-expanded]:active, .d_xbox .c-select-menu [aria-expanded]:focus
{
    background: #0067b8;
    color: #000;
    outline: 2px solid #000;
    text-decoration: none
}/* line 342, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu .c-menu
{
    border: 1px solid rgba(0,0,0,.6);
    width: 100%;
    width: calc(100% - 8px)
}/* line 355, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu .c-menu.f-scroll>.c-menu-item>a:active, .d_xbox .c-select-menu .c-menu.f-scroll>.c-menu-item>a:focus
{
    outline-offset: -2px
}/* line 365, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu .c-menu-item a, .d_xbox .c-select-menu .c-menu-item span, .d_xbox .c-select-menu .c-menu-item button
{
    color: #000;
    background: #fff;
    min-height: 44px
}/* line 372, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu .c-menu-item a:focus, .d_xbox .c-select-menu .c-menu-item span:focus, .d_xbox .c-select-menu .c-menu-item button:focus
{
    outline: 2px solid #000;
    background: #fff
}/* line 377, src/components/select-menu/styles/_select_menu.scss */
.d_xbox .c-select-menu .c-menu-item a[aria-selected="true"], .d_xbox .c-select-menu .c-menu-item span[aria-selected="true"], .d_xbox .c-select-menu .c-menu-item button[aria-selected="true"]
{
    background: #0067b8;
    color: #000
}
@media screen and (-ms-high-contrast: active)
{/* line 385, src/components/select-menu/styles/_select_menu.scss */
    .d_xbox .c-select-menu>a, .d_xbox .c-select-menu>button
    {
        color: windowText;
        border: 1px solid windowText
    }/* line 390, src/components/select-menu/styles/_select_menu.scss */
    .d_xbox .c-select-menu>a:after, .d_xbox .c-select-menu>button:after
    {
        color: windowText
    }/* line 394, src/components/select-menu/styles/_select_menu.scss */
    .d_xbox .c-select-menu>a:active, .d_xbox .c-select-menu>a:focus, .d_xbox .c-select-menu>button:active, .d_xbox .c-select-menu>button:focus
    {
        outline: 2px solid windowText;
        background: transparent
    }/* line 402, src/components/select-menu/styles/_select_menu.scss */
    .d_xbox .c-select-menu [aria-expanded] .c-menu
    {
        border: 1px solid windowText
    }/* line 406, src/components/select-menu/styles/_select_menu.scss */
    .d_xbox .c-select-menu [aria-expanded]:active, .d_xbox .c-select-menu [aria-expanded]:focus
    {
        color: windowText;
        outline: 2px solid windowText;
        background: transparent
    }/* line 414, src/components/select-menu/styles/_select_menu.scss */
    .d_xbox .c-select-menu .c-menu
    {
        border: 1px solid windowText
    }
}/* line 12, src/components/select/styles/_select.scss */
.c-select
{
    position: relative;
    margin-top: 20px;
    min-width: 88px;
    max-width: 296px
}/* line 18, src/components/select/styles/_select.scss */
.c-select:after
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    right: 4px;
    top: 28px;
    height: 34px;
    width: 31px;
    padding-top: 10px;
    text-align: center
}/* line 28, src/components/select/styles/_select.scss */
.js .c-select:after
{
    display: none
}/* line 34, src/components/select/styles/_select.scss */
.c-select:after:hover
{
    z-index: 1
}/* line 39, src/components/select/styles/_select.scss */
.c-select .c-label
{
    display: block;
    margin-top: 0
}/* line 44, src/components/select/styles/_select.scss */
.c-select select
{
    position: relative;
    width: 100%;
    display: none;
    padding: 7px 34px 7px 5px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    outline: 0;
    border: 1px solid rgba(0,0,0,.6);
    cursor: pointer
}/* line 62, src/components/select/styles/_select.scss */
.no-js .c-select select
{
    display: block
}/* line 67, src/components/select/styles/_select.scss */
.c-select select:active, .c-select select:focus
{
    background: #fff
}/* line 73, src/components/select/styles/_select.scss */
.c-select select:hover
{
    z-index: 100;
    border-color: rgba(0,0,0,.8)
}/* line 81, src/components/select/styles/_select.scss */
.c-select select:active, .c-select select:focus
{
    border-color: #0067b8
}/* line 87, src/components/select/styles/_select.scss */
.c-select select[disabled]
{
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2);
    background: #fff;
    z-index: 100;
    padding-right: 0
}/* line 97, src/components/select/styles/_select.scss */
.c-select select option
{
    background: #fff;
    color: #000
}/* line 104, src/components/select/styles/_select.scss */
.c-select select:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #000
}/* line 110, src/components/select/styles/_select.scss */
.c-select select::-ms-expand
{
    display: none
}/* line 115, src/components/select/styles/_select.scss */
.c-select select:focus::-ms-value
{
    background: transparent;
    color: #000
}/* line 123, src/components/select/styles/_select.scss */
.c-select.f-label-inline .c-label
{
    display: inline-block;
    margin-right: 4px;
    font-size: inherit
}/* line 129, src/components/select/styles/_select.scss */
.c-select.f-label-inline select
{
    width: auto
}/* line 134, src/components/select/styles/_select.scss */
.c-select.f-flex
{
    width: 100%;
    min-width: auto;
    max-width: none
}/* line 139, src/components/select/styles/_select.scss */
.c-select.f-flex .c-select-menu
{
    width: 100%;
    min-width: auto;
    max-width: none
}/* line 144, src/components/select/styles/_select.scss */
.c-select.f-flex .c-select-menu .c-menu
{
    width: 100%;
    min-width: auto;
    max-width: none
}/* line 153, src/components/select/styles/_select.scss */
.theme-light .c-select select, .theme-dark .theme-light .c-select select
{
    background: #fff;
    color: #000
}/* line 158, src/components/select/styles/_select.scss */
.theme-light .c-select:after, .theme-dark .theme-light .c-select:after
{
    color: #000
}/* line 164, src/components/select/styles/_select.scss */
.theme-dark .c-select select, .theme-light .theme-dark .c-select select
{
    background: rgba(255,255,255,.8);
    color: #000
}/* line 169, src/components/select/styles/_select.scss */
.theme-dark .c-select:after, .theme-light .theme-dark .c-select:after
{
    color: #000
}/*END !$!$!========src/components/select/styles/select========*//*BEGIN !$!$!========src/components/select-button/styles/select_button========*//* line 8, src/components/select-button/styles/_select_button.scss */
button.c-select-button
{
    font-size: 15px;
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    margin-top: 36px;
    margin-right: 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.4);
    color: #000;
    padding: 6px 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
button.c-select-button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
button.c-select-button:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
button.c-select-button:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-select-button:focus, .theme-dark .theme-light button.c-select-button:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light button.c-select-button:focus:before, .theme-dark .theme-light button.c-select-button:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-select-button:focus, .theme-light .theme-dark button.c-select-button:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark button.c-select-button:focus:before, .theme-light .theme-dark button.c-select-button:focus:before
{
    outline-color: rgba(0,0,0,.6)
}
@media(-ms-high-contrast: active)
{/* line 8, src/components/select-button/styles/_select_button.scss */
    button.c-select-button
    {
        outline-color: Window;
        border-color: Window
    }
}/* line 29, src/components/select-button/styles/_select_button.scss */
button.c-select-button[aria-checked="true"], button.c-select-button.f-selected
{
    border-width: 2px;
    border-color: #000;
    padding: 5px 9px;
    position: relative
}
@media(-ms-high-contrast: active)
{/* line 29, src/components/select-button/styles/_select_button.scss */
    button.c-select-button[aria-checked="true"], button.c-select-button.f-selected
    {
        outline-color: ButtonText;
        border-color: ButtonText
    }
}/* line 41, src/components/select-button/styles/_select_button.scss */
button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, button.c-select-button.f-selected>*:first-child.glyph-check-mark:after
{
    font-family: "MWF-MDL2";
    content: "";
    background-color: #000;
    color: #fff;
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}
@media(-ms-high-contrast: active)
{/* line 57, src/components/select-button/styles/_select_button.scss */
    button.c-select-button:focus
    {
        outline-color: ButtonText;
        border-color: ButtonText
    }
}/* line 63, src/components/select-button/styles/_select_button.scss */
button.c-select-button:focus:before
{
    outline-color: ButtonText
}/* line 68, src/components/select-button/styles/_select_button.scss */
button.c-select-button:hover:not(:disabled)
{
    border-color: #000
}
@media screen and (-ms-high-contrast)
{/* line 68, src/components/select-button/styles/_select_button.scss */
    button.c-select-button:hover:not(:disabled)
    {
        color: Highlight;
        border-color: Highlight
    }/* line 75, src/components/select-button/styles/_select_button.scss */
    button.c-select-button:hover:not(:disabled):before
    {
        outline-color: highlight
    }
}/* line 80, src/components/select-button/styles/_select_button.scss */
button.c-select-button:hover:not(:disabled)[aria-checked="true"], button.c-select-button:hover:not(:disabled).f-selected
{
    border-color: #0067b8
}/* line 84, src/components/select-button/styles/_select_button.scss */
button.c-select-button:hover:not(:disabled)[aria-checked="true"]>*:first-child.glyph-check-mark:after, button.c-select-button:hover:not(:disabled).f-selected>*:first-child.glyph-check-mark:after
{
    background-color: #0067b8;
    color: #fff
}
@media screen and (-ms-high-contrast)
{/* line 90, src/components/select-button/styles/_select_button.scss */
    button.c-select-button:hover:not(:disabled)[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, button.c-select-button:hover:not(:disabled).f-selected:hover>*:first-child.glyph-check-mark:after
    {
        background-color: transparent;
        color: Window
    }
}/* line 100, src/components/select-button/styles/_select_button.scss */
button.c-select-button:active
{
    outline: none;
    border-color: #003e6e
}/* line 105, src/components/select-button/styles/_select_button.scss */
button.c-select-button:disabled
{
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2);
    outline: 0;
    cursor: not-allowed
}
@media(-ms-high-contrast: active)
{/* line 105, src/components/select-button/styles/_select_button.scss */
    button.c-select-button:disabled
    {
        color: Graytext;
        border-color: Graytext
    }
}/* line 117, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]
{
    width: 36px;
    height: 36px
}/* line 121, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:hover, button.c-select-button[data-select-button-swatch]:focus
{
    border-color: #000;
    box-shadow: inset 0 0 0 1px #fff
}
@media(-ms-high-contrast: active)
{/* line 127, src/components/select-button/styles/_select_button.scss */
    button.c-select-button[data-select-button-swatch]:focus
    {
        outline-color: WindowText
    }
}/* line 133, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:active
{
    border-color: #999;
    box-shadow: inset 0 0 0 1px #fff
}/* line 138, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch][aria-checked="true"], button.c-select-button[data-select-button-swatch].f-selected
{
    box-shadow: inset 0 0 0 1px #fff
}/* line 142, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch][aria-checked="true"]>*:first-child.glyph-check-mark:after, button.c-select-button[data-select-button-swatch].f-selected>*:first-child.glyph-check-mark:after
{
    background-color: rgba(255,255,255,0);
    color: #000;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto
}
@media(-ms-high-contrast: active)
{/* line 142, src/components/select-button/styles/_select_button.scss */
    button.c-select-button[data-select-button-swatch][aria-checked="true"]>*:first-child.glyph-check-mark:after, button.c-select-button[data-select-button-swatch].f-selected>*:first-child.glyph-check-mark:after
    {
        color: Window
    }
}/* line 155, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch][aria-checked="true"]:hover, button.c-select-button[data-select-button-swatch][aria-checked="true"]:focus, button.c-select-button[data-select-button-swatch].f-selected:hover, button.c-select-button[data-select-button-swatch].f-selected:focus
{
    border-color: #999;
    box-shadow: inset 0 0 0 1px #fff
}/* line 162, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch].f-large
{
    width: 60px;
    height: 60px
}/* line 167, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch].f-swatch-dark
{
    border-color: rgba(255,255,255,.2)
}/* line 171, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch].f-swatch-dark[aria-checked="true"]>*:first-child.glyph-check-mark:after
{
    color: #fff
}
@media screen and (-ms-high-contrast)
{/* line 171, src/components/select-button/styles/_select_button.scss */
    button.c-select-button[data-select-button-swatch].f-swatch-dark[aria-checked="true"]>*:first-child.glyph-check-mark:after
    {
        color: #fff
    }
}/* line 181, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:disabled
{
    position: relative
}/* line 184, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:disabled:hover, button.c-select-button[data-select-button-swatch]:disabled:focus
{
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.2)
}/* line 192, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:disabled:before
{
    position: absolute;
    content: "";
    left: -25%;
    top: 50%;
    right: -25%;
    border-top: 1px solid;
    border-color: inherit;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@media(-ms-high-contrast: active)
{/* line 202, src/components/select-button/styles/_select_button.scss */
    button.c-select-button[data-select-button-swatch]:disabled:before:hover
    {
        border-color: GrayText
    }
}/* line 214, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:disabled.f-swatch-dark
{
    border-color: rgba(255,255,255,.2)
}/* line 221, src/components/select-button/styles/_select_button.scss */
button.c-select-button[data-select-button-swatch]:disabled.f-swatch-dark:hover, button.c-select-button[data-select-button-swatch]:disabled.f-swatch-dark:focus
{
    box-shadow: none
}
@media screen and (-ms-high-contrast)
{/* line 117, src/components/select-button/styles/_select_button.scss */
    button.c-select-button[data-select-button-swatch]
    {
        -ms-high-contrast-adjust: none
    }
}/* line 234, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button, .theme-dark .theme-light button.c-select-button
{
    background: rgba(255,255,255,0);
    border-color: rgba(0,0,0,.4);
    color: #000
}/* line 243, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button:hover, .theme-dark .theme-light button.c-select-button:hover
{
    border-color: #000
}/* line 247, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button:active, .theme-dark .theme-light button.c-select-button:active
{
    background: rgba(0,0,0,.4);
    outline: none
}/* line 252, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button:disabled, .theme-dark .theme-light button.c-select-button:disabled
{
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,.2)
}/* line 257, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button[aria-checked="true"], .theme-light button.c-select-button.f-selected, .theme-dark .theme-light button.c-select-button[aria-checked="true"], .theme-dark .theme-light button.c-select-button.f-selected
{
    border-color: #000
}/* line 261, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-light button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button.f-selected>*:first-child.glyph-check-mark:after
{
    background-color: #000;
    color: #fff
}
@media screen and (-ms-high-contrast)
{/* line 261, src/components/select-button/styles/_select_button.scss */
    .theme-light button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-light button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button.f-selected>*:first-child.glyph-check-mark:after
    {
        -ms-high-contrast-adjust: none;
        background-color: ButtonText;
        color: ButtonFace
    }
}/* line 272, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button[aria-checked="true"]:hover, .theme-light button.c-select-button.f-selected:hover, .theme-dark .theme-light button.c-select-button[aria-checked="true"]:hover, .theme-dark .theme-light button.c-select-button.f-selected:hover
{
    border-color: #0067b8
}/* line 275, src/components/select-button/styles/_select_button.scss */
.theme-light button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-light button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after
{
    background-color: #0067b8
}
@media screen and (-ms-high-contrast)
{/* line 275, src/components/select-button/styles/_select_button.scss */
    .theme-light button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-light button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-dark .theme-light button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after
    {
        -ms-high-contrast-adjust: none;
        background-color: ButtonText
    }
}/* line 287, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button, .theme-light .theme-dark button.c-select-button
{
    background: rgba(255,255,255,0);
    border-color: rgba(255,255,255,.4);
    color: #fff
}/* line 297, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button:hover, .theme-light .theme-dark button.c-select-button:hover
{
    border-color: #fff
}/* line 301, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button:active, .theme-light .theme-dark button.c-select-button:active
{
    background: rgba(255,255,255,.4);
    outline: none
}/* line 306, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button:disabled, .theme-light .theme-dark button.c-select-button:disabled
{
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2)
}/* line 313, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after
{
    background-color: rgba(255,255,255,.4);
    color: #000
}
@media screen and (-ms-high-contrast)
{/* line 313, src/components/select-button/styles/_select_button.scss */
    .theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after
    {
        -ms-high-contrast-adjust: none;
        background-color: ButtonText;
        color: ButtonFace
    }
}/* line 328, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button[aria-checked="true"]:focus>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected:focus>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]:focus>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected:focus>*:first-child.glyph-check-mark:after
{
    background-color: #fff
}
@media screen and (-ms-high-contrast)
{/* line 328, src/components/select-button/styles/_select_button.scss */
    .theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button[aria-checked="true"]:focus>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected:focus>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]:focus>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected:focus>*:first-child.glyph-check-mark:after
    {
        -ms-high-contrast-adjust: none;
        background-color: ButtonText
    }
}/* line 338, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button[aria-checked="true"]:hover, .theme-dark button.c-select-button.f-selected:hover, .theme-light .theme-dark button.c-select-button[aria-checked="true"]:hover, .theme-light .theme-dark button.c-select-button.f-selected:hover
{
    border-color: #0067b8
}/* line 341, src/components/select-button/styles/_select_button.scss */
.theme-dark button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after
{
    background-color: #0067b8
}
@media screen and (-ms-high-contrast)
{/* line 341, src/components/select-button/styles/_select_button.scss */
    .theme-dark button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-dark button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button[aria-checked="true"]:hover>*:first-child.glyph-check-mark:after, .theme-light .theme-dark button.c-select-button.f-selected:hover>*:first-child.glyph-check-mark:after
    {
        -ms-high-contrast-adjust: none;
        background-color: ButtonText
    }
}/* line 353, src/components/select-button/styles/_select_button.scss */
button.c-select-button.f-cue-check
{
    position: relative
}/* line 358, src/components/select-button/styles/_select_button.scss */
button.c-select-button.f-cue-check[aria-checked="true"]:before, button.c-select-button.f-cue-check.f-selected:before
{
    width: 30px;
    height: 30px;
    padding-top: 4px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "MWF-MDL2";
    background-color: #000
}/* line 382, src/components/select-button/styles/_select_button.scss */
button.c-select-button.f-cue-check:active[aria-checked="true"]:before, button.c-select-button.f-cue-check:active.f-selected:before, button.c-select-button.f-cue-check:hover[aria-checked="true"]:before, button.c-select-button.f-cue-check:hover.f-selected:before
{
    background-color: #0067b8
}/*END !$!$!========src/components/select-button/styles/select_button========*//*BEGIN !$!$!========src/components/select-menu/styles/select_menu========*//*END !$!$!========src/components/select-menu/styles/select_menu========*//*BEGIN !$!$!========src/components/sequence-indicator/styles/sequence_indicator========*//* line 9, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.c-sequence-indicator
{
    font-size: 0
}/* line 12, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.c-sequence-indicator[aria-hidden=true]
{
    display: none
}/* line 16, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.c-sequence-indicator button, .c-sequence-indicator a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    width: 16px;
    height: 14px;
    padding: 2px 3px;
    display: inline-block;
    background-color: transparent
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-sequence-indicator button:after, .c-sequence-indicator a:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-sequence-indicator button:focus, .c-sequence-indicator a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-sequence-indicator button:focus:after, .c-sequence-indicator a:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-sequence-indicator button:focus, .theme-dark .theme-light .c-sequence-indicator button:focus, .theme-light .c-sequence-indicator a:focus, .theme-dark .theme-light .c-sequence-indicator a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-sequence-indicator button:focus:after, .theme-dark .theme-light .c-sequence-indicator button:focus:after, .theme-light .c-sequence-indicator a:focus:after, .theme-dark .theme-light .c-sequence-indicator a:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-sequence-indicator button:focus, .theme-light .theme-dark .c-sequence-indicator button:focus, .theme-dark .c-sequence-indicator a:focus, .theme-light .theme-dark .c-sequence-indicator a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-sequence-indicator button:focus:after, .theme-light .theme-dark .c-sequence-indicator button:focus:after, .theme-dark .c-sequence-indicator a:focus:after, .theme-light .theme-dark .c-sequence-indicator a:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 25, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.c-sequence-indicator button:before, .c-sequence-indicator a:before
{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.8)
}/* line 35, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.c-sequence-indicator button:hover:before, .c-sequence-indicator a:hover:before
{
    background-color: rgba(0,0,0,.4)
}/* line 42, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.c-sequence-indicator button[aria-checked="true"]:before, .c-sequence-indicator button[aria-selected="true"]:before, .c-sequence-indicator a[aria-checked="true"]:before, .c-sequence-indicator a[aria-selected="true"]:before
{
    background-color: #000
}
@media screen and (-ms-high-contrast: active)
{/* line 42, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button[aria-checked="true"]:before, .c-sequence-indicator button[aria-selected="true"]:before, .c-sequence-indicator a[aria-checked="true"]:before, .c-sequence-indicator a[aria-selected="true"]:before
    {
        background-color: Highlight
    }
}
@media(-ms-high-contrast: active)
{/* line 16, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button, .c-sequence-indicator a
    {
        border-color: Window;
        outline-color: Window
    }/* line 55, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button:after, .c-sequence-indicator a:after
    {
        border-color: Window
    }/* line 59, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button:hover, .c-sequence-indicator a:hover
    {
        outline-color: Highlight
    }/* line 62, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button:hover:after, .c-sequence-indicator a:hover:after
    {
        border-color: Highlight
    }/* line 67, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button:focus, .c-sequence-indicator a:focus
    {
        border-color: ButtonText
    }/* line 72, src/components/sequence-indicator/styles/_sequence_indicator.scss */
    .c-sequence-indicator button:active:before, .c-sequence-indicator a:active:before
    {
        background-color: Highlight
    }
}/* line 82, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-light .c-sequence-indicator button:before, .theme-light .c-sequence-indicator a:before, .theme-dark .theme-light .c-sequence-indicator button:before, .theme-dark .theme-light .c-sequence-indicator a:before
{
    border-color: rgba(0,0,0,.8)
}/* line 86, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-light .c-sequence-indicator button:focus, .theme-light .c-sequence-indicator a:focus, .theme-dark .theme-light .c-sequence-indicator button:focus, .theme-dark .theme-light .c-sequence-indicator a:focus
{
    border-color: #000
}/* line 91, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-light .c-sequence-indicator button:hover:before, .theme-light .c-sequence-indicator a:hover:before, .theme-dark .theme-light .c-sequence-indicator button:hover:before, .theme-dark .theme-light .c-sequence-indicator a:hover:before
{
    background: rgba(0,0,0,.4)
}/* line 98, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-light .c-sequence-indicator button[aria-checked="true"]:before, .theme-light .c-sequence-indicator button[aria-selected="true"]:before, .theme-light .c-sequence-indicator a[aria-checked="true"]:before, .theme-light .c-sequence-indicator a[aria-selected="true"]:before, .theme-dark .theme-light .c-sequence-indicator button[aria-checked="true"]:before, .theme-dark .theme-light .c-sequence-indicator button[aria-selected="true"]:before, .theme-dark .theme-light .c-sequence-indicator a[aria-checked="true"]:before, .theme-dark .theme-light .c-sequence-indicator a[aria-selected="true"]:before
{
    background: #000
}/* line 108, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-dark .c-sequence-indicator button:before, .theme-dark .c-sequence-indicator a:before, .theme-light .theme-dark .c-sequence-indicator button:before, .theme-light .theme-dark .c-sequence-indicator a:before
{
    border-color: rgba(255,255,255,.8)
}/* line 112, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-dark .c-sequence-indicator button:focus, .theme-dark .c-sequence-indicator a:focus, .theme-light .theme-dark .c-sequence-indicator button:focus, .theme-light .theme-dark .c-sequence-indicator a:focus
{
    border-color: #fff
}/* line 117, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-dark .c-sequence-indicator button:hover:before, .theme-dark .c-sequence-indicator a:hover:before, .theme-light .theme-dark .c-sequence-indicator button:hover:before, .theme-light .theme-dark .c-sequence-indicator a:hover:before
{
    background: rgba(255,255,255,.4)
}/* line 124, src/components/sequence-indicator/styles/_sequence_indicator.scss */
.theme-dark .c-sequence-indicator button[aria-checked="true"]:before, .theme-dark .c-sequence-indicator button[aria-selected="true"]:before, .theme-dark .c-sequence-indicator a[aria-checked="true"]:before, .theme-dark .c-sequence-indicator a[aria-selected="true"]:before, .theme-light .theme-dark .c-sequence-indicator button[aria-checked="true"]:before, .theme-light .theme-dark .c-sequence-indicator button[aria-selected="true"]:before, .theme-light .theme-dark .c-sequence-indicator a[aria-checked="true"]:before, .theme-light .theme-dark .c-sequence-indicator a[aria-selected="true"]:before
{
    background: #fff
}/*END !$!$!========src/components/sequence-indicator/styles/sequence_indicator========*//*BEGIN !$!$!========src/components/slider/styles/slider========*//* line 8, src/components/slider/styles/_slider.scss */
.c-slider
{
    width: 296px
}/* line 11, src/components/slider/styles/_slider.scss */
.c-slider.f-vertical
{
    height: 324px
}/* line 14, src/components/slider/styles/_slider.scss */
.c-slider.f-vertical input[type="range"]
{
    -webkit-appearance: slider-vertical;
    -moz-appearance: slider-vertical;
    appearance: slider-vertical
}/* line 18, src/components/slider/styles/_slider.scss */
.c-slider.f-vertical>div
{
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 134px;
    left: -134px
}/* line 28, src/components/slider/styles/_slider.scss */
.c-slider.f-vertical>div>button>span
{
    top: -40px;
    left: -14px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}/* line 41, src/components/slider/styles/_slider.scss */
.c-slider input[type="range"]
{
    -webkit-appearance: slider-horizontal;
    -moz-appearance: slider-horizontal;
    appearance: slider-horizontal
}/* line 45, src/components/slider/styles/_slider.scss */
.no-js .c-slider input[type="range"]
{
    display: block
}/* line 49, src/components/slider/styles/_slider.scss */
.js .c-slider input[type="range"]
{
    display: none
}/* line 53, src/components/slider/styles/_slider.scss */
.c-slider div
{
    position: relative;
    height: 4px;
    background: rgba(0,0,0,.4);
    margin-top: 12px
}
@media screen and (-ms-high-contrast: active)
{/* line 53, src/components/slider/styles/_slider.scss */
    .c-slider div
    {
        background: rgba(255,255,255,.4)
    }
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: black-on-white)
{/* line 53, src/components/slider/styles/_slider.scss */
    .c-slider div
    {
        border: 1px solid #000
    }
}/* line 67, src/components/slider/styles/_slider.scss */
.c-slider div button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    height: 24px;
    width: 8px;
    background: #0067b8;
    padding: 0;
    border-radius: 4px;
    position: absolute;
    top: -10px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-slider div button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-slider div button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-slider div button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-slider div button:focus, .theme-dark .theme-light .c-slider div button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-slider div button:focus:before, .theme-dark .theme-light .c-slider div button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-slider div button:focus, .theme-light .theme-dark .c-slider div button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-slider div button:focus:before, .theme-light .theme-dark .c-slider div button:focus:before
{
    border-color: rgba(0,0,0,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 79, src/components/slider/styles/_slider.scss */
    .c-slider div button, .c-slider div button:hover, .c-slider div button:active
    {
        background: #fff
    }
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: black-on-white)
{/* line 79, src/components/slider/styles/_slider.scss */
    .c-slider div button, .c-slider div button:hover, .c-slider div button:active
    {
        border: 4px solid #000
    }
}/* line 94, src/components/slider/styles/_slider.scss */
.c-slider div button:hover
{
    background: #000
}/* line 98, src/components/slider/styles/_slider.scss */
.c-slider div button:focus:not(.x-hidden-focus), .c-slider div button:active
{
    background: #003e6e
}/* line 102, src/components/slider/styles/_slider.scss */
.c-slider div button:focus:not(.x-hidden-focus) span, .c-slider div button:active span
{
    display: block
}/* line 107, src/components/slider/styles/_slider.scss */
.c-slider div button span
{
    display: none;
    position: absolute;
    min-width: 36px;
    height: 36px;
    text-align: center;
    top: -40px;
    left: 4px;
    padding: 8px 8px 10px;
    background: #e6e6e6;
    border: 1px solid rgba(0,0,0,.3);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}/* line 122, src/components/slider/styles/_slider.scss */
.c-slider div>span
{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #0067b8
}
@media screen and (-ms-high-contrast: active)
{/* line 122, src/components/slider/styles/_slider.scss */
    .c-slider div>span
    {
        background: #fff
    }
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: black-on-white)
{/* line 122, src/components/slider/styles/_slider.scss */
    .c-slider div>span
    {
        border: 1px solid #000
    }
}/* line 140, src/components/slider/styles/_slider.scss */
.c-slider.f-disabled label.c-label
{
    color: rgba(0,0,0,.2)
}/* line 146, src/components/slider/styles/_slider.scss */
.c-slider.f-disabled input[type="range"][disabled]+div, .c-slider.f-disabled input[type="range"][disabled]+div button
{
    background: #ccc
}/* line 151, src/components/slider/styles/_slider.scss */
.c-slider.f-disabled input[type="range"][disabled]+div span
{
    display: none
}/*END !$!$!========src/components/slider/styles/slider========*//*BEGIN !$!$!========src/components/structured-list/styles/structured_list========*//* line 4, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list
{
    margin: 24px 0
}/* line 7, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column
{
    padding-left: 10px
}/* line 10, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column:first-child
{
    padding-right: 10px;
    padding-left: 0
}
@media only screen and (max-width: 1399px)
{/* line 15, src/components/structured-list/styles/_structured_list.scss */
    .c-structured-list .f-column:first-child .f-row.f-dividers:first-child
    {
        border-top: 1px solid #e6e6e6
    }
}
@media only screen and (max-width: 1399px)
{/* line 7, src/components/structured-list/styles/_structured_list.scss */
    .c-structured-list .f-column
    {
        padding-right: 10px;
        padding-left: 0;
        max-width: 768px
    }
}/* line 27, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column .f-row
{
    width: 100%;
    float: left
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-structured-list .f-column .f-row:before, .c-structured-list .f-column .f-row:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-structured-list .f-column .f-row:after
{
    clear: both
}/* line 32, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column .f-row.f-dividers
{
    border-bottom: 1px solid #e6e6e6
}/* line 36, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column .f-row.f-dividers:first-child
{
    border-top: 1px solid #e6e6e6
}
@media only screen and (max-width: 1399px)
{/* line 36, src/components/structured-list/styles/_structured_list.scss */
    .c-structured-list .f-column .f-row.f-dividers:first-child
    {
        border-top: 0
    }
}/* line 44, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column .f-row [class^='c-paragraph']
{
    padding: 0
}/* line 48, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column .f-row [data-grid="col-2 stack-2"]
{
    padding: 8px 0 8px 24px
}/* line 52, src/components/structured-list/styles/_structured_list.scss */
.c-structured-list .f-column .f-row [data-grid="col-10"]
{
    padding: 8px 12px 8px 24px
}
@media only screen and (max-width: 1399px)
{/* line 57, src/components/structured-list/styles/_structured_list.scss */
    .c-structured-list .f-column.c-list
    {
        padding-left: 24px
    }
}/*END !$!$!========src/components/structured-list/styles/structured_list========*//*BEGIN !$!$!========src/components/table/styles/table========*//* line 8, src/components/table/styles/_table.scss */
.c-table
{
    margin-top: 8px
}/* line 13, src/components/table/styles/_table.scss */
.c-table.f-divided tbody tr
{
    border-bottom: 1px solid #dbdbdb
}/* line 22, src/components/table/styles/_table.scss */
.c-table.f-column-divided tbody td:not(:last-child)
{
    border-right: 1px solid rgba(0,0,0,.1)
}/* line 30, src/components/table/styles/_table.scss */
.c-table td.f-image
{
    padding: 8px;
    vertical-align: middle
}/* line 36, src/components/table/styles/_table.scss */
.c-table td .c-checkbox .c-label
{
    margin-top: 0
}/* line 41, src/components/table/styles/_table.scss */
.c-table td .c-checkbox input[type="checkbox"]+span
{
    display: inline
}/* line 47, src/components/table/styles/_table.scss */
.c-table table
{
    width: 100%
}/* line 51, src/components/table/styles/_table.scss */
.c-table caption
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600;
    text-align: left
}/* line 56, src/components/table/styles/_table.scss */
.c-table thead
{
    border-bottom: 1px solid #dbdbdb
}/* line 59, src/components/table/styles/_table.scss */
.c-table thead th
{
    font-size: 13px;
    line-height: 16px;
    vertical-align: bottom;
    color: #000;
    font-weight: 600
}/* line 65, src/components/table/styles/_table.scss */
.c-table thead th button
{
    font-size: 13px;
    line-height: 16px;
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    color: #000;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-table thead th button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-table thead th button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-table thead th button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-table thead th button:focus, .theme-dark .theme-light .c-table thead th button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-table thead th button:focus:before, .theme-dark .theme-light .c-table thead th button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-table thead th button:focus, .theme-light .theme-dark .c-table thead th button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-table thead th button:focus:before, .theme-light .theme-dark .c-table thead th button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 74, src/components/table/styles/_table.scss */
.c-table thead th button:hover
{
    color: rgba(0,0,0,.8)
}/* line 78, src/components/table/styles/_table.scss */
.c-table thead th button:hover, .c-table thead th button:focus
{
    text-decoration: underline
}/* line 83, src/components/table/styles/_table.scss */
.c-table thead th button:active
{
    color: #000;
    outline: 1px solid transparent
}/* line 89, src/components/table/styles/_table.scss */
.c-table thead th button.c-glyph:after
{
    display: inline-block;
    margin-left: 8px;
    vertical-align: top
}/* line 96, src/components/table/styles/_table.scss */
.c-table thead th button.f-ascending
{
    color: #000
}/* line 99, src/components/table/styles/_table.scss */
.c-table thead th button.f-ascending:after
{
    content: ""
}/* line 104, src/components/table/styles/_table.scss */
.c-table thead th button.f-descending
{
    color: #000
}/* line 107, src/components/table/styles/_table.scss */
.c-table thead th button.f-descending:after
{
    content: ""
}/* line 114, src/components/table/styles/_table.scss */
.c-table thead th[colspan]:not([colspan="1"])
{
    text-align: center
}/* line 122, src/components/table/styles/_table.scss */
.c-table thead tr+tr th, .c-table thead tr+tr th:last-child
{
    text-align: center
}/* line 131, src/components/table/styles/_table.scss */
.c-table td, .c-table th
{
    font-weight: 400;
    padding: 10px 12px;
    text-align: left
}/* line 137, src/components/table/styles/_table.scss */
.c-table td:first-child, .c-table th:first-child
{
    padding-left: 19px
}/* line 141, src/components/table/styles/_table.scss */
.c-table td.f-sub-categorical, .c-table th.f-sub-categorical
{
    text-align: center
}/* line 145, src/components/table/styles/_table.scss */
.c-table td.f-numerical, .c-table th.f-numerical
{
    text-align: right
}/* line 149, src/components/table/styles/_table.scss */
.c-table td .c-price, .c-table th .c-price
{
    float: right
}/* line 152, src/components/table/styles/_table.scss */
.c-table td .c-price button, .c-table td .c-price span, .c-table th .c-price button, .c-table th .c-price span
{
    text-align: right;
    display: -ms-flexbox;
    display: flex
}/* line 160, src/components/table/styles/_table.scss */
.c-table[data-table="structured"]
{
    margin-top: 20px
}/* line 163, src/components/table/styles/_table.scss */
.c-table[data-table="structured"] table
{
    table-layout: fixed
}/* line 166, src/components/table/styles/_table.scss */
.c-table[data-table="structured"] table td
{
    width: 50%
}/* line 175, src/components/table/styles/_table.scss */
.c-table ul.c-list
{
    margin: 0
}/* line 178, src/components/table/styles/_table.scss */
.c-table ul.c-list li
{
    padding: 0 0 8px
}/* line 183, src/components/table/styles/_table.scss */
.c-table .c-paragraph
{
    padding: 0
}/* line 187, src/components/table/styles/_table.scss */
.c-table .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    margin-top: 10px
}
@media screen and (-ms-high-contrast: active)
{/* line 187, src/components/table/styles/_table.scss */
    .c-table .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-table .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-table .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-table .c-call-to-action:focus, .theme-dark .theme-light .c-table .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-table .c-call-to-action:focus, .theme-light .theme-dark .c-table .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action:focus:not(.x-hidden-focus), .c-table .c-call-to-action:hover, .c-table .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action:focus:not(.x-hidden-focus) span, .c-table .c-call-to-action:hover span, .c-table .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-table .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action, .theme-dark .theme-light .c-table .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-table .c-call-to-action:hover, .theme-dark .theme-light .c-table .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-table .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action:hover, .theme-dark .theme-light .c-table .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action:active, .theme-dark .theme-light .c-table .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-table .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .c-table .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action, .theme-light .theme-dark .c-table .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-table .c-call-to-action:hover, .theme-light .theme-dark .c-table .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-table .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action:hover, .theme-light .theme-dark .c-table .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action:active, .theme-light .theme-dark .c-table .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-table .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .c-table .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 191, src/components/table/styles/_table.scss */
.c-table .c-call-to-action:hover
{
    border-color: transparent
}/*END !$!$!========src/components/table/styles/table========*//*BEGIN !$!$!========src/components/tag/styles/tag========*//* line 9, src/components/tag/styles/_tag.scss */
.c-tag
{
    padding: 0 12px;
    margin: auto;
    display: inline-block;
    position: relative;
    overflow: visible;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    border: 0;
    outline: 0;
    transition: all 150ms ease-in-out;
    border-radius: 18px;
    background: rgba(0,0,0,.1)
}
@media(-ms-high-contrast: active)
{/* line 9, src/components/tag/styles/_tag.scss */
    .c-tag
    {
        color: WindowText
    }/* line 32, src/components/tag/styles/_tag.scss */
    .c-tag:not(.f-show-all)
    {
        border: 3px solid Window !important
    }
}/* line 37, src/components/tag/styles/_tag.scss */
.c-tag:after
{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: 18px
}
@media(-ms-high-contrast: active)
{/* line 37, src/components/tag/styles/_tag.scss */
    .c-tag:after
    {
        border-color: WindowText
    }
}/* line 55, src/components/tag/styles/_tag.scss */
.c-tag .c-glyph
{
    margin-right: 12px;
    margin-left: 8px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1px
}/* line 65, src/components/tag/styles/_tag.scss */
button.c-tag:hover, button.c-tag:focus, a.c-tag:hover, a.c-tag:focus
{
    background: rgba(0,0,0,.3);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    cursor: pointer
}/* line 72, src/components/tag/styles/_tag.scss */
button.c-tag:active, a.c-tag:active
{
    background: rgba(0,0,0,.2);
    cursor: pointer
}/* line 76, src/components/tag/styles/_tag.scss */
button.c-tag:active:after, a.c-tag:active:after
{
    border-color: #0067b8
}/* line 117, src/components/tag/styles/_tag.scss */
.c-tag.f-show-all
{
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    background: rgba(0,0,0,.5)
}
@media(-ms-high-contrast: active)
{/* line 128, src/components/tag/styles/_tag.scss */
    .c-tag.f-show-all:hover:after
    {
        border: 3px solid Highlight
    }
}/* line 163, src/components/tag/styles/_tag.scss */
.c-tag-group
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}/* line 167, src/components/tag/styles/_tag.scss */
.c-tag-group .c-tag
{
    margin: 0 4px 8px
}
@media(-ms-high-contrast: active)
{/* line 173, src/components/tag/styles/_tag.scss */
    a.c-tag, button.c-tag
    {
        color: -ms-hotlight;
        background: ButtonFace
    }/* line 178, src/components/tag/styles/_tag.scss */
    a.c-tag:focus, button.c-tag:focus
    {
        outline: 2px solid ButtonText
    }/* line 183, src/components/tag/styles/_tag.scss */
    a.c-tag:hover:not(.f-show-all), button.c-tag:hover:not(.f-show-all)
    {
        border: 3px solid Highlight !important;
        color: Highlight
    }/* line 188, src/components/tag/styles/_tag.scss */
    a.c-tag:hover:after, button.c-tag:hover:after
    {
        border-color: Highlight
    }/* line 193, src/components/tag/styles/_tag.scss */
    a.c-tag:after, button.c-tag:after
    {
        border-color: -ms-hotlight
    }
}/*END !$!$!========src/components/tag/styles/tag========*//*BEGIN !$!$!========src/components/text-action/styles/text_action========*//* line 8, src/components/text-action/styles/_text_action.scss */
.c-text-action
{
    position: relative;
    min-width: 92px;
    max-width: 296px;
    height: 38px;
    margin-top: 20px
}/* line 15, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"], .c-text-action button
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    float: left;
    height: 100%;
    background-color: #fff
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-text-action input[type="text"]:after, .c-text-action button:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-text-action input[type="text"]:focus, .c-text-action button:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-text-action input[type="text"]:focus:after, .c-text-action button:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-text-action input[type="text"]:focus, .theme-dark .theme-light .c-text-action input[type="text"]:focus, .theme-light .c-text-action button:focus, .theme-dark .theme-light .c-text-action button:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-text-action input[type="text"]:focus:after, .theme-dark .theme-light .c-text-action input[type="text"]:focus:after, .theme-light .c-text-action button:focus:after, .theme-dark .theme-light .c-text-action button:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-text-action input[type="text"]:focus, .theme-light .theme-dark .c-text-action input[type="text"]:focus, .theme-dark .c-text-action button:focus, .theme-light .theme-dark .c-text-action button:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-text-action input[type="text"]:focus:after, .theme-light .theme-dark .c-text-action input[type="text"]:focus:after, .theme-dark .c-text-action button:focus:after, .theme-light .theme-dark .c-text-action button:focus:after
{
    outline-color: rgba(0,0,0,.6)
}/* line 24, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    padding-right: 38px;
    border: 1px solid rgba(0,0,0,.6)
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-text-action input[type="text"]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-text-action input[type="text"]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-text-action input[type="text"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-text-action input[type="text"]:focus, .theme-dark .theme-light .c-text-action input[type="text"]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-text-action input[type="text"]:focus:before, .theme-dark .theme-light .c-text-action input[type="text"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-text-action input[type="text"]:focus, .theme-light .theme-dark .c-text-action input[type="text"]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-text-action input[type="text"]:focus:before, .theme-light .theme-dark .c-text-action input[type="text"]:focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 34, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"]:hover
{
    border-color: rgba(0,0,0,.8)
}/* line 38, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"]:active
{
    border-color: #0067b8
}/* line 42, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"]::-ms-clear
{
    display: none
}/* line 46, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"]::-webkit-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.c-text-action input[type="text"]:-ms-input-placeholder
{
    color: rgba(0,0,0,.6)
}
.c-text-action input[type="text"]::placeholder
{
    color: rgba(0,0,0,.6)
}/* line 50, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][disabled]
{
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}/* line 55, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][disabled]+button
{
    cursor: not-allowed
}/* line 58, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][disabled]+button:hover, .c-text-action input[type="text"][disabled]+button:active, .c-text-action input[type="text"][disabled]+button:focus
{
    background: #fff;
    color: rgba(0,0,0,.2)
}/* line 65, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][disabled]+button:before
{
    cursor: not-allowed;
    color: rgba(0,0,0,.2)
}/* line 72, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][readonly]
{
    border: 1px solid rgba(0,0,0,.6);
    background: #e6e6e6
}/* line 76, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][readonly]+button
{
    background: #e6e6e6;
    cursor: default;
    color: rgba(0,0,0,.6)
}/* line 81, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][readonly]+button:hover, .c-text-action input[type="text"][readonly]+button:active, .c-text-action input[type="text"][readonly]+button:focus
{
    color: rgba(0,0,0,.6)
}/* line 87, src/components/text-action/styles/_text_action.scss */
.c-text-action input[type="text"][readonly]+button:before
{
    background: #e6e6e6
}/* line 94, src/components/text-action/styles/_text_action.scss */
.c-text-action button
{
    position: absolute;
    top: 0;
    right: 1px;
    width: 34px;
    height: 34px;
    margin: 2px 1px 1px;
    padding: 9px;
    transition: color .1s,background-color .1s
}
@media screen and (-ms-high-contrast)
{/* line 105, src/components/text-action/styles/_text_action.scss */
    .c-text-action button:hover, .c-text-action button:active, .c-text-action button:focus
    {
        background: #fff
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 113, src/components/text-action/styles/_text_action.scss */
    .c-text-action button:hover, .c-text-action button:active, .c-text-action button:focus
    {
        background: #000
    }
}/* line 120, src/components/text-action/styles/_text_action.scss */
.c-text-action button:hover
{
    color: #0067b8
}/* line 124, src/components/text-action/styles/_text_action.scss */
.c-text-action button:active, .c-text-action button:focus
{
    color: #fff;
    background: #0067b8
}/* line 130, src/components/text-action/styles/_text_action.scss */
.c-text-action button:before
{
    font-size: 16px
}/*END !$!$!========src/components/text-action/styles/text_action========*//*BEGIN !$!$!========src/components/text-field/styles/text_field========*//* line 8, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"], input.c-text-field[type="number"], input.c-text-field[type="tel"], input.c-text-field[type="text"], input.c-text-field[type="url"]
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    display: block;
    width: 296px;
    height: 36px;
    margin-top: 20px;
    padding: 7px 10px;
    border: 2px solid rgba(0,0,0,.6);
    background: #fff
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
input.c-text-field[type="email"]:before, input.c-text-field[type="number"]:before, input.c-text-field[type="tel"]:before, input.c-text-field[type="text"]:before, input.c-text-field[type="url"]:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
input.c-text-field[type="email"]:focus, input.c-text-field[type="number"]:focus, input.c-text-field[type="tel"]:focus, input.c-text-field[type="text"]:focus, input.c-text-field[type="url"]:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
input.c-text-field[type="email"]:focus:before, input.c-text-field[type="number"]:focus:before, input.c-text-field[type="tel"]:focus:before, input.c-text-field[type="text"]:focus:before, input.c-text-field[type="url"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light input.c-text-field[type="email"]:focus, .theme-dark .theme-light input.c-text-field[type="email"]:focus, .theme-light input.c-text-field[type="number"]:focus, .theme-dark .theme-light input.c-text-field[type="number"]:focus, .theme-light input.c-text-field[type="tel"]:focus, .theme-dark .theme-light input.c-text-field[type="tel"]:focus, .theme-light input.c-text-field[type="text"]:focus, .theme-dark .theme-light input.c-text-field[type="text"]:focus, .theme-light input.c-text-field[type="url"]:focus, .theme-dark .theme-light input.c-text-field[type="url"]:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light input.c-text-field[type="email"]:focus:before, .theme-dark .theme-light input.c-text-field[type="email"]:focus:before, .theme-light input.c-text-field[type="number"]:focus:before, .theme-dark .theme-light input.c-text-field[type="number"]:focus:before, .theme-light input.c-text-field[type="tel"]:focus:before, .theme-dark .theme-light input.c-text-field[type="tel"]:focus:before, .theme-light input.c-text-field[type="text"]:focus:before, .theme-dark .theme-light input.c-text-field[type="text"]:focus:before, .theme-light input.c-text-field[type="url"]:focus:before, .theme-dark .theme-light input.c-text-field[type="url"]:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark input.c-text-field[type="email"]:focus, .theme-light .theme-dark input.c-text-field[type="email"]:focus, .theme-dark input.c-text-field[type="number"]:focus, .theme-light .theme-dark input.c-text-field[type="number"]:focus, .theme-dark input.c-text-field[type="tel"]:focus, .theme-light .theme-dark input.c-text-field[type="tel"]:focus, .theme-dark input.c-text-field[type="text"]:focus, .theme-light .theme-dark input.c-text-field[type="text"]:focus, .theme-dark input.c-text-field[type="url"]:focus, .theme-light .theme-dark input.c-text-field[type="url"]:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark input.c-text-field[type="email"]:focus:before, .theme-light .theme-dark input.c-text-field[type="email"]:focus:before, .theme-dark input.c-text-field[type="number"]:focus:before, .theme-light .theme-dark input.c-text-field[type="number"]:focus:before, .theme-dark input.c-text-field[type="tel"]:focus:before, .theme-light .theme-dark input.c-text-field[type="tel"]:focus:before, .theme-dark input.c-text-field[type="text"]:focus:before, .theme-light .theme-dark input.c-text-field[type="text"]:focus:before, .theme-dark input.c-text-field[type="url"]:focus:before, .theme-light .theme-dark input.c-text-field[type="url"]:focus:before
{
    outline-color: rgba(0,0,0,.6)
}
@media only screen and (max-width: 539px)
{/* line 8, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"], input.c-text-field[type="number"], input.c-text-field[type="tel"], input.c-text-field[type="text"], input.c-text-field[type="url"]
    {
        width: 100%
    }
}
@media(-ms-high-contrast: active)
{/* line 8, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"], input.c-text-field[type="number"], input.c-text-field[type="tel"], input.c-text-field[type="text"], input.c-text-field[type="url"]
    {
        outline-color: Window;
        outline-offset: 1px;
        outline-color: Window;
        border: 2px solid ButtonText
    }
}/* line 35, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"].f-small, input.c-text-field[type="number"].f-small, input.c-text-field[type="tel"].f-small, input.c-text-field[type="text"].f-small, input.c-text-field[type="url"].f-small
{
    width: 88px
}/* line 39, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"].f-flex, input.c-text-field[type="number"].f-flex, input.c-text-field[type="tel"].f-flex, input.c-text-field[type="text"].f-flex, input.c-text-field[type="url"].f-flex
{
    width: 100%;
    min-width: 88px;
    max-width: 100%
}/* line 45, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"]:hover, input.c-text-field[type="number"]:hover, input.c-text-field[type="tel"]:hover, input.c-text-field[type="text"]:hover, input.c-text-field[type="url"]:hover
{
    border-color: rgba(0,0,0,.8)
}
@media(-ms-high-contrast: active)
{/* line 45, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"]:hover, input.c-text-field[type="number"]:hover, input.c-text-field[type="tel"]:hover, input.c-text-field[type="text"]:hover, input.c-text-field[type="url"]:hover
    {
        border-color: Highlight
    }
}/* line 53, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"]:active, input.c-text-field[type="number"]:active, input.c-text-field[type="tel"]:active, input.c-text-field[type="text"]:active, input.c-text-field[type="url"]:active
{
    border-color: #0067b8
}
@media(-ms-high-contrast: active)
{/* line 53, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"]:active, input.c-text-field[type="number"]:active, input.c-text-field[type="tel"]:active, input.c-text-field[type="text"]:active, input.c-text-field[type="url"]:active
    {
        border-color: Highlight;
        outline-color: Window !important
    }
}/* line 62, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"]:focus, input.c-text-field[type="number"]:focus, input.c-text-field[type="tel"]:focus, input.c-text-field[type="text"]:focus, input.c-text-field[type="url"]:focus
{
    border-color: #0067b8;
    outline-offset: 1px
}
@media(-ms-high-contrast: active)
{/* line 62, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"]:focus, input.c-text-field[type="number"]:focus, input.c-text-field[type="tel"]:focus, input.c-text-field[type="text"]:focus, input.c-text-field[type="url"]:focus
    {
        border-color: ButtonText;
        outline-color: ButtonText
    }/* line 70, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"]:focus:hover, input.c-text-field[type="number"]:focus:hover, input.c-text-field[type="tel"]:focus:hover, input.c-text-field[type="text"]:focus:hover, input.c-text-field[type="url"]:focus:hover
    {
        border-color: Highlight
    }
}/* line 76, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"][disabled], input.c-text-field[type="number"][disabled], input.c-text-field[type="tel"][disabled], input.c-text-field[type="text"][disabled], input.c-text-field[type="url"][disabled]
{
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}
@media(-ms-high-contrast: active)
{/* line 76, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"][disabled], input.c-text-field[type="number"][disabled], input.c-text-field[type="tel"][disabled], input.c-text-field[type="text"][disabled], input.c-text-field[type="url"][disabled]
    {
        color: GrayText;
        border-color: GrayText
    }
}/* line 87, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"][readonly], input.c-text-field[type="number"][readonly], input.c-text-field[type="tel"][readonly], input.c-text-field[type="text"][readonly], input.c-text-field[type="url"][readonly]
{
    border: 1px solid rgba(0,0,0,.6);
    background: #e6e6e6
}
@media(-ms-high-contrast: active)
{/* line 87, src/components/text-field/styles/_text_field.scss */
    input.c-text-field[type="email"][readonly], input.c-text-field[type="number"][readonly], input.c-text-field[type="tel"][readonly], input.c-text-field[type="text"][readonly], input.c-text-field[type="url"][readonly]
    {
        color: WindowText;
        border: 2px solid WindowText
    }
}/* line 98, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"][maxlength="3"], input.c-text-field[type="number"][maxlength="3"], input.c-text-field[type="tel"][maxlength="3"], input.c-text-field[type="text"][maxlength="3"], input.c-text-field[type="url"][maxlength="3"]
{
    max-width: 50px
}/* line 102, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"][maxlength="10"], input.c-text-field[type="number"][maxlength="10"], input.c-text-field[type="tel"][maxlength="10"], input.c-text-field[type="text"][maxlength="10"], input.c-text-field[type="url"][maxlength="10"]
{
    max-width: 102px
}/* line 106, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"]::-webkit-input-placeholder, input.c-text-field[type="number"]::-webkit-input-placeholder, input.c-text-field[type="tel"]::-webkit-input-placeholder, input.c-text-field[type="text"]::-webkit-input-placeholder, input.c-text-field[type="url"]::-webkit-input-placeholder
{
    color: rgba(0,0,0,.6)
}
input.c-text-field[type="email"]:-ms-input-placeholder, input.c-text-field[type="number"]:-ms-input-placeholder, input.c-text-field[type="tel"]:-ms-input-placeholder, input.c-text-field[type="text"]:-ms-input-placeholder, input.c-text-field[type="url"]:-ms-input-placeholder
{
    color: rgba(0,0,0,.6)
}
input.c-text-field[type="email"]::placeholder, input.c-text-field[type="number"]::placeholder, input.c-text-field[type="tel"]::placeholder, input.c-text-field[type="text"]::placeholder, input.c-text-field[type="url"]::placeholder
{
    color: rgba(0,0,0,.6)
}/* line 110, src/components/text-field/styles/_text_field.scss */
input.c-text-field[type="email"]+[class*="c-caption"], input.c-text-field[type="email"] [class*="c-paragraph"], input.c-text-field[type="number"]+[class*="c-caption"], input.c-text-field[type="number"] [class*="c-paragraph"], input.c-text-field[type="tel"]+[class*="c-caption"], input.c-text-field[type="tel"] [class*="c-paragraph"], input.c-text-field[type="text"]+[class*="c-caption"], input.c-text-field[type="text"] [class*="c-paragraph"], input.c-text-field[type="url"]+[class*="c-caption"], input.c-text-field[type="url"] [class*="c-paragraph"]
{
    padding-top: 24px
}/*END !$!$!========src/components/text-field/styles/text_field========*//*BEGIN !$!$!========src/components/textarea/styles/textarea========*//* line 9, src/components/textarea/styles/_textarea.scss */
.c-textarea label.c-label
{
    display: block;
    margin-top: 16px;
    padding-bottom: 6px
}/* line 15, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea
{
    font-size: 15px;
    line-height: 20px;
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    min-width: 296px;
    min-height: 36px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.6);
    padding: 7px 12px;
    color: #000;
    resize: none
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-textarea textarea:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-textarea textarea:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-textarea textarea:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-textarea textarea:focus, .theme-dark .theme-light .c-textarea textarea:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-textarea textarea:focus:before, .theme-dark .theme-light .c-textarea textarea:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-textarea textarea:focus, .theme-light .theme-dark .c-textarea textarea:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-textarea textarea:focus:before, .theme-light .theme-dark .c-textarea textarea:focus:before
{
    outline-color: rgba(0,0,0,.6)
}
@media only screen and (max-width: 539px)
{/* line 15, src/components/textarea/styles/_textarea.scss */
    .c-textarea textarea
    {
        min-width: 100%
    }
}/* line 31, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea:active
{
    border-color: #0067b8
}/* line 35, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea[disabled]
{
    cursor: not-allowed;
    color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2)
}/* line 41, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea[readonly]
{
    border: 1px solid rgba(0,0,0,.6);
    background-color: #e6e6e6
}/* line 47, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea.f-resize
{
    resize: both
}/* line 51, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea.f-scroll
{
    overflow-y: scroll
}/* line 55, src/components/textarea/styles/_textarea.scss */
.c-textarea textarea.f-flex
{
    width: 100%;
    max-width: 100%
}/* line 62, src/components/textarea/styles/_textarea.scss */
.theme-light .c-textarea textarea, .theme-dark .theme-light .c-textarea textarea
{
    background: rgba(255,255,255,.6);
    color: #000
}/* line 69, src/components/textarea/styles/_textarea.scss */
.theme-dark .c-textarea textarea, .theme-light .theme-dark .c-textarea textarea
{
    background: rgba(255,255,255,.6);
    color: #000
}/* line 77, src/components/textarea/styles/_textarea.scss */
.c-textarea+p[class*="c-caption"], .c-textarea+p[class*="c-paragraph"]
{
    padding-top: 16px
}/*END !$!$!========src/components/textarea/styles/textarea========*//*BEGIN !$!$!========src/components/toggle/styles/toggle========*//* line 9, src/components/toggle/styles/_toggle.scss */
div.c-toggle button
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    position: relative;
    width: 44px;
    height: 20px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 20px;
    margin-top: 42px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
div.c-toggle button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
div.c-toggle button:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
div.c-toggle button:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light div.c-toggle button:focus, .theme-dark .theme-light div.c-toggle button:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light div.c-toggle button:focus:before, .theme-dark .theme-light div.c-toggle button:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark div.c-toggle button:focus, .theme-light .theme-dark div.c-toggle button:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark div.c-toggle button:focus:before, .theme-light .theme-dark div.c-toggle button:focus:before
{
    outline-color: rgba(0,0,0,.6)
}
@media screen and (-ms-high-contrast)
{/* line 21, src/components/toggle/styles/_toggle.scss */
    div.c-toggle button:after, div.c-toggle button[aria-checked='true']:after
    {
        background: #fff
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 28, src/components/toggle/styles/_toggle.scss */
    div.c-toggle button:after, div.c-toggle button[aria-checked='true']:after
    {
        background: #000
    }
}/* line 34, src/components/toggle/styles/_toggle.scss */
div.c-toggle button:after
{
    position: absolute;
    left: 4px;
    top: 4px;
    transition: all .1s ease;
    background: #000;
    content: "";
    border-radius: 10px;
    width: 10px;
    height: 10px
}/* line 46, src/components/toggle/styles/_toggle.scss */
div.c-toggle button[aria-checked='true']
{
    background: #0067b8;
    border-color: #0067b8
}/* line 50, src/components/toggle/styles/_toggle.scss */
div.c-toggle button[aria-checked='true']:hover
{
    background: rgba(0,103,184,.8);
    border-color: rgba(0,103,184,.8)
}/* line 55, src/components/toggle/styles/_toggle.scss */
div.c-toggle button[aria-checked='true']:after
{
    left: 28px;
    background: #fff
}/* line 60, src/components/toggle/styles/_toggle.scss */
div.c-toggle button[aria-checked='true']:disabled
{
    background: rgba(0,0,0,.2);
    border-color: transparent
}/* line 64, src/components/toggle/styles/_toggle.scss */
div.c-toggle button[aria-checked='true']:disabled:after
{
    background: rgba(0,0,0,.2)
}/* line 70, src/components/toggle/styles/_toggle.scss */
div.c-toggle button[aria-checked='false']
{
    background: transparent;
    border-color: #000
}/* line 75, src/components/toggle/styles/_toggle.scss */
div.c-toggle button:disabled
{
    background: transparent;
    border-color: rgba(0,0,0,.2)
}/* line 79, src/components/toggle/styles/_toggle.scss */
div.c-toggle button:disabled:after
{
    background: rgba(0,0,0,.2)
}/* line 87, src/components/toggle/styles/_toggle.scss */
div.c-toggle>label
{
    float: left;
    clear: left;
    margin-top: 32px
}/* line 92, src/components/toggle/styles/_toggle.scss */
div.c-toggle>label+button
{
    margin-top: 0;
    float: left;
    clear: left
}/* line 97, src/components/toggle/styles/_toggle.scss */
div.c-toggle>label+button+span
{
    float: left
}/* line 103, src/components/toggle/styles/_toggle.scss */
div.c-toggle span
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    padding-left: 12px;
    padding-bottom: 0;
    cursor: pointer
}/* line 111, src/components/toggle/styles/_toggle.scss */
div.c-toggle.f-disabled
{
    color: rgba(0,0,0,.2)
}/* line 116, src/components/toggle/styles/_toggle.scss */
div.c-toggle.f-disabled:hover, div.c-toggle.f-disabled *:hover
{
    cursor: default
}/*END !$!$!========src/components/toggle/styles/toggle========*//*BEGIN !$!$!========src/components/tooltip/styles/tooltip========*//* line 9, src/components/tooltip/styles/_tooltip.scss */
span.c-tooltip
{
    font-size: 13px;
    position: fixed;
    background: #f2f2f2;
    border: 1px solid rgba(0,0,0,.3);
    max-width: 340px;
    padding: 8px;
    line-height: 16px;
    z-index: 700
}/* line 19, src/components/tooltip/styles/_tooltip.scss */
span.c-tooltip.hook-focus
{
    margin-top: 8px
}/* line 23, src/components/tooltip/styles/_tooltip.scss */
span.c-tooltip.hook-hover
{
    margin-top: 20px
}/* line 27, src/components/tooltip/styles/_tooltip.scss */
span.c-tooltip[aria-hidden="true"]
{
    display: none
}/* line 31, src/components/tooltip/styles/_tooltip.scss */
span.c-tooltip[aria-hidden="false"]
{
    display: block
}/* line 35, src/components/tooltip/styles/_tooltip.scss */
span.c-tooltip.f-hidden-from-screen-readers
{
    display: block
}/* line 39, src/components/tooltip/styles/_tooltip.scss */
.theme-light span.c-tooltip, .theme-dark .theme-light span.c-tooltip
{
    background: #f2f2f2;
    color: #000;
    border-color: rgba(0,0,0,.3)
}/* line 45, src/components/tooltip/styles/_tooltip.scss */
.theme-dark span.c-tooltip, .theme-light .theme-dark span.c-tooltip
{
    background: #0d0d0d;
    color: #fff;
    border-color: rgba(255,255,255,.3)
}/*END !$!$!========src/components/tooltip/styles/tooltip========*//*BEGIN !$!$!========src/components/track-list-placement/styles/track_list_placement========*//* line 5, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement
{
    margin-right: 24px;
    margin-top: 12px
}/* line 9, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement>a
{
    display: block;
    width: 100%;
    height: 100%
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-track-list-placement>a:before, .c-track-list-placement>a:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-track-list-placement>a:after
{
    clear: both
}/* line 16, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement>a:focus
{
    outline: 1px dashed rgba(0,0,0,.6)
}/* line 21, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement>a:hover .c-heading, .c-track-list-placement>a:hover .c-subheading
{
    text-decoration: underline
}/* line 30, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement>a:hover>picture img, .c-track-list-placement>a:focus>picture img
{
    outline: 1px solid rgba(0,0,0,.6)
}/* line 38, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement picture, .c-track-list-placement picture img
{
    display: block
}/* line 44, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement .c-badge
{
    margin-top: 12px;
    margin-bottom: 4px
}/* line 48, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement .c-badge+.c-heading
{
    padding-top: 0
}/* line 53, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement .c-price
{
    padding: 5px 0 0 5px;
    line-height: 20px;
    float: right
}/* line 59, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement .c-heading
{
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 20px;
    width: 200px;
    float: left;
    padding: 8px 0 0;
    font-weight: 400;
    text-overflow: ellipsis
}/* line 69, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement .c-explicit
{
    vertical-align: text-bottom
}/* line 73, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement [itemprop="byArtist"] span, .c-track-list-placement [itemprop="inAlbum"] span, .c-track-list-placement [itemprop="duration"] span, .c-track-list-placement [itemprop="name byArtist inAlbum"] span
{
    color: rgba(0,0,0,.6)
}/* line 80, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement [itemprop="name byArtist inAlbum"] span
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    float: left;
    padding: 8px 0 0
}/* line 89, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small
{
    width: 358px
}/* line 92, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide
{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e6e6e6
}/* line 97, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide:first-child
{
    border-top: 1px solid #e6e6e6
}/* line 101, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide>div
{
    padding: 0 12px
}/* line 104, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide>div:first-child
{
    padding: 8px 12px
}/* line 108, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide>div:nth-child(4)
{
    max-width: 150px
}/* line 112, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide>div>.c-heading, .c-track-list-placement.f-size-small.f-wide>div>span, .c-track-list-placement.f-size-small.f-wide>div>div
{
    padding: 0;
    float: left
}/* line 119, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide>div .c-price
{
    padding: 0;
    line-height: inherit
}/* line 124, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small.f-wide>div>.c-button
{
    margin: 0;
    min-width: 65px;
    float: right
}
@media only screen and (min-width: 0)
{/* line 92, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide
    {
        display: table-row
    }/* line 135, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide>div
    {
        display: table-cell;
        vertical-align: middle;
        float: none
    }/* line 141, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide [itemprop="byArtist"] span, .c-track-list-placement.f-size-small.f-wide [itemprop="inAlbum"] span
    {
        width: inherit;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}
@media only screen and (min-width: 320px)
{/* line 172, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide [itemprop="duration"] span
    {
        display: none
    }
}
@media only screen and (min-width: 540px)
{/* line 178, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide .c-heading
    {
        max-width: 250px
    }/* line 182, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide [itemprop="byArtist"] span, .c-track-list-placement.f-size-small.f-wide [itemprop="inAlbum"] span
    {
        max-width: 125px
    }
}
@media only screen and (min-width: 768px)
{/* line 191, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide .c-heading
    {
        max-width: 250px
    }/* line 195, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide [itemprop="byArtist"] span, .c-track-list-placement.f-size-small.f-wide [itemprop="inAlbum"] span
    {
        max-width: 100px
    }/* line 200, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide [itemprop="duration"] span
    {
        display: table-cell
    }
}
@media only screen and (min-width: 1084px)
{/* line 206, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide .c-heading
    {
        max-width: 350px
    }/* line 210, src/components/track-list-placement/styles/_track_list_placement.scss */
    .c-track-list-placement.f-size-small.f-wide [itemprop="byArtist"] span, .c-track-list-placement.f-size-small.f-wide [itemprop="inAlbum"] span
    {
        max-width: 175px
    }
}/* line 217, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small .c-badge
{
    display: none
}/* line 222, src/components/track-list-placement/styles/_track_list_placement.scss */
.c-track-list-placement.f-size-small picture
{
    float: left;
    margin-right: 12px
}/*END !$!$!========src/components/track-list-placement/styles/track_list_placement========*//*BEGIN !$!$!========src/components/video/styles/video========*//* line 10, src/components/video/styles/_video.scss */
.c-video
{
    display: inline-block;
    margin: 0;
    width: 100%;
    min-width: 320px;
    direction: ltr;
    position: relative;
    overflow: hidden
}/* line 19, src/components/video/styles/_video.scss */
.c-video>[aria-hidden="true"]
{
    display: none
}/* line 23, src/components/video/styles/_video.scss */
.c-video video
{
    display: block;
    min-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: transparent
}/* line 33, src/components/video/styles/_video.scss */
.c-video .f-video-cc-overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}/* line 40, src/components/video/styles/_video.scss */
.c-video .f-video-cc-overlay.f-overlay-slidein
{
    bottom: 44px
}/* line 46, src/components/video/styles/_video.scss */
.c-video .f-progress
{
    direction: ltr;
    width: 100%;
    width: calc(100% - 288px);
    display: inline-block;
    margin-bottom: 5px
}/* line 56, src/components/video/styles/_video.scss */
.c-video .f-progress div
{
    background: rgba(255,255,255,.4)
}/* line 59, src/components/video/styles/_video.scss */
.c-video .f-progress div button:hover, .c-video .f-progress div button:active
{
    background: #fff
}/* line 63, src/components/video/styles/_video.scss */
.c-video .f-progress div button:hover span, .c-video .f-progress div button:active span
{
    display: block
}/* line 68, src/components/video/styles/_video.scss */
.c-video .f-progress div button:focus
{
    outline-color: #fff
}/* line 72, src/components/video/styles/_video.scss */
.c-video .f-progress div button span
{
    font-size: 13px;
    width: auto;
    top: -48px;
    background: #000;
    color: #fff
}
@media(max-width: 767px)
{/* line 72, src/components/video/styles/_video.scss */
    .c-video .f-progress div button span
    {
        font-size: 12px
    }
}/* line 82, src/components/video/styles/_video.scss */
.c-video button
{
    color: #fff;
    background: transparent;
    border: 0
}/* line 88, src/components/video/styles/_video.scss */
.c-video .f-video-controls
{
    font-size: 24px;
    width: 100%;
    max-width: 1779px;
    height: 44px;
    background: #000;
    position: absolute;
    bottom: 0;
    display: inline-block
}
@media(max-width: 767px)
{/* line 88, src/components/video/styles/_video.scss */
    .c-video .f-video-controls
    {
        font-size: 20px
    }
}/* line 98, src/components/video/styles/_video.scss */
.c-video .f-video-controls button.c-glyph
{
    width: 44px;
    height: 44px;
    vertical-align: middle;
    top: 2px
}/* line 104, src/components/video/styles/_video.scss */
.c-video .f-video-controls button.c-glyph:hover, .c-video .f-video-controls button.c-glyph:focus
{
    color: rgba(255,255,255,.6)
}/* line 109, src/components/video/styles/_video.scss */
.c-video .f-video-controls button.c-glyph:focus
{
    outline: 1px dashed #fff
}/* line 113, src/components/video/styles/_video.scss */
.c-video .f-video-controls button.c-glyph:active
{
    color: rgba(255,255,255,.4)
}/* line 118, src/components/video/styles/_video.scss */
.c-video .f-video-controls .f-time
{
    font-size: 13px;
    color: rgba(255,255,255,.6);
    padding-right: 12px;
    position: relative;
    top: -3px
}
@media(max-width: 767px)
{/* line 118, src/components/video/styles/_video.scss */
    .c-video .f-video-controls .f-time
    {
        font-size: 12px
    }
}/* line 125, src/components/video/styles/_video.scss */
.c-video .f-video-controls .f-time .f-current-time
{
    color: #fff
}/* line 131, src/components/video/styles/_video.scss */
.c-video .f-play-pause
{
    margin-left: 1px;
    margin-top: 3px;
    padding-top: 1px
}/* line 136, src/components/video/styles/_video.scss */
.c-video .f-play-pause span
{
    font-size: 13px;
    color: #fff;
    position: absolute;
    height: 36px;
    min-width: 44px;
    bottom: 46px;
    left: 0;
    background: #000;
    padding: 8px
}
@media(max-width: 767px)
{/* line 136, src/components/video/styles/_video.scss */
    .c-video .f-play-pause span
    {
        font-size: 12px
    }
}/* line 147, src/components/video/styles/_video.scss */
.c-video .f-play-pause span[aria-hidden="true"]
{
    display: none
}/* line 151, src/components/video/styles/_video.scss */
.c-video .f-play-pause span[aria-hidden="false"]
{
    display: block
}/* line 157, src/components/video/styles/_video.scss */
.c-video .f-full-screen
{
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0
}/* line 163, src/components/video/styles/_video.scss */
.c-video .f-full-screen span
{
    font-size: 13px;
    color: #fff;
    position: absolute;
    min-height: 36px;
    min-width: 44px;
    text-align: right;
    right: 0;
    background: #000;
    padding: 8px
}
@media(max-width: 767px)
{/* line 163, src/components/video/styles/_video.scss */
    .c-video .f-full-screen span
    {
        font-size: 12px
    }
}/* line 174, src/components/video/styles/_video.scss */
.c-video .f-full-screen span[aria-hidden="true"]
{
    display: none
}/* line 178, src/components/video/styles/_video.scss */
.c-video .f-full-screen span[aria-hidden="false"]
{
    display: block;
    bottom: 49px
}/* line 185, src/components/video/styles/_video.scss */
.c-video .f-volume-button
{
    display: inline-block;
    position: absolute;
    right: 46px
}/* line 191, src/components/video/styles/_video.scss */
.c-video .f-volume-slider
{
    position: absolute;
    width: 44px;
    min-height: 120px;
    bottom: 46px;
    right: 46px;
    background: #000;
    border: 1px solid rgba(255,255,255,.6)
}/* line 201, src/components/video/styles/_video.scss */
.c-video .f-volume-slider:after
{
    display: block;
    height: 11px;
    background: transparent;
    position: absolute;
    content: "";
    bottom: -12px;
    width: 100%
}/* line 211, src/components/video/styles/_video.scss */
.c-video .f-volume-slider[aria-hidden="true"]
{
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px,1px,1px,1px) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}/* line 216, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider
{
    width: 92px;
    height: 92px
}
@media screen and (-ms-high-contrast)
{/* line 221, src/components/video/styles/_video.scss */
    .c-video .f-volume-slider .c-slider div
    {
        background: #fff
    }/* line 224, src/components/video/styles/_video.scss */
    .c-video .f-volume-slider .c-slider div button:hover, .c-video .f-volume-slider .c-slider div button:active
    {
        background: #fff
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 232, src/components/video/styles/_video.scss */
    .c-video .f-volume-slider .c-slider div
    {
        background: #000
    }/* line 235, src/components/video/styles/_video.scss */
    .c-video .f-volume-slider .c-slider div button:hover, .c-video .f-volume-slider .c-slider div button:active
    {
        background: #000
    }
}/* line 242, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider div
{
    background: rgba(255,255,255,.4);
    left: -25px;
    top: 45px
}/* line 247, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider div button:hover, .c-video .f-volume-slider .c-slider div button:active
{
    background: #fff
}/* line 252, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider div>span
{
    background: #0067b8
}/* line 256, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider div button
{
    z-index: 1
}/* line 259, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider div button span
{
    font-size: 13px;
    width: auto;
    min-width: 40px;
    min-height: 32px;
    top: 38px;
    left: -16px;
    background: #000;
    color: #fff;
    border: 1px solid rgba(255,255,255,.6)
}
@media(max-width: 767px)
{/* line 259, src/components/video/styles/_video.scss */
    .c-video .f-volume-slider .c-slider div button span
    {
        font-size: 12px
    }
}/* line 271, src/components/video/styles/_video.scss */
.c-video .f-volume-slider .c-slider div button:focus
{
    outline-color: #fff
}/* line 279, src/components/video/styles/_video.scss */
.c-video .f-options
{
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 90px;
    margin-left: 12px
}/* line 287, src/components/video/styles/_video.scss */
.c-video .f-options-dialog
{
    position: absolute;
    bottom: 46px;
    right: 90px;
    width: 160px;
    background: #000;
    border: 1px solid rgba(255,255,255,.6);
    overflow: hidden;
    direction: ltr
}/* line 297, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list
{
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 160px
}/* line 304, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li
{
    height: 40px;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.6)
}/* line 309, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li:first-child
{
    border-top: 0
}/* line 313, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li ul
{
    display: none;
    left: 160px
}/* line 317, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li ul li
{
    position: relative
}/* line 322, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a
{
    font-size: 13px;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding: 8px 12px
}
@media(max-width: 767px)
{/* line 322, src/components/video/styles/_video.scss */
    .c-video .f-options-dialog .c-list li a
    {
        font-size: 12px
    }
}/* line 330, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a .c-image
{
    padding-right: 12px;
    display: inline-block
}/* line 335, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a.c-action-trigger
{
    margin-top: 0
}/* line 338, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a.c-action-trigger:before
{
    margin-left: 1px;
    margin-bottom: 5px
}/* line 344, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a.c-glyph[data-video-selectable]
{
    color: rgba(255,255,255,.8)
}/* line 348, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a.glyph-check-mark[data-video-selectable]
{
    color: #fff
}/* line 351, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a.glyph-check-mark[data-video-selectable]:before
{
    float: right;
    margin-right: 0
}/* line 357, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a:hover
{
    text-decoration: none;
    background: rgba(255,255,255,.1)
}/* line 362, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a:focus
{
    border: 1px dashed #fff
}/* line 366, src/components/video/styles/_video.scss */
.c-video .f-options-dialog .c-list li a:active
{
    text-decoration: none;
    background: rgba(255,255,255,.2);
    border: 0
}/* line 375, src/components/video/styles/_video.scss */
.c-video .f-options-dialog[aria-hidden="true"]
{
    visibility: hidden
}/* line 379, src/components/video/styles/_video.scss */
.c-video .f-options-dialog[aria-hidden="false"]
{
    visibility: visible
}/* line 384, src/components/video/styles/_video.scss */
.c-video [role="status"]
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center
}/* line 394, src/components/video/styles/_video.scss */
.c-video [role="status"] .c-heading, .c-video [role="status"] .c-paragraph
{
    font-size: 15px
}/* line 399, src/components/video/styles/_video.scss */
.c-video [role="status"] .c-heading
{
    font-weight: 600
}/* line 402, src/components/video/styles/_video.scss */
.c-video [role="status"] .c-heading:before
{
    font-size: 34px;
    font-family: "MWF-MDL2";
    content: "";
    display: block;
    margin-bottom: 20px;
    font-weight: 400
}/* line 412, src/components/video/styles/_video.scss */
.c-video [role="status"]>div
{
    position: absolute;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 48px;
    width: 100%
}
@media only screen and (min-width: 1400px)
{/* line 412, src/components/video/styles/_video.scss */
    .c-video [role="status"]>div
    {
        padding: 56px
    }
}/* line 425, src/components/video/styles/_video.scss */
.c-video [role="status"][aria-hidden="true"]
{
    display: none
}
@keyframes slidein
{
    from
    {
        bottom: -44px
    }
    to
    {
        bottom: 0
    }
}
@keyframes slideout
{
    from
    {
        bottom: 0
    }
    to
    {
        bottom: -44px
    }
}/* line 451, src/components/video/styles/_video.scss */
.c-video .f-slidein
{
    animation: .5s forwards slidein
}/* line 455, src/components/video/styles/_video.scss */
.c-video .f-slideout
{
    animation: .5s forwards slideout
}/* line 460, src/components/video/styles/_video.scss */
.c-video.f-video-trigger.f-mask-20
{
    background-color: rgba(0,0,0,.2)
}/* line 470, src/components/video/styles/_video.scss */
.c-video.f-video-trigger.f-mask-40
{
    background-color: rgba(0,0,0,.4)
}/* line 480, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section
{
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.2)
}/* line 489, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section:hover
{
    background-color: rgba(0,0,0,.4)
}/* line 493, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div
{
    padding: 0%;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0
}/* line 504, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div .c-heading
{
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    padding: 0;
    margin: 0 auto;
    max-width: 60%
}
@media(max-width: 767px)
{/* line 504, src/components/video/styles/_video.scss */
    .c-video.f-video-trigger section div .c-heading
    {
        font-size: 20px
    }
}/* line 513, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div p
{
    font-size: 13px;
    padding: 0;
    max-width: 33.33333%;
    margin: 0 auto;
    display: block
}/* line 520, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div p[aria-hidden="true"]
{
    display: none
}/* line 525, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div a
{
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    color: #fff;
    margin-top: 16px;
    padding: 0
}/* line 532, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div a.c-action-trigger.c-glyph[aria-label]
{
    font-size: 24px;
    font-family: "MWF-MDL2";
    content: "";
    margin-top: 16px;
    line-height: 28px;
    padding-right: 3px;
    height: 48px;
    width: 48px;
    color: #fff
}
@media(max-width: 767px)
{/* line 532, src/components/video/styles/_video.scss */
    .c-video.f-video-trigger section div a.c-action-trigger.c-glyph[aria-label]
    {
        font-size: 20px
    }
}/* line 542, src/components/video/styles/_video.scss */
.c-video.f-video-trigger section div a.c-action-trigger.c-glyph[aria-label]:hover
{
    color: rgba(255,255,255,.8)
}/* line 556, src/components/video/styles/_video.scss */
.c-video.f-video-trigger[class*="f-mask"].theme-light>section
{
    background: #fff
}/* line 564, src/components/video/styles/_video.scss */
.c-video.f-video-trigger[class*="f-mask"].theme-dark>section
{
    background: #000
}/*END !$!$!========src/components/video/styles/video========*//*BEGIN !$!$!========src/modules/action-bar/styles/action_bar========*//* line 9, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar
{
    white-space: nowrap;
    position: relative
}/* line 13, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .c-action-trigger
{
    margin-top: 0
}/* line 18, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-divider:after
{
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    height: 24px;
    border-right: 1px solid rgba(0,0,0,.2)
}/* line 28, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar>li
{
    display: inline-block;
    vertical-align: middle;
    position: relative
}/* line 33, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar>li[data-overflow='true']
{
    display: none
}/* line 37, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar>li>.c-action-trigger
{
    margin: 0 12px
}/* line 42, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow
{
    position: absolute;
    padding-right: 12px;
    right: 0;
    background: #fff;
    height: 36px
}/* line 49, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow .c-action-trigger
{
    width: 100%;
    color: #000;
    text-align: left
}/* line 54, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow .c-action-trigger:hover, .m-action-bar .f-overflow .c-action-trigger:focus
{
    text-decoration: none
}/* line 59, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow .c-action-trigger:hover
{
    background: rgba(0,0,0,.1)
}/* line 63, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow .c-action-trigger:active
{
    background: rgba(0,0,0,.3) !important
}/* line 67, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow .c-action-trigger:focus
{
    outline: 1px dashed #000;
    background: none
}/* line 73, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>button
{
    position: relative;
    border: 0;
    background: none;
    color: #0067b8;
    padding: 8px 11px;
    height: 100%
}/* line 81, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>button:before
{
    font-family: "MWF-MDL2";
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}/* line 88, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>button:focus
{
    outline: 1px dashed #000
}/* line 93, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>ul
{
    position: absolute;
    right: 11px;
    background: #f2f2f2;
    min-width: 200px;
    z-index: 500
}/* line 100, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>ul[aria-hidden='true']
{
    display: none
}/* line 107, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>ul>li>ul>li[data-overflow='false']
{
    display: none
}/* line 111, src/modules/action-bar/styles/_action_bar.scss */
.m-action-bar .f-overflow>ul>li>ul>li.f-divider, .m-action-bar .f-overflow>ul>li>ul>li:last-child
{
    border-bottom: 1px solid rgba(0,0,0,.1)
}
@media only screen and (min-width: 540px)
{/* line 93, src/modules/action-bar/styles/_action_bar.scss */
    .m-action-bar .f-overflow>ul
    {
        right: 23px
    }
}
@media only screen and (min-width: 768px)
{/* line 93, src/modules/action-bar/styles/_action_bar.scss */
    .m-action-bar .f-overflow>ul
    {
        right: 35px
    }
}
@media only screen and (min-width: 1400px)
{/* line 93, src/modules/action-bar/styles/_action_bar.scss */
    .m-action-bar .f-overflow>ul
    {
        right: 47px
    }
}
@media only screen and (min-width: 540px)
{/* line 42, src/modules/action-bar/styles/_action_bar.scss */
    .m-action-bar .f-overflow
    {
        padding-right: 24px
    }
}
@media only screen and (min-width: 768px)
{/* line 42, src/modules/action-bar/styles/_action_bar.scss */
    .m-action-bar .f-overflow
    {
        padding-right: 36px
    }
}
@media only screen and (min-width: 1400px)
{/* line 42, src/modules/action-bar/styles/_action_bar.scss */
    .m-action-bar .f-overflow
    {
        padding-right: 48px
    }
}/* line 155, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-divider:after, .theme-dark .theme-light .m-action-bar .f-divider:after
{
    border-right: 1px solid rgba(0,0,0,.2)
}/* line 160, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow, .theme-dark .theme-light .m-action-bar .f-overflow
{
    background: #e6e6e6
}/* line 163, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow .c-action-trigger, .theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger
{
    color: #000
}/* line 166, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow .c-action-trigger:hover, .theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger:hover
{
    background: rgba(0,0,0,.1)
}/* line 170, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow .c-action-trigger:active, .theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger:active
{
    background: rgba(0,0,0,.3) !important
}/* line 174, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow .c-action-trigger:focus, .theme-dark .theme-light .m-action-bar .f-overflow .c-action-trigger:focus
{
    outline-color: #000
}/* line 180, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow>button:before, .theme-dark .theme-light .m-action-bar .f-overflow>button:before
{
    color: #000
}/* line 184, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow>button:focus, .theme-dark .theme-light .m-action-bar .f-overflow>button:focus
{
    outline: 1px dashed #000
}/* line 189, src/modules/action-bar/styles/_action_bar.scss */
.theme-light .m-action-bar .f-overflow>ul, .theme-dark .theme-light .m-action-bar .f-overflow>ul
{
    background: #f2f2f2
}/* line 197, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-divider:after, .theme-light .theme-dark .m-action-bar .f-divider:after
{
    border-right: 1px solid rgba(255,255,255,.2)
}/* line 202, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow, .theme-light .theme-dark .m-action-bar .f-overflow
{
    background: #333
}/* line 205, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow .c-action-trigger, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger
{
    color: #000;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px
}
@media screen and (-ms-high-contrast: active)
{/* line 205, src/modules/action-bar/styles/_action_bar.scss */
    .theme-dark .m-action-bar .f-overflow .c-action-trigger, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-dark .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-light .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-dark .theme-light .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-light .theme-dark .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-dark .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-light .theme-dark .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 209, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow .c-action-trigger:hover, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:hover
{
    background: rgba(0,0,0,.1)
}/* line 213, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow .c-action-trigger:active, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:active
{
    background: rgba(0,0,0,.3) !important;
    color: #000
}/* line 218, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow .c-action-trigger:focus, .theme-light .theme-dark .m-action-bar .f-overflow .c-action-trigger:focus
{
    outline-color: #000;
    color: #000
}/* line 225, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow>button:before, .theme-light .theme-dark .m-action-bar .f-overflow>button:before
{
    color: #fff
}/* line 229, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow>button:focus, .theme-light .theme-dark .m-action-bar .f-overflow>button:focus
{
    outline: 1px dashed #fff
}/* line 234, src/modules/action-bar/styles/_action_bar.scss */
.theme-dark .m-action-bar .f-overflow>ul, .theme-light .theme-dark .m-action-bar .f-overflow>ul
{
    background: #f2f2f2
}/*END !$!$!========src/modules/action-bar/styles/action_bar========*//*BEGIN !$!$!========src/modules/additional-information/styles/additional_information========*//* line 8, src/modules/additional-information/styles/_additional_information.scss */
.m-additional-information
{
    width: 100%;
    float: left
}/* line 12, src/modules/additional-information/styles/_additional_information.scss */
.m-additional-information .c-content-toggle p
{
    padding-top: 0
}/* line 16, src/modules/additional-information/styles/_additional_information.scss */
.m-additional-information .c-list, .m-additional-information .c-age-rating, .m-additional-information .c-content-toggle
{
    margin-bottom: 24px
}/* line 21, src/modules/additional-information/styles/_additional_information.scss */
.m-additional-information .c-list:first-child, .m-additional-information .c-age-rating:first-child, .m-additional-information .c-content-toggle:first-child
{
    margin-top: 0
}/* line 29, src/modules/additional-information/styles/_additional_information.scss */
.m-additional-information [class*="heading"]
{
    padding-top: 0;
    margin-bottom: 24px
}
@media only screen and (min-width: 540px)
{/* line 35, src/modules/additional-information/styles/_additional_information.scss */
    .m-additional-information [data-grid="col-6"]>[data-grid="col-6"]
    {
        padding-right: 48px
    }
}/*END !$!$!========src/modules/additional-information/styles/additional_information========*//*BEGIN !$!$!========src/modules/alert/styles/alert========*//* .c-alert deprecated v.1.6.0 - use m-alert *//* TODO: Remove c-alert in v.2.0 *//* line 17, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"], .m-alert[role="alert"]
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 24px;
    position: relative
}/* line 24, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"].f-information, .m-alert[role="alert"].f-information
{
    background: #f2f2f2;
    color: #231f20
}/* line 29, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"].f-warning, .m-alert[role="alert"].f-warning
{
    background: #d02e00;
    color: #fff
}/* line 33, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"].f-warning .c-action-trigger, .m-alert[role="alert"].f-warning .c-action-trigger
{
    color: #fff;
    text-decoration: underline
}/* line 39, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"].f-error, .m-alert[role="alert"].f-error
{
    background: #fff999;
    color: #231f20
}
@media(-ms-high-contrast: active)
{/* line 17, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"], .m-alert[role="alert"]
    {
        outline: 2px solid WindowText
    }
}/* line 48, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"] .c-paragraph, .m-alert[role="alert"] .c-paragraph
{
    vertical-align: middle;
    line-height: 24px
}/* line 53, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"] .c-glyph, .m-alert[role="alert"] .c-glyph
{
    float: left;
    margin-top: 1px;
    margin-left: -8px;
    margin-right: 12px
}/* line 59, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"] .c-glyph:before, .m-alert[role="alert"] .c-glyph:before
{
    font-size: 24px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}/* line 70, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"] .c-glyph+.c-heading, .m-alert[role="alert"] .c-glyph+.c-heading
{
    padding-top: 0
}/* line 74, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"] .c-glyph~p.c-paragraph, .m-alert[role="alert"] .c-glyph~p.c-paragraph
{
    margin-left: 28px
}/* line 79, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>.c-glyph.c-action-trigger.glyph-cancel, .m-alert[role="alert"]>.c-glyph.c-action-trigger.glyph-cancel
{
    height: 48px;
    width: 48px;
    position: absolute;
    right: 1px;
    left: auto;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    float: right;
    color: currentColor
}/* line 92, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>.c-glyph.c-action-trigger.glyph-cancel:before, .m-alert[role="alert"]>.c-glyph.c-action-trigger.glyph-cancel:before
{
    font-size: 15px
}/* line 97, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>.c-glyph.c-action-trigger.glyph-cancel+div, .m-alert[role="alert"]>.c-glyph.c-action-trigger.glyph-cancel+div
{
    padding: 13px 48px 13px 20px
}/* line 101, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div, .m-alert[role="alert"]>div
{
    padding: 13px 12px 13px 20px;
    max-width: 1600px;
    margin: 0 auto;
    float: inherit
}/* line 107, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-heading, .m-alert[role="alert"]>div>.c-heading
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600;
    padding: 2px 0 8px
}/* line 111, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-heading+.c-paragraph, .m-alert[role="alert"]>div>.c-heading+.c-paragraph
{
    line-height: inherit
}/* line 116, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-paragraph, .m-alert[role="alert"]>div>.c-paragraph
{
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    margin: 0
}
@media(max-width: 767px)
{/* line 116, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"]>div>.c-paragraph, .m-alert[role="alert"]>div>.c-paragraph
    {
        font-size: 12px
    }
}/* line 124, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-paragraph .c-group, .m-alert[role="alert"]>div>.c-paragraph .c-group
{
    overflow: visible;
    display: block;
    margin-left: -2px
}/* line 134, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger, .m-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger
{
    font-size: 13px
}
@media(max-width: 767px)
{/* line 134, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger, .m-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger
    {
        font-size: 12px
    }
}/* line 137, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger:first-child, .m-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger:first-child
{
    padding: 0 10px 0 0
}/* line 141, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger:last-child, .m-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger:last-child
{
    padding: 0 4px 0 0
}
@media only screen and (max-width: 767px)
{/* line 124, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"]>div>.c-paragraph .c-group, .m-alert[role="alert"]>div>.c-paragraph .c-group
    {
        display: -ms-flexbox;
        display: flex
    }/* line 153, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger, .m-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger
    {
        margin-top: 0;
        vertical-align: baseline
    }
}
@media only screen and (min-width: 768px)
{/* line 124, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"]>div>.c-paragraph .c-group, .m-alert[role="alert"]>div>.c-paragraph .c-group
    {
        display: inline;
        float: right
    }/* line 165, src/modules/alert/styles/_alert.scss */
    .c-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger, .m-alert[role="alert"]>div>.c-paragraph .c-group .c-action-trigger
    {
        margin: -7px 0 0
    }
}/* line 173, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"].f-fixed, .m-alert[role="alert"].f-fixed
{
    margin-top: 0;
    z-index: 700
}/* line 177, src/modules/alert/styles/_alert.scss */
.c-alert[role="alert"].f-fixed>div, .m-alert[role="alert"].f-fixed>div
{
    max-width: none
}/*END !$!$!========src/modules/alert/styles/alert========*//*BEGIN !$!$!========src/modules/ambient-video/styles/ambient_video========*//* line 8, src/modules/ambient-video/styles/_ambient_video.scss */
.m-ambient-video
{
    padding: 48px 0 0;
    margin: 0;
    width: 100%;
    min-width: 320px;
    direction: ltr;
    position: relative;
    overflow: hidden
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-ambient-video:before, .m-ambient-video:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-ambient-video:after
{
    clear: both
}/* line 18, src/modules/ambient-video/styles/_ambient_video.scss */
.m-ambient-video.f-lean
{
    padding: 0
}/* line 22, src/modules/ambient-video/styles/_ambient_video.scss */
.m-ambient-video video
{
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0
}/*END !$!$!========src/modules/ambient-video/styles/ambient_video========*//*BEGIN !$!$!========src/modules/area-heading/styles/area_heading========*//* line 7, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading
{
    text-align: center;
    padding-top: 88px
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-area-heading:before, .m-area-heading:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-area-heading:after
{
    clear: both
}/* line 12, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading.f-p-t-20
{
    padding-top: 20px
}/* line 16, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading.f-p-t-30
{
    padding-top: 40px
}/* line 20, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading.f-p-t-40
{
    padding-top: 60px
}/* line 24, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading.f-p-t-50
{
    padding-top: 50px
}/* line 28, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading .c-heading
{
    font-size: 34px;
    line-height: 40px;
    padding-top: 0;
    font-weight: 600
}
@media(max-width: 767px)
{/* line 28, src/modules/area-heading/styles/_area_heading.scss */
    .m-area-heading .c-heading
    {
        font-size: 26px;
        line-height: 32px
    }
}/* line 34, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading .c-subheading
{
    font-size: 20px;
    line-height: 24px;
    padding-top: 8px;
    font-weight: 200
}
@media(max-width: 767px)
{/* line 34, src/modules/area-heading/styles/_area_heading.scss */
    .m-area-heading .c-subheading
    {
        font-size: 18px;
        line-height: 24px
    }
}/* line 40, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding-top: 12px;
    max-width: 100%;
    margin: 0 auto
}
@media only screen and (min-width: 540px)
{/* line 40, src/modules/area-heading/styles/_area_heading.scss */
    .m-area-heading .c-paragraph
    {
        max-width: 80%
    }
}
@media only screen and (min-width: 768px)
{/* line 40, src/modules/area-heading/styles/_area_heading.scss */
    .m-area-heading .c-paragraph
    {
        max-width: 60%
    }
}/* line 55, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading .c-group
{
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px
}/* line 60, src/modules/area-heading/styles/_area_heading.scss */
.m-area-heading .c-group a.c-hyperlink
{
    padding: 8px 20px
}/*END !$!$!========src/modules/area-heading/styles/area_heading========*//*BEGIN !$!$!========src/modules/auto-suggest/styles/auto_suggest========*//* .c-auto-suggest is deprecated,
    use .m-auto-suggest instead
    TODO: Remove .c-auto-suggest in v.2.0 *//* line 11, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest, .c-auto-suggest
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: block
}/* line 17, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu, .c-auto-suggest .c-menu
{
    position: absolute;
    width: 100%;
    background: #fff;
    border-top: 1px solid;
    border-color: rgba(0,0,0,.2)
}/* line 24, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu .c-menu-item, .c-auto-suggest .c-menu .c-menu-item
{
    position: static
}/* line 27, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu .c-menu-item>span, .m-auto-suggest .c-menu .c-menu-item>a, .c-auto-suggest .c-menu .c-menu-item>span, .c-auto-suggest .c-menu .c-menu-item>a
{
    background: #fff
}/* line 31, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu .c-menu-item>span:hover, .m-auto-suggest .c-menu .c-menu-item>span:focus, .m-auto-suggest .c-menu .c-menu-item>a:hover, .m-auto-suggest .c-menu .c-menu-item>a:focus, .c-auto-suggest .c-menu .c-menu-item>span:hover, .c-auto-suggest .c-menu .c-menu-item>span:focus, .c-auto-suggest .c-menu .c-menu-item>a:hover, .c-auto-suggest .c-menu .c-menu-item>a:focus
{
    background: rgba(0,0,0,.1)
}/* line 38, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu[aria-hidden="true"], .c-auto-suggest .c-menu[aria-hidden="true"]
{
    display: none
}/* line 42, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu[data-js-auto-suggest-position="default"], .c-auto-suggest .c-menu[data-js-auto-suggest-position="default"]
{
    top: 38px
}/* line 46, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu[data-js-auto-suggest-position="above"], .c-auto-suggest .c-menu[data-js-auto-suggest-position="above"]
{
    bottom: 100%
}/* line 51, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span
{
    color: rgba(0,0,0,.6)
}/* line 55, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position="default"], .c-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position="default"]
{
    top: 38px
}/* line 59, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position="above"], .c-auto-suggest .c-menu.f-auto-suggest-no-results[data-js-auto-suggest-position="above"]
{
    bottom: 100%
}/* line 64, src/modules/auto-suggest/styles/_auto_suggest.scss */
.m-auto-suggest .c-menu.f-auto-suggest-scroll, .c-auto-suggest .c-menu.f-auto-suggest-scroll
{
    overflow-y: auto;
    max-height: none
}/* line 71, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-light .m-auto-suggest .c-menu, .theme-dark .theme-light .m-auto-suggest .c-menu, .theme-light .c-auto-suggest .c-menu, .theme-dark .theme-light .c-auto-suggest .c-menu
{
    border-color: #d2d2d2
}/* line 74, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-light .m-auto-suggest .c-menu .c-menu-item>span, .theme-light .m-auto-suggest .c-menu .c-menu-item>a, .theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>span, .theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>a, .theme-light .c-auto-suggest .c-menu .c-menu-item>span, .theme-light .c-auto-suggest .c-menu .c-menu-item>a, .theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>span, .theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>a
{
    background: #fff
}/* line 78, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-light .m-auto-suggest .c-menu .c-menu-item>span:hover, .theme-light .m-auto-suggest .c-menu .c-menu-item>span:focus, .theme-light .m-auto-suggest .c-menu .c-menu-item>a:hover, .theme-light .m-auto-suggest .c-menu .c-menu-item>a:focus, .theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>span:hover, .theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>span:focus, .theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>a:hover, .theme-dark .theme-light .m-auto-suggest .c-menu .c-menu-item>a:focus, .theme-light .c-auto-suggest .c-menu .c-menu-item>span:hover, .theme-light .c-auto-suggest .c-menu .c-menu-item>span:focus, .theme-light .c-auto-suggest .c-menu .c-menu-item>a:hover, .theme-light .c-auto-suggest .c-menu .c-menu-item>a:focus, .theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>span:hover, .theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>span:focus, .theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>a:hover, .theme-dark .theme-light .c-auto-suggest .c-menu .c-menu-item>a:focus
{
    background: #e6e6e6
}/* line 85, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-light .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .theme-dark .theme-light .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .theme-light .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .theme-dark .theme-light .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span
{
    color: #505050
}/* line 93, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-dark .m-auto-suggest .c-menu, .theme-light .theme-dark .m-auto-suggest .c-menu, .theme-dark .c-auto-suggest .c-menu, .theme-light .theme-dark .c-auto-suggest .c-menu
{
    border-color: #d2d2d2
}/* line 96, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-dark .m-auto-suggest .c-menu .c-menu-item>span, .theme-dark .m-auto-suggest .c-menu .c-menu-item>a, .theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>span, .theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>a, .theme-dark .c-auto-suggest .c-menu .c-menu-item>span, .theme-dark .c-auto-suggest .c-menu .c-menu-item>a, .theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>span, .theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>a
{
    background: #000
}/* line 100, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-dark .m-auto-suggest .c-menu .c-menu-item>span:hover, .theme-dark .m-auto-suggest .c-menu .c-menu-item>span:focus, .theme-dark .m-auto-suggest .c-menu .c-menu-item>a:hover, .theme-dark .m-auto-suggest .c-menu .c-menu-item>a:focus, .theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>span:hover, .theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>span:focus, .theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>a:hover, .theme-light .theme-dark .m-auto-suggest .c-menu .c-menu-item>a:focus, .theme-dark .c-auto-suggest .c-menu .c-menu-item>span:hover, .theme-dark .c-auto-suggest .c-menu .c-menu-item>span:focus, .theme-dark .c-auto-suggest .c-menu .c-menu-item>a:hover, .theme-dark .c-auto-suggest .c-menu .c-menu-item>a:focus, .theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>span:hover, .theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>span:focus, .theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>a:hover, .theme-light .theme-dark .c-auto-suggest .c-menu .c-menu-item>a:focus
{
    background: #1a1a1a
}/* line 107, src/modules/auto-suggest/styles/_auto_suggest.scss */
.theme-dark .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .theme-light .theme-dark .m-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .theme-dark .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span, .theme-light .theme-dark .c-auto-suggest .c-menu.f-auto-suggest-no-results .c-menu-item span
{
    color: #919191
}/* line 118, src/modules/auto-suggest/styles/_auto_suggest.scss */
.c-label+.c-auto-suggest.c-search, .c-label+.m-auto-suggest.c-search
{
    margin-top: 0
}/*END !$!$!========src/modules/auto-suggest/styles/auto_suggest========*//*BEGIN !$!$!========src/modules/back-to-top/styles/back_to_top========*//* .c-back-to-top has been deprecated as of v.1.6
    TODO: Remove as of v.2.0*//* line 11, src/modules/back-to-top/styles/_back_to_top.scss */
a.m-back-to-top, a.c-back-to-top
{
    visibility: hidden
}
@media only screen and (min-width: 768px)
{/* line 11, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top, a.c-back-to-top
    {
        position: fixed;
        bottom: 24px;
        right: 24px;
        width: 48px;
        height: 48px;
        background: rgba(0,0,0,.1);
        visibility: visible;
        float: right;
        padding: 12px;
        z-index: 500;
        opacity: 1;
        transition: opacity 600ms cubic-bezier(.19,1,.22,1)
    }/* line 29, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top:hover, a.m-back-to-top:focus, a.c-back-to-top:hover, a.c-back-to-top:focus
    {
        background: rgba(0,0,0,.2)
    }/* line 34, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top:focus, a.c-back-to-top:focus
    {
        outline: 1px dashed #000
    }/* line 38, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top:active, a.c-back-to-top:active
    {
        background: rgba(0,0,0,.3)
    }/* line 43, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top .c-glyph.glyph-up, a.c-back-to-top .c-glyph.glyph-up
    {
        font-size: 24px
    }/* line 46, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top .c-glyph.glyph-up:before, a.c-back-to-top .c-glyph.glyph-up:before
    {
        width: 24px;
        height: 24px
    }/* line 53, src/modules/back-to-top/styles/_back_to_top.scss */
    a.m-back-to-top[aria-disabled="true"], a.c-back-to-top[aria-disabled="true"]
    {
        visibility: hidden;
        opacity: 0;
        transition: visibility 600ms cubic-bezier(.19,1,.22,1),opacity 600ms cubic-bezier(.19,1,.22,1)
    }
}/*END !$!$!========src/modules/back-to-top/styles/back_to_top========*//*BEGIN !$!$!========src/modules/banner/styles/banner========*//* line 9, src/modules/banner/styles/_banner.scss */
.m-banner
{
    display: block;
    clear: both;
    text-align: center;
    float: none;
    max-width: 100%;
    margin: 0 auto
}/* line 17, src/modules/banner/styles/_banner.scss */
.m-banner .c-group
{
    display: block;
    overflow: visible
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-00
{
    background: #fff
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-10
{
    background: #e6e6e6
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-20
{
    background: #d2d2d2
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-30
{
    background: #acacac
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-45
{
    background: #919191
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-55
{
    background: #737373
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-65
{
    background: #505050
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-75
{
    background: #464646
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-80
{
    background: #2f2f2f
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-90
{
    background: #171717
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-banner.f-background-neutral-100
{
    background: #000
}/* line 36, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"]
{
    margin-top: 24px;
    padding-top: 24px
}/* line 45, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-00"], .m-banner[class*="f-background"][class*="-neutral-10"], .m-banner[class*="f-background"][class*="-neutral-20"], .m-banner[class*="f-background"][class*="-neutral-30"]
{
    color: #000
}/* line 51, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-00"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-10"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-20"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-30"] .c-call-to-action
{
    color: #000
}/* line 54, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-00"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-10"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-20"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-30"] .c-call-to-action:focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(0,0,0,.1)
}/* line 58, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-00"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-00"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-10"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-10"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-20"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-20"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-30"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-30"] .c-call-to-action:hover
{
    color: #000
}/* line 62, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-00"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-10"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-20"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-30"] .c-call-to-action:active
{
    background: none;
    color: #000
}/* line 69, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-45"], .m-banner[class*="f-background"][class*="-neutral-55"], .m-banner[class*="f-background"][class*="-neutral-65"], .m-banner[class*="f-background"][class*="-neutral-75"], .m-banner[class*="f-background"][class*="-neutral-80"], .m-banner[class*="f-background"][class*="-neutral-90"], .m-banner[class*="f-background"][class*="-neutral-100"], .m-banner[class*="f-background"][class*="-accent"]
{
    color: #fff
}/* line 79, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-45"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-55"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-65"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-75"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-80"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-90"] .c-call-to-action, .m-banner[class*="f-background"][class*="-neutral-100"] .c-call-to-action, .m-banner[class*="f-background"][class*="-accent"] .c-call-to-action
{
    color: #fff
}/* line 82, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-45"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-55"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-65"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-75"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-80"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-90"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-100"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-accent"] .c-call-to-action:focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(255,255,255,.1)
}/* line 86, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-45"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-45"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-55"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-55"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-65"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-65"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-75"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-75"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-80"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-80"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-90"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-90"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-neutral-100"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-neutral-100"] .c-call-to-action:hover, .m-banner[class*="f-background"][class*="-accent"] .c-call-to-action:focus:not(.x-hidden-focus), .m-banner[class*="f-background"][class*="-accent"] .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 90, src/modules/banner/styles/_banner.scss */
.m-banner[class*="f-background"][class*="-neutral-45"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-55"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-65"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-75"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-80"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-90"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-neutral-100"] .c-call-to-action:active, .m-banner[class*="f-background"][class*="-accent"] .c-call-to-action:active
{
    background: none;
    color: #ccc
}/* line 98, src/modules/banner/styles/_banner.scss */
.m-banner.f-background-accent
{
    background: #0067b8
}/* line 103, src/modules/banner/styles/_banner.scss */
.m-banner blockquote
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    padding-top: 0
}/* line 110, src/modules/banner/styles/_banner.scss */
.m-banner .c-heading-3
{
    padding-top: 0
}/* line 114, src/modules/banner/styles/_banner.scss */
.m-banner .c-caption-1
{
    font-size: 18px;
    padding-top: 20px;
    color: rgba(0,0,0,.6)
}/* line 120, src/modules/banner/styles/_banner.scss */
.m-banner .c-paragraph-1
{
    padding-bottom: 24px
}/* line 124, src/modules/banner/styles/_banner.scss */
.m-banner .c-image
{
    margin: 0 auto;
    width: auto;
    max-height: 70px
}/* line 132, src/modules/banner/styles/_banner.scss */
.m-banner .c-logo+.c-heading-3, .m-banner .c-image+.c-heading-3
{
    padding-top: 10px
}/* line 138, src/modules/banner/styles/_banner.scss */
.m-banner form .c-label
{
    margin: 16px 0
}/* line 143, src/modules/banner/styles/_banner.scss */
.m-banner .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    margin-right: 24px
}
@media screen and (-ms-high-contrast: active)
{/* line 143, src/modules/banner/styles/_banner.scss */
    .m-banner .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-banner .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-banner .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-banner .c-call-to-action:focus, .theme-dark .theme-light .m-banner .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-banner .c-call-to-action:focus, .theme-light .theme-dark .m-banner .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action:focus:not(.x-hidden-focus), .m-banner .c-call-to-action:hover, .m-banner .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action:focus:not(.x-hidden-focus) span, .m-banner .c-call-to-action:hover span, .m-banner .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-banner .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action, .theme-dark .theme-light .m-banner .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-banner .c-call-to-action:hover, .theme-dark .theme-light .m-banner .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-banner .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action:hover, .theme-dark .theme-light .m-banner .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action:active, .theme-dark .theme-light .m-banner .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-banner .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-banner .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action, .theme-light .theme-dark .m-banner .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-banner .c-call-to-action:hover, .theme-light .theme-dark .m-banner .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-banner .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action:hover, .theme-light .theme-dark .m-banner .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action:active, .theme-light .theme-dark .m-banner .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-banner .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-banner .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}
@media screen and (min-width: 768px)
{/* line 143, src/modules/banner/styles/_banner.scss */
    .m-banner .c-call-to-action
    {
        margin-right: 42px
    }
}/* line 151, src/modules/banner/styles/_banner.scss */
.m-banner .c-call-to-action:last-of-type
{
    margin-right: 0
}/* line 157, src/modules/banner/styles/_banner.scss */
.m-banner.f-align-left
{
    text-align: left;
    float: left
}/* line 161, src/modules/banner/styles/_banner.scss */
.m-banner.f-align-left .c-image
{
    margin: 0
}/*END !$!$!========src/modules/banner/styles/banner========*//*BEGIN !$!$!========src/modules/cards/styles/cards========*//* line 11, src/modules/cards/styles/_cards.scss */
.c-card
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}/* line 16, src/modules/cards/styles/_cards.scss */
.c-card .card-heading [class*=c-heading]
{
    font-weight: 600;
    margin-bottom: 16px;
    padding: 0
}/* line 23, src/modules/cards/styles/_cards.scss */
.c-card .c-card-content
{
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    background-color: #fff
}/* line 31, src/modules/cards/styles/_cards.scss */
.c-card:not(.f-noninteractive) .c-card-content
{
    transform: translate3d(0,0,0);
    transition-property: box-shadow,transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(.16,1,.29,.99)
}/* line 37, src/modules/cards/styles/_cards.scss */
.c-card:not(.f-noninteractive) .c-card-content:hover, .c-card:not(.f-noninteractive) .c-card-content:focus
{
    transform: translate3d(0,-4px,0);
    box-shadow: 0 12px 30px 0 rgba(0,0,0,.2);
    transition-property: box-shadow,transform;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(.16,1,.29,.99)
}/* line 49, src/modules/cards/styles/_cards.scss */
.m-card-group, .m-card-group-amc-3, .m-card-group-amc-4
{
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto
}/* line 59, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card, .m-card-group-amc-3 .c-card, .m-card-group-amc-4 .c-card
{
    margin-bottom: 12px;
    -ms-flex-negative: 1;
    flex-shrink: 1
}/* line 63, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card .c-card-content, .m-card-group-amc-3 .c-card .c-card-content, .m-card-group-amc-4 .c-card .c-card-content
{
    height: 360px
}/* line 68, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel, .m-card-group-amc-3.f-channel, .m-card-group-amc-4.f-channel
{/* clean-css ignore:start */
    display: grid;
    display: -ms-grid;/* clean-css ignore:end *//* There are a lot of ms-grid iverrides to be able to use css grid in ie similarly to modenr browsers
           1. Explict placement of cards in grid cells
           2. column gutters are actually another column as column-gap does not exist 
        */grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 2%;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 1%;
    padding-right: 1%;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr
}/* line 88, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card, .m-card-group-amc-3.f-channel .c-card, .m-card-group-amc-4.f-channel .c-card
{
    -ms-grid-row: span 2;
    grid-row: span 2;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-row-span: 2;
    margin-left: 0;
    margin-right: 0
}/* line 95, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card, .m-card-group.f-channel .c-card.f-single, .m-card-group.f-channel .c-card.f-double, .m-card-group-amc-3.f-channel .c-card, .m-card-group-amc-3.f-channel .c-card.f-single, .m-card-group-amc-3.f-channel .c-card.f-double, .m-card-group-amc-4.f-channel .c-card, .m-card-group-amc-4.f-channel .c-card.f-single, .m-card-group-amc-4.f-channel .c-card.f-double
{
    width: 100%
}/* line 101, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card.f-single, .m-card-group-amc-3.f-channel .c-card.f-single, .m-card-group-amc-4.f-channel .c-card.f-single
{
    -ms-grid-row: span 1;
    grid-row: span 1;
    -ms-grid-row-span: 1
}/* line 107, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card:first-child, .m-card-group-amc-3.f-channel .c-card:first-child, .m-card-group-amc-4.f-channel .c-card:first-child
{
    -ms-grid-row: 1
}/* line 111, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card:nth-child(2), .m-card-group-amc-3.f-channel .c-card:nth-child(2), .m-card-group-amc-4.f-channel .c-card:nth-child(2)
{
    -ms-grid-row: 2
}/* line 115, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card:nth-child(3), .m-card-group-amc-3.f-channel .c-card:nth-child(3), .m-card-group-amc-4.f-channel .c-card:nth-child(3)
{
    -ms-grid-row: 3
}/* line 119, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card:last-child, .m-card-group-amc-3.f-channel .c-card:last-child, .m-card-group-amc-4.f-channel .c-card:last-child
{
    -ms-grid-row: 4
}/* line 123, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2), .m-card-group-amc-3.f-channel .c-card:nth-child(2):nth-last-child(2), .m-card-group-amc-4.f-channel .c-card:nth-child(2):nth-last-child(2)
{
    -ms-grid-row: 3
}/* line 130, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card
{
    margin-left: 1%;
    margin-right: 1%
}/* line 134, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card, .m-card-group .c-card.f-single, .m-card-group .c-card.f-double
{
    width: 100%
}/* line 141, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card .card-heading .c-hyperlink
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: inline-block
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-card-group .c-card .card-heading .c-hyperlink:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-card-group .c-card .card-heading .c-hyperlink:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-card-group .c-card .card-heading .c-hyperlink:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-card-group .c-card .card-heading .c-hyperlink:focus, .theme-dark .theme-light .m-card-group .c-card .card-heading .c-hyperlink:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-card-group .c-card .card-heading .c-hyperlink:focus:before, .theme-dark .theme-light .m-card-group .c-card .card-heading .c-hyperlink:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-card-group .c-card .card-heading .c-hyperlink:focus, .theme-light .theme-dark .m-card-group .c-card .card-heading .c-hyperlink:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-card-group .c-card .card-heading .c-hyperlink:focus:before, .theme-light .theme-dark .m-card-group .c-card .card-heading .c-hyperlink:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 147, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card .c-card-content
{
    position: relative;
    outline: 2px solid transparent;
    border: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-card-group .c-card .c-card-content:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-card-group .c-card .c-card-content:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-card-group .c-card .c-card-content:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-card-group .c-card .c-card-content:focus, .theme-dark .theme-light .m-card-group .c-card .c-card-content:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-card-group .c-card .c-card-content:focus:before, .theme-dark .theme-light .m-card-group .c-card .c-card-content:focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-card-group .c-card .c-card-content:focus, .theme-light .theme-dark .m-card-group .c-card .c-card-content:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-card-group .c-card .c-card-content:focus:before, .theme-light .theme-dark .m-card-group .c-card .c-card-content:focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 149, src/modules/cards/styles/_cards.scss */
.m-card-group .c-card .c-card-content:before
{
    z-index: -1
}
@media screen and (min-width: 540px)
{/* line 155, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card, .m-card-group .c-card.f-single
    {
        width: 48%
    }/* line 160, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card.f-double
    {
        width: 100%
    }
}
@media screen and (min-width: 768px)
{/* line 130, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card
    {
        margin-bottom: 16px
    }/* line 168, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card, .m-card-group .c-card.f-single
    {
        width: 31%
    }/* line 173, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card.f-double
    {
        width: 64%
    }
}
@media screen and (min-width: 1084px)
{/* line 179, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card, .m-card-group .c-card.f-single
    {
        width: 23%
    }/* line 184, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card.f-double
    {
        width: 48%
    }
}
@media screen and (min-width: 1400px)
{/* line 130, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card
    {
        margin-bottom: 24px
    }
}
@media screen and (min-width: 1779px)
{/* line 130, src/modules/cards/styles/_cards.scss */
    .m-card-group .c-card
    {
        margin-bottom: 32px
    }
}
@media screen and (max-width: 540px)
{/* line 201, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-feed .c-card.f-single .c-card-content
    {
        height: 180px
    }
}/* line 214, src/modules/cards/styles/_cards.scss */
.m-card-group.f-channel .c-card.f-single .c-card-content
{
    height: 180px
}
@media screen and (min-width: 540px)
{/* line 220, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single
    {
        -ms-grid-row: span 2;
        grid-row: span 2
    }/* line 223, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single .c-card-content
    {
        height: 360px
    }/* line 228, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-double
    {
        -ms-grid-column: span 2;
        grid-column: span 2;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1
    }
}
@media screen and (min-width: 768px)
{/* line 236, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single
    {
        -ms-grid-row-span: 2
    }/* line 240, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-double
    {
        -ms-grid-row-span: 2
    }
}
@media screen and (min-width: 1084px)
{/* line 246, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single
    {
        -ms-grid-row: span 2;
        grid-row: span 2
    }/* line 250, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-double
    {
        -ms-grid-row-span: 1
    }
}
@media screen and (min-width: 540px)
{/* line 210, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel
    {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: 1fr 2% 1fr;
        -ms-grid-rows: 1fr 1fr
    }/* line 263, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(2)
    {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }/* line 268, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-last-child(2)
    {
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }/* line 273, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-last-child(1)
    {
        -ms-grid-column: 3;
        -ms-grid-row: 2
    }/* line 278, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2)
    {
        -ms-grid-row: 2
    }
}
@media screen and (min-width: 768px)
{/* line 210, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel
    {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 2% 1fr 2% 1fr
    }/* line 287, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2)
    {
        -ms-grid-row: span 1;
        grid-row: span 1;
        -ms-grid-row-span: 1
    }/* line 291, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2) .c-card-content
    {
        height: 180px
    }/* line 296, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(3)
    {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }/* line 301, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(4)
    {
        -ms-grid-column: 5;
        -ms-grid-row: 2
    }/* line 306, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(3):last-child
    {
        -ms-grid-row: 2
    }/* line 310, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2)
    {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }
}
@media screen and (min-width: 1084px)
{/* line 210, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel
    {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 2% 1fr 2% 1fr 2% 1fr;
        -ms-grid-rows: 1fr
    }/* line 321, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2)
    {
        -ms-grid-row: span 2;
        grid-row: span 2;
        -ms-grid-row-span: 2
    }/* line 325, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card.f-single:nth-last-child(-n+2) .c-card-content
    {
        height: 360px
    }/* line 330, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:last-child
    {
        -ms-grid-column: 7;
        -ms-grid-row: 1
    }/* line 335, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(2):nth-last-child(2)
    {
        -ms-grid-column: 5
    }/* line 339, src/modules/cards/styles/_cards.scss */
    .m-card-group.f-channel .c-card:nth-child(3):last-child
    {
        -ms-grid-row: 1
    }
}/*END !$!$!========src/modules/cards/styles/cards========*//*BEGIN !$!$!========src/modules/channel-pivot/styles/channel_pivot========*//* line 8, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot
{
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    margin-top: 48px;
    overflow: hidden
}
@media screen and (min-width: 768px)
{/* line 8, src/modules/channel-pivot/styles/_channel_pivot.scss */
    .m-channel-pivot
    {
        padding-left: 10%;
        padding-right: 10%
    }
}/* line 21, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-background
{
    height: 85%;
    max-height: 1030px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1
}/* line 30, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-background[aria-hidden=true]
{
    display: none
}/* line 34, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-background img
{
    height: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute
}/* line 42, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-background>picture:after
{
    content: "";
    top: 0;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}/* line 53, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-background.f-background-neutral-10
{
    background: #e6e6e6
}/* line 58, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-heading
{
    display: block;
    text-align: center;
    margin: 0 auto 0
}/* line 64, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-heading .c-logo>img
{
    margin: 0 auto
}/* line 68, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-heading .c-logo+.c-heading
{
    margin-top: 12px
}/* line 73, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-heading .c-paragraph
{
    margin-top: 6px
}/* line 77, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-cp-heading[aria-hidden=true]
{
    display: none
}/* line 83, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot>[role="tablist"]
{
    -ms-flex-pack: center;
    justify-content: center
}/* line 88, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot>[role="tabpanel"]
{
    margin: 24px auto 0;
    max-width: 1360px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.16)
}/* line 96, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot>section[aria-hidden="true"]
{
    display: block;
    overflow: auto;
    visibility: hidden;
    margin-bottom: -25px;
    height: 1px
}/* line 104, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot .m-channel-placement
{
    padding: 16px 32px 24px
}/* line 107, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot .m-channel-placement .c-flipper
{
    visibility: visible
}/* line 110, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot .m-channel-placement .c-flipper.f-previous
{
    left: -52px
}/* line 114, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot .c-pivot .m-channel-placement .c-flipper.f-next
{
    right: -52px
}/* line 121, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark
{
    background: transparent;
    color: #fff
}/* line 125, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .m-channel-placement-item>a:focus
{
    border-color: #000
}/* line 131, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .c-cp-background[class*="f-mask"]>picture:after
{
    background: linear-gradient(to bottom,#000,rgba(255,255,255,0))
}
@media screen and (-ms-high-contrast: active)
{/* line 131, src/modules/channel-pivot/styles/_channel_pivot.scss */
    .m-channel-pivot.theme-dark .c-cp-background[class*="f-mask"]>picture:after
    {
        background: linear-gradient(to bottom,#000,rgba(255,255,255,0))
    }
}/* line 141, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .c-cp-background.f-mask-20>picture:after
{
    opacity: .2
}/* line 147, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .c-cp-background.f-mask-40>picture:after
{
    opacity: .4
}/* line 153, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .c-cp-background.f-mask-60>picture:after
{
    opacity: .6
}/* line 159, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .c-cp-background.f-mask-80>picture:after
{
    opacity: .8
}/* line 165, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-dark .c-cp-background.f-mask-100>picture:after
{
    opacity: 1
}/* line 172, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.theme-light
{
    background: transparent;
    color: #000
}/* line 178, src/modules/channel-pivot/styles/_channel_pivot.scss */
.m-channel-pivot.f-multi-row .c-cp-background
{
    height: 90%
}/*END !$!$!========src/modules/channel-pivot/styles/channel_pivot========*//*BEGIN !$!$!========src/modules/color-picker/styles/color_picker========*//* line 11, src/modules/color-picker/styles/_color_picker.scss */
.m-color-picker>li
{
    width: 22px;
    height: 22px;
    display: inline-block
}/* line 16, src/modules/color-picker/styles/_color_picker.scss */
.m-color-picker>li.f-active
{
    border: 1px solid #ccc;
    border-radius: 50%
}/* line 21, src/modules/color-picker/styles/_color_picker.scss */
.m-color-picker>li>.f-picker-show-all
{
    margin-left: 2px;
    font-size: 13px;
    color: rgba(0,0,0,.6)
}/* line 27, src/modules/color-picker/styles/_color_picker.scss */
.m-color-picker>li>.c-hyperlink.f-picker
{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    top: 2px;
    position: relative
}/* line 36, src/modules/color-picker/styles/_color_picker.scss */
.m-color-picker>li>.c-tooltip
{
    margin-top: -55px;
    margin-left: -30px
}/*END !$!$!========src/modules/color-picker/styles/color_picker========*//*BEGIN !$!$!========src/modules/channel-placement-item/styles/channel_placement_item========*//* line 16, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 108px;
    background-color: #fafafa;
    color: #000
}
@media(-ms-high-contrast: active)
{/* line 16, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item
    {
        background: Window
    }
}/* line 33, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item:hover
{
    box-shadow: 0 0 12px 2px rgba(0,0,0,.16);
    background-color: #fff
}/* line 38, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item>a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: block;
    width: 100%;
    height: 100%
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-channel-placement-item>a:before, .m-channel-placement-item>a:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-channel-placement-item>a:after
{
    clear: both
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-channel-placement-item>a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-channel-placement-item>a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-channel-placement-item>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-channel-placement-item>a:focus, .theme-dark .theme-light .m-channel-placement-item>a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-channel-placement-item>a:focus:before, .theme-dark .theme-light .m-channel-placement-item>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-channel-placement-item>a:focus, .theme-light .theme-dark .m-channel-placement-item>a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-channel-placement-item>a:focus:before, .theme-light .theme-dark .m-channel-placement-item>a:focus:before
{
    border-color: rgba(0,0,0,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 38, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item>a
    {
        color: ButtonText;
        border-color: Window;
        background: Window
    }/* line 51, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item>a:before
    {
        border: 0
    }/* line 55, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item>a:hover
    {
        border-color: WindowText
    }
}/* line 61, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-channel-placement-image
{
    text-align: center;
    width: 100%;
    -ms-high-contrast-adjust: none
}/* line 66, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-channel-placement-image>picture
{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}/* line 72, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-channel-placement-image>picture img
{
    max-height: calc(108px / .736);
    max-width: 100%;
    min-height: 108px
}/* line 80, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-channel-placement-content
{
    height: 130px;
    overflow: hidden;
    position: relative;
    padding: 8px 8px 0
}
@media(-ms-high-contrast: active)
{/* line 80, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item .c-channel-placement-content
    {
        background: Window
    }
}/* line 90, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-channel-placement-content .c-channel-placement-price
{
    position: absolute;
    bottom: 0;
    padding-bottom: 10px
}/* line 97, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-channel-placement-description
{
    height: 80px;
    padding: 0 8px;
    margin: -6px 0 0
}/* line 103, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all
{
    height: calc(100% - 8px);
    min-height: 272px
}/* line 107, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all .c-subheading-6
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 160px
}/* line 111, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all a
{
    display: table
}/* line 114, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all a .c-hyperlink
{
    color: #000 !important
}/* line 119, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all a .c-flipper.f-next
{
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}/* line 126, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all a .c-flipper.f-next:before
{
    line-height: 44px
}/* line 131, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all a>div
{
    display: table-cell;
    vertical-align: middle;
    text-align: center
}/* line 138, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all.f-two-row
{
    height: calc(50% - 8px)
}/* line 143, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-show-all.f-grid a
{
    min-height: inherit
}/* line 149, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-explicit
{
    position: absolute;
    right: 0;
    bottom: 2px;
    margin: 0;
    line-height: 17px;
    min-width: 14px;
    box-sizing: border-box;
    background: #fff;
    font-weight: 400
}/* line 163, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-subheading-6
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 40px;
    padding: 0;
    white-space: normal;
    font-weight: 600;
    position: relative
}/* line 171, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-badge
{
    margin-bottom: -1px
}/* line 175, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-rating
{
    margin-top: 6px;
    margin-bottom: 2px
}/* line 179, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-rating .c-meta-text
{
    display: inline-block
}/* line 184, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-rating>div:before
{
    color: rgba(0,0,0,.3)
}
@media(-ms-high-contrast: active)
{/* line 184, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item .c-rating>div:before
    {
        color: WindowText
    }
}/* line 192, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-rating>div:after
{
    color: #000
}
@media(-ms-high-contrast: active)
{/* line 192, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item .c-rating>div:after
    {
        color: WindowText
    }
}/* line 202, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-price
{
    white-space: nowrap
}/* line 205, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-price+.c-price
{
    margin-top: 4px
}/* line 210, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-paragraph-4
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 80px;
    padding: 0;
    white-space: normal
}/* line 216, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item .c-hyperlink
{
    color: #0067b8
}/* line 220, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small
{
    width: 236px;
    height: 100px
}/* line 228, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small .c-channel-placement-image
{
    background-color: #f0f0f0;
    float: left;
    vertical-align: top;
    height: 100%;
    width: auto;
    margin-right: 4px
}/* line 237, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small .c-channel-placement-image>picture img
{
    max-height: none;
    height: 100%;
    min-height: 0
}/* line 245, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small .c-channel-placement-content
{
    height: 100%;
    padding-top: 4px
}/* line 250, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small .c-channel-placement-price
{
    padding-bottom: 4px
}/* line 254, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small .c-subheading-6
{
    padding-top: 0
}/* line 258, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small .c-badge
{
    margin-top: 0;
    margin-bottom: 0
}/* line 263, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-small.f-show-all
{
    min-height: 100px
}
@media only screen and (min-width: 768px)
{/* line 220, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item.f-small
    {
        width: 298px
    }
}/* line 276, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide
{
    width: 166px;
    height: 343px
}/* line 280, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide .c-channel-placement-image
{
    height: 135px;
    background-color: #f0f0f0;
    position: relative
}/* line 285, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide .c-channel-placement-image>picture
{
    max-height: 76%;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}/* line 295, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide .c-channel-placement-image img
{
    max-height: 100%;
    max-width: 100%;
    min-height: 0
}/* line 303, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide .c-channel-placement-image.f-picker>picture
{
    max-height: 65%
}/* line 309, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide.f-show-all
{
    min-height: 244px
}/* line 316, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide.f-full-bleed-image .c-channel-placement-image>picture img
{
    max-height: 100%;
    max-width: 100%;
    min-height: 0
}/* line 325, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.m-channel-placement-item.f-wide .m-color-picker
{
    position: relative;
    margin: 0 auto;
    bottom: 0;
    padding-top: calc(135px - 23px)
}
@media only screen and (min-width: 768px)
{/* line 276, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item.f-wide
    {
        min-height: 420px;
        width: 249px
    }/* line 350, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item.f-wide .m-color-picker
    {
        bottom: 6px;
        padding-top: calc(204px - 23px)
    }/* line 355, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item.f-wide .c-channel-placement-image
    {
        height: 204px
    }
}
@media only screen and (min-width: 768px)
{/* line 16, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item
    {
        width: 162px;
        margin-right: 12px
    }/* line 368, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .m-channel-placement-item .c-channel-placement-image>picture img
    {
        max-height: calc(162px / .736);
        min-height: 162px
    }
}/* line 394, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.theme-light .m-channel-placement-item .c-rating>div:before, .theme-dark .theme-light .m-channel-placement-item .c-rating>div:before, .theme-dark .m-channel-placement-item .c-rating>div:before, .theme-light .theme-dark .m-channel-placement-item .c-rating>div:before
{
    color: rgba(0,0,0,.3)
}
@media(-ms-high-contrast: active)
{/* line 394, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .theme-light .m-channel-placement-item .c-rating>div:before, .theme-dark .theme-light .m-channel-placement-item .c-rating>div:before, .theme-dark .m-channel-placement-item .c-rating>div:before, .theme-light .theme-dark .m-channel-placement-item .c-rating>div:before
    {
        color: WindowText
    }
}/* line 402, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
.theme-light .m-channel-placement-item .c-rating>div:after, .theme-dark .theme-light .m-channel-placement-item .c-rating>div:after, .theme-dark .m-channel-placement-item .c-rating>div:after, .theme-light .theme-dark .m-channel-placement-item .c-rating>div:after
{
    color: #000
}
@media(-ms-high-contrast: active)
{/* line 402, src/modules/channel-placement-item/styles/_channel_placement_item.scss */
    .theme-light .m-channel-placement-item .c-rating>div:after, .theme-dark .theme-light .m-channel-placement-item .c-rating>div:after, .theme-dark .m-channel-placement-item .c-rating>div:after, .theme-light .theme-dark .m-channel-placement-item .c-rating>div:after
    {
        color: WindowText
    }
}/*END !$!$!========src/modules/channel-placement-item/styles/channel_placement_item========*//*BEGIN !$!$!========src/modules/channel-placement/styles/channel_placement========*//* line 5, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement
{
    max-width: 1600px
}/* line 8, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-channel-placement-heading
{
    margin-bottom: 4px
}/* line 11, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-channel-placement-heading .c-hyperlink
{
    display: inline-block
}/* line 15, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-channel-placement-heading [class*=c-heading], .m-channel-placement .c-channel-placement-heading [class*=c-subheading]
{
    display: inline-block;
    margin-right: 16px;
    font-weight: 600;
    padding-top: 0
}/* line 24, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .m-expansion-panel
{
    padding-top: 0
}/* line 30, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-carousel:hover .c-flipper
{
    visibility: visible
}/* line 35, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-carousel ul
{
    display: table;
    height: 1px;
    margin-top: 16px
}/* line 41, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-carousel li
{
    vertical-align: bottom;
    height: 100%;
    display: table-cell
}/* line 48, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-flipper
{
    visibility: hidden
}/* line 51, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-flipper.f-previous
{
    left: 0
}/* line 55, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement .c-flipper.f-next
{
    right: 0
}
@media only screen and (min-width: 540px)
{/* line 61, src/modules/channel-placement/styles/_channel_placement.scss */
    .m-channel-placement .c-flipper
    {
        visibility: visible
    }/* line 64, src/modules/channel-placement/styles/_channel_placement.scss */
    .m-channel-placement .c-flipper.f-previous
    {
        left: -24px
    }/* line 68, src/modules/channel-placement/styles/_channel_placement.scss */
    .m-channel-placement .c-flipper.f-next
    {
        right: -24px
    }
}/* line 74, src/modules/channel-placement/styles/_channel_placement.scss */
.m-channel-placement>[class*=c-heading], .m-channel-placement>[class*=c-subheading]
{
    padding-top: 0
}/*END !$!$!========src/modules/channel-placement/styles/channel_placement========*//*BEGIN !$!$!========src/modules/compare-chart/styles/compare_chart========*//* line 14, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart .m-product-placement-item, .c-compare-chart .c-product-placement, .m-compare-chart .m-product-placement-item, .m-compare-chart .c-product-placement
{
    padding-bottom: 80px
}/* line 22, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart .m-product-placement-item img, .c-compare-chart .c-product-placement img, .m-compare-chart .m-product-placement-item img, .m-compare-chart .c-product-placement img
{
    margin: 0
}/* line 27, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart .m-product-placement-item.f-size-small, .c-compare-chart .m-product-placement-item.f-size-medium, .c-compare-chart .m-product-placement-item.f-size-large, .c-compare-chart .c-product-placement.f-size-small, .c-compare-chart .c-product-placement.f-size-medium, .c-compare-chart .c-product-placement.f-size-large, .m-compare-chart .m-product-placement-item.f-size-small, .m-compare-chart .m-product-placement-item.f-size-medium, .m-compare-chart .m-product-placement-item.f-size-large, .m-compare-chart .c-product-placement.f-size-small, .m-compare-chart .c-product-placement.f-size-medium, .m-compare-chart .c-product-placement.f-size-large
{
    width: inherit
}/* line 33, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart .m-product-placement-item+button, .c-compare-chart .m-product-placement-item+a.c-button, .c-compare-chart .c-product-placement+button, .c-compare-chart .c-product-placement+a.c-button, .m-compare-chart .m-product-placement-item+button, .m-compare-chart .m-product-placement-item+a.c-button, .m-compare-chart .c-product-placement+button, .m-compare-chart .c-product-placement+a.c-button
{
    position: absolute;
    bottom: 0;
    margin-top: 20px
}/* line 41, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart .m-product-placement-item>a [class^="c-heading-"], .c-compare-chart .c-product-placement>a [class^="c-heading-"], .m-compare-chart .m-product-placement-item>a [class^="c-heading-"], .m-compare-chart .c-product-placement>a [class^="c-heading-"]
{
    padding-top: 4px
}/* line 51, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section .f-row, .m-compare-chart section .f-row
{
    position: relative;
    display: inline-block;
    padding-right: 24px;
    margin: 10px 0 0;
    width: 100%
}/* line 61, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section .f-column:not(:first-child) .c-heading-5, .m-compare-chart section .f-column:not(:first-child) .c-heading-5
{
    opacity: 0
}/* line 67, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section .f-icons, .m-compare-chart section .f-icons
{
    margin-bottom: 24px
}/* line 71, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section img, .m-compare-chart section img
{
    margin: 5px;
    display: inline-block
}/* line 76, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section button, .c-compare-chart section a.c-button, .m-compare-chart section button, .m-compare-chart section a.c-button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    color: #fff;
    background-color: #0067b8;
    margin-bottom: 24px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-compare-chart section button:before, .c-compare-chart section a.c-button:before, .m-compare-chart section button:before, .m-compare-chart section a.c-button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-compare-chart section button:focus, .c-compare-chart section a.c-button:focus, .m-compare-chart section button:focus, .m-compare-chart section a.c-button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-compare-chart section button:focus:before, .c-compare-chart section a.c-button:focus:before, .m-compare-chart section button:focus:before, .m-compare-chart section a.c-button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-compare-chart section button:focus, .theme-dark .theme-light .c-compare-chart section button:focus, .theme-light .c-compare-chart section a.c-button:focus, .theme-dark .theme-light .c-compare-chart section a.c-button:focus, .theme-light .m-compare-chart section button:focus, .theme-dark .theme-light .m-compare-chart section button:focus, .theme-light .m-compare-chart section a.c-button:focus, .theme-dark .theme-light .m-compare-chart section a.c-button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-compare-chart section button:focus:before, .theme-dark .theme-light .c-compare-chart section button:focus:before, .theme-light .c-compare-chart section a.c-button:focus:before, .theme-dark .theme-light .c-compare-chart section a.c-button:focus:before, .theme-light .m-compare-chart section button:focus:before, .theme-dark .theme-light .m-compare-chart section button:focus:before, .theme-light .m-compare-chart section a.c-button:focus:before, .theme-dark .theme-light .m-compare-chart section a.c-button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-compare-chart section button:focus, .theme-light .theme-dark .c-compare-chart section button:focus, .theme-dark .c-compare-chart section a.c-button:focus, .theme-light .theme-dark .c-compare-chart section a.c-button:focus, .theme-dark .m-compare-chart section button:focus, .theme-light .theme-dark .m-compare-chart section button:focus, .theme-dark .m-compare-chart section a.c-button:focus, .theme-light .theme-dark .m-compare-chart section a.c-button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-compare-chart section button:focus:before, .theme-light .theme-dark .c-compare-chart section button:focus:before, .theme-dark .c-compare-chart section a.c-button:focus:before, .theme-light .theme-dark .c-compare-chart section a.c-button:focus:before, .theme-dark .m-compare-chart section button:focus:before, .theme-light .theme-dark .m-compare-chart section button:focus:before, .theme-dark .m-compare-chart section a.c-button:focus:before, .theme-light .theme-dark .m-compare-chart section a.c-button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 10, src/mwf_styles/utilities/components/_button.scss */
.c-compare-chart section button:focus:not(.x-hidden-focus), .c-compare-chart section button:hover, .c-compare-chart section a.c-button:focus:not(.x-hidden-focus), .c-compare-chart section a.c-button:hover, .m-compare-chart section button:focus:not(.x-hidden-focus), .m-compare-chart section button:hover, .m-compare-chart section a.c-button:focus:not(.x-hidden-focus), .m-compare-chart section a.c-button:hover
{
    background: #005da6
}/* line 15, src/mwf_styles/utilities/components/_button.scss */
.c-compare-chart section button:active, .c-compare-chart section a.c-button:active, .m-compare-chart section button:active, .m-compare-chart section a.c-button:active
{
    background: #005293;
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 20, src/mwf_styles/utilities/components/_button.scss */
.c-compare-chart section button[disabled], .c-compare-chart section a.c-button[disabled], .m-compare-chart section button[disabled], .m-compare-chart section a.c-button[disabled]
{
    color: rgba(0,0,0,.2);
    background-color: rgba(0,103,184,.2)
}/* line 25, src/mwf_styles/utilities/components/_button.scss */
.theme-light .c-compare-chart section button, .theme-dark .theme-light .c-compare-chart section button, .theme-light .c-compare-chart section a.c-button, .theme-dark .theme-light .c-compare-chart section a.c-button, .theme-light .m-compare-chart section button, .theme-dark .theme-light .m-compare-chart section button, .theme-light .m-compare-chart section a.c-button, .theme-dark .theme-light .m-compare-chart section a.c-button
{
    color: #fff;
    background-color: #000
}/* line 29, src/mwf_styles/utilities/components/_button.scss */
.theme-light .c-compare-chart section button:focus:not(.x-hidden-focus), .theme-light .c-compare-chart section button:hover, .theme-dark .theme-light .c-compare-chart section button:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-compare-chart section button:hover, .theme-light .c-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-light .c-compare-chart section a.c-button:hover, .theme-dark .theme-light .c-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-compare-chart section a.c-button:hover, .theme-light .m-compare-chart section button:focus:not(.x-hidden-focus), .theme-light .m-compare-chart section button:hover, .theme-dark .theme-light .m-compare-chart section button:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-compare-chart section button:hover, .theme-light .m-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-light .m-compare-chart section a.c-button:hover, .theme-dark .theme-light .m-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-compare-chart section a.c-button:hover
{
    background: #1a1a1a
}/* line 34, src/mwf_styles/utilities/components/_button.scss */
.theme-light .c-compare-chart section button:active, .theme-dark .theme-light .c-compare-chart section button:active, .theme-light .c-compare-chart section a.c-button:active, .theme-dark .theme-light .c-compare-chart section a.c-button:active, .theme-light .m-compare-chart section button:active, .theme-dark .theme-light .m-compare-chart section button:active, .theme-light .m-compare-chart section a.c-button:active, .theme-dark .theme-light .m-compare-chart section a.c-button:active
{
    background: #333
}/* line 38, src/mwf_styles/utilities/components/_button.scss */
.theme-light .c-compare-chart section button[disabled], .theme-dark .theme-light .c-compare-chart section button[disabled], .theme-light .c-compare-chart section a.c-button[disabled], .theme-dark .theme-light .c-compare-chart section a.c-button[disabled], .theme-light .m-compare-chart section button[disabled], .theme-dark .theme-light .m-compare-chart section button[disabled], .theme-light .m-compare-chart section a.c-button[disabled], .theme-dark .theme-light .m-compare-chart section a.c-button[disabled]
{
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2)
}/* line 44, src/mwf_styles/utilities/components/_button.scss */
.theme-dark .c-compare-chart section button, .theme-light .theme-dark .c-compare-chart section button, .theme-dark .c-compare-chart section a.c-button, .theme-light .theme-dark .c-compare-chart section a.c-button, .theme-dark .m-compare-chart section button, .theme-light .theme-dark .m-compare-chart section button, .theme-dark .m-compare-chart section a.c-button, .theme-light .theme-dark .m-compare-chart section a.c-button
{
    color: #000;
    background-color: #fff
}/* line 48, src/mwf_styles/utilities/components/_button.scss */
.theme-dark .c-compare-chart section button:focus:not(.x-hidden-focus), .theme-dark .c-compare-chart section button:hover, .theme-light .theme-dark .c-compare-chart section button:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-compare-chart section button:hover, .theme-dark .c-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-dark .c-compare-chart section a.c-button:hover, .theme-light .theme-dark .c-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-compare-chart section a.c-button:hover, .theme-dark .m-compare-chart section button:focus:not(.x-hidden-focus), .theme-dark .m-compare-chart section button:hover, .theme-light .theme-dark .m-compare-chart section button:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-compare-chart section button:hover, .theme-dark .m-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-dark .m-compare-chart section a.c-button:hover, .theme-light .theme-dark .m-compare-chart section a.c-button:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-compare-chart section a.c-button:hover
{
    background: #e6e6e6
}/* line 53, src/mwf_styles/utilities/components/_button.scss */
.theme-dark .c-compare-chart section button:active, .theme-light .theme-dark .c-compare-chart section button:active, .theme-dark .c-compare-chart section a.c-button:active, .theme-light .theme-dark .c-compare-chart section a.c-button:active, .theme-dark .m-compare-chart section button:active, .theme-light .theme-dark .m-compare-chart section button:active, .theme-dark .m-compare-chart section a.c-button:active, .theme-light .theme-dark .m-compare-chart section a.c-button:active
{
    background: #ccc
}/* line 57, src/mwf_styles/utilities/components/_button.scss */
.theme-dark .c-compare-chart section button[disabled], .theme-light .theme-dark .c-compare-chart section button[disabled], .theme-dark .c-compare-chart section a.c-button[disabled], .theme-light .theme-dark .c-compare-chart section a.c-button[disabled], .theme-dark .m-compare-chart section button[disabled], .theme-light .theme-dark .m-compare-chart section button[disabled], .theme-dark .m-compare-chart section a.c-button[disabled], .theme-light .theme-dark .m-compare-chart section a.c-button[disabled]
{
    color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.2)
}/* line 82, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section ul, .m-compare-chart section ul
{
    margin-bottom: 24px
}/* line 86, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section .c-call-to-action, .m-compare-chart section .c-call-to-action
{
    margin-top: 15px
}/* line 90, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section .c-divider, .m-compare-chart section .c-divider
{
    box-sizing: border-box
}/* line 94, src/modules/compare-chart/styles/_compare_chart.scss */
.c-compare-chart section p, .m-compare-chart section p
{
    margin-bottom: 24px;
    padding: 0;
    display: block
}
@media only screen and (max-width: 768px)
{/* line 102, src/modules/compare-chart/styles/_compare_chart.scss */
    .c-compare-chart [data-grid*="col-"], .m-compare-chart [data-grid*="col-"]
    {
        width: 50%
    }
}
@media only screen and (max-width: 539px)
{/* line 9, src/modules/compare-chart/styles/_compare_chart.scss */
    .c-compare-chart, .m-compare-chart
    {
        padding: 0 24px
    }/* line 111, src/modules/compare-chart/styles/_compare_chart.scss */
    .c-compare-chart section .c-heading-5, .m-compare-chart section .c-heading-5
    {
        visibility: visible
    }/* line 115, src/modules/compare-chart/styles/_compare_chart.scss */
    .c-compare-chart section .f-column .f-row img, .m-compare-chart section .f-column .f-row img
    {
        max-width: 100%;
        text-align: center
    }
}/*END !$!$!========src/modules/compare-chart/styles/compare_chart========*//*BEGIN !$!$!========src/modules/content-placement-item/styles/content_placement_item========*//* line 111, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item, .c-content-placement
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 48px;
    cursor: pointer
}/* line 11, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-heading, .c-content-placement .c-heading
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    opacity: .95;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-top: 37px
}
@media only screen and (max-width: 768px)
{/* line 11, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item .c-heading, .c-content-placement .c-heading
    {
        margin-top: 12px
    }
}/* line 23, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-paragraph, .c-content-placement .c-paragraph
{
    padding-top: 2px
}/* line 27, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-heading, .m-content-placement-item .c-paragraph, .c-content-placement .c-heading, .c-content-placement .c-paragraph
{
    padding-right: 12px
}/* line 32, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-call-to-action, .c-content-placement .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    white-space: normal;
    text-align: left
}
@media screen and (-ms-high-contrast: active)
{/* line 32, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item .c-call-to-action, .c-content-placement .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-content-placement-item .c-call-to-action:focus, .c-content-placement .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-content-placement-item .c-call-to-action:focus, .c-content-placement .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-content-placement-item .c-call-to-action:focus, .theme-dark .theme-light .m-content-placement-item .c-call-to-action:focus, .theme-light .c-content-placement .c-call-to-action:focus, .theme-dark .theme-light .c-content-placement .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-content-placement-item .c-call-to-action:focus, .theme-light .theme-dark .m-content-placement-item .c-call-to-action:focus, .theme-dark .c-content-placement .c-call-to-action:focus, .theme-light .theme-dark .c-content-placement .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .m-content-placement-item .c-call-to-action:hover, .m-content-placement-item .c-call-to-action:active, .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .c-content-placement .c-call-to-action:hover, .c-content-placement .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .m-content-placement-item .c-call-to-action:hover span, .m-content-placement-item .c-call-to-action:active span, .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span, .c-content-placement .c-call-to-action:hover span, .c-content-placement .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action:hover, .c-content-placement .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action:active, .c-content-placement .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action[aria-disabled="true"], .c-content-placement .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item .c-call-to-action.f-image, .c-content-placement .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action, .theme-dark .theme-light .m-content-placement-item .c-call-to-action, .theme-light .c-content-placement .c-call-to-action, .theme-dark .theme-light .c-content-placement .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-content-placement-item .c-call-to-action:hover, .theme-dark .theme-light .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-content-placement-item .c-call-to-action:hover, .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-content-placement .c-call-to-action:hover, .theme-dark .theme-light .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-content-placement .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action:hover, .theme-dark .theme-light .m-content-placement-item .c-call-to-action:hover, .theme-light .c-content-placement .c-call-to-action:hover, .theme-dark .theme-light .c-content-placement .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action:active, .theme-dark .theme-light .m-content-placement-item .c-call-to-action:active, .theme-light .c-content-placement .c-call-to-action:active, .theme-dark .theme-light .c-content-placement .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-content-placement-item .c-call-to-action[aria-disabled="true"], .theme-light .c-content-placement .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .c-content-placement .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action, .theme-light .theme-dark .m-content-placement-item .c-call-to-action, .theme-dark .c-content-placement .c-call-to-action, .theme-light .theme-dark .c-content-placement .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-content-placement-item .c-call-to-action:hover, .theme-light .theme-dark .m-content-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-content-placement-item .c-call-to-action:hover, .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-content-placement .c-call-to-action:hover, .theme-light .theme-dark .c-content-placement .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-content-placement .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action:hover, .theme-light .theme-dark .m-content-placement-item .c-call-to-action:hover, .theme-dark .c-content-placement .c-call-to-action:hover, .theme-light .theme-dark .c-content-placement .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action:active, .theme-light .theme-dark .m-content-placement-item .c-call-to-action:active, .theme-dark .c-content-placement .c-call-to-action:active, .theme-light .theme-dark .c-content-placement .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-content-placement-item .c-call-to-action[aria-disabled="true"], .theme-dark .c-content-placement .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .c-content-placement .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 37, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-call-to-action span, .c-content-placement .c-call-to-action span
{
    display: inline
}/* line 41, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-call-to-action.f-image, .c-content-placement .c-call-to-action.f-image
{
    margin-top: 16px
}/* line 46, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-hyperlink, .c-content-placement .c-hyperlink
{
    padding: 10px 0;
    margin-right: 16px;
    display: inline-block
}/* line 51, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-hyperlink+.c-hyperlink, .c-content-placement .c-hyperlink+.c-hyperlink
{
    padding-right: 0
}/* line 56, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-badge, .c-content-placement .c-badge
{
    margin: 12px 0 4px
}
@media only screen and (min-width: 320px)
{/* line 59, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item .c-badge+.c-heading, .c-content-placement .c-badge+.c-heading
    {
        padding-top: 0;
        margin: 0
    }
}/* line 68, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-video, .m-content-placement-item .m-ambient-video, .c-content-placement .c-video, .c-content-placement .m-ambient-video
{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    padding: 0
}/* line 76, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-video video, .m-content-placement-item .m-ambient-video video, .c-content-placement .c-video video, .c-content-placement .m-ambient-video video
{
    min-width: 100%;
    width: 100%;
    height: 100%
}/* line 83, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-video-player, .c-content-placement .c-video-player
{
    min-width: 100%
}/* line 87, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>picture, .c-content-placement>picture
{
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 56%
}/* line 93, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>picture img, .c-content-placement>picture img
{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto
}
@media only screen and (max-width: 539px)
{/* line 102, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item .c-heading, .c-content-placement .c-heading
    {
        font-size: 18px;
        line-height: 24px
    }
}/* line 121, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-group, .c-content-placement .c-group
{
    display: block;
    overflow: visible
}/* line 125, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item .c-group>.c-call-to-action, .c-content-placement .c-group>.c-call-to-action
{
    padding-right: 16px;
    margin-top: 0
}/* line 133, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item:hover, .c-content-placement:hover
{
    cursor: default
}/* line 139, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item[data-js-href]:hover, .c-content-placement[data-js-href]:hover
{
    cursor: pointer
}/* line 143, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item[data-js-href]:hover picture img, .c-content-placement[data-js-href]:hover picture img
{
    opacity: .9
}/* line 150, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item.f-precise-click, .no-js .m-content-placement-item, .c-content-placement.f-precise-click, .no-js .c-content-placement
{
    cursor: auto !important
}/* line 158, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child, .c-content-placement>a:first-child
{
    display: block
}/* line 11, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-heading, .c-content-placement>a:first-child .c-heading
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    opacity: .95;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-top: 37px
}
@media only screen and (max-width: 768px)
{/* line 11, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item>a:first-child .c-heading, .c-content-placement>a:first-child .c-heading
    {
        margin-top: 12px
    }
}/* line 23, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-paragraph, .c-content-placement>a:first-child .c-paragraph
{
    padding-top: 2px
}/* line 27, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-heading, .m-content-placement-item>a:first-child .c-paragraph, .c-content-placement>a:first-child .c-heading, .c-content-placement>a:first-child .c-paragraph
{
    padding-right: 12px
}/* line 32, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-call-to-action, .c-content-placement>a:first-child .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    white-space: normal;
    text-align: left
}
@media screen and (-ms-high-contrast: active)
{/* line 32, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item>a:first-child .c-call-to-action, .c-content-placement>a:first-child .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-content-placement-item>a:first-child .c-call-to-action:focus, .c-content-placement>a:first-child .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-content-placement-item>a:first-child .c-call-to-action:focus, .c-content-placement>a:first-child .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus, .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus, .theme-light .c-content-placement>a:first-child .c-call-to-action:focus, .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus, .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus, .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus, .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .m-content-placement-item>a:first-child .c-call-to-action:hover, .m-content-placement-item>a:first-child .c-call-to-action:active, .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .c-content-placement>a:first-child .c-call-to-action:hover, .c-content-placement>a:first-child .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .m-content-placement-item>a:first-child .c-call-to-action:hover span, .m-content-placement-item>a:first-child .c-call-to-action:active span, .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .c-content-placement>a:first-child .c-call-to-action:hover span, .c-content-placement>a:first-child .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action:hover, .c-content-placement>a:first-child .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action:active, .c-content-placement>a:first-child .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action[aria-disabled="true"], .c-content-placement>a:first-child .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-content-placement-item>a:first-child .c-call-to-action.f-image, .c-content-placement>a:first-child .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action, .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action, .theme-light .c-content-placement>a:first-child .c-call-to-action, .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-content-placement>a:first-child .c-call-to-action:hover, .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-light .c-content-placement>a:first-child .c-call-to-action:hover, .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action:active, .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action:active, .theme-light .c-content-placement>a:first-child .c-call-to-action:active, .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled="true"], .theme-light .c-content-placement>a:first-child .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .c-content-placement>a:first-child .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action, .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action, .theme-dark .c-content-placement>a:first-child .c-call-to-action, .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-content-placement>a:first-child .c-call-to-action:hover, .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:hover, .theme-dark .c-content-placement>a:first-child .c-call-to-action:hover, .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action:active, .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action:active, .theme-dark .c-content-placement>a:first-child .c-call-to-action:active, .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-content-placement-item>a:first-child .c-call-to-action[aria-disabled="true"], .theme-dark .c-content-placement>a:first-child .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .c-content-placement>a:first-child .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 37, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-call-to-action span, .c-content-placement>a:first-child .c-call-to-action span
{
    display: inline
}/* line 41, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-call-to-action.f-image, .c-content-placement>a:first-child .c-call-to-action.f-image
{
    margin-top: 16px
}/* line 46, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-hyperlink, .c-content-placement>a:first-child .c-hyperlink
{
    padding: 10px 0;
    margin-right: 16px;
    display: inline-block
}/* line 51, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-hyperlink+.c-hyperlink, .c-content-placement>a:first-child .c-hyperlink+.c-hyperlink
{
    padding-right: 0
}/* line 56, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-badge, .c-content-placement>a:first-child .c-badge
{
    margin: 12px 0 4px
}
@media only screen and (min-width: 320px)
{/* line 59, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item>a:first-child .c-badge+.c-heading, .c-content-placement>a:first-child .c-badge+.c-heading
    {
        padding-top: 0;
        margin: 0
    }
}/* line 68, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-video, .m-content-placement-item>a:first-child .m-ambient-video, .c-content-placement>a:first-child .c-video, .c-content-placement>a:first-child .m-ambient-video
{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    padding: 0
}/* line 76, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-video video, .m-content-placement-item>a:first-child .m-ambient-video video, .c-content-placement>a:first-child .c-video video, .c-content-placement>a:first-child .m-ambient-video video
{
    min-width: 100%;
    width: 100%;
    height: 100%
}/* line 83, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child .c-video-player, .c-content-placement>a:first-child .c-video-player
{
    min-width: 100%
}/* line 87, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child>picture, .c-content-placement>a:first-child>picture
{
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 56%
}/* line 93, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child>picture img, .c-content-placement>a:first-child>picture img
{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto
}
@media only screen and (max-width: 539px)
{/* line 102, src/modules/content-placement-item/styles/_content_placement_item.scss */
    .m-content-placement-item>a:first-child .c-heading, .c-content-placement>a:first-child .c-heading
    {
        font-size: 18px;
        line-height: 24px
    }
}/* line 164, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child:hover picture img, .c-content-placement>a:first-child:hover picture img
{
    opacity: .9
}/* line 169, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child:hover .c-heading, .c-content-placement>a:first-child:hover .c-heading
{
    text-decoration: underline
}/* line 173, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child:hover+.c-call-to-action span, .m-content-placement-item>a:first-child:hover+.c-hyperlink, .c-content-placement>a:first-child:hover+.c-call-to-action span, .c-content-placement>a:first-child:hover+.c-hyperlink
{
    text-decoration: underline
}/* line 179, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child:hover+.c-group>.c-call-to-action:first-child span, .m-content-placement-item>a:first-child:hover+.c-group>.c-hyperlink:first-child, .c-content-placement>a:first-child:hover+.c-group>.c-call-to-action:first-child span, .c-content-placement>a:first-child:hover+.c-group>.c-hyperlink:first-child
{
    text-decoration: underline
}/* line 188, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child:active picture img, .c-content-placement>a:first-child:active picture img
{
    opacity: .8
}/* line 193, src/modules/content-placement-item/styles/_content_placement_item.scss */
.m-content-placement-item>a:first-child:active .c-heading, .c-content-placement>a:first-child:active .c-heading
{
    text-decoration: underline
}/*END !$!$!========src/modules/content-placement-item/styles/content_placement_item========*//*BEGIN !$!$!========src/modules/content-placement/styles/content_placement========*//* line 8, src/modules/content-placement/styles/_content_placement.scss */
.m-content-placement
{
    padding-top: 0;
    padding-left: calc(5% - 12px);
    padding-right: calc(5% - 12px)
}/* line 14, src/modules/content-placement/styles/_content_placement.scss */
.m-content-placement.x-remove-padding
{
    padding-left: 0;
    padding-right: 0
}
@media screen and (min-width: 1084px)
{/* line 8, src/modules/content-placement/styles/_content_placement.scss */
    .m-content-placement
    {
        padding-left: 0;
        padding-right: 0;
        margin-left: -12px;
        margin-right: -12px
    }
}/* line 26, src/modules/content-placement/styles/_content_placement.scss */
.m-content-placement.f-align-center
{
    text-align: center
}/* line 31, src/modules/content-placement/styles/_content_placement.scss */
.expired-deal-image
{
    opacity: .5;
    filter: grayscale(1)
}/* line 36, src/modules/content-placement/styles/_content_placement.scss */
.expired-deal-text
{
    color: #000 !important;
    letter-spacing: .3px
}/* line 41, src/modules/content-placement/styles/_content_placement.scss */
.presentation-content
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-color: #f2f2f2
}/* line 49, src/modules/content-placement/styles/_content_placement.scss */
.presentation-glyph
{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #a80000;
    font-size: 64px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}/* line 59, src/modules/content-placement/styles/_content_placement.scss */
.presentation-image>img
{
    opacity: 0
}/*END !$!$!========src/modules/content-placement/styles/content_placement========*//*BEGIN !$!$!========src/modules/content-rich-block/styles/content_rich_block========*//* line 8, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block>[class*="c-heading"]:first-child
{
    padding-top: 0
}/* line 13, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-6x"]
{
    padding-left: 0;
    padding-right: 0
}/* line 19, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-6x"][data-grid~="stack-2"]>div [class*="c-heading"]:first-child
{
    padding-top: 0
}/* line 26, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-6x"][data-grid~="stack-2"]>div+div [class*="c-heading"]:first-child
{
    padding-top: 48px
}
@media only screen and (min-width: 768px)
{/* line 31, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-6x"][data-grid~="stack-2"]>div+div [class*="c-heading"]:first-child
    {
        padding-top: 0
    }
}/* line 43, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-6x"][data-grid~="stack-3"]>div [class*="c-heading"]:first-child
{
    padding-top: 0
}/* line 50, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-6x"][data-grid~="stack-3"]>div+div [class*="c-heading"]:first-child
{
    padding-top: 48px
}
@media only screen and (min-width: 1084px)
{/* line 55, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-6x"][data-grid~="stack-3"]>div+div [class*="c-heading"]:first-child
    {
        padding-top: 0
    }
}
@media only screen and (min-width: 540px)
{/* line 13, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-6x"]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (min-width: 768px)
{/* line 13, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-6x"]
    {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 48px
    }
}
@media only screen and (min-width: 1400px)
{/* line 13, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-6x"]
    {
        padding-left: 36px;
        padding-right: 36px
    }
}/* line 78, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-12x"]
{
    padding-left: 30px;
    padding-right: 30px
}/* line 87, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-12x"][data-grid~="stack-2"]>div [class*="c-heading"]:first-child
{
    padding-top: 0
}/* line 94, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-12x"][data-grid~="stack-2"]>div+div [class*="c-heading"]:first-child
{
    padding-top: 48px
}
@media only screen and (min-width: 768px)
{/* line 99, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"][data-grid~="stack-2"]>div+div [class*="c-heading"]:first-child
    {
        padding-top: 0
    }
}/* line 111, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-12x"][data-grid~="stack-3"]>div [class*="c-heading"]:first-child
{
    padding-top: 0
}/* line 118, src/modules/content-rich-block/styles/_content_rich_block.scss */
.m-rich-content-block[data-grid~="pad-12x"][data-grid~="stack-3"]>div+div [class*="c-heading"]:first-child
{
    padding-top: 48px
}
@media only screen and (min-width: 1084px)
{/* line 123, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"][data-grid~="stack-3"]>div+div [class*="c-heading"]:first-child
    {
        padding-top: 0
    }
}
@media screen and (max-width: 1778px)
{/* line 78, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (max-width: 1399px)
{/* line 78, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (max-width: 1083px)
{/* line 78, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"]
    {
        padding-left: 18px;
        padding-right: 18px
    }
}
@media only screen and (max-width: 767px)
{/* line 78, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"]
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (max-width: 539px)
{/* line 78, src/modules/content-rich-block/styles/_content_rich_block.scss */
    .m-rich-content-block[data-grid~="pad-12x"]
    {
        padding-left: 0;
        padding-right: 0
    }
}/* line 157, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx h1
{
    font-size: 62px;
    line-height: 72px;
    padding: 38px 0 6px;
    font-weight: 600;
    letter-spacing: -.01em
}/* line 161, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx h2
{
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em
}/* line 165, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx h3
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600
}/* line 171, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx h4
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600
}/* line 175, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx h5
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600
}/* line 179, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx h6
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600
}/* line 183, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx small
{
    font-size: 11px;
    line-height: 16px;
    padding: 4px 0 4px;
    font-weight: 400
}/* line 187, src/modules/content-rich-block/styles/_content_rich_block.scss */
.context-ucx p
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400
}/*END !$!$!========src/modules/content-rich-block/styles/content_rich_block========*//*BEGIN !$!$!========src/modules/device-actions/styles/device_actions========*//* line 4, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions
{
    padding-left: 0;
    padding-right: 0;
    margin-top: 24px;
    padding-top: 0
}/* line 9, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions [data-grid="col-6"]:first-child
{
    padding-right: 12px;
    padding-left: 0
}/* line 13, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions [data-grid="col-6"]:first-child .f-row:first-child
{
    display: none
}/* line 18, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions [data-grid="col-6"]
{
    padding-right: 0;
    padding-left: 12px
}/* line 22, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions [data-grid="col-6"] .f-row:first-child
{
    color: #000
}/* line 27, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-row
{
    overflow: hidden;
    color: rgba(0,0,0,.6);
    margin-top: 24px
}/* line 32, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-row:first-child
{
    margin-top: 0
}/* line 36, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-row .c-meta-text
{
    margin-top: 0
}/* line 41, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-description
{
    overflow: hidden
}/* line 44, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-description [class^="c-paragraph"]
{
    padding: 0
}/* line 49, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-description .f-battery [class^="c-paragraph"], .m-device-actions .f-description .f-battery .c-image
{
    display: inline-block;
    margin-right: 12px
}/* line 57, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .f-button
{
    float: left;
    padding-right: 24px;
    min-width: 150px;
    margin-bottom: 12px
}/* line 64, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .c-button
{
    margin-top: 0
}/* line 68, src/modules/device-actions/styles/_device_actions.scss */
.m-device-actions .c-meta-text
{
    display: block;
    margin-top: 24px
}
@media only screen and (max-width: 1083px)
{/* line 4, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions
    {
        padding-left: 12px;
        padding-right: 12px
    }/* line 76, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions [data-grid="col-6"]:first-child
    {
        padding-top: 0
    }/* line 79, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions [data-grid="col-6"]:first-child .f-row:first-child
    {
        display: block;
        margin-top: 0;
        margin-bottom: 20px
    }/* line 86, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions [data-grid="col-6"]
    {
        padding-left: 0;
        margin-bottom: 0
    }/* line 90, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions [data-grid="col-6"] .f-row:first-child
    {
        display: none
    }
}
@media only screen and (max-width: 539px)
{/* line 97, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions .f-button
    {
        float: none;
        padding-right: 0
    }/* line 102, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions .c-button
    {
        width: 100%
    }/* line 106, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions .f-row:first-child
    {
        margin-bottom: 0
    }/* line 109, src/modules/device-actions/styles/_device_actions.scss */
    .m-device-actions .f-row:first-child .f-button
    {
        margin-bottom: 20px
    }
}/* line 117, src/modules/device-actions/styles/_device_actions.scss */
.f-map
{
    clear: both;
    width: 100%;
    height: 440px;
    background: #737373
}
@media only screen and (max-width: 320px)
{/* line 117, src/modules/device-actions/styles/_device_actions.scss */
    .f-map
    {
        height: 260px
    }
}/*END !$!$!========src/modules/device-actions/styles/device_actions========*//*BEGIN !$!$!========src/modules/email-sign-up/styles/email_sign_up========*//* line 5, src/modules/email-sign-up/styles/_email_sign_up.scss */
.m-email-sign-up
{
    padding-left: 0;
    padding-right: 0
}/* line 10, src/modules/email-sign-up/styles/_email_sign_up.scss */
.m-email-sign-up .c-group>input.c-text-field
{
    margin-top: 12px;
    margin-right: 12px;
    height: auto
}/* line 15, src/modules/email-sign-up/styles/_email_sign_up.scss */
.m-email-sign-up .c-group>input.c-text-field+.c-button
{
    margin-right: 20px
}/* line 18, src/modules/email-sign-up/styles/_email_sign_up.scss */
.m-email-sign-up .c-group>input.c-text-field+.c-button+.c-hyperlink
{
    margin-top: 20px
}/* line 26, src/modules/email-sign-up/styles/_email_sign_up.scss */
.m-email-sign-up .c-checkbox .c-label
{
    margin-right: 0
}
@media only screen and (max-width: 1083px)
{/* line 5, src/modules/email-sign-up/styles/_email_sign_up.scss */
    .m-email-sign-up
    {
        padding-left: 36px;
        padding-right: 36px
    }
}
@media only screen and (max-width: 540px)
{/* line 5, src/modules/email-sign-up/styles/_email_sign_up.scss */
    .m-email-sign-up
    {
        padding-left: 24px;
        padding-right: 24px
    }
}/*END !$!$!========src/modules/email-sign-up/styles/email_sign_up========*//*BEGIN !$!$!========src/modules/expansion-panel/styles/expansion_panel========*//* line 7, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel
{
    overflow: hidden
}/* line 10, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel .expansion-panel__toggle-button
{
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}/* line 15, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel .expansion-panel__toggle-button.f-align-start
{
    -ms-flex-pack: start;
    justify-content: flex-start
}/* line 20, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel .expansion-panel__pane
{
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 600ms ease-in-out
}/* line 26, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel .expansion-panel__pane .expansion-panel__pane__content
{
    overflow: hidden
}/* line 29, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel .expansion-panel__pane .expansion-panel__pane__content .c-group
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}/* line 35, src/modules/expansion-panel/styles/_expansion_panel.scss */
.m-expansion-panel .expansion-panel__pane .expansion-panel__pane__content .expansion-panel__pane__card
{
    background-color: #ebebeb;
    height: 500px
}/*END !$!$!========src/modules/expansion-panel/styles/expansion_panel========*//*BEGIN !$!$!========src/modules/feature-group/styles/feature_group========*//* line 6, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group
{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
    background: rgba(0,0,0,.1);
    margin-top: 48px
}
@media only screen and (min-width: 540px)
{/* line 6, src/modules/feature-group/styles/_feature_group.scss */
    .m-feature-group
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media only screen and (min-width: 768px)
{/* line 6, src/modules/feature-group/styles/_feature_group.scss */
    .m-feature-group
    {
        padding-left: 36px;
        padding-right: 36px
    }
}
@media only screen and (min-width: 1400px)
{/* line 6, src/modules/feature-group/styles/_feature_group.scss */
    .m-feature-group
    {
        padding-left: 48px;
        padding-right: 48px
    }
}/* line 29, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-area-heading
{
    float: none
}/* line 33, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature
{
    float: none;
    margin-bottom: 48px
}/* line 38, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature picture img
{
    width: 100%
}/* line 45, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature .f-background-neutral-00, .m-feature-group .m-feature.f-background-neutral-00
{
    color: #000;
    background: #fff
}/* line 53, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action, .m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action
{
    color: #0067b8
}/* line 56, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus), .m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,103,184,.1)
}/* line 60, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus), .m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:hover, .m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:focus:not(.x-hidden-focus), .m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:hover
{
    color: #005da6
}/* line 65, src/modules/feature-group/styles/_feature_group.scss */
.m-feature-group .m-feature .f-background-neutral-00 .c-call-to-action:active, .m-feature-group .m-feature.f-background-neutral-00 .c-call-to-action:active
{
    background: none;
    color: #005293
}/*END !$!$!========src/modules/feature-group/styles/feature_group========*//*BEGIN !$!$!========src/modules/feature/styles/feature========*//* line 261, src/modules/feature/styles/_feature.scss */
.c-feature, .m-feature
{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: auto
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.c-feature:before, .c-feature:after, .m-feature:before, .m-feature:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.c-feature:after, .m-feature:after
{
    clear: both
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-00, .m-feature.f-background-neutral-00
{
    background: #fff
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-10, .m-feature.f-background-neutral-10
{
    background: #e6e6e6
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-20, .m-feature.f-background-neutral-20
{
    background: #d2d2d2
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-30, .m-feature.f-background-neutral-30
{
    background: #acacac
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-45, .m-feature.f-background-neutral-45
{
    background: #919191
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-55, .m-feature.f-background-neutral-55
{
    background: #737373
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-65, .m-feature.f-background-neutral-65
{
    background: #505050
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-75, .m-feature.f-background-neutral-75
{
    background: #464646
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-80, .m-feature.f-background-neutral-80
{
    background: #2f2f2f
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-90, .m-feature.f-background-neutral-90
{
    background: #171717
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.c-feature.f-background-neutral-100, .m-feature.f-background-neutral-100
{
    background: #000
}/* line 274, src/modules/feature/styles/_feature.scss */
.c-feature .c-call-to-action, .m-feature .c-call-to-action
{
    margin-top: 10px
}/* line 277, src/modules/feature/styles/_feature.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none
}
@media screen and (-ms-high-contrast: active)
{/* line 277, src/modules/feature/styles/_feature.scss */
    .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus, .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover span, .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active span, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover span, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature .c-call-to-action:not(.f-primary):not(.f-secondary).f-image, .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary).f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .theme-dark .theme-light .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .theme-dark .theme-light .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary), .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active, .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .theme-light .theme-dark .c-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"], .theme-light .theme-dark .m-feature .c-call-to-action:not(.f-primary):not(.f-secondary)[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 282, src/modules/feature/styles/_feature.scss */
.c-feature .f-lean, .m-feature .f-lean
{
    margin-top: 0
}/* line 286, src/modules/feature/styles/_feature.scss */
.c-feature>div, .m-feature>div
{
    text-align: center;
    margin: 0 auto
}/* line 290, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-heading, .m-feature>div .c-heading
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    font-weight: 600;
    opacity: .95;
    padding-top: 24px;
    margin-top: 20px
}/* line 297, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-paragraph, .m-feature>div .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400
}/* line 301, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-badge, .c-feature>div .c-logo, .m-feature>div .c-badge, .m-feature>div .c-logo
{
    margin-top: 12px
}/* line 305, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-badge+.c-heading, .c-feature>div .c-logo+.c-heading, .m-feature>div .c-badge+.c-heading, .m-feature>div .c-logo+.c-heading
{
    padding-top: 8px
}/* line 310, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-logo, .m-feature>div .c-logo
{
    display: block
}/* line 314, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-logo img, .m-feature>div .c-logo img
{
    margin: 0 auto
}/* line 319, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-call-to-action, .m-feature>div .c-call-to-action
{
    margin-top: 10px
}/* line 323, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    margin-right: 16px
}
@media screen and (-ms-high-contrast: active)
{/* line 323, src/modules/feature/styles/_feature.scss */
    .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus, .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover span, .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active span, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover span, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action.f-image, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action, .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover, .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active, .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 327, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action.default-style, .m-feature>div .c-call-to-action:not(.f-primary):not(.f-secondary) .c-call-to-action.default-style
{
    background: initial;
    color: initial
}/* line 335, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-group, .m-feature>div .c-group
{
    display: block;
    overflow: visible;
    margin-top: 10px
}/* line 340, src/modules/feature/styles/_feature.scss */
.c-feature>div .c-group .c-call-to-action, .m-feature>div .c-group .c-call-to-action
{
    padding-right: 16px;
    margin-top: 0;
    margin-right: 4px
}/* line 348, src/modules/feature/styles/_feature.scss */
.c-feature picture, .c-feature .c-image-action, .c-feature .c-video, .c-feature .c-video-player, .c-feature .m-ambient-video, .m-feature picture, .m-feature .c-image-action, .m-feature .c-video, .m-feature .c-video-player, .m-feature .m-ambient-video
{
    display: block;
    width: 100%;
    max-width: 100%
}/* line 359, src/modules/feature/styles/_feature.scss */
.c-feature picture img, .m-feature picture img
{
    max-width: 100%;
    height: auto
}/* line 365, src/modules/feature/styles/_feature.scss */
.c-feature .c-image-action, .m-feature .c-image-action
{
    width: 100%;
    display: block;
    position: relative
}/* line 370, src/modules/feature/styles/_feature.scss */
.c-feature .c-image-action a, .c-feature .c-image-action button, .m-feature .c-image-action a, .m-feature .c-image-action button
{
    width: 48px;
    height: 48px;
    margin: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: transparent;
    border-radius: 50%;
    background: rgba(0,0,0,.6)
}/* line 384, src/modules/feature/styles/_feature.scss */
.c-feature .c-image-action a:before, .c-feature .c-image-action button:before, .m-feature .c-image-action a:before, .m-feature .c-image-action button:before
{
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    color: #fff;
    font-size: 24px
}/* line 393, src/modules/feature/styles/_feature.scss */
.c-feature .c-image-action a:hover, .c-feature .c-image-action button:hover, .m-feature .c-image-action a:hover, .m-feature .c-image-action button:hover
{
    text-decoration: none;
    background: rgba(0,0,0,.7)
}/* line 398, src/modules/feature/styles/_feature.scss */
.c-feature .c-image-action a:active, .c-feature .c-image-action button:active, .m-feature .c-image-action a:active, .m-feature .c-image-action button:active
{
    background: rgba(0,0,0,.8)
}/* line 403, src/modules/feature/styles/_feature.scss */
.c-feature .c-image-action picture, .m-feature .c-image-action picture
{
    width: 100%
}/* line 410, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left>div, .c-feature.f-align-right>div, .m-feature.f-align-left>div, .m-feature.f-align-right>div
{
    width: 100%;
    position: relative;
    padding: 0 24px 24px
}/* line 415, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left>div.m-ambient-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-right>div.m-ambient-video, .c-feature.f-align-right>div.c-video-player, .m-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-right>div.c-video-player
{
    padding: 0
}/* line 421, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video, .c-feature.f-align-right .c-lightbox-video, .m-feature.f-align-left .c-lightbox-video, .m-feature.f-align-right .c-lightbox-video
{
    position: relative;
    overflow: hidden;
    left: 0;
    top: auto;
    -ms-transform: none;
    transform: none;
    padding: 0
}/* line 429, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video>div, .c-feature.f-align-right .c-lightbox-video>div, .m-feature.f-align-left .c-lightbox-video>div, .m-feature.f-align-right .c-lightbox-video>div
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0
}/* line 436, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video>div>section, .c-feature.f-align-right .c-lightbox-video>div>section, .m-feature.f-align-left .c-lightbox-video>div>section, .m-feature.f-align-right .c-lightbox-video>div>section
{
    text-align: center;
    height: 100%;
    width: 100%
}/* line 441, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video>div>section>div, .c-feature.f-align-right .c-lightbox-video>div>section>div, .m-feature.f-align-left .c-lightbox-video>div>section>div, .m-feature.f-align-right .c-lightbox-video>div>section>div
{
    padding: 0%;
    position: absolute;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    width: 100%
}/* line 451, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph
{
    font-size: 24px;
    content: "";
    line-height: 13px;
    height: 48px;
    min-width: 48px !important;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.6);
    padding-right: 5px
}/* line 464, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover
{
    color: rgba(255,255,255,.8)
}/* line 468, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus
{
    background: rgba(0,0,0,.6)
}/* line 478, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center>div, .m-feature.f-align-center>div
{
    width: auto;
    padding: 0 5%;
    max-width: 100%
}/* line 483, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center>div .c-group, .m-feature.f-align-center>div .c-group
{
    display: block
}/* line 486, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center>div .c-group .c-call-to-action, .m-feature.f-align-center>div .c-group .c-call-to-action
{
    margin: 0 2px
}/* line 491, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center>div .c-image, .m-feature.f-align-center>div .c-image
{
    display: inline-block
}/* line 495, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center>div .c-logo, .m-feature.f-align-center>div .c-logo
{
    margin: 12px auto 0
}/* line 500, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-video-player, .m-feature.f-align-center .c-video-player
{
    padding: 0
}/* line 504, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center picture, .c-feature.f-align-center .c-image-action, .c-feature.f-align-center .c-video, .c-feature.f-align-center .c-video-player, .c-feature.f-align-center .m-ambient-video, .m-feature.f-align-center picture, .m-feature.f-align-center .c-image-action, .m-feature.f-align-center .c-video, .m-feature.f-align-center .c-video-player, .m-feature.f-align-center .m-ambient-video
{
    width: 100%
}/* line 512, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video, .m-feature.f-align-center .c-lightbox-video
{
    position: relative;
    overflow: hidden;
    left: 0;
    top: auto;
    -ms-transform: none;
    transform: none;
    padding: 0
}/* line 520, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video>div, .m-feature.f-align-center .c-lightbox-video>div
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0
}/* line 527, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video>div>section, .m-feature.f-align-center .c-lightbox-video>div>section
{
    text-align: center;
    height: 100%;
    width: 100%
}/* line 532, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video>div>section>div, .m-feature.f-align-center .c-lightbox-video>div>section>div
{
    padding: 0%;
    position: absolute;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    width: 100%
}/* line 542, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-center .c-lightbox-video>div>section button.c-action-trigger.c-glyph
{
    font-size: 24px;
    content: "";
    line-height: 13px;
    height: 48px;
    min-width: 48px !important;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.6)
}/* line 554, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-center .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover
{
    color: rgba(255,255,255,.8)
}/* line 558, src/modules/feature/styles/_feature.scss */
.c-feature.f-align-center .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-center .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus
{
    background: rgba(0,0,0,.6)
}/* line 567, src/modules/feature/styles/_feature.scss */
.c-feature .f-video-controls, .m-feature .f-video-controls
{
    text-align: left
}/* line 571, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-accent, .m-feature.f-background-accent
{
    background: #0067b8
}/* line 575, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary)
{
    color: #fff
}/* line 578, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(255,255,255,.1)
}/* line 583, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    color: #e6e6e6
}/* line 588, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    background: none;
    color: #ccc
}/* line 597, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-00, .c-feature.f-background-neutral-10, .c-feature.f-background-neutral-20, .c-feature.f-background-neutral-30, .m-feature.f-background-neutral-00, .m-feature.f-background-neutral-10, .m-feature.f-background-neutral-20, .m-feature.f-background-neutral-30
{
    color: #000
}/* line 604, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary)
{
    color: #000
}/* line 607, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(0,0,0,.1)
}/* line 612, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    color: #000
}/* line 617, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-00 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-10 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-20 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-30 .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    background: none;
    color: #000
}/* line 625, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-45, .c-feature.f-background-neutral-55, .c-feature.f-background-neutral-65, .c-feature.f-background-neutral-75, .c-feature.f-background-neutral-80, .c-feature.f-background-neutral-90, .c-feature.f-background-neutral-100, .c-feature.f-background-accent, .m-feature.f-background-neutral-45, .m-feature.f-background-neutral-55, .m-feature.f-background-neutral-65, .m-feature.f-background-neutral-75, .m-feature.f-background-neutral-80, .m-feature.f-background-neutral-90, .m-feature.f-background-neutral-100, .m-feature.f-background-accent
{
    color: #fff
}/* line 636, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary), .c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary), .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary)
{
    color: #fff
}/* line 639, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(255,255,255,.1)
}/* line 644, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):hover, .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):focus:not(.x-hidden-focus), .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):hover
{
    color: #e6e6e6
}/* line 649, src/modules/feature/styles/_feature.scss */
.c-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .c-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-45 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-55 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-65 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-75 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-80 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-90 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-neutral-100 .c-call-to-action:not(.f-primary):not(.f-secondary):active, .m-feature.f-background-accent .c-call-to-action:not(.f-primary):not(.f-secondary):active
{
    background: none;
    color: #ccc
}
@media only screen and (min-width: 320px)
{/* line 660, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-list, .c-feature.f-align-right .c-list, .m-feature.f-align-left .c-list, .m-feature.f-align-right .c-list
    {
        list-style-position: inside;
        text-align: left
    }
}
@media only screen and (min-width: 540px)
{/* line 668, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-center, .m-feature.f-align-center
    {
        min-height: 300px
    }/* line 672, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left, .c-feature.f-align-right, .m-feature.f-align-left, .m-feature.f-align-right
    {
        min-height: 211px
    }/* line 676, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div, .c-feature.f-align-right>div, .m-feature.f-align-left>div, .m-feature.f-align-right>div
    {
        width: 490px;
        margin: 0 auto;
        text-align: center
    }/* line 683, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video, .c-feature.f-align-left>div.m-ambient-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-right>div.c-video, .c-feature.f-align-right>div.m-ambient-video, .c-feature.f-align-right>div.c-video-player, .m-feature.f-align-left>div.c-video, .m-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-right>div.c-video, .m-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-right>div.c-video-player
    {
        width: 100%
    }/* line 691, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-logo img, .c-feature.f-align-right .c-logo img, .m-feature.f-align-left .c-logo img, .m-feature.f-align-right .c-logo img
    {
        margin: 0 auto
    }/* line 696, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-list, .c-feature.f-align-right .c-list, .m-feature.f-align-left .c-list, .m-feature.f-align-right .c-list
    {
        list-style-position: inside;
        text-align: left
    }
}
@media only screen and (min-width: 768px)
{/* line 8, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left picture, .c-feature.f-align-right picture, .m-feature.f-align-left picture, .m-feature.f-align-right picture
    {
        width: 50%
    }/* line 11, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left picture img, .c-feature.f-align-right picture img, .m-feature.f-align-left picture img, .m-feature.f-align-right picture img
    {
        right: 0
    }/* line 16, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video, .c-feature.f-align-right .c-lightbox-video, .m-feature.f-align-left .c-lightbox-video, .m-feature.f-align-right .c-lightbox-video
    {
        position: relative;
        overflow: hidden;
        left: 0;
        top: auto;
        -ms-transform: none;
        transform: none;
        padding: 0
    }/* line 24, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div, .c-feature.f-align-right .c-lightbox-video>div, .m-feature.f-align-left .c-lightbox-video>div, .m-feature.f-align-right .c-lightbox-video>div
    {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0
    }/* line 31, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section, .c-feature.f-align-right .c-lightbox-video>div>section, .m-feature.f-align-left .c-lightbox-video>div>section, .m-feature.f-align-right .c-lightbox-video>div>section
    {
        text-align: center;
        height: 100%;
        width: 100%
    }/* line 36, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section>div, .c-feature.f-align-right .c-lightbox-video>div>section>div, .m-feature.f-align-left .c-lightbox-video>div>section>div, .m-feature.f-align-right .c-lightbox-video>div>section>div
    {
        padding: 0%;
        position: absolute;
        width: 50%;
        max-width: 50%;
        top: calc(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin: auto
    }/* line 47, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph
    {
        font-size: 24px;
        content: "";
        line-height: 13px;
        height: 48px;
        min-width: 48px !important;
        outline: none;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        background: rgba(0,0,0,.6)
    }/* line 59, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover
    {
        color: rgba(255,255,255,.8)
    }/* line 63, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus
    {
        background: rgba(0,0,0,.6)
    }/* line 71, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div, .c-feature.f-align-right>div, .m-feature.f-align-left>div, .m-feature.f-align-right>div
    {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 0;
        position: absolute;
        top: calc(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        text-align: left
    }/* line 81, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div .c-logo img, .c-feature.f-align-right>div .c-logo img, .m-feature.f-align-left>div .c-logo img, .m-feature.f-align-right>div .c-logo img
    {
        margin: 0
    }/* line 88, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-left>div.m-ambient-video, .c-feature.f-align-right>div.c-video, .c-feature.f-align-right>div.c-video-player, .c-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-left>div.c-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-right>div.c-video, .m-feature.f-align-right>div.c-video-player, .m-feature.f-align-right>div.m-ambient-video
    {
        width: 50%;
        max-width: 50%;
        overflow: hidden;
        position: relative;
        left: 0;
        top: auto;
        -ms-transform: none;
        transform: none;
        padding: 0
    }/* line 100, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video>h1, .c-feature.f-align-left>div.c-video-player>h1, .c-feature.f-align-left>div.m-ambient-video>h1, .c-feature.f-align-right>div.c-video>h1, .c-feature.f-align-right>div.c-video-player>h1, .c-feature.f-align-right>div.m-ambient-video>h1, .m-feature.f-align-left>div.c-video>h1, .m-feature.f-align-left>div.c-video-player>h1, .m-feature.f-align-left>div.m-ambient-video>h1, .m-feature.f-align-right>div.c-video>h1, .m-feature.f-align-right>div.c-video-player>h1, .m-feature.f-align-right>div.m-ambient-video>h1
    {
        display: none
    }/* line 104, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video video, .c-feature.f-align-left>div.c-video-player video, .c-feature.f-align-left>div.m-ambient-video video, .c-feature.f-align-right>div.c-video video, .c-feature.f-align-right>div.c-video-player video, .c-feature.f-align-right>div.m-ambient-video video, .m-feature.f-align-left>div.c-video video, .m-feature.f-align-left>div.c-video-player video, .m-feature.f-align-left>div.m-ambient-video video, .m-feature.f-align-right>div.c-video video, .m-feature.f-align-right>div.c-video-player video, .m-feature.f-align-right>div.m-ambient-video video
    {
        width: 100%;
        min-width: 100%;
        height: 100%;
        max-height: 100%
    }/* line 112, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.m-ambient-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-right>div.m-ambient-video, .c-feature.f-align-right>div.c-video-player, .m-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-right>div.c-video-player
    {
        margin: 0
    }/* line 117, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div .c-heading, .c-feature.f-align-right>div .c-heading, .m-feature.f-align-left>div .c-heading, .m-feature.f-align-right>div .c-heading
    {
        padding-top: 0
    }/* line 122, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-image-action, .c-feature.f-align-right .c-image-action, .m-feature.f-align-left .c-image-action, .m-feature.f-align-right .c-image-action
    {
        width: 50%
    }/* line 125, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-image-action picture, .c-feature.f-align-right .c-image-action picture, .m-feature.f-align-left .c-image-action picture, .m-feature.f-align-right .c-image-action picture
    {
        width: 100%
    }/* line 132, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div, .m-feature.f-align-left>div
    {
        left: 0
    }/* line 136, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left picture, .c-feature.f-align-left .c-image-action, .c-feature.f-align-left .c-video, .c-feature.f-align-left .c-video-player, .c-feature.f-align-left .m-ambient-video, .m-feature.f-align-left picture, .m-feature.f-align-left .c-image-action, .m-feature.f-align-left .c-video, .m-feature.f-align-left .c-video-player, .m-feature.f-align-left .m-ambient-video
    {
        float: right
    }/* line 144, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section>div, .m-feature.f-align-left .c-lightbox-video>div>section>div
    {
        right: 0
    }/* line 150, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right>div, .m-feature.f-align-right>div
    {
        left: 50%
    }/* line 154, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right picture, .c-feature.f-align-right .c-image-action, .c-feature.f-align-right .c-video, .c-feature.f-align-right .c-video-player, .c-feature.f-align-right .m-ambient-video, .m-feature.f-align-right picture, .m-feature.f-align-right .c-image-action, .m-feature.f-align-right .c-video, .m-feature.f-align-right .c-video-player, .m-feature.f-align-right .m-ambient-video
    {
        float: left;
        left: 0
    }/* line 164, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div, .m-feature.f-align-right.f-image-priority>div
    {
        left: 65%
    }/* line 167, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div.c-video, .c-feature.f-align-right.f-image-priority>div.c-video-player, .c-feature.f-align-right.f-image-priority>div.m-ambient-video, .m-feature.f-align-right.f-image-priority>div.c-video, .m-feature.f-align-right.f-image-priority>div.c-video-player, .m-feature.f-align-right.f-image-priority>div.m-ambient-video
    {
        left: 0
    }/* line 177, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left, .c-feature.f-set-ratio.f-align-right, .m-feature.f-set-ratio.f-align-left, .m-feature.f-set-ratio.f-align-right
    {
        position: relative;
        padding-bottom: 37.5%
    }
}
@media only screen and (min-width: 768px) and (min-width: 1400px)
{/* line 177, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left, .c-feature.f-set-ratio.f-align-right, .m-feature.f-set-ratio.f-align-left, .m-feature.f-set-ratio.f-align-right
    {
        padding-bottom: 28.125%
    }
}
@media only screen and (min-width: 768px)
{/* line 185, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture, .c-feature.f-set-ratio.f-align-left .c-image-action, .c-feature.f-set-ratio.f-align-left .c-video-player, .c-feature.f-set-ratio.f-align-left .c-video, .c-feature.f-set-ratio.f-align-left .m-ambient-video, .c-feature.f-set-ratio.f-align-right picture, .c-feature.f-set-ratio.f-align-right .c-image-action, .c-feature.f-set-ratio.f-align-right .c-video-player, .c-feature.f-set-ratio.f-align-right .c-video, .c-feature.f-set-ratio.f-align-right .m-ambient-video, .m-feature.f-set-ratio.f-align-left picture, .m-feature.f-set-ratio.f-align-left .c-image-action, .m-feature.f-set-ratio.f-align-left .c-video-player, .m-feature.f-set-ratio.f-align-left .c-video, .m-feature.f-set-ratio.f-align-left .m-ambient-video, .m-feature.f-set-ratio.f-align-right picture, .m-feature.f-set-ratio.f-align-right .c-image-action, .m-feature.f-set-ratio.f-align-right .c-video-player, .m-feature.f-set-ratio.f-align-right .c-video, .m-feature.f-set-ratio.f-align-right .m-ambient-video
    {
        position: absolute
    }/* line 193, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture, .c-feature.f-set-ratio.f-align-right picture, .m-feature.f-set-ratio.f-align-left picture, .m-feature.f-set-ratio.f-align-right picture
    {
        left: 50%;
        width: 50%
    }/* line 197, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture img, .c-feature.f-set-ratio.f-align-right picture img, .m-feature.f-set-ratio.f-align-left picture img, .m-feature.f-set-ratio.f-align-right picture img
    {
        right: 0
    }/* line 202, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left.f-image-priority, .c-feature.f-set-ratio.f-align-right.f-image-priority, .m-feature.f-set-ratio.f-align-left.f-image-priority, .m-feature.f-set-ratio.f-align-right.f-image-priority
    {
        padding-bottom: 28.1625%
    }
}
@media only screen and (min-width: 768px) and (min-width: 1084px)
{/* line 202, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left.f-image-priority, .c-feature.f-set-ratio.f-align-right.f-image-priority, .m-feature.f-set-ratio.f-align-left.f-image-priority, .m-feature.f-set-ratio.f-align-right.f-image-priority
    {
        padding-bottom: 36.5%
    }
}
@media only screen and (min-width: 768px)
{/* line 212, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left:not(.f-image-priority) .m-ambient-video, .c-feature.f-set-ratio.f-align-right:not(.f-image-priority) .m-ambient-video, .m-feature.f-set-ratio.f-align-left:not(.f-image-priority) .m-ambient-video, .m-feature.f-set-ratio.f-align-right:not(.f-image-priority) .m-ambient-video
    {
        height: 100%
    }/* line 219, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left>div, .m-feature.f-set-ratio.f-align-left>div
    {
        left: 0
    }/* line 223, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture, .c-feature.f-set-ratio.f-align-left .c-image-action, .c-feature.f-set-ratio.f-align-left .c-video, .c-feature.f-set-ratio.f-align-left .c-video-player, .c-feature.f-set-ratio.f-align-left .m-ambient-video, .m-feature.f-set-ratio.f-align-left picture, .m-feature.f-set-ratio.f-align-left .c-image-action, .m-feature.f-set-ratio.f-align-left .c-video, .m-feature.f-set-ratio.f-align-left .c-video-player, .m-feature.f-set-ratio.f-align-left .m-ambient-video
    {
        left: 50%
    }/* line 233, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right>div, .m-feature.f-set-ratio.f-align-right>div
    {
        left: 50%
    }/* line 237, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right picture, .c-feature.f-set-ratio.f-align-right .c-image-action, .c-feature.f-set-ratio.f-align-right .c-video, .c-feature.f-set-ratio.f-align-right .c-video-player, .c-feature.f-set-ratio.f-align-right .m-ambient-video, .m-feature.f-set-ratio.f-align-right picture, .m-feature.f-set-ratio.f-align-right .c-image-action, .m-feature.f-set-ratio.f-align-right .c-video, .m-feature.f-set-ratio.f-align-right .c-video-player, .m-feature.f-set-ratio.f-align-right .m-ambient-video
    {
        right: 50%;
        left: 0
    }/* line 247, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right.f-image-priority>div, .m-feature.f-set-ratio.f-align-right.f-image-priority>div
    {
        left: 50%
    }/* line 250, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video, .c-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video-player, .c-feature.f-set-ratio.f-align-right.f-image-priority>div.m-ambient-video, .m-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video, .m-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video-player, .m-feature.f-set-ratio.f-align-right.f-image-priority>div.m-ambient-video
    {
        left: 0
    }/* line 706, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right, .m-feature.f-align-right
    {
        min-height: 213px
    }/* line 710, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div, .m-feature.f-align-right.f-image-priority>div
    {
        left: 50%
    }/* line 716, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left, .m-feature.f-align-left
    {
        min-height: 213px
    }/* line 720, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-center, .m-feature.f-align-center
    {
        min-height: 300px
    }
}
@media only screen and (min-width: 1084px)
{/* line 727, src/modules/feature/styles/_feature.scss */
    .c-feature>div .c-heading, .m-feature>div .c-heading
    {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px;
        font-weight: 600;
        padding-top: 0
    }/* line 732, src/modules/feature/styles/_feature.scss */
    .c-feature>div .c-paragraph, .m-feature>div .c-paragraph
    {
        padding-top: 12px
    }/* line 737, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right, .c-feature.f-align-left, .m-feature.f-align-right, .m-feature.f-align-left
    {
        min-height: 279px
    }/* line 742, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority picture, .c-feature.f-align-left.f-image-priority picture, .m-feature.f-align-right.f-image-priority picture, .m-feature.f-align-left.f-image-priority picture
    {
        width: 65%
    }/* line 746, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority .c-lightbox-video>div>section>div, .c-feature.f-align-left.f-image-priority .c-lightbox-video>div>section>div, .m-feature.f-align-right.f-image-priority .c-lightbox-video>div>section>div, .m-feature.f-align-left.f-image-priority .c-lightbox-video>div>section>div
    {
        width: 65%;
        min-width: 65%
    }/* line 751, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div, .c-feature.f-align-left.f-image-priority>div, .m-feature.f-align-right.f-image-priority>div, .m-feature.f-align-left.f-image-priority>div
    {
        width: 35%
    }/* line 754, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div.c-video, .c-feature.f-align-right.f-image-priority>div.c-video-player, .c-feature.f-align-right.f-image-priority>div.m-ambient-video, .c-feature.f-align-left.f-image-priority>div.c-video, .c-feature.f-align-left.f-image-priority>div.c-video-player, .c-feature.f-align-left.f-image-priority>div.m-ambient-video, .m-feature.f-align-right.f-image-priority>div.c-video, .m-feature.f-align-right.f-image-priority>div.c-video-player, .m-feature.f-align-right.f-image-priority>div.m-ambient-video, .m-feature.f-align-left.f-image-priority>div.c-video, .m-feature.f-align-left.f-image-priority>div.c-video-player, .m-feature.f-align-left.f-image-priority>div.m-ambient-video
    {
        width: 65%;
        max-width: 65%
    }/* line 766, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div, .m-feature.f-align-right.f-image-priority>div
    {
        left: 65%
    }/* line 772, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-center, .m-feature.f-align-center
    {
        min-height: 400px
    }/* line 775, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-center>div, .m-feature.f-align-center>div
    {
        max-width: 798px
    }/* line 778, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-center>div.c-video, .c-feature.f-align-center>div.c-video-player, .c-feature.f-align-center>div.m-ambient-video, .m-feature.f-align-center>div.c-video, .m-feature.f-align-center>div.c-video-player, .m-feature.f-align-center>div.m-ambient-video
    {
        max-width: 100%
    }/* line 789, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right.f-image-priority>div, .m-feature.f-set-ratio.f-align-right.f-image-priority>div
    {
        left: 65%
    }/* line 793, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right.f-image-priority picture, .c-feature.f-set-ratio.f-align-right.f-image-priority>.c-video, .c-feature.f-set-ratio.f-align-right.f-image-priority>.c-video-player, .c-feature.f-set-ratio.f-align-right.f-image-priority>.m-ambient-video, .m-feature.f-set-ratio.f-align-right.f-image-priority picture, .m-feature.f-set-ratio.f-align-right.f-image-priority>.c-video, .m-feature.f-set-ratio.f-align-right.f-image-priority>.c-video-player, .m-feature.f-set-ratio.f-align-right.f-image-priority>.m-ambient-video
    {
        right: 35%
    }/* line 804, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left.f-image-priority>div, .m-feature.f-set-ratio.f-align-left.f-image-priority>div
    {
        right: 65%
    }/* line 808, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left.f-image-priority picture, .c-feature.f-set-ratio.f-align-left.f-image-priority>.c-video, .c-feature.f-set-ratio.f-align-left.f-image-priority>.c-video-player, .c-feature.f-set-ratio.f-align-left.f-image-priority>.m-ambient-video, .m-feature.f-set-ratio.f-align-left.f-image-priority picture, .m-feature.f-set-ratio.f-align-left.f-image-priority>.c-video, .m-feature.f-set-ratio.f-align-left.f-image-priority>.c-video-player, .m-feature.f-set-ratio.f-align-left.f-image-priority>.m-ambient-video
    {
        left: 35%
    }
}
@media only screen and (min-width: 1400px)
{/* line 820, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-center, .m-feature.f-align-center
    {
        min-height: 400px
    }/* line 824, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right, .c-feature.f-align-left, .m-feature.f-align-right, .m-feature.f-align-left
    {
        min-height: 315px
    }/* line 828, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right>div, .c-feature.f-align-left>div, .m-feature.f-align-right>div, .m-feature.f-align-left>div
    {
        padding-left: 48px;
        padding-right: 48px
    }/* line 831, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right>div.c-video, .c-feature.f-align-right>div.c-video-player, .c-feature.f-align-right>div.m-ambient-video, .c-feature.f-align-left>div.c-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-right>div.c-video, .m-feature.f-align-right>div.c-video-player, .m-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-left>div.c-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-left>div.m-ambient-video
    {
        padding: 0
    }
}
@media only screen and (min-width: 1779px)
{/* line 8, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left picture, .c-feature.f-align-right picture, .m-feature.f-align-left picture, .m-feature.f-align-right picture
    {
        width: 50%
    }/* line 11, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left picture img, .c-feature.f-align-right picture img, .m-feature.f-align-left picture img, .m-feature.f-align-right picture img
    {
        right: 0
    }/* line 16, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video, .c-feature.f-align-right .c-lightbox-video, .m-feature.f-align-left .c-lightbox-video, .m-feature.f-align-right .c-lightbox-video
    {
        position: relative;
        overflow: hidden;
        left: 0;
        top: auto;
        -ms-transform: none;
        transform: none;
        padding: 0
    }/* line 24, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div, .c-feature.f-align-right .c-lightbox-video>div, .m-feature.f-align-left .c-lightbox-video>div, .m-feature.f-align-right .c-lightbox-video>div
    {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0
    }/* line 31, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section, .c-feature.f-align-right .c-lightbox-video>div>section, .m-feature.f-align-left .c-lightbox-video>div>section, .m-feature.f-align-right .c-lightbox-video>div>section
    {
        text-align: center;
        height: 100%;
        width: 100%
    }/* line 36, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section>div, .c-feature.f-align-right .c-lightbox-video>div>section>div, .m-feature.f-align-left .c-lightbox-video>div>section>div, .m-feature.f-align-right .c-lightbox-video>div>section>div
    {
        padding: 0%;
        position: absolute;
        width: 50%;
        max-width: 50%;
        top: calc(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin: auto
    }/* line 47, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph
    {
        font-size: 24px;
        content: "";
        line-height: 13px;
        height: 48px;
        min-width: 48px !important;
        outline: none;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        background: rgba(0,0,0,.6)
    }/* line 59, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover
    {
        color: rgba(255,255,255,.8)
    }/* line 63, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .c-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-left .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus, .m-feature.f-align-right .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus
    {
        background: rgba(0,0,0,.6)
    }/* line 71, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div, .c-feature.f-align-right>div, .m-feature.f-align-left>div, .m-feature.f-align-right>div
    {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 0;
        position: absolute;
        top: calc(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        text-align: left
    }/* line 81, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div .c-logo img, .c-feature.f-align-right>div .c-logo img, .m-feature.f-align-left>div .c-logo img, .m-feature.f-align-right>div .c-logo img
    {
        margin: 0
    }/* line 88, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-left>div.m-ambient-video, .c-feature.f-align-right>div.c-video, .c-feature.f-align-right>div.c-video-player, .c-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-left>div.c-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-right>div.c-video, .m-feature.f-align-right>div.c-video-player, .m-feature.f-align-right>div.m-ambient-video
    {
        width: 50%;
        max-width: 50%;
        overflow: hidden;
        position: relative;
        left: 0;
        top: auto;
        -ms-transform: none;
        transform: none;
        padding: 0
    }/* line 100, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video>h1, .c-feature.f-align-left>div.c-video-player>h1, .c-feature.f-align-left>div.m-ambient-video>h1, .c-feature.f-align-right>div.c-video>h1, .c-feature.f-align-right>div.c-video-player>h1, .c-feature.f-align-right>div.m-ambient-video>h1, .m-feature.f-align-left>div.c-video>h1, .m-feature.f-align-left>div.c-video-player>h1, .m-feature.f-align-left>div.m-ambient-video>h1, .m-feature.f-align-right>div.c-video>h1, .m-feature.f-align-right>div.c-video-player>h1, .m-feature.f-align-right>div.m-ambient-video>h1
    {
        display: none
    }/* line 104, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.c-video video, .c-feature.f-align-left>div.c-video-player video, .c-feature.f-align-left>div.m-ambient-video video, .c-feature.f-align-right>div.c-video video, .c-feature.f-align-right>div.c-video-player video, .c-feature.f-align-right>div.m-ambient-video video, .m-feature.f-align-left>div.c-video video, .m-feature.f-align-left>div.c-video-player video, .m-feature.f-align-left>div.m-ambient-video video, .m-feature.f-align-right>div.c-video video, .m-feature.f-align-right>div.c-video-player video, .m-feature.f-align-right>div.m-ambient-video video
    {
        width: 100%;
        min-width: 100%;
        height: 100%;
        max-height: 100%
    }/* line 112, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div.m-ambient-video, .c-feature.f-align-left>div.c-video-player, .c-feature.f-align-right>div.m-ambient-video, .c-feature.f-align-right>div.c-video-player, .m-feature.f-align-left>div.m-ambient-video, .m-feature.f-align-left>div.c-video-player, .m-feature.f-align-right>div.m-ambient-video, .m-feature.f-align-right>div.c-video-player
    {
        margin: 0
    }/* line 117, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div .c-heading, .c-feature.f-align-right>div .c-heading, .m-feature.f-align-left>div .c-heading, .m-feature.f-align-right>div .c-heading
    {
        padding-top: 0
    }/* line 122, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-image-action, .c-feature.f-align-right .c-image-action, .m-feature.f-align-left .c-image-action, .m-feature.f-align-right .c-image-action
    {
        width: 50%
    }/* line 125, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-image-action picture, .c-feature.f-align-right .c-image-action picture, .m-feature.f-align-left .c-image-action picture, .m-feature.f-align-right .c-image-action picture
    {
        width: 100%
    }/* line 132, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left>div, .m-feature.f-align-left>div
    {
        left: 0
    }/* line 136, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left picture, .c-feature.f-align-left .c-image-action, .c-feature.f-align-left .c-video, .c-feature.f-align-left .c-video-player, .c-feature.f-align-left .m-ambient-video, .m-feature.f-align-left picture, .m-feature.f-align-left .c-image-action, .m-feature.f-align-left .c-video, .m-feature.f-align-left .c-video-player, .m-feature.f-align-left .m-ambient-video
    {
        float: right
    }/* line 144, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-left .c-lightbox-video>div>section>div, .m-feature.f-align-left .c-lightbox-video>div>section>div
    {
        right: 0
    }/* line 150, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right>div, .m-feature.f-align-right>div
    {
        left: 50%
    }/* line 154, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right picture, .c-feature.f-align-right .c-image-action, .c-feature.f-align-right .c-video, .c-feature.f-align-right .c-video-player, .c-feature.f-align-right .m-ambient-video, .m-feature.f-align-right picture, .m-feature.f-align-right .c-image-action, .m-feature.f-align-right .c-video, .m-feature.f-align-right .c-video-player, .m-feature.f-align-right .m-ambient-video
    {
        float: left;
        left: 0
    }/* line 164, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div, .m-feature.f-align-right.f-image-priority>div
    {
        left: 65%
    }/* line 167, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right.f-image-priority>div.c-video, .c-feature.f-align-right.f-image-priority>div.c-video-player, .c-feature.f-align-right.f-image-priority>div.m-ambient-video, .m-feature.f-align-right.f-image-priority>div.c-video, .m-feature.f-align-right.f-image-priority>div.c-video-player, .m-feature.f-align-right.f-image-priority>div.m-ambient-video
    {
        left: 0
    }/* line 177, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left, .c-feature.f-set-ratio.f-align-right, .m-feature.f-set-ratio.f-align-left, .m-feature.f-set-ratio.f-align-right
    {
        position: relative;
        padding-bottom: 37.5%
    }
}
@media only screen and (min-width: 1779px) and (min-width: 1400px)
{/* line 177, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left, .c-feature.f-set-ratio.f-align-right, .m-feature.f-set-ratio.f-align-left, .m-feature.f-set-ratio.f-align-right
    {
        padding-bottom: 28.125%
    }
}
@media only screen and (min-width: 1779px)
{/* line 185, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture, .c-feature.f-set-ratio.f-align-left .c-image-action, .c-feature.f-set-ratio.f-align-left .c-video-player, .c-feature.f-set-ratio.f-align-left .c-video, .c-feature.f-set-ratio.f-align-left .m-ambient-video, .c-feature.f-set-ratio.f-align-right picture, .c-feature.f-set-ratio.f-align-right .c-image-action, .c-feature.f-set-ratio.f-align-right .c-video-player, .c-feature.f-set-ratio.f-align-right .c-video, .c-feature.f-set-ratio.f-align-right .m-ambient-video, .m-feature.f-set-ratio.f-align-left picture, .m-feature.f-set-ratio.f-align-left .c-image-action, .m-feature.f-set-ratio.f-align-left .c-video-player, .m-feature.f-set-ratio.f-align-left .c-video, .m-feature.f-set-ratio.f-align-left .m-ambient-video, .m-feature.f-set-ratio.f-align-right picture, .m-feature.f-set-ratio.f-align-right .c-image-action, .m-feature.f-set-ratio.f-align-right .c-video-player, .m-feature.f-set-ratio.f-align-right .c-video, .m-feature.f-set-ratio.f-align-right .m-ambient-video
    {
        position: absolute
    }/* line 193, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture, .c-feature.f-set-ratio.f-align-right picture, .m-feature.f-set-ratio.f-align-left picture, .m-feature.f-set-ratio.f-align-right picture
    {
        left: 50%;
        width: 50%
    }/* line 197, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture img, .c-feature.f-set-ratio.f-align-right picture img, .m-feature.f-set-ratio.f-align-left picture img, .m-feature.f-set-ratio.f-align-right picture img
    {
        right: 0
    }/* line 202, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left.f-image-priority, .c-feature.f-set-ratio.f-align-right.f-image-priority, .m-feature.f-set-ratio.f-align-left.f-image-priority, .m-feature.f-set-ratio.f-align-right.f-image-priority
    {
        padding-bottom: 28.1625%
    }
}
@media only screen and (min-width: 1779px) and (min-width: 1084px)
{/* line 202, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left.f-image-priority, .c-feature.f-set-ratio.f-align-right.f-image-priority, .m-feature.f-set-ratio.f-align-left.f-image-priority, .m-feature.f-set-ratio.f-align-right.f-image-priority
    {
        padding-bottom: 36.5%
    }
}
@media only screen and (min-width: 1779px)
{/* line 212, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left:not(.f-image-priority) .m-ambient-video, .c-feature.f-set-ratio.f-align-right:not(.f-image-priority) .m-ambient-video, .m-feature.f-set-ratio.f-align-left:not(.f-image-priority) .m-ambient-video, .m-feature.f-set-ratio.f-align-right:not(.f-image-priority) .m-ambient-video
    {
        height: 100%
    }/* line 219, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left>div, .m-feature.f-set-ratio.f-align-left>div
    {
        left: 0
    }/* line 223, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-left picture, .c-feature.f-set-ratio.f-align-left .c-image-action, .c-feature.f-set-ratio.f-align-left .c-video, .c-feature.f-set-ratio.f-align-left .c-video-player, .c-feature.f-set-ratio.f-align-left .m-ambient-video, .m-feature.f-set-ratio.f-align-left picture, .m-feature.f-set-ratio.f-align-left .c-image-action, .m-feature.f-set-ratio.f-align-left .c-video, .m-feature.f-set-ratio.f-align-left .c-video-player, .m-feature.f-set-ratio.f-align-left .m-ambient-video
    {
        left: 50%
    }/* line 233, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right>div, .m-feature.f-set-ratio.f-align-right>div
    {
        left: 50%
    }/* line 237, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right picture, .c-feature.f-set-ratio.f-align-right .c-image-action, .c-feature.f-set-ratio.f-align-right .c-video, .c-feature.f-set-ratio.f-align-right .c-video-player, .c-feature.f-set-ratio.f-align-right .m-ambient-video, .m-feature.f-set-ratio.f-align-right picture, .m-feature.f-set-ratio.f-align-right .c-image-action, .m-feature.f-set-ratio.f-align-right .c-video, .m-feature.f-set-ratio.f-align-right .c-video-player, .m-feature.f-set-ratio.f-align-right .m-ambient-video
    {
        right: 50%;
        left: 0
    }/* line 247, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right.f-image-priority>div, .m-feature.f-set-ratio.f-align-right.f-image-priority>div
    {
        left: 50%
    }/* line 250, src/modules/feature/styles/_feature.scss */
    .c-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video, .c-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video-player, .c-feature.f-set-ratio.f-align-right.f-image-priority>div.m-ambient-video, .m-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video, .m-feature.f-set-ratio.f-align-right.f-image-priority>div.c-video-player, .m-feature.f-set-ratio.f-align-right.f-image-priority>div.m-ambient-video
    {
        left: 0
    }/* line 843, src/modules/feature/styles/_feature.scss */
    .c-feature.f-align-right, .c-feature.f-align-left, .c-feature.f-align-center, .m-feature.f-align-right, .m-feature.f-align-left, .m-feature.f-align-center
    {
        min-height: 400px
    }
}/* line 850, src/modules/feature/styles/_feature.scss */
.c-feature.f-feature-small, .m-feature.f-feature-small
{
    min-height: 96px
}/* line 853, src/modules/feature/styles/_feature.scss */
.c-feature.f-feature-small picture>img, .m-feature.f-feature-small picture>img
{
    margin-right: auto;
    margin-left: auto;
    display: block
}
@media only screen and (min-width: 768px)
{/* line 850, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small, .m-feature.f-feature-small
    {
        min-height: 97px
    }/* line 865, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small>div, .m-feature.f-feature-small>div
    {
        padding-left: 88px;
        padding-right: 44px
    }/* line 870, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small picture, .m-feature.f-feature-small picture
    {
        padding-right: 88px;
        padding-left: 44px
    }/* line 874, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small picture>img, .m-feature.f-feature-small picture>img
    {
        margin-left: auto;
        margin-right: 0;
        display: block
    }
}
@media only screen and (min-width: 1084px)
{/* line 850, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small, .m-feature.f-feature-small
    {
        min-height: 126px
    }
}
@media only screen and (min-width: 1400px)
{/* line 850, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small, .m-feature.f-feature-small
    {
        min-height: 143px
    }
}
@media only screen and (min-width: 1779px)
{/* line 850, src/modules/feature/styles/_feature.scss */
    .c-feature.f-feature-small, .m-feature.f-feature-small
    {
        min-height: 203px
    }
}/* line 896, src/modules/feature/styles/_feature.scss */
.m-feature.f-lean
{
    margin-top: 0
}/* line 909, src/modules/feature/styles/_feature.scss */
.m-feature
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 48px;
    float: none
}/* line 916, src/modules/feature/styles/_feature.scss */
.m-feature[data-grid~="container"]
{
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
    clear: both
}
@media only screen and (min-width: 540px)
{/* line 916, src/modules/feature/styles/_feature.scss */
    .m-feature[data-grid~="container"]
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media only screen and (min-width: 768px)
{/* line 916, src/modules/feature/styles/_feature.scss */
    .m-feature[data-grid~="container"]
    {
        padding-left: 36px;
        padding-right: 36px
    }
}
@media only screen and (min-width: 1400px)
{/* line 916, src/modules/feature/styles/_feature.scss */
    .m-feature[data-grid~="container"]
    {
        padding-left: 48px;
        padding-right: 48px
    }
}
@media only screen and (min-width: 540px)
{/* line 909, src/modules/feature/styles/_feature.scss */
    .m-feature
    {
        float: left
    }
}/*END !$!$!========src/modules/feature/styles/feature========*//*BEGIN !$!$!========src/modules/feature-channel/styles/feature_channel========*//* line 15, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel
{
    display: block;
    position: relative;
    height: 244px;
    overflow: hidden;
    padding-top: 0;
    margin-top: 48px
}/* line 25, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel>.c-image:after
{
    content: "";
    display: block;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0
}/* line 35, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel>.c-image img
{
    left: 0;
    max-width: inherit;
    position: absolute
}/* line 43, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel.theme-dark>.c-image:after
{
    background: rgba(0,0,0,.6)
}/* line 49, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel.theme-light>.c-image:after
{
    background: rgba(255,255,255,.6)
}/* line 54, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel>section
{
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}/* line 61, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel>section>.c-group li
{
    display: none
}/* line 66, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel>section .c-call-to-action
{
    margin-top: 16px
}/* line 71, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel>div
{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}
@media only screen and (max-width: 767px)
{/* line 83, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section
    {
        text-align: center;
        top: calc(50% - 48px)
    }/* line 87, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>[class^="c-heading"]
    {
        padding-top: 0
    }/* line 90, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>[class^="c-heading"] .c-hyperlink
    {
        display: none
    }/* line 95, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>p
    {
        display: none
    }/* line 100, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>div
    {
        background-image: none !important;
        left: 0
    }
}
@media only screen and (min-width: 540px)
{/* line 15, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel
    {
        height: 264px
    }
}
@media only screen and (min-width: 768px)
{/* line 15, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel
    {
        height: 374px
    }/* line 113, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.context-movies, .m-feature-channel.context-books, .m-feature-channel.context-mixed-entertainment
    {
        height: 416px
    }/* line 119, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>div
    {
        right: 0;
        width: 669px
    }/* line 126, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.theme-dark>div
    {
        background: linear-gradient(to right,rgba(255,255,255,0) 0,#333 345px)
    }/* line 134, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.theme-light>div
    {
        background: linear-gradient(to right,rgba(255,255,255,0) 0,#e6e6e6 345px)
    }/* line 141, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section
    {
        padding: 0 48px
    }/* line 144, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>[class^="c-heading"]
    {
        padding-top: 90px
    }/* line 147, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>[class^="c-heading"] .c-hyperlink
    {
        position: absolute;
        right: 48px;
        top: 24px
    }/* line 154, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>[class^="c-heading"]+.c-call-to-action
    {
        margin-top: 24px
    }/* line 159, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>p, .m-feature-channel>section>[class^="c-heading"]
    {
        width: calc(100% - 300px)
    }/* line 164, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>.c-group
    {
        position: absolute;
        right: 24px;
        top: 80px
    }/* line 169, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>.c-group li:nth-child(-n+2)
    {
        display: inherit
    }
}
@media only screen and (min-width: 1084px)
{/* line 15, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel
    {
        height: 374px
    }/* line 181, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section .c-group li:nth-child(-n+3)
    {
        display: inherit
    }/* line 186, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>p, .m-feature-channel>section>[class^="c-heading"]
    {
        width: calc(100% - 450px)
    }/* line 192, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>div
    {
        width: 819px
    }
}
@media only screen and (min-width: 1400px)
{/* line 200, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section .c-group li:nth-child(-n+5)
    {
        display: inherit
    }/* line 205, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>p, .m-feature-channel>section>[class^="c-heading"]
    {
        width: calc(100% - 750px)
    }/* line 211, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>div
    {
        width: 1119px
    }
}
@media only screen and (min-width: 1779px)
{/* line 219, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section .c-group li:nth-child(-n+7)
    {
        display: inherit
    }/* line 224, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>section>p, .m-feature-channel>section>[class^="c-heading"]
    {
        width: calc(100% - 1050px)
    }/* line 230, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel>div
    {
        width: 1419px
    }
}/* line 238, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel.f-large>section>[class^="c-heading"] .c-hyperlink
{
    top: 36px
}/* line 244, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel.f-large>section .c-group li
{
    display: none
}/* line 249, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel.f-large>section .c-call-to-action
{
    margin-top: 32px;
    color: #000;
    background: #fff;
    border-color: #000;
    outline: 0
}/* line 256, src/modules/feature-channel/styles/_feature_channel.scss */
.m-feature-channel.f-large>section .c-call-to-action:focus
{
    background: rgba(0,103,184,.1)
}
@media only screen and (max-width: 1083px)
{/* line 263, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section
    {
        text-align: center
    }/* line 266, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section>[class^="c-heading"]
    {
        padding-top: 0
    }/* line 269, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section>[class^="c-heading"] .c-hyperlink
    {
        display: none
    }/* line 274, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section>p, .m-feature-channel.f-large>section>[class^="c-heading"]
    {
        width: auto
    }
}
@media only screen and (min-width: 1084px)
{/* line 235, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large
    {
        height: 424px
    }/* line 285, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section>p, .m-feature-channel.f-large>section>[class^="c-heading"]
    {
        width: calc(100% - 596px)
    }/* line 291, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section .c-group li:nth-child(-n+2)
    {
        display: inherit
    }
}
@media only screen and (min-width: 1400px)
{/* line 300, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section>p, .m-feature-channel.f-large>section>[class^="c-heading"]
    {
        width: calc(100% - 894px)
    }/* line 306, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section .c-group li:nth-child(-n+3)
    {
        display: inherit
    }
}
@media only screen and (min-width: 1779px)
{/* line 315, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section>p, .m-feature-channel.f-large>section>[class^="c-heading"]
    {
        width: calc(100% - 1192px)
    }/* line 321, src/modules/feature-channel/styles/_feature_channel.scss */
    .m-feature-channel.f-large>section .c-group li:nth-child(-n+4)
    {
        display: inherit
    }
}/*END !$!$!========src/modules/feature-channel/styles/feature_channel========*//*BEGIN !$!$!========src/modules/feed-hero-item/styles/feed_hero_item========*//* line 4, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item
{
    padding: 0;
    position: relative
}/* line 8, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item:hover
{
    cursor: pointer
}/* line 11, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item:hover a
{
    text-decoration: underline
}/* line 16, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item .c-image
{
    position: relative;
    display: block;
    padding-bottom: 37.55%
}
@media only screen and (max-width: 1083px)
{/* line 16, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-image
    {
        padding-bottom: 56.25%
    }
}/* line 26, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item .c-image img
{
    position: absolute
}/* line 30, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item .c-image:after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}/* line 40, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: inline-block
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-feed-hero-item a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-feed-hero-item a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-feed-hero-item a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-feed-hero-item a:focus, .theme-dark .theme-light .m-feed-hero-item a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-feed-hero-item a:focus:before, .theme-dark .theme-light .m-feed-hero-item a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-feed-hero-item a:focus, .theme-light .theme-dark .m-feed-hero-item a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-feed-hero-item a:focus:before, .theme-light .theme-dark .m-feed-hero-item a:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 44, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item a:focus
{
    text-decoration: underline
}/* line 49, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item .c-heading
{
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 56px;
    padding-bottom: 2.3632px;
    font-weight: 600;
    opacity: .95
}
@media screen and (-ms-high-contrast: active)
{/* line 49, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-heading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 49, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-heading
    {
        background: #fff
    }
}
@media only screen and (max-width: 767px)
{/* line 49, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-heading
    {
        width: auto;
        margin: 0 24px
    }
}
@media only screen and (max-width: 539px)
{/* line 49, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-heading
    {
        font-size: 15px;
        line-height: 20px;
        max-height: 40px;
        padding-bottom: .227px;
        font-weight: 600
    }
}/* line 67, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item .c-subheading
{
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 24px;
    padding-bottom: .2724px;
    font-weight: 400
}
@media screen and (-ms-high-contrast: active)
{/* line 67, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-subheading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 67, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-subheading
    {
        background: #fff
    }
}
@media only screen and (max-width: 767px)
{/* line 67, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-subheading
    {
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
        max-height: 20px;
        padding-bottom: .227px
    }
}
@media only screen and (max-width: 539px)
{/* line 67, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item .c-subheading
    {
        font-size: 11px;
        line-height: 16px;
        white-space: nowrap;
        max-height: 16px;
        padding-bottom: -.5002px
    }
}/* line 84, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item>div
{
    position: absolute;
    width: 100%;
    bottom: 48px
}
@media only screen and (max-width: 1083px)
{/* line 84, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item>div
    {
        bottom: 24px
    }
}
@media only screen and (max-width: 539px)
{/* line 84, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item>div
    {
        bottom: 12px
    }
}/* line 97, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item>div>div
{
    max-width: 800px;
    padding: 0 16px;
    margin: 0 auto;
    text-align: center
}/* line 107, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item.theme-light .c-image:after
{
    background: linear-gradient(0deg,rgba(255,255,255,.95),transparent 85%)
}
@media only screen and (max-width: 767px)
{/* line 107, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item.theme-light .c-image:after
    {
        background: linear-gradient(0deg,#fff,transparent 100%)
    }
}/* line 117, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item.theme-light a:focus
{
    color: rgba(0,0,0,.9)
}/* line 121, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item.theme-light a:active
{
    color: rgba(0,0,0,.8)
}/* line 129, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item.theme-dark .c-image:after
{
    background: linear-gradient(0deg,rgba(0,0,0,.95),transparent 85%)
}
@media only screen and (max-width: 767px)
{/* line 129, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
    .m-feed-hero-item.theme-dark .c-image:after
    {
        background: linear-gradient(0deg,#000,transparent 100%)
    }
}/* line 139, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item.theme-dark a:focus
{
    color: #e6e6e6
}/* line 143, src/modules/feed-hero-item/styles/_feed_hero_item.scss */
.m-feed-hero-item.theme-dark a:active
{
    color: #ccc
}/*END !$!$!========src/modules/feed-hero-item/styles/feed_hero_item========*//*BEGIN !$!$!========src/modules/feed-hero/styles/feed_hero========*//* line 4, src/modules/feed-hero/styles/_feed_hero.scss */
.m-feed-hero
{
    padding: 0
}
@media only screen and (max-width: 539px)
{/* line 9, src/modules/feed-hero/styles/_feed_hero.scss */
    .m-feed-hero .c-carousel .c-sequence-indicator
    {
        bottom: 12px
    }
}/* line 15, src/modules/feed-hero/styles/_feed_hero.scss */
.m-feed-hero .c-carousel .m-feed-hero-item>div
{
    bottom: 48px
}
@media only screen and (max-width: 539px)
{/* line 15, src/modules/feed-hero/styles/_feed_hero.scss */
    .m-feed-hero .c-carousel .m-feed-hero-item>div
    {
        bottom: 28px
    }
}/* line 27, src/modules/feed-hero/styles/_feed_hero.scss */
[class^="pad-"]+.pad-feed-hero .m-feed-hero, [class^="m-"]+.m-feed-hero
{
    padding-top: 48px
}/*END !$!$!========src/modules/feed-hero/styles/feed_hero========*//*BEGIN !$!$!========src/modules/footer/styles/footer========*//* line 7, src/modules/footer/styles/_footer.scss */
.m-footer
{
    background: #f2f2f2;
    margin-top: 48px;
    padding: 0
}/* line 14, src/modules/footer/styles/_footer.scss */
.m-footer a.c-hyperlink:focus
{
    background: rgba(0,0,0,.1)
}/* line 18, src/modules/footer/styles/_footer.scss */
.m-footer a.c-hyperlink:focus, .m-footer a.c-hyperlink:hover
{
    color: rgba(0,0,0,.9)
}/* line 23, src/modules/footer/styles/_footer.scss */
.m-footer a.c-hyperlink:active
{
    background: none;
    color: rgba(0,0,0,.8)
}/* line 29, src/modules/footer/styles/_footer.scss */
.m-footer nav
{
    margin: 0 auto;
    max-width: calc(1600px + 10%);
    padding: 0 5%
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-footer nav:before, .m-footer nav:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-footer nav:after
{
    clear: both
}/* line 35, src/modules/footer/styles/_footer.scss */
.m-footer nav .c-heading-4
{
    font-size: 15px;
    line-height: 20px
}/* line 39, src/modules/footer/styles/_footer.scss */
.m-footer nav .c-heading-4, .m-footer nav a.c-hyperlink
{
    color: #616161;
    word-break: break-word;
    display: inline-block
}/* line 50, src/modules/footer/styles/_footer.scss */
.m-footer nav ul.c-list
{
    font-size: 11px;
    line-height: 16px;
    margin-top: 0
}/* line 55, src/modules/footer/styles/_footer.scss */
.m-footer nav div>div:first-child
{
    padding-left: 0
}/* line 60, src/modules/footer/styles/_footer.scss */
.m-footer>div
{
    background: #f2f2f2;
    margin: 0 auto;
    max-width: calc(1600px + 10%);
    padding: 30px 5% 16px
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-footer>div:before, .m-footer>div:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-footer>div:after
{
    clear: both
}/* line 68, src/modules/footer/styles/_footer.scss */
.m-footer>div>a.c-hyperlink
{
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    padding-right: 24px;
    color: #616161;
    float: left;
    white-space: nowrap
}/* line 76, src/modules/footer/styles/_footer.scss */
.m-footer>div>a.c-hyperlink.c-glyph
{
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    color: #616161;
    float: left
}/* line 82, src/modules/footer/styles/_footer.scss */
.m-footer>div>a.c-hyperlink.c-glyph:before
{
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
    color: #616161;
    vertical-align: middle
}/* line 90, src/modules/footer/styles/_footer.scss */
.m-footer>div>a.c-hyperlink:focus, .m-footer>div>a.c-hyperlink:hover
{
    color: rgba(0,0,0,.9);
    text-decoration: underline
}/* line 97, src/modules/footer/styles/_footer.scss */
.m-footer>div ul.c-list
{
    font-size: 11px;
    line-height: 16px;
    float: right;
    margin: 3px 0
}/* line 102, src/modules/footer/styles/_footer.scss */
.m-footer>div ul.c-list li
{
    padding: 0 24px 4px 0;
    color: #616161;
    display: inline-block
}/* line 108, src/modules/footer/styles/_footer.scss */
.m-footer>div ul.c-list li a.c-hyperlink
{
    color: #616161
}/* line 112, src/modules/footer/styles/_footer.scss */
.m-footer>div ul.c-list li a:focus, .m-footer>div ul.c-list li a:hover
{
    color: rgba(0,0,0,.9)
}
@media only screen and (max-width: 1083px)
{/* line 122, src/modules/footer/styles/_footer.scss */
    .m-footer nav
    {
        padding: 30px 36px 16px
    }/* line 127, src/modules/footer/styles/_footer.scss */
    .m-footer nav div>div:first-child
    {
        padding-left: 12px
    }/* line 134, src/modules/footer/styles/_footer.scss */
    .m-footer>div
    {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 36px 16px
    }/* line 139, src/modules/footer/styles/_footer.scss */
    .m-footer>div>a.c-hyperlink
    {
        margin-right: auto
    }
}
@media only screen and (max-width: 767px)
{/* line 146, src/modules/footer/styles/_footer.scss */
    .m-footer>div
    {
        padding: 30px 24px 16px
    }/* line 149, src/modules/footer/styles/_footer.scss */
    .m-footer>div>a.c-hyperlink
    {
        width: 100%
    }/* line 152, src/modules/footer/styles/_footer.scss */
    .m-footer>div>a.c-hyperlink+ul.c-list
    {
        width: 100%
    }/* line 156, src/modules/footer/styles/_footer.scss */
    .m-footer>div>a.c-hyperlink, .m-footer>div>a.c-hyperlink.c-glyph
    {
        float: none
    }/* line 162, src/modules/footer/styles/_footer.scss */
    .m-footer>div ul.c-list
    {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 12px
    }/* line 168, src/modules/footer/styles/_footer.scss */
    .m-footer>div ul.c-list li
    {
        padding: 6px 4px 0 6px
    }
}
@media only screen and (max-width: 539px)
{/* line 177, src/modules/footer/styles/_footer.scss */
    .m-footer>div ul.c-list
    {
        float: left
    }/* line 180, src/modules/footer/styles/_footer.scss */
    .m-footer>div ul.c-list li
    {
        padding: 6px 10px 0 0
    }
}/*END !$!$!========src/modules/footer/styles/footer========*//*BEGIN !$!$!========src/modules/group-call-to-action/styles/group_call_to_action========*//* line 4, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
.m-group-call-to-action
{
    padding-top: 34px
}/* line 7, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
.m-group-call-to-action strong
{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px
}
@media(max-width: 767px)
{/* line 7, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
    .m-group-call-to-action strong
    {
        font-size: 16px;
        line-height: 20px
    }
}/* line 12, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
.m-group-call-to-action .c-group
{
    height: auto;
    position: relative
}/* line 16, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
.m-group-call-to-action .c-group .c-call-to-action
{
    font-size: 18px;
    line-height: 24px;
    border: 0;
    font-weight: 200
}
@media(max-width: 767px)
{/* line 16, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
    .m-group-call-to-action .c-group .c-call-to-action
    {
        font-size: 16px;
        line-height: 20px
    }
}/* line 21, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
.m-group-call-to-action .c-group .c-call-to-action:after
{
    content: ""
}
@media only screen and (max-width: 767px)
{/* line 29, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
    .m-group-call-to-action
    {
        padding-top: 24px
    }/* line 32, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
    .m-group-call-to-action strong
    {
        padding-bottom: 6px
    }/* line 36, src/modules/group-call-to-action/styles/_group_call_to_action.scss */
    .m-group-call-to-action .c-call-to-action
    {
        padding: 6px 0
    }
}/*END !$!$!========src/modules/group-call-to-action/styles/group_call_to_action========*//*BEGIN !$!$!========src/modules/heading/styles/heading========*//* line 24, src/modules/heading/styles/_heading.scss */
[class*="m-heading"]
{
    clear: both
}/* line 28, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-heavyweight .c-heading
{
    font-weight: 600;
    opacity: .95
}/* line 36, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot:not(.f-disabled)>a.f-active
{
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #0067b8
}/* line 41, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot:not(.f-disabled)>a.f-active:focus
{
    background: rgba(0,103,184,.1) content-box
}/* line 46, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot:not(.f-disabled)>a:hover
{
    color: rgba(0,0,0,.8)
}/* line 52, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot>a
{
    display: inline-block;
    white-space: nowrap;
    margin: 0 12px;
    line-height: 34px;
    color: rgba(0,0,0,.6);
    font-weight: 400;
    -ms-transform: translateX(-12px);
    transform: translateX(-12px)
}/* line 61, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot>a:focus
{
    outline: transparent
}/* line 67, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot.f-disabled>a
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 73, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-pivot+[class^="m-"]
{
    padding-top: 12px
}/* line 81, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-select .c-select-menu
{
    margin-right: 8px
}/* line 85, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-select+[class^="m-"]
{
    padding-top: 12px
}/* line 91, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-action>.c-action-menu:first-of-type
{
    margin-left: -8px
}/* line 94, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-action>.c-action-menu:first-of-type>button.c-action-trigger
{
    margin-top: 4px
}/* line 99, src/modules/heading/styles/_heading.scss */
[class*="m-heading"].f-action+[class^="m-"]
{
    padding-top: 12px
}/* line 106, src/modules/heading/styles/_heading.scss */
[class*="m-heading"] .c-heading a.c-hyperlink
{
    font-size: 15px;
    line-height: 20px;
    float: right;
    margin-left: 12px;
    font-weight: 400
}/* line 8, src/modules/heading/styles/_heading.scss */
.m-heading-1 .c-heading
{
    font-size: 62px;
    line-height: 72px;
    padding: 38px 0 6px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding-top: 0
}/* line 12, src/modules/heading/styles/_heading.scss */
.m-heading-1 .c-heading span+a.c-hyperlink
{
    position: relative;
    margin-top: 45px;
    z-index: 100
}
@media only screen and (max-width: 767px)
{/* line 12, src/modules/heading/styles/_heading.scss */
    .m-heading-1 .c-heading span+a.c-hyperlink
    {
        margin-top: 31px
    }
}/* line 119, src/modules/heading/styles/_heading.scss */
.m-heading-1+[class*="m-"]
{
    padding-top: 10px
}
@media only screen and (max-width: 767px)
{/* line 119, src/modules/heading/styles/_heading.scss */
    .m-heading-1+[class*="m-"]
    {
        padding-top: 13px
    }
}/* line 8, src/modules/heading/styles/_heading.scss */
.m-heading-2 .c-heading
{
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding-top: 0
}/* line 12, src/modules/heading/styles/_heading.scss */
.m-heading-2 .c-heading span+a.c-hyperlink
{
    position: relative;
    margin-top: 31px;
    z-index: 100
}
@media only screen and (max-width: 767px)
{/* line 12, src/modules/heading/styles/_heading.scss */
    .m-heading-2 .c-heading span+a.c-hyperlink
    {
        margin-top: 18px
    }
}/* line 131, src/modules/heading/styles/_heading.scss */
.m-heading-2+[class*="m-"]
{
    padding-top: 12px
}
@media only screen and (max-width: 767px)
{/* line 131, src/modules/heading/styles/_heading.scss */
    .m-heading-2+[class*="m-"]
    {
        padding-top: 16px
    }
}/* line 8, src/modules/heading/styles/_heading.scss */
.m-heading-3 .c-heading
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600;
    padding-top: 0
}/* line 12, src/modules/heading/styles/_heading.scss */
.m-heading-3 .c-heading span+a.c-hyperlink
{
    position: relative;
    margin-top: 18px;
    z-index: 100
}
@media only screen and (max-width: 767px)
{/* line 12, src/modules/heading/styles/_heading.scss */
    .m-heading-3 .c-heading span+a.c-hyperlink
    {
        margin-top: 10px
    }
}/* line 143, src/modules/heading/styles/_heading.scss */
.m-heading-3+[class*="m-"]
{
    padding-top: 18px
}
@media only screen and (max-width: 767px)
{/* line 143, src/modules/heading/styles/_heading.scss */
    .m-heading-3+[class*="m-"]
    {
        padding-top: 10px
    }
}/* line 8, src/modules/heading/styles/_heading.scss */
.m-heading-4 .c-heading
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600;
    padding-top: 0
}/* line 12, src/modules/heading/styles/_heading.scss */
.m-heading-4 .c-heading span+a.c-hyperlink
{
    position: relative;
    margin-top: 8px;
    z-index: 100
}
@media only screen and (max-width: 767px)
{/* line 12, src/modules/heading/styles/_heading.scss */
    .m-heading-4 .c-heading span+a.c-hyperlink
    {
        margin-top: 4px
    }
}/* line 155, src/modules/heading/styles/_heading.scss */
.m-heading-4+[class*="m-"]
{
    padding-top: 16px
}
@media only screen and (max-width: 767px)
{/* line 155, src/modules/heading/styles/_heading.scss */
    .m-heading-4+[class*="m-"]
    {
        padding-top: 14px
    }
}/* line 8, src/modules/heading/styles/_heading.scss */
.m-heading-5 .c-heading
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    padding-top: 0
}/* line 12, src/modules/heading/styles/_heading.scss */
.m-heading-5 .c-heading span+a.c-hyperlink
{
    position: relative;
    margin-top: 4px;
    z-index: 100
}
@media only screen and (max-width: 767px)
{/* line 12, src/modules/heading/styles/_heading.scss */
    .m-heading-5 .c-heading span+a.c-hyperlink
    {
        margin-top: 3px
    }
}/* line 167, src/modules/heading/styles/_heading.scss */
.m-heading-5+[class*="m-"]
{
    padding-top: 15px
}/* line 8, src/modules/heading/styles/_heading.scss */
.m-heading-6 .c-heading
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600;
    padding-top: 0
}/* line 12, src/modules/heading/styles/_heading.scss */
.m-heading-6 .c-heading span+a.c-hyperlink
{
    position: relative;
    margin-top: 3px;
    z-index: 100
}
@media only screen and (max-width: 767px)
{/* line 12, src/modules/heading/styles/_heading.scss */
    .m-heading-6 .c-heading span+a.c-hyperlink
    {
        margin-top: 0
    }
}/* line 175, src/modules/heading/styles/_heading.scss */
.m-heading-6+[class*="m-"]
{
    padding-top: 17px
}/* line 187, src/modules/heading/styles/_heading.scss */
[class*="pad-heading"]+.pad-content-placement .m-content-placement, [class*="m-heading"]+.m-content-placement
{
    position: relative;
    margin-top: -48px
}/* line 193, src/modules/heading/styles/_heading.scss */
[class*="pad-heading"]+.pad-product-placement .m-product-placement, [class*="m-heading"]+.m-product-placement
{
    padding-top: 2px
}/*END !$!$!========src/modules/heading/styles/heading========*//*BEGIN !$!$!========src/modules/hero-item/styles/hero_item========*//* line 16, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item, .c-hero
{
    position: relative;
    overflow: hidden;
    padding: 0 5%;
    width: 100%
}
@media screen and (min-width: 768px)
{/* line 26, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero .m-hero-item, .m-hero .c-hero
    {
        padding: 0 5%
    }/* line 30, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero .m-hero-item.x-remove-padding, .m-hero .c-hero.x-remove-padding
    {
        padding-left: 0;
        padding-right: 0
    }
}/* line 35, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item:before, .c-hero:before
{
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 61.875%
}
@media screen and (min-width: 1084px)
{/* line 35, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item:before, .c-hero:before
    {
        padding-bottom: 41.55%
    }
}/* line 49, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item:hover, .c-hero:hover
{
    cursor: default
}/* line 52, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item:hover a.hiddenCTAlink, .c-hero:hover a.hiddenCTAlink
{
    text-decoration: underline
}/* line 59, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[data-js-href]:hover, .c-hero[data-js-href]:hover
{
    cursor: pointer
}/* line 64, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item picture, .c-hero picture
{
    display: block
}/* line 68, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>picture, .c-hero>picture
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    -ms-transform: scale(1.0125);
    transform: scale(1.0125)
}/* line 78, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>picture img, .c-hero>picture img
{
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}/* line 87, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>picture:after, .c-hero>picture:after
{
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}/* line 98, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-transparent:before, .c-hero.f-transparent:before
{
    padding-bottom: 56.25%
}/* line 103, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>div, .c-hero>div
{
    width: 88%;
    height: 100%;
    max-width: 2048px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden
}
@media only screen and (max-width: 767px)
{/* line 103, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div, .c-hero>div
    {
        position: relative
    }
}/* line 121, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>div>div, .c-hero>div>div
{
    position: absolute;
    z-index: 1;
    max-width: 520px
}/* line 127, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>div>div>div, .c-hero>div>div>div
{
    margin-top: 24px;
    padding: 12px 2px 0
}/* line 133, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>div .f-core-player, .c-hero>div .f-core-player
{
    max-width: 100%
}/* line 137, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>div.c-video, .m-hero-item>div.m-ambient-video, .c-hero>div.c-video, .c-hero>div.m-ambient-video
{
    width: 100%;
    margin: 0;
    padding: 0
}/* line 143, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item>div.c-video:before, .m-hero-item>div.m-ambient-video:before, .c-hero>div.c-video:before, .c-hero>div.m-ambient-video:before
{
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 37.55%
}
@media only screen and (max-width: 1083px)
{/* line 143, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div.c-video:before, .m-hero-item>div.m-ambient-video:before, .c-hero>div.c-video:before, .c-hero>div.m-ambient-video:before
    {
        padding-bottom: 56.25%
    }
}/* line 157, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item a.hiddenCTAlink, .c-hero a.hiddenCTAlink
{
    display: block
}/* line 165, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-heading, .c-hero .c-heading
{
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 112px;
    font-weight: 600;
    opacity: .95
}
@media only screen and (max-width: 1399px)
{/* line 165, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-heading, .c-hero .c-heading
    {
        font-size: 24px;
        line-height: 28px;
        padding: 36px 0 4px;
        font-weight: 600;
        max-height: 56px;
        font-weight: 600
    }
}
@media screen and (-ms-high-contrast: active)
{/* line 165, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-heading, .c-hero .c-heading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 165, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-heading, .c-hero .c-heading
    {
        background: #fff
    }
}
@media only screen and (min-width: 1084px)
{/* line 180, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-long-heading [class*="c-heading"], .c-hero.f-long-heading [class*="c-heading"]
    {
        font-size: 24px;
        line-height: 28px;
        padding: 36px 0 4px;
        font-weight: 600;
        max-height: 56px
    }
}
@media only screen and (min-width: 1084px)
{/* line 187, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-long-heading [class*="c-subheading"], .c-hero.f-long-heading [class*="c-subheading"]
    {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 0 0;
        font-weight: 600;
        max-height: 40px
    }
}/* line 195, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-subheading, .c-hero .c-subheading
{
    font-size: 24px;
    line-height: 28px;
    padding: 4px 0 8px;
    font-weight: 600;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 56px;
    padding-bottom: 2.3632px;
    font-weight: 200
}
@media only screen and (max-width: 1399px)
{/* line 195, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-subheading, .c-hero .c-subheading
    {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 0 0;
        font-weight: 600;
        max-height: 40px;
        font-weight: 200
    }
}
@media only screen and (max-width: 767px)
{/* line 195, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-subheading, .c-hero .c-subheading
    {
        font-size: 18px;
        line-height: 24px;
        padding: 9px 0 3px;
        font-weight: 600;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 48px;
        font-weight: 200
    }
}
@media screen and (-ms-high-contrast: active)
{/* line 195, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-subheading, .c-hero .c-subheading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 195, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-subheading, .c-hero .c-subheading
    {
        background: #fff
    }
}/* line 215, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-paragraph, .c-hero .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 80px;
    padding: 0
}
@media screen and (-ms-high-contrast: active)
{/* line 215, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-paragraph, .c-hero .c-paragraph
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 215, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-paragraph, .c-hero .c-paragraph
    {
        background: #fff
    }
}/* line 222, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-product-title, .m-hero-item .c-product-subtitle, .c-hero .c-product-title, .c-hero .c-product-subtitle
{
    font-size: 24px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 56px;
    line-height: 32px;
    max-height: 64px;
    padding: 0
}
@media screen and (-ms-high-contrast: active)
{/* line 222, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-product-title, .m-hero-item .c-product-subtitle, .c-hero .c-product-title, .c-hero .c-product-subtitle
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 222, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-product-title, .m-hero-item .c-product-subtitle, .c-hero .c-product-title, .c-hero .c-product-subtitle
    {
        background: #fff
    }
}
@media only screen and (min-width: 1400px)
{/* line 222, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-product-title, .m-hero-item .c-product-subtitle, .c-hero .c-product-title, .c-hero .c-product-subtitle
    {
        font-size: 34px;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 80px;
        line-height: 44px;
        max-height: 88px
    }
}
@media only screen and (min-width: 768px)
{/* line 241, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-short .c-product-title, .m-hero-item.f-short .c-product-subtitle, .c-hero.f-short .c-product-title, .c-hero.f-short .c-product-subtitle
    {
        font-size: 34px;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 80px;
        line-height: 44px;
        max-height: 88px
    }
}
@media only screen and (min-width: 1400px)
{/* line 241, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-short .c-product-title, .m-hero-item.f-short .c-product-subtitle, .c-hero.f-short .c-product-title, .c-hero.f-short .c-product-subtitle
    {
        font-size: 46px;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 112px;
        line-height: 60px;
        max-height: 120px
    }
}/* line 259, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-product-title, .c-hero .c-product-title
{
    font-weight: 600;
    opacity: .95
}/* line 263, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-product-subtitle, .c-hero .c-product-subtitle
{
    font-weight: 100
}/* line 267, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-price, .c-hero .c-price
{
    font-size: 20px;
    line-height: 24px;
    display: inline-block
}
@media screen and (-ms-high-contrast: active)
{/* line 267, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-price, .c-hero .c-price
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 267, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-price, .c-hero .c-price
    {
        background: #fff
    }
}/* line 273, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-rating, .c-hero .c-rating
{
    margin-top: 12px
}/* line 277, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-group, .c-hero .c-group
{
    display: block;
    overflow: visible
}/* line 281, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-group>.c-call-to-action, .c-hero .c-group>.c-call-to-action
{
    margin-right: 24px
}/* line 284, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .c-hero .c-group>.c-call-to-action+.c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    padding: 10px 43px 7px 25px
}
@media screen and (-ms-high-contrast: active)
{/* line 284, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .c-hero .c-group>.c-call-to-action+.c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus, .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus, .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active, .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover, .c-hero .c-group>.c-call-to-action+.c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover span, .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active span, .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover span, .c-hero .c-group>.c-call-to-action+.c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active, .c-hero .c-group>.c-call-to-action+.c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-hero-item .c-group>.c-call-to-action+.c-call-to-action.f-image, .c-hero .c-group>.c-call-to-action+.c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action, .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active, .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active, .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:active, .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action, .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active, .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:active, .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:active, .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .c-hero .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 292, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item form .c-label, .c-hero form .c-label
{
    margin: 24px 0
}/* line 300, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-dark .c-group>.c-call-to-action+.c-call-to-action, .c-hero.theme-dark .c-group>.c-call-to-action+.c-call-to-action
{
    color: #fff
}/* line 303, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-dark .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .c-hero.theme-dark .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #fff;
    background: rgba(255,255,255,.1)
}/* line 312, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-dark a.hiddenCTAlink:focus *, .c-hero.theme-dark a.hiddenCTAlink:focus *
{
    background: rgba(255,255,255,.1);
    color: #e6e6e6
}/* line 317, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-dark a.hiddenCTAlink:active *, .c-hero.theme-dark a.hiddenCTAlink:active *
{
    color: #ccc
}/* line 326, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light .c-group>.c-call-to-action+.c-call-to-action, .c-hero.theme-light .c-group>.c-call-to-action+.c-call-to-action
{
    color: #000
}/* line 329, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .c-hero.theme-light .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #000;
    background: rgba(0,0,0,.1)
}/* line 338, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light a.hiddenCTAlink:focus *, .c-hero.theme-light a.hiddenCTAlink:focus *
{
    background: rgba(0,0,0,.1);
    color: rgba(0,0,0,.9)
}/* line 343, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light a.hiddenCTAlink:active *, .c-hero.theme-light a.hiddenCTAlink:active *
{
    color: rgba(0,0,0,.8)
}/* line 353, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action, .m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action, .c-hero.theme-light .c-group.f-accent>.c-call-to-action, .c-hero.theme-dark .c-group.f-accent>.c-call-to-action
{
    margin-right: 24px
}/* line 356, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action, .m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action, .c-hero.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action, .c-hero.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action
{
    color: #0078d7
}/* line 359, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .c-hero.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .c-hero.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #0067b8;
    background: rgba(0,103,184,.1)
}/* line 369, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-logo, .c-hero .c-logo
{
    margin-top: 12px
}/* line 374, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.context-app .c-heading, .c-hero.context-app .c-heading
{
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 56px
}
@media only screen and (max-width: 1399px)
{/* line 374, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.context-app .c-heading, .c-hero.context-app .c-heading
    {
        white-space: nowrap;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 40px
    }
}/* line 384, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.context-article .c-heading, .c-hero.context-article .c-heading
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 80px;
    font-weight: 600;
    opacity: .95
}/* line 392, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.context-music-album .c-product-title, .c-hero.context-music-album .c-product-title
{
    margin-top: 12px
}
@media only screen and (max-width: 1399px)
{/* line 399, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.context-music-album picture img.c-image, .c-hero.context-music-album picture img.c-image
    {
        max-width: 64px
    }
}/* line 411, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.context-device>div>div>div, .m-hero-item.context-accessory>div>div>div, .m-hero-item.context-article>div>div>div, .m-hero-item.context-game>div>div>div, .c-hero.context-device>div>div>div, .c-hero.context-accessory>div>div>div, .c-hero.context-article>div>div>div, .c-hero.context-game>div>div>div
{
    margin-top: 2px
}
@media only screen and (min-width: 768px)
{/* line 411, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.context-device>div>div>div, .m-hero-item.context-accessory>div>div>div, .m-hero-item.context-article>div>div>div, .m-hero-item.context-game>div>div>div, .c-hero.context-device>div>div>div, .c-hero.context-accessory>div>div>div, .c-hero.context-article>div>div>div, .c-hero.context-game>div>div>div
    {
        margin-top: 12px
    }
}/* line 425, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-x-left>div>div, .c-hero.f-x-left>div>div
{
    left: 0
}/* line 430, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-x-center, .c-hero.f-x-center
{
    text-align: center
}/* line 433, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-x-center .c-group, .c-hero.f-x-center .c-group
{
    -ms-flex-pack: center;
    justify-content: center
}/* line 437, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-x-center>div>div, .c-hero.f-x-center>div>div
{
    min-width: 50%;
    left: 30%;
    left: calc(50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}/* line 445, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-x-center>div>div .c-image, .c-hero.f-x-center>div>div .c-image
{
    margin: 0 auto
}/* line 452, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-x-right>div>div, .c-hero.f-x-right>div>div
{
    right: 0
}/* line 462, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-top>div>div, .c-hero.f-y-top>div>div
{
    top: 60px
}
@media only screen and (max-width: 1399px)
{/* line 462, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-y-top>div>div, .c-hero.f-y-top>div>div
    {
        top: 24px
    }
}/* line 469, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-top .f-core-player, .c-hero.f-y-top .f-core-player
{
    top: 0
}/* line 474, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-top.f-transparent>div>div, .c-hero.f-y-top.f-transparent>div>div
{
    top: 140px
}
@media only screen and (max-width: 1083px)
{/* line 474, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-y-top.f-transparent>div>div, .c-hero.f-y-top.f-transparent>div>div
    {
        top: 120px
    }
}/* line 486, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-center .c-heading:first-child, .c-hero.f-y-center .c-heading:first-child
{
    padding-top: 0
}/* line 493, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-center>div>div, .c-hero.f-y-center>div>div
{
    top: 120px;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}/* line 502, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-center.f-transparent>div>div, .c-hero.f-y-center.f-transparent>div>div
{
    top: 120px;
    top: calc(55%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}/* line 516, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-center.f-x-center>div>div, .c-hero.f-y-center.f-x-center>div>div
{
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}/* line 523, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-bottom>div>div, .c-hero.f-y-bottom>div>div
{
    bottom: 60px
}/* line 526, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-y-bottom>div>div .f-core-player, .c-hero.f-y-bottom>div>div .f-core-player
{
    bottom: 0
}
@media only screen and (max-width: 1399px)
{/* line 523, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.f-y-bottom>div>div, .c-hero.f-y-bottom>div>div
    {
        bottom: 48px
    }
}/* line 542, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light>picture:after, .c-hero[class*="f-mask"].theme-light>picture:after
{
    background: #fff
}/* line 550, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-left.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-left.f-y-top>picture:after
{
    background: radial-gradient(circle at top left,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 550, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-left.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-left.f-y-top>picture:after
    {
        background: radial-gradient(circle at top left,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 560, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-left.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-left.f-y-center>picture:after
{
    background: radial-gradient(circle at center left,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 560, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-left.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-left.f-y-center>picture:after
    {
        background: radial-gradient(circle at center left,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 570, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-left.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-left.f-y-bottom>picture:after
{
    background: radial-gradient(circle at bottom left,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 570, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-left.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-left.f-y-bottom>picture:after
    {
        background: radial-gradient(circle at bottom left,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 582, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-center.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-center.f-y-top>picture:after
{
    background: radial-gradient(circle at top center,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 582, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-center.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-center.f-y-top>picture:after
    {
        background: radial-gradient(circle at top center,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 592, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-center.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-center.f-y-center>picture:after
{
    background: radial-gradient(circle at center center,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 592, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-center.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-center.f-y-center>picture:after
    {
        background: radial-gradient(circle at center center,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 602, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-center.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-center.f-y-bottom>picture:after
{
    background: radial-gradient(circle at bottom center,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 602, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-center.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-center.f-y-bottom>picture:after
    {
        background: radial-gradient(circle at bottom center,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 614, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-right.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-right.f-y-top>picture:after
{
    background: radial-gradient(circle at top right,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 614, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-right.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-right.f-y-top>picture:after
    {
        background: radial-gradient(circle at top right,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 624, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-right.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-right.f-y-center>picture:after
{
    background: radial-gradient(circle at center right,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 624, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-right.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-right.f-y-center>picture:after
    {
        background: radial-gradient(circle at center right,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 634, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-light.f-x-right.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-right.f-y-bottom>picture:after
{
    background: radial-gradient(circle at bottom right,#fff,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 634, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-light.f-x-right.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-light.f-x-right.f-y-bottom>picture:after
    {
        background: radial-gradient(circle at bottom right,#fff,rgba(255,255,255,0) 80%)
    }
}/* line 646, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark>picture:after, .c-hero[class*="f-mask"].theme-dark>picture:after
{
    background: #000
}/* line 654, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-left.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-left.f-y-top>picture:after
{
    background: radial-gradient(circle at top left,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 654, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-left.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-left.f-y-top>picture:after
    {
        background: radial-gradient(circle at top left,#000,rgba(255,255,255,0) 80%)
    }
}/* line 664, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-left.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-left.f-y-center>picture:after
{
    background: radial-gradient(circle at center left,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 664, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-left.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-left.f-y-center>picture:after
    {
        background: radial-gradient(circle at center left,#000,rgba(255,255,255,0) 80%)
    }
}/* line 674, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-left.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-left.f-y-bottom>picture:after
{
    background: radial-gradient(circle at bottom left,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 674, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-left.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-left.f-y-bottom>picture:after
    {
        background: radial-gradient(circle at bottom left,#000,rgba(255,255,255,0) 80%)
    }
}/* line 686, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-center.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-center.f-y-top>picture:after
{
    background: radial-gradient(circle at top center,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 686, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-center.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-center.f-y-top>picture:after
    {
        background: radial-gradient(circle at top center,#000,rgba(255,255,255,0) 80%)
    }
}/* line 696, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-center.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-center.f-y-center>picture:after
{
    background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 696, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-center.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-center.f-y-center>picture:after
    {
        background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
    }
}/* line 706, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-center.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-center.f-y-bottom>picture:after
{
    background: radial-gradient(circle at bottom center,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 706, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-center.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-center.f-y-bottom>picture:after
    {
        background: radial-gradient(circle at bottom center,#000,rgba(255,255,255,0) 80%)
    }
}/* line 718, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-right.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-right.f-y-top>picture:after
{
    background: radial-gradient(circle at top right,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 718, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-right.f-y-top>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-right.f-y-top>picture:after
    {
        background: radial-gradient(circle at top right,#000,rgba(255,255,255,0) 80%)
    }
}/* line 728, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-right.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-right.f-y-center>picture:after
{
    background: radial-gradient(circle at center right,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 728, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-right.f-y-center>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-right.f-y-center>picture:after
    {
        background: radial-gradient(circle at center right,#000,rgba(255,255,255,0) 80%)
    }
}/* line 738, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item[class*="f-mask"].theme-dark.f-x-right.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-right.f-y-bottom>picture:after
{
    background: radial-gradient(circle at bottom right,#000,rgba(255,255,255,0) 80%)
}
@media screen and (-ms-high-contrast: active)
{/* line 738, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-mask"].theme-dark.f-x-right.f-y-bottom>picture:after, .c-hero[class*="f-mask"].theme-dark.f-x-right.f-y-bottom>picture:after
    {
        background: radial-gradient(circle at bottom right,#000,rgba(255,255,255,0) 80%)
    }
}/* line 751, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-mask-20>picture:after, .c-hero.f-mask-20>picture:after
{
    opacity: .2
}/* line 762, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-mask-40>picture:after, .c-hero.f-mask-40>picture:after
{
    opacity: .4
}/* line 773, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-mask-60>picture:after, .c-hero.f-mask-60>picture:after
{
    opacity: .6
}/* line 784, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-mask-80>picture:after, .c-hero.f-mask-80>picture:after
{
    opacity: .8
}/* line 795, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item.f-mask-100>picture:after, .c-hero.f-mask-100>picture:after
{
    opacity: 1
}/* line 812, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-video, .m-hero-item .m-ambient-video, .c-hero .c-video, .c-hero .m-ambient-video
{
    position: absolute;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0
}/* line 820, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-video>h1, .m-hero-item .m-ambient-video>h1, .c-hero .c-video>h1, .c-hero .m-ambient-video>h1
{
    display: none
}/* line 824, src/modules/hero-item/styles/_hero_item.scss */
.m-hero-item .c-video video, .m-hero-item .m-ambient-video video, .c-hero .c-video video, .c-hero .m-ambient-video video
{
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
    width: auto;
    z-index: -2;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}
@media only screen and (max-width: 1399px)
{/* line 840, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div>div, .c-hero>div>div
    {
        max-width: 440px
    }
}
@media only screen and (max-width: 1083px)
{/* line 847, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div>div, .c-hero>div>div
    {
        max-width: 340px
    }
}
@media only screen and (max-width: 767px)
{/* line 16, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item, .c-hero
    {
        height: auto;
        padding: 0;
        text-align: center
    }/* line 859, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-x"][class*="f-y"]>picture img, .c-hero[class*="f-x"][class*="f-y"]>picture img
    {
        top: 0;
        left: 0;
        left: calc(50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1
    }/* line 869, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-x"][class*="f-y"]>picture:after, .c-hero[class*="f-x"][class*="f-y"]>picture:after
    {
        display: none
    }/* line 875, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-x"][class*="f-y"]>div>div, .c-hero[class*="f-x"][class*="f-y"]>div>div
    {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
        top: calc(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 100%
    }/* line 887, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item[class*="f-x"][class*="f-y"] .f-core-player, .c-hero[class*="f-x"][class*="f-y"] .f-core-player
    {
        position: absolute
    }/* line 892, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div, .c-hero>div
    {
        padding: 12px;
        height: 280px
    }/* line 896, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div picture, .c-hero>div picture
    {
        display: none
    }/* line 900, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div.c-video, .m-hero-item>div.m-ambient-video, .c-hero>div.c-video, .c-hero>div.m-ambient-video
    {
        padding: 0;
        height: auto
    }/* line 905, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div.c-video video, .m-hero-item>div.m-ambient-video video, .c-hero>div.c-video video, .c-hero>div.m-ambient-video video
    {
        min-height: auto;
        width: 100%
    }/* line 912, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-paragraph, .c-hero .c-paragraph
    {
        max-height: 100px
    }/* line 916, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-heading, .m-hero-item.context-article .c-heading, .c-hero .c-heading, .c-hero.context-article .c-heading
    {
        font-size: 20px;
        line-height: 24px;
        padding: 35px 0 5px;
        font-weight: 600;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 120px;
        font-weight: 600;
        opacity: .95
    }/* line 924, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-heading, .m-hero-item.context-app .c-heading, .m-hero-item.context-article .c-heading, .c-hero .c-heading, .c-hero.context-app .c-heading, .c-hero.context-article .c-heading
    {
        padding-top: 0
    }/* line 930, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item>div>div>div, .c-hero>div>div>div
    {
        -ms-flex-pack: center;
        justify-content: center
    }/* line 935, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-group>.c-call-to-action, .c-hero .c-group>.c-call-to-action
    {
        margin: 0
    }/* line 938, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .c-hero .c-group>.c-call-to-action+.c-call-to-action
    {
        margin: 0
    }/* line 948, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.theme-light .c-group.f-accent>.c-call-to-action, .m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action, .c-hero.theme-light .c-group.f-accent>.c-call-to-action, .c-hero.theme-dark .c-group.f-accent>.c-call-to-action
    {
        margin: 0
    }/* line 951, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action, .m-hero-item.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action, .c-hero.theme-light .c-group.f-accent>.c-call-to-action+.c-call-to-action, .c-hero.theme-dark .c-group.f-accent>.c-call-to-action+.c-call-to-action
    {
        margin: 0
    }/* line 959, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-subheading, .c-hero .c-subheading
    {
        display: block
    }/* line 964, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.context-game .c-rating, .c-hero.context-game .c-rating
    {
        margin-top: 12px
    }/* line 970, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item.context-music-album .c-product-title, .c-hero.context-music-album .c-product-title
    {
        margin-top: 0
    }
}
@media only screen and (max-width: 539px)
{/* line 977, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-price, .m-hero-item .c-rating, .c-hero .c-price, .c-hero .c-rating
    {
        display: none
    }/* line 982, src/modules/hero-item/styles/_hero_item.scss */
    .m-hero-item .c-group>.c-call-to-action+.c-call-to-action, .c-hero .c-group>.c-call-to-action+.c-call-to-action
    {
        padding: 10px 43px 7px
    }
}/* line 988, src/modules/hero-item/styles/_hero_item.scss */
[class^="pad-"]+.pad-hero-item .m-hero-item, [class^="m-"]+.m-hero-item
{
    margin-top: 48px;
    float: left;
    clear: both
}/*END !$!$!========src/modules/hero-item/styles/hero_item========*//*BEGIN !$!$!========src/modules/hero/styles/hero========*//* line 5, src/modules/hero/styles/_hero.scss */
.m-hero
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}/* line 11, src/modules/hero/styles/_hero.scss */
[class^="pad-"]+.pad-hero .m-hero, [class^="m-"]+.m-hero
{
    padding-top: 48px;
    clear: both
}/*END !$!$!========src/modules/hero/styles/hero========*//*BEGIN !$!$!========src/modules/highlight-feature/styles/highlight_feature========*//* line 61, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature
{
    padding: 0;
    margin-top: 48px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-highlight-feature:before, .m-highlight-feature:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-highlight-feature:after
{
    clear: both
}
@media only screen and (min-width: 768px)
{/* line 61, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature
    {
        display: block
    }
}/* line 74, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature picture.c-image
{
    width: 100%;
    max-width: 100%
}/* line 78, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature picture.c-image img
{
    width: 100%;
    max-width: 100%
}/* line 84, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div
{
    padding-left: 12px;
    padding-right: 12px;
    width: 80%;
    text-align: center;
    margin: 0 auto
}/* line 90, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-group
{
    display: block;
    overflow: visible
}/* line 95, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    margin: 12px auto 0
}
@media screen and (-ms-high-contrast: active)
{/* line 95, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-highlight-feature>div .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-highlight-feature>div .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-highlight-feature>div .c-call-to-action:focus, .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action:focus, .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .m-highlight-feature>div .c-call-to-action:hover, .m-highlight-feature>div .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span, .m-highlight-feature>div .c-call-to-action:hover span, .m-highlight-feature>div .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-highlight-feature>div .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action, .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-highlight-feature>div .c-call-to-action:hover, .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action:hover, .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action:active, .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-highlight-feature>div .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-highlight-feature>div .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action, .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-highlight-feature>div .c-call-to-action:hover, .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action:hover, .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action:active, .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-highlight-feature>div .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-highlight-feature>div .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 100, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-heading
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600;
    font-weight: 600
}/* line 105, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400;
    padding-top: 12px
}/* line 110, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-logo
{
    display: inline-block;
    margin-top: 24px
}/* line 114, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-logo img
{
    margin: 0 auto
}/* line 118, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div .c-logo+.c-heading
{
    padding-top: 12px
}/* line 123, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div.c-video
{
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -ms-transform: none;
    transform: none
}/* line 133, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature>div.c-video video
{
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%
}/* line 142, src/modules/highlight-feature/styles/_highlight_feature.scss */
.m-highlight-feature.f-lean
{
    margin-top: 0
}
@media only screen and (min-width: 768px)
{/* line 17, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div
    {
        padding-left: 24px;
        padding-right: 24px;
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 36px;
        width: 316px;
        height: 336px;
        top: 24px;
        top: calc(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #fff;
        color: #000;
        box-shadow: 0 6px 6px rgba(0,0,0,.1)
    }/* line 35, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div .c-heading
    {
        padding-top: 0
    }/* line 39, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div.c-video
    {
        box-shadow: none
    }/* line 45, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature.f-align-left>div
    {
        left: 0
    }/* line 53, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature.f-align-right>div
    {
        right: 0
    }
}
@media only screen and (min-width: 1084px)
{/* line 152, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div
    {
        margin: 0 48px;
        width: 316px;
        height: 336px
    }/* line 157, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div .c-heading
    {
        font-size: 20px;
        line-height: 24px;
        padding: 35px 0 5px;
        font-weight: 600;
        padding-top: 0;
        font-weight: 600
    }/* line 164, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div .c-logo+.c-heading
    {
        margin-top: 12px
    }
}
@media only screen and (min-width: 1400px)
{/* line 174, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .m-highlight-feature>div
    {
        width: 364px;
        height: 408px
    }
}/* line 183, src/modules/highlight-feature/styles/_highlight_feature.scss */
.pad-highlight-feature+.pad-highlight-feature .m-highlight-feature.f-lean, .m-highlight-feature+.m-highlight-feature.f-lean
{
    margin-top: 48px
}
@media only screen and (min-width: 768px)
{/* line 183, src/modules/highlight-feature/styles/_highlight_feature.scss */
    .pad-highlight-feature+.pad-highlight-feature .m-highlight-feature.f-lean, .m-highlight-feature+.m-highlight-feature.f-lean
    {
        margin-top: 0
    }
}/*END !$!$!========src/modules/highlight-feature/styles/highlight_feature========*//*BEGIN !$!$!========src/modules/histogram/styles/histogram========*//* .c-histogram is deprecated as of v.1.7.0,
   use .m-histogram instead.
   TODO: Remove .c-histogram as of v.2.0 *//* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-histogram:before, .m-histogram:after, .c-histogram:before, .c-histogram:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-histogram:after, .c-histogram:after
{
    clear: both
}/* line 16, src/modules/histogram/styles/_histogram.scss */
.m-histogram>div:first-child, .c-histogram>div:first-child
{
    display: table-cell;
    vertical-align: top
}/* line 21, src/modules/histogram/styles/_histogram.scss */
.m-histogram>div:first-child>div>span, .c-histogram>div:first-child>div>span
{
    margin-left: 4px;
    margin-top: -2px
}/* line 27, src/modules/histogram/styles/_histogram.scss */
.m-histogram>div:first-child>span, .c-histogram>div:first-child>span
{
    font-size: 130px;
    line-height: 1;
    letter-spacing: -5px;
    font-weight: 100;
    display: inline-block;
    margin-bottom: 7px
}/* line 38, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul, .c-histogram>ul
{
    display: table-cell;
    padding-left: 24px;
    padding-top: 23px;
    vertical-align: top;
    width: 100%
}/* line 45, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul li, .c-histogram>ul li
{
    margin-bottom: 10px
}
@media only screen and (max-width: 767px)
{/* line 45, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul li, .c-histogram>ul li
    {
        max-width: 90%
    }
}/* line 54, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul a, .c-histogram>ul a
{
    font-size: 13px;
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: block;
    line-height: 1;
    padding: 1px
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-histogram>ul a:before, .c-histogram>ul a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-histogram>ul a:focus, .c-histogram>ul a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-histogram>ul a:focus:before, .c-histogram>ul a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-histogram>ul a:focus, .theme-dark .theme-light .m-histogram>ul a:focus, .theme-light .c-histogram>ul a:focus, .theme-dark .theme-light .c-histogram>ul a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-histogram>ul a:focus:before, .theme-dark .theme-light .m-histogram>ul a:focus:before, .theme-light .c-histogram>ul a:focus:before, .theme-dark .theme-light .c-histogram>ul a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-histogram>ul a:focus, .theme-light .theme-dark .m-histogram>ul a:focus, .theme-dark .c-histogram>ul a:focus, .theme-light .theme-dark .c-histogram>ul a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-histogram>ul a:focus:before, .theme-light .theme-dark .m-histogram>ul a:focus:before, .theme-dark .c-histogram>ul a:focus:before, .theme-light .theme-dark .c-histogram>ul a:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 62, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul a>div, .c-histogram>ul a>div
{
    display: inline-block;
    margin-left: 5px;
    width: calc(100% - 83px)
}/* line 71, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul a>div>div, .c-histogram>ul a>div>div
{
    height: 12px;
    position: relative;
    background-color: #0067b8;
    -ms-high-contrast-adjust: none
}
@media(-ms-high-contrast: active)
{/* line 71, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul a>div>div, .c-histogram>ul a>div>div
    {
        background-color: WindowText
    }
}/* line 82, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul a>div>div span, .c-histogram>ul a>div>div span
{
    position: absolute;
    right: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 4px
}
@media(-ms-high-contrast: active)
{/* line 54, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul a, .c-histogram>ul a
    {
        border-color: Window;
        color: WindowText
    }/* line 99, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul a:hover, .c-histogram>ul a:hover
    {
        border-color: Highlight
    }/* line 103, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul a:before, .c-histogram>ul a:before
    {
        border-color: Window
    }
}/* line 109, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul .c-glyph, .c-histogram>ul .c-glyph
{
    display: inline-block;
    margin-left: 4px
}/* line 113, src/modules/histogram/styles/_histogram.scss */
.m-histogram>ul .c-glyph:after, .c-histogram>ul .c-glyph:after
{
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    content: ""
}
@media only screen and (max-width: 539px)
{/* line 121, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>div, .m-histogram>ul, .c-histogram>div, .c-histogram>ul
    {
        display: block
    }/* line 127, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul, .c-histogram>ul
    {
        padding-left: 0
    }/* line 130, src/modules/histogram/styles/_histogram.scss */
    .m-histogram>ul a>div, .c-histogram>ul a>div
    {
        width: calc(100% - 45px)
    }
}/*END !$!$!========src/modules/histogram/styles/histogram========*//*BEGIN !$!$!========src/modules/hyperlink-group/styles/hyperlink_group========*//* line 8, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group
{
    padding-left: 0;
    padding-right: 0
}/* line 11, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div
{
    text-align: center;
    padding: 0 12.5% 11px;
    display: -ms-flexbox;
    display: flex;
    display: ms-flexbox;
    -ms-flex-line-pack: center;
    align-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}
@media only screen and (min-width: 768px)
{/* line 11, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group>div
    {
        padding-bottom: 0
    }/* line 26, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group>div [class*="c-heading"]
    {
        padding-top: 0
    }
}/* line 31, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div ul
{
    margin: 0;
    padding: 0
}/* line 35, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div ul li
{
    padding: 0
}/* line 40, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div .c-heading
{
    max-height: 48px;
    padding: 35px 0 5px;
    padding-bottom: 1.636px;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}/* line 52, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div .c-hyperlink
{
    font-size: 18px;
    line-height: 24px;
    padding: 6px 0;
    display: block;
    text-decoration: none;
    font-weight: 200
}
@media(max-width: 767px)
{/* line 52, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group>div .c-hyperlink
    {
        font-size: 16px;
        line-height: 20px
    }
}/* line 59, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div .c-hyperlink:hover
{
    text-decoration: underline
}/* line 63, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div .c-hyperlink.f-picker
{
    padding: 0
}/* line 79, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-accent
{
    background: #0067b8
}/* line 82, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-accent .c-heading, .m-hyperlink-group>div.f-background-accent .c-hyperlink
{
    color: #f2f2f2
}/* line 88, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-00
{
    background: #fff
}/* line 92, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-10
{
    background: #e6e6e6
}/* line 96, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-20
{
    background: #d2d2d2
}/* line 100, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-30
{
    background: #acacac
}/* line 104, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-45
{
    background: #919191
}/* line 108, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-55
{
    background: #737373
}/* line 112, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-65
{
    background: #505050
}/* line 116, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-75
{
    background: #464646
}/* line 120, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-80
{
    background: #2f2f2f
}/* line 124, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-90
{
    background: #171717
}/* line 128, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-background-neutral-100
{
    background: #000
}/* line 132, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group>div.f-brand-neutral-100
{
    background: #000
}/* line 136, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.theme-light .m-hyperlink-group>div, .theme-dark .theme-light .m-hyperlink-group>div
{
    color: #000
}/* line 140, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.theme-dark .m-hyperlink-group>div, .theme-light .theme-dark .m-hyperlink-group>div
{
    color: #f2f2f2
}
@media only screen and (max-width: 767px)
{/* line 149, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group>div .c-heading
    {
        padding-top: 24px;
        padding-bottom: 6px
    }/* line 154, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group>div .c-hyperlink
    {
        padding: 6px 0
    }
}/* line 165, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.c-mosaic-placement .m-hyperlink-group>div
{
    padding: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}/* line 175, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.c-mosaic-placement.f-height-large.f-width-small .m-hyperlink-group>div>.c-heading
{
    padding: 0 12.5% 11px
}/* line 181, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group-content-placement
{
    padding-top: 0;
    padding-left: calc(5% - 12px);
    padding-right: calc(5% - 12px)
}/* line 188, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group-content-placement.x-remove-padding
{
    padding-left: 0;
    padding-right: 0
}
@media screen and (min-width: 1084px)
{/* line 181, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group-content-placement
    {
        padding-left: 0;
        padding-right: 0;
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px)
    }
}/* line 201, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group-content-placement [data-grid]
{
    min-height: 0;
    display: block
}
@media screen and (min-width: 540px)
{/* line 201, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group-content-placement [data-grid]
    {
        display: -ms-flexbox;
        display: flex
    }
}/* line 210, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group-content-placement.f-align-center
{
    text-align: center
}/* line 215, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group-content-placement .m-content-placement-item
{
    width: 100%
}
@media only screen and (min-width: 540px)
{/* line 223, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
    .m-hyperlink-group-content-placement>[data-grid*="col-"] .m-hyperlink-group [class^="c-heading"]
    {
        padding-top: 0
    }
}/* line 228, src/modules/hyperlink-group/styles/_hyperlink_group.scss */
.m-hyperlink-group-content-placement>[data-grid*="col-"] .m-hyperlink-group>div
{
    width: 100%;
    padding: 24px
}/*END !$!$!========src/modules/hyperlink-group/styles/hyperlink_group========*//*BEGIN !$!$!========src/modules/image/styles/image========*//* line 8, src/modules/image/styles/_image.scss */
.m-image
{
    padding: 48px 0 0
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-image:before, .m-image:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-image:after
{
    clear: both
}/* line 12, src/modules/image/styles/_image.scss */
.m-image.f-lean
{
    padding: 0
}/* line 16, src/modules/image/styles/_image.scss */
.m-image [class*="c-caption"]
{
    color: rgba(0,0,0,.6)
}
@media screen and (min-width: 320px)
{/* line 21, src/modules/image/styles/_image.scss */
    .m-image [class*="c-caption"]
    {
        margin-left: 12px
    }
}
@media screen and (min-width: 540px)
{/* line 27, src/modules/image/styles/_image.scss */
    .m-image [class*="c-caption"]
    {
        margin-left: 24px
    }
}/* line 34, src/modules/image/styles/_image.scss */
.m-image .c-video
{
    display: block
}/*END !$!$!========src/modules/image/styles/image========*//*BEGIN !$!$!========src/modules/image-intro/styles/image_intro========*//* line 4, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    clear: both
}/* line 10, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro>.c-image
{
    display: block
}/* line 13, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro>.c-image img
{
    width: 100%
}/* line 17, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro>.c-image:after
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}/* line 30, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro>div
{
    padding: 16px 12px;
    position: relative;
    max-width: 100%;
    text-align: center
}/* line 36, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro>div>.c-heading
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600;
    font-weight: 600;
    padding-top: 0
}
@media(max-width: 767px)
{/* line 36, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro>div>.c-heading
    {
        font-size: 20px;
        line-height: 24px
    }
}/* line 42, src/modules/image-intro/styles/_image_intro.scss */
.m-image-intro>div .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400;
    padding-top: 8px
}
@media only screen and (min-width: 540px)
{/* line 51, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-align-center>div, .m-image-intro.f-align-top>div, .m-image-intro.f-align-bottom>div
    {
        position: absolute;
        margin: 0 auto
    }
}
@media only screen and (min-width: 540px)
{/* line 60, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-align-center>div
    {
        left: 50%;
        top: calc(50% + 24px);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}
@media only screen and (min-width: 1084px)
{/* line 60, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-align-center>div
    {
        top: 50%
    }
}
@media only screen and (min-width: 540px)
{/* line 74, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-align-top>div
    {
        left: 50%;
        top: 24px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@media only screen and (min-width: 540px)
{/* line 84, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-align-bottom>div
    {
        left: 50%;
        bottom: 24px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@media only screen and (min-width: 540px)
{/* line 95, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-transparent.f-align-top>div
    {
        top: 60px
    }
}
@media only screen and (min-width: 768px)
{/* line 95, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-transparent.f-align-top>div
    {
        top: 120px
    }
}
@media only screen and (min-width: 1400px)
{/* line 95, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-transparent.f-align-top>div
    {
        top: 140px
    }
}
@media only screen and (min-width: 540px)
{/* line 114, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-light>picture:after
    {
        background: #fff
    }/* line 121, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-light.f-align-top>picture:after
    {
        background: radial-gradient(circle at top center,#fff,rgba(255,255,255,0) 80%)
    }/* line 127, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-light.f-align-center>picture:after
    {
        background: radial-gradient(circle at center center,#fff,rgba(255,255,255,0) 80%)
    }/* line 133, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-light.f-align-bottom>picture:after
    {
        background: radial-gradient(circle at bottom center,#fff,rgba(255,255,255,0) 80%)
    }/* line 140, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-dark>picture:after
    {
        background: #000
    }/* line 147, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-dark.f-align-top>picture:after
    {
        background: radial-gradient(circle at top center,#000,rgba(255,255,255,0) 80%)
    }/* line 153, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-dark.f-align-center>picture:after
    {
        background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
    }/* line 159, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro[class*="f-mask"].theme-dark.f-align-bottom>picture:after
    {
        background: radial-gradient(circle at bottom center,#000,rgba(255,255,255,0) 80%)
    }/* line 167, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-mask-20>picture:after
    {
        opacity: .2
    }/* line 179, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-mask-40>picture:after
    {
        opacity: .4
    }/* line 191, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-mask-60>picture:after
    {
        opacity: .6
    }/* line 203, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-mask-80>picture:after
    {
        opacity: .8
    }/* line 215, src/modules/image-intro/styles/_image_intro.scss */
    .m-image-intro.f-mask-100>picture:after
    {
        opacity: 1
    }
}/*END !$!$!========src/modules/image-intro/styles/image_intro========*//*BEGIN !$!$!========src/modules/immersive-hero-item/styles/immersive_hero_item========*//* line 26, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item
{
    position: relative;
    min-height: 600px;
    max-height: 100vh;
    overflow: hidden;
    padding: 0
}/* line 35, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item:hover
{
    cursor: default
}/* line 41, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item[data-js-href]:hover
{
    cursor: pointer
}/* line 46, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-video
{
    height: 100vh
}/* line 49, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-video .m-ambient-video
{
    padding-top: unset;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100% !important
}/* line 56, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-video .m-ambient-video video
{
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}/* line 61, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-video .m-ambient-video .f-core-player
{
    top: auto;
    max-width: 100%;
    padding: 0
}/* line 69, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>picture.c-image
{
    display: block;
    width: 100%;
    max-width: 100%
}/* line 74, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>picture.c-image img
{
    width: 100%;
    overflow-y: hidden
}/* line 80, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div
{
    position: absolute;
    display: block;
    text-align: center;
    width: 100%
}/* line 86, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div
{
    padding-left: 12px;
    padding-right: 12px;
    opacity: 0;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 600ms;
    max-width: 100%;
    margin: 0 auto
}/* line 92, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div .c-heading
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600;
    font-weight: 600;
    opacity: .95
}
@media screen and (-ms-high-contrast: active)
{/* line 92, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-heading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 92, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-heading
    {
        background: #fff
    }
}/* line 98, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div .c-subheading
{
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0 4px;
    font-weight: 600;
    font-weight: 200;
    padding-top: 8px
}
@media screen and (-ms-high-contrast: active)
{/* line 98, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-subheading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 98, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-subheading
    {
        background: #fff
    }
}/* line 105, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div .c-call-to-action
{
    margin: 24px 0
}/* line 109, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div .c-group
{
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0
}/* line 114, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action
{
    margin: 0 24px 0 0
}/* line 117, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    margin-top: 0
}
@media screen and (-ms-high-contrast: active)
{/* line 117, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus, .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover, .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover span, .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action, .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active, .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action, .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover, .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active, .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}
@media only screen and (max-width: 539px)
{/* line 117, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action
    {
        padding: 10px 43px 7px
    }
}
@media screen and (-ms-high-contrast: active)
{/* line 117, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-group>.c-call-to-action+.c-call-to-action
    {
        background: Window
    }
}/* line 133, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>picture.c-image
{
    margin: 0 auto
}/* line 136, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item>div>picture.c-image img
{
    opacity: 0;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 600ms;
    max-width: none;
    display: block;
    margin: 0 auto;
    width: auto;
    height: 0
}
@media only screen and (min-width: 540px)
{/* line 147, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div
    {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 80%
    }
}
@media only screen and (min-width: 768px)
{/* line 154, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div
    {
        max-width: 60%
    }/* line 160, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>picture.c-image+div .c-heading
    {
        padding-top: 24px
    }
}
@media only screen and (min-width: 1084px)
{/* line 169, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>picture.c-image img
    {
        max-width: 100%
    }
}
@media only screen and (min-width: 1400px)
{/* line 176, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div
    {
        max-width: 50%
    }/* line 179, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-heading
    {
        font-size: 46px;
        line-height: 56px;
        padding: 37px 0 3px;
        font-weight: 600;
        letter-spacing: -.01em;
        font-weight: 600
    }/* line 184, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-subheading
    {
        font-size: 24px;
        line-height: 28px;
        padding: 4px 0 8px;
        font-weight: 600;
        font-weight: 200
    }
}
@media only screen and (min-width: 1779px)
{/* line 193, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-heading
    {
        font-size: 62px;
        line-height: 72px;
        padding: 38px 0 6px;
        font-weight: 600;
        letter-spacing: -.01em
    }/* line 197, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item>div>div .c-subheading
    {
        font-size: 34px;
        line-height: 40px;
        padding: 12px 0 2px;
        font-weight: 600;
        font-weight: 200;
        padding-top: 8px
    }
}/* line 207, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-top>div
{
    top: 0;
    bottom: 0
}
@media only screen and (min-width: 768px)
{/* line 207, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-top>div
    {
        top: 120px
    }
}
@media only screen and (min-width: 1084px)
{/* line 207, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-top>div
    {
        top: 148px
    }
}/* line 219, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-top>div>div
{
    position: absolute;
    top: 72px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}
@media only screen and (min-width: 768px)
{/* line 219, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-top>div>div
    {
        top: 120px
    }
}
@media only screen and (min-width: 1084px)
{/* line 219, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-top>div>div
    {
        top: 148px
    }
}/* line 236, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-top>div>picture.c-image img
{
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}/* line 247, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-bottom>div
{
    bottom: 72px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (min-width: 768px)
{/* line 247, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-bottom>div
    {
        bottom: 120px
    }
}
@media only screen and (min-width: 1084px)
{/* line 247, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-bottom>div
    {
        bottom: 148px
    }
}/* line 262, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-bottom>div>picture.c-image
{
    margin: 0
}/* line 270, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-left>div>div
{
    left: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 95%;
    position: absolute;
    display: block;
    text-align: left
}/* line 17, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-left>div>div .c-heading, .m-immersive-hero-item.f-align-left>div>div .c-subheading
{
    max-width: 50%
}
@media only screen and (max-width: 540px)
{/* line 17, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-left>div>div .c-heading, .m-immersive-hero-item.f-align-left>div>div .c-subheading
    {
        max-width: 100%
    }
}/* line 274, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-left>div>div .c-group
{
    -ms-flex-pack: start;
    justify-content: start
}/* line 281, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-right>div>div
{
    left: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 95%;
    position: absolute;
    display: block;
    text-align: right
}/* line 17, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-right>div>div .c-heading, .m-immersive-hero-item.f-align-right>div>div .c-subheading
{
    max-width: 50%
}
@media only screen and (max-width: 540px)
{/* line 17, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
    .m-immersive-hero-item.f-align-right>div>div .c-heading, .m-immersive-hero-item.f-align-right>div>div .c-subheading
    {
        max-width: 100%
    }
}/* line 285, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-right>div>div .c-heading, .m-immersive-hero-item.f-align-right>div>div .c-subheading
{
    margin-left: auto
}/* line 290, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.f-align-right>div>div .c-group
{
    -ms-flex-pack: end;
    justify-content: flex-end
}/* line 298, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.no-js .m-immersive-hero-item>div picture.c-image
{
    display: none
}/* line 307, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.theme-dark .c-group>a.c-call-to-action+a.c-call-to-action
{
    color: #fff
}/* line 310, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.theme-dark .c-group>a.c-call-to-action+a.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #fff;
    background: rgba(255,255,255,.1)
}/* line 322, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.theme-light .c-group>a.c-call-to-action+a.c-call-to-action
{
    color: #000
}/* line 325, src/modules/immersive-hero-item/styles/_immersive_hero_item.scss */
.m-immersive-hero-item.theme-light .c-group>a.c-call-to-action+a.c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #000;
    background: rgba(0,0,0,.1)
}/*END !$!$!========src/modules/immersive-hero-item/styles/immersive_hero_item========*//*BEGIN !$!$!========src/modules/immersive-hero/styles/immersive_hero========*//* line 4, src/modules/immersive-hero/styles/_immersive_hero.scss */
.m-immersive-hero
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}/* line 9, src/modules/immersive-hero/styles/_immersive_hero.scss */
.m-immersive-hero .c-carousel .c-sequence-indicator
{
    bottom: 12px
}/* line 18, src/modules/immersive-hero/styles/_immersive_hero.scss */
.m-immersive-hero .m-immersive-hero-item.f-align-bottom>div>div
{
    padding-bottom: 36px
}/*END !$!$!========src/modules/immersive-hero/styles/immersive_hero========*//*BEGIN !$!$!========src/modules/in-page-navigation/styles/in_page_navigation========*//* line 5, src/modules/in-page-navigation/styles/_in_page_navigation.scss */
.m-in-page-navigation
{
    padding-top: 0
}/*END !$!$!========src/modules/in-page-navigation/styles/in_page_navigation========*//*BEGIN !$!$!========src/modules/link-navigation/styles/link_navigation========*//* line 4, src/modules/link-navigation/styles/_link_navigation.scss */
.m-link-navigation
{
    padding-top: 0
}/*END !$!$!========src/modules/link-navigation/styles/link_navigation========*//*BEGIN !$!$!========src/modules/live-gold-badge/styles/live_gold_badge========*//* line 5, src/modules/live-gold-badge/styles/_live_gold_badge.scss */
.m-live-gold-badge
{
    margin-top: 40px;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    float: right
}/* line 14, src/modules/live-gold-badge/styles/_live_gold_badge.scss */
.m-live-gold-badge>div
{
    width: 100%;
    padding-top: 50px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center
}/* line 24, src/modules/live-gold-badge/styles/_live_gold_badge.scss */
.m-live-gold-badge>div *
{
    padding: 0
}
@media only screen and (max-width: 768px)
{/* line 5, src/modules/live-gold-badge/styles/_live_gold_badge.scss */
    .m-live-gold-badge
    {
        margin-right: 0;
        margin-left: 75px;
        float: none
    }
}
@media only screen and (max-width: 539px)
{/* line 5, src/modules/live-gold-badge/styles/_live_gold_badge.scss */
    .m-live-gold-badge
    {
        margin-left: 25px
    }
}/*END !$!$!========src/modules/live-gold-badge/styles/live_gold_badge========*//*BEGIN !$!$!========src/modules/media-gallery/styles/media_gallery========*//* line 12, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery
{
    padding-top: 32px;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    zoom: 1;
    width: 100%
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-media-gallery:before, .m-media-gallery:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-media-gallery:after
{
    clear: both
}/* line 21, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-group
{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}/* line 27, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-carousel .c-flipper
{
    top: 50%
}/* line 30, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-carousel .c-flipper.f-previous
{
    left: -24px
}/* line 34, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-carousel .c-flipper.f-next
{
    right: -24px
}/* line 38, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-carousel .c-flipper:focus
{
    background: #b3b3b3
}/* line 43, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-carousel .c-group
{
    flex-wrap: nowrap;
    -ms-flex-wrap: none
}/* line 49, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .c-carousel .f-gallery li
{
    height: 189px;
    width: 336px;
    margin-right: 12px;
    margin-bottom: 0;
    color: #fff
}
@media only screen and (max-width: 767px)
{/* line 49, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery .c-carousel .f-gallery li
    {
        height: 126px;
        width: 224px;
        margin-right: 8px
    }
}
@media only screen and (max-width: 539px)
{/* line 65, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery .c-carousel .c-flipper
    {
        visibility: hidden
    }/* line 68, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery .c-carousel .c-flipper.f-previous
    {
        left: 0
    }/* line 72, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery .c-carousel .c-flipper.f-next
    {
        right: 0
    }/* line 78, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery .c-carousel:hover .c-flipper
    {
        visibility: visible
    }
}/* line 87, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery picture.c-image img
{
    width: 100%;
    max-width: none
}/* line 93, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery picture:after
{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.4)
}
@media screen and (-ms-high-contrast: active)
{/* line 93, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery picture:after
    {
        background: none
    }
}/* line 108, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery
{
    vertical-align: top;
    padding: 0
}/* line 112, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li
{
    margin-bottom: 12px;
    color: #fff
}
@media only screen and (max-width: 767px)
{/* line 112, src/modules/media-gallery/styles/_media_gallery.scss */
    .m-media-gallery .f-gallery li
    {
        margin-bottom: 8px
    }
}/* line 124, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger
{
    position: absolute;
    background: rgba(0,0,0,.6);
    border: transparent;
    border-radius: 50%;
    margin: 0;
    height: 48px;
    width: 48px;
    margin-top: 0;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: absolute;
    min-width: auto;
    z-index: 1;
    transition: transform .2s ease
}/* line 47, src/mwf_styles/utilities/components/_video_play_action.scss */
.m-media-gallery .f-gallery li .c-action-trigger:hover
{
    text-decoration: none
}/* line 51, src/mwf_styles/utilities/components/_video_play_action.scss */
.m-media-gallery .f-gallery li .c-action-trigger:before
{
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 11px);
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    content: "";
    margin: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-media-gallery .f-gallery li .c-action-trigger:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-media-gallery .f-gallery li .c-action-trigger:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-media-gallery .f-gallery li .c-action-trigger:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus, .theme-dark .theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus:after, .theme-dark .theme-light .m-media-gallery .f-gallery li .c-action-trigger:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus, .theme-light .theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus:after, .theme-light .theme-dark .m-media-gallery .f-gallery li .c-action-trigger:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 132, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger:before
{
    transition: transform .2s ease
}/* line 136, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger:after
{
    border-radius: 50%
}/* line 140, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger:active
{
    -ms-transform: scale(.9);
    transform: scale(.9)
}/* line 143, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger:active:before
{
    -ms-transform: scale(.9);
    transform: scale(.9)
}/* line 148, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger:focus:not(.x-hidden-focus)
{
    outline-color: #fff
}/* line 151, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-action-trigger:focus:not(.x-hidden-focus):after
{
    outline-color: #000
}/* line 158, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li:hover .c-action-trigger
{
    text-decoration: none;
    background: rgba(0,0,0,.8)
}/* line 164, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li:hover picture:after
{
    background: rgba(0,0,0,.5)
}/* line 172, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li:active picture:after
{
    background: rgba(0,0,0,.6)
}/* line 177, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li:active .c-action-trigger
{
    -ms-transform: scale(.9);
    transform: scale(.9)
}/* line 180, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li:active .c-action-trigger:before
{
    -ms-transform: scale(.9);
    transform: scale(.9)
}/* line 188, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery.m-card-group .c-card
{
    height: auto
}/* line 193, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery.f-flex
{
    display: -ms-flexbox;
    display: flex
}/* line 203, src/modules/media-gallery/styles/_media_gallery.scss */
.m-media-gallery .f-gallery li .c-heading-6
{
    color: #fff
}/*END !$!$!========src/modules/media-gallery/styles/media_gallery========*//*BEGIN !$!$!========src/modules/media/styles/media========*//* line 5, src/modules/media/styles/_media.scss */
.m-media
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    padding-top: 0
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-media:before, .m-media:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-media:after
{
    clear: both
}/* line 13, src/modules/media/styles/_media.scss */
.m-media .c-image
{
    float: left;
    margin-right: 12px
}/* line 18, src/modules/media/styles/_media.scss */
.m-media [class*="c-heading"], .m-media [class*="c-paragraph"], .m-media [class*="c-subheading"]
{
    padding: 0 24px 0 0;
    float: left;
    width: calc(100% - 60px)
}
@media only screen and (min-width: 539px)
{/* line 27, src/modules/media/styles/_media.scss */
    .m-media [class*='c-heading']
    {
        float: none;
        display: inline-block
    }
}/*END !$!$!========src/modules/media/styles/media========*//*BEGIN !$!$!========src/modules/mosaic/styles/mosaic========*//* line 4, src/modules/mosaic/styles/_mosaic.scss */
.m-mosaic
{
    padding-left: 0;
    padding-right: 0;
    clear: left
}/*END !$!$!========src/modules/mosaic/styles/mosaic========*//*BEGIN !$!$!========src/modules/multi-column/styles/multi_column========*//* line 5, src/modules/multi-column/styles/_multi_column.scss */
.m-multi-column>div, .m-multi-column>.c-list
{
    column-gap: 24px
}/* line 15, src/modules/multi-column/styles/_multi_column.scss */
.m-multi-column>.c-list>li
{
    padding: 1px 0
}/* line 18, src/modules/multi-column/styles/_multi_column.scss */
.m-multi-column>.c-list>li a.c-hyperlink
{
    padding: 7px 0;
    display: inline-block
}/* line 32, src/modules/multi-column/styles/_multi_column.scss */
.m-multi-column>div, .m-multi-column>.c-list, .m-multi-column.f-columns-1>div, .m-multi-column.f-columns-1>.c-list, .m-multi-column.f-columns-2>div, .m-multi-column.f-columns-2>.c-list, .m-multi-column.f-columns-3>div, .m-multi-column.f-columns-3>.c-list, .m-multi-column.f-columns-4>div, .m-multi-column.f-columns-4>.c-list, .m-multi-column.f-columns-5>div, .m-multi-column.f-columns-5>.c-list
{
    columns: 1
}
@media only screen and (min-width: 540px)
{/* line 44, src/modules/multi-column/styles/_multi_column.scss */
    .m-multi-column.f-columns-2>div, .m-multi-column.f-columns-2>.c-list, .m-multi-column.f-columns-3>div, .m-multi-column.f-columns-3>.c-list, .m-multi-column.f-columns-4>div, .m-multi-column.f-columns-4>.c-list, .m-multi-column.f-columns-5>div, .m-multi-column.f-columns-5>.c-list
    {
        columns: 2
    }
}
@media only screen and (min-width: 768px)
{/* line 56, src/modules/multi-column/styles/_multi_column.scss */
    .m-multi-column.f-columns-3>div, .m-multi-column.f-columns-3>.c-list, .m-multi-column.f-columns-4>div, .m-multi-column.f-columns-4>.c-list, .m-multi-column.f-columns-5>div, .m-multi-column.f-columns-5>.c-list
    {
        columns: 3
    }
}
@media only screen and (min-width: 1400px)
{/* line 66, src/modules/multi-column/styles/_multi_column.scss */
    .m-multi-column.f-columns-4>div, .m-multi-column.f-columns-4>.c-list, .m-multi-column.f-columns-5>div, .m-multi-column.f-columns-5>.c-list
    {
        columns: 4
    }
}
@media only screen and (min-width: 1779px)
{/* line 75, src/modules/multi-column/styles/_multi_column.scss */
    .m-multi-column.f-columns-5>div, .m-multi-column.f-columns-5>.c-list
    {
        columns: 5
    }
}/*END !$!$!========src/modules/multi-column/styles/multi_column========*//*BEGIN !$!$!========src/modules/multi-feature/styles/multi_feature========*//* line 5, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature
{
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 100%
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-00>section
{
    background-color: #fff
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-10>section
{
    background-color: #e6e6e6
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-20>section
{
    background-color: #d2d2d2
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-30>section
{
    background-color: #acacac
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-45>section
{
    background-color: #919191
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-55>section
{
    background-color: #737373
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-65>section
{
    background-color: #505050
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-75>section
{
    background-color: #464646
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-80>section
{
    background-color: #2f2f2f
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-90>section
{
    background-color: #171717
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-multi-feature.f-background-neutral-100>section
{
    background-color: #000
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-multi-feature:before, .m-multi-feature:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-multi-feature:after
{
    clear: both
}/* line 25, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature img
{
    width: 100%
}/* line 29, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .m-area-heading
{
    float: none;
    padding-top: 40px
}/* line 34, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .m-area-heading+.c-sequence-indicator+ul+.c-carousel
{
    margin-top: 36px
}/* line 37, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .m-area-heading+.c-sequence-indicator+ul+.c-carousel ul.c-group
{
    padding: 0
}/* line 44, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video
{
    position: relative;
    overflow: hidden;
    left: 0;
    top: auto;
    -ms-transform: none;
    transform: none;
    padding: 0
}/* line 52, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video>div
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0
}/* line 59, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video>div>section
{
    text-align: center;
    height: 100%;
    width: 100%
}/* line 64, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video>div>section>div
{
    padding: 0%;
    position: absolute;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    width: 100%
}/* line 74, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video>div>section button.c-action-trigger.c-glyph
{
    font-size: 24px;
    line-height: 13px;
    height: 48px;
    min-width: 48px !important;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.6)
}/* line 85, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video>div>section button.c-action-trigger.c-glyph:hover
{
    color: rgba(255,255,255,.8)
}/* line 89, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature .c-lightbox-video>div>section button.c-action-trigger.c-glyph:focus
{
    background: rgba(0,0,0,.6)
}/* line 97, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature>section
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}/* line 104, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature>section .c-pivot>li[role="tabpanel"]:not(.f-active), .m-multi-feature>section ul>li[role="tabpanel"]:not(.f-active)
{
    display: none
}/* line 109, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature>section .c-pivot, .m-multi-feature>section>ul
{
    margin-left: 12px;
    margin-right: 12px;
    -ms-flex-order: 2;
    order: 2
}/* line 115, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature>section .c-carousel
{
    -ms-flex-order: 1;
    order: 1;
    height: 100%;
    height: initial
}/* line 123, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature>section .c-carousel .m-ambient-video
{
    padding: 0
}/* line 128, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature>section>.c-sequence-indicator
{
    -ms-flex-order: 3;
    order: 3
}/* line 134, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-heading
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    padding-top: 24px
}/* line 139, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 0;
    font-weight: 400
}/* line 143, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-badge, .m-multi-feature [role="tabpanel"] .c-logo
{
    margin-top: 12px
}/* line 147, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-badge+.c-heading, .m-multi-feature [role="tabpanel"] .c-logo+.c-heading
{
    padding-top: 8px
}/* line 152, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-logo
{
    display: block
}/* line 155, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-logo img
{
    margin: 0 auto
}/* line 160, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-call-to-action
{
    margin-top: 10px
}/* line 164, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-group
{
    display: block;
    overflow: visible;
    margin-top: 10px
}/* line 169, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tabpanel"] .c-group .c-call-to-action
{
    margin-top: 0;
    margin-right: 4px
}/* line 176, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tablist"]
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}/* line 180, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tablist"] li
{
    margin-right: 10px;
    float: left;
    display: block
}/* line 185, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tablist"] li>a
{
    display: block;
    background: #acacac
}/* line 189, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tablist"] li>a:active
{
    outline-color: #000
}/* line 193, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tablist"] li>a.f-active
{
    outline-color: #000;
    background: #0067b8
}/* line 204, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature [role="tablist"]:not(.c-sequence-indicator)+ul .c-heading, .m-multi-feature [role="tablist"]:not(.c-sequence-indicator)+[role="tabpanel"] .c-heading
{
    padding-top: 0
}/* line 210, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-center
{
    text-align: center
}/* line 214, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-center>section>[role="tablist"]
{
    margin-bottom: 24px
}/* line 218, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-center>section>.c-pivot, .m-multi-feature.f-align-center>section>[role="tablist"]
{
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 18px
}/* line 224, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-center>section>.c-pivot>[role="tablist"]>a, .m-multi-feature.f-align-center>section>[role="tablist"]>[role="tablist"]>a
{
    font-weight: 400
}/* line 227, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-center>section>.c-pivot>[role="tablist"]>a.f-active, .m-multi-feature.f-align-center>section>[role="tablist"]>[role="tablist"]>a.f-active
{
    font-weight: 600
}
@media only screen and (min-width: 540px)
{/* line 218, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-center>section>.c-pivot, .m-multi-feature.f-align-center>section>[role="tablist"]
    {
        margin-left: 24px;
        margin-right: 24px
    }
}
@media only screen and (min-width: 768px)
{/* line 218, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-center>section>.c-pivot, .m-multi-feature.f-align-center>section>[role="tablist"]
    {
        margin-left: 36px;
        margin-right: 36px
    }
}
@media only screen and (min-width: 1400px)
{/* line 218, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-center>section>.c-pivot, .m-multi-feature.f-align-center>section>[role="tablist"]
    {
        margin-left: 48px;
        margin-right: 48px
    }
}/* line 246, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-center>section>ul
{
    margin: 0 auto
}/* line 254, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-left>section, .m-multi-feature.f-align-right>section
{
    position: relative
}/* line 257, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-left>section>div, .m-multi-feature.f-align-right>section>div
{
    padding-left: 12px;
    padding-right: 12px;
    -ms-flex-order: 2;
    order: 2;
    text-align: center
}/* line 262, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-left>section>div [role="tablist"], .m-multi-feature.f-align-right>section>div [role="tablist"]
{
    padding-top: 24px;
    padding-bottom: 24px;
    -ms-flex-pack: center;
    justify-content: center
}/* line 268, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-align-left>section>div.c-carousel, .m-multi-feature.f-align-right>section>div.c-carousel
{
    -ms-flex-order: 1;
    order: 1;
    padding: 0
}/* line 277, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section:focus
{
    outline: 3px solid #000;
    outline-offset: 1px
}/* line 283, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section:focus [role="tabpanel"] .c-call-to-action
{
    background: #0067b8;
    outline: 0
}/* line 290, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section:focus .c-carousel.f-scrollable-next .c-flipper.f-next, .m-multi-feature.f-console>section:focus .c-carousel.f-scrollable-previous .c-flipper.f-previous
{
    display: block;
    opacity: 1
}/* line 295, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section:focus .c-carousel.f-scrollable-next .c-flipper.f-next:hover, .m-multi-feature.f-console>section:focus .c-carousel.f-scrollable-previous .c-flipper.f-previous:hover
{
    opacity: 1
}/* line 302, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section>.c-sequence-indicator
{
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    top: -40px;
    z-index: 2
}/* line 311, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section>ul>li[role="tabpanel"]>[class*='c-paragraph']
{
    min-height: 55px;
    max-height: 55px;
    overflow: hidden
}/* line 318, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section .c-pivot>section[role="tabpanel"]>[class*='c-paragraph']
{
    min-height: 55px;
    max-height: 55px;
    overflow: hidden
}/* line 324, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section>ul:not([role])
{
    margin-bottom: -30px;
    position: relative;
    top: -30px
}/* line 331, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section .c-carousel.f-scrollable-next .c-flipper.f-next, .m-multi-feature.f-console>section .c-carousel.f-scrollable-previous .c-flipper.f-previous
{
    display: none;
    opacity: 0
}/* line 336, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console>section .c-carousel.f-scrollable-next .c-flipper.f-next:hover, .m-multi-feature.f-console>section .c-carousel.f-scrollable-previous .c-flipper.f-previous:hover
{
    opacity: 0
}/* line 344, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console [role="tabpanel"] .c-call-to-action
{
    background: transparent;
    color: #000;
    outline: 2px solid #000
}/* line 349, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature.f-console [role="tabpanel"] .c-call-to-action:after
{
    content: '';
    margin-left: 0
}/* line 359, src/modules/multi-feature/styles/_multi_feature.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none
}
@media screen and (-ms-high-contrast: active)
{/* line 359, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus, .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus, .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover, .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus) span, .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover span, .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action, .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover, .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover, .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active, .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action, .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover, .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover, .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active, .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-multi-feature:not(.f-console) [role="tabpanel"] .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}
@media only screen and (min-width: 540px)
{/* line 368, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div, .m-multi-feature.f-align-right>section>div
    {
        padding-left: 24px;
        padding-right: 24px
    }/* line 371, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div.c-carousel, .m-multi-feature.f-align-right>section>div.c-carousel
    {
        padding-left: 0;
        padding-right: 0
    }
}
@media only screen and (min-width: 768px)
{/* line 381, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature [role="tablist"]+[role="tabpanel"] .c-heading
    {
        padding-top: 0
    }/* line 388, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature [role="tabpanel"]>.c-heading
    {
        font-size: 20px;
        line-height: 24px;
        padding: 35px 0 5px;
        font-weight: 600;
        padding-top: 24px
    }/* line 393, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature [role="tabpanel"] .c-paragraph
    {
        padding-top: 12px
    }/* line 400, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section, .m-multi-feature.f-align-right>section
    {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }/* line 404, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section [role="tabpanel"], .m-multi-feature.f-align-right>section [role="tabpanel"]
    {
        text-align: left
    }/* line 408, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div, .m-multi-feature.f-align-right>section>div
    {
        padding-left: 36px;
        padding-right: 36px;
        width: 50%
    }/* line 414, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div>ul[role="tablist"], .m-multi-feature.f-align-right>section>div>ul[role="tablist"]
    {
        -ms-flex-pack: start;
        justify-content: flex-start
    }/* line 420, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>.c-carousel, .m-multi-feature.f-align-right>section>.c-carousel
    {
        padding: 0;
        width: 50%
    }/* line 429, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div
    {
        -ms-flex-order: 2;
        order: 2
    }/* line 432, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div.c-carousel
    {
        -ms-flex-order: 1;
        order: 1
    }/* line 441, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-right>section>div
    {
        -ms-flex-order: 1;
        order: 1
    }/* line 444, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-right>section>div.c-carousel
    {
        -ms-flex-order: 2;
        order: 2
    }
}
@media only screen and (min-width: 1084px)
{/* line 454, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature [role="tabpanel"]>.c-heading
    {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px;
        font-weight: 600;
        padding-top: 24px
    }
}
@media only screen and (min-width: 1400px)
{/* line 465, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div, .m-multi-feature.f-align-right>section>div
    {
        padding-left: 48px;
        padding-right: 48px
    }/* line 468, src/modules/multi-feature/styles/_multi_feature.scss */
    .m-multi-feature.f-align-left>section>div.c-carousel, .m-multi-feature.f-align-right>section>div.c-carousel
    {
        padding-left: 0;
        padding-right: 0
    }
}/*END !$!$!========src/modules/multi-feature/styles/multi_feature========*//*BEGIN !$!$!========src/modules/multi-hero-item/styles/multi_hero_item========*//* line 7, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item
{
    padding: 0;
    position: relative
}/* line 12, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item:not([class*="--v2"]):hover
{
    cursor: pointer
}/* line 17, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item .c-image
{
    position: relative;
    display: block;
    padding-bottom: 56.25%
}/* line 22, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item .c-image img
{
    width: 100%;
    position: absolute
}/* line 27, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item .c-image:after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}/* line 37, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item a:not(.c-call-to-action)
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    display: block
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-multi-hero-item a:not(.c-call-to-action):before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-multi-hero-item a:not(.c-call-to-action):focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-multi-hero-item a:not(.c-call-to-action):focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-multi-hero-item a:not(.c-call-to-action):focus, .theme-dark .theme-light .m-multi-hero-item a:not(.c-call-to-action):focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-multi-hero-item a:not(.c-call-to-action):focus:before, .theme-dark .theme-light .m-multi-hero-item a:not(.c-call-to-action):focus:before
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-multi-hero-item a:not(.c-call-to-action):focus, .theme-light .theme-dark .m-multi-hero-item a:not(.c-call-to-action):focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-multi-hero-item a:not(.c-call-to-action):focus:before, .theme-light .theme-dark .m-multi-hero-item a:not(.c-call-to-action):focus:before
{
    outline-color: rgba(0,0,0,.6)
}/* line 42, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item a:not(.c-call-to-action):focus
{
    text-decoration: underline
}/* line 47, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item .c-heading
{
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 56px;
    padding-bottom: 2.3632px;
    font-weight: 600;
    opacity: .95
}
@media screen and (-ms-high-contrast: active)
{/* line 47, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-heading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 47, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-heading
    {
        background: #fff
    }
}
@media only screen and (max-width: 539px)
{/* line 47, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-heading
    {
        font-size: 20px;
        line-height: 24px;
        max-height: 48px;
        padding-bottom: 1.636px;
        font-weight: 600
    }
}
@media only screen and (max-width: 767px)
{/* line 47, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-heading
    {
        width: auto;
        margin: 0 24px
    }
}/* line 65, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item .c-subheading
{
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 24px;
    padding-bottom: .2724px;
    font-weight: 200
}
@media screen and (-ms-high-contrast: active)
{/* line 65, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-subheading
    {
        background: #000
    }
}
@media screen and (-ms-high-contrast: black-on-white)
{/* line 65, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-subheading
    {
        background: #fff
    }
}
@media only screen and (max-width: 767px)
{/* line 65, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item .c-subheading
    {
        display: none
    }
}/* line 76, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item>div
{
    position: absolute;
    bottom: 48px;
    width: 100%
}/* line 81, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item>div>div
{
    max-width: 832px;
    padding: 0 16px;
    margin: 0 auto;
    text-align: center
}/* line 93, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item.theme-light.f-mask-95 .c-image:after
{
    background: linear-gradient(0deg,rgba(255,255,255,.95),transparent 85%)
}
@media screen and (-ms-high-contrast: active)
{/* line 93, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item.theme-light.f-mask-95 .c-image:after
    {
        background: linear-gradient(0deg,rgba(255,255,255,.95),transparent 85%)
    }
}/* line 104, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item.theme-light a:focus
{
    background: rgba(0,0,0,.1) content-box;
    color: rgba(0,0,0,.9)
}/* line 109, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item.theme-light a:active
{
    color: rgba(0,0,0,.8)
}/* line 118, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item.theme-dark.f-mask-95 .c-image:after
{
    background: linear-gradient(0deg,rgba(0,0,0,.95),transparent 85%)
}
@media screen and (-ms-high-contrast: active)
{/* line 118, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item.theme-dark.f-mask-95 .c-image:after
    {
        background: linear-gradient(0deg,rgba(0,0,0,.95),transparent 85%)
    }
}/* line 129, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item.theme-dark a:focus
{
    background: rgba(255,255,255,.1) content-box;
    color: #e6e6e6
}/* line 134, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item.theme-dark a:active
{
    color: #ccc
}/* sass-lint:disable no-mergeable-selectors class-name-format*//* line 143, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item--v2
{
    margin-bottom: -30px
}/* line 147, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item--v2 .c-image:after
{
    background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 85%)
}
@media screen and (-ms-high-contrast: active)
{/* line 147, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .c-image:after
    {
        background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 85%)
    }
}
@media screen and (min-width: 540px)
{/* line 143, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2
    {
        margin-bottom: -60px
    }
}
@media screen and (min-width: 768px)
{/* line 143, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2
    {
        margin-bottom: -80px
    }
}
@media screen and (min-width: 1084px)
{/* line 143, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2
    {
        margin-bottom: 0
    }
}/* line 169, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item--v2 .m-multi-hero-item__content-wrapper
{
    width: 90%;
    height: 212px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 50%;
    bottom: auto;
    -ms-transform: translate(-50%,-25%);
    transform: translate(-50%,-25%);
    background-color: #fff;
    box-shadow: 0 .5em 1.5em rgba(0,0,0,.2)
}
@media screen and (min-width: 540px)
{/* line 169, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content-wrapper
    {
        -ms-transform: translate(-50%,-40%);
        transform: translate(-50%,-40%)
    }
}
@media screen and (min-width: 768px)
{/* line 169, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content-wrapper
    {
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}
@media screen and (min-width: 1084px)
{/* line 169, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content-wrapper
    {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        -ms-transform: none;
        transform: none;
        background-color: transparent;
        box-shadow: none
    }
}/* line 212, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item--v2 .m-multi-hero-item__content
{
    padding: 16px 36px;
    color: #000
}
@media screen and (min-width: 1084px)
{/* line 212, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content
    {
        padding: 16px 36px 0;
        color: #fff
    }
}/* line 223, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item--v2 .m-multi-hero-item__content [class*='c-heading']
{
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 48px;
    padding-bottom: 1.636px;
    margin-bottom: 16px
}
@media screen and (min-width: 768px)
{/* line 223, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content [class*='c-heading']
    {
        font-size: 24px;
        line-height: 28px;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 56px;
        padding-bottom: 2.3632px
    }
}/* line 235, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
.m-multi-hero-item--v2 .m-multi-hero-item__content [class*='c-subheading']
{
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 40px;
    padding-bottom: .227px;
    font-weight: 200;
    padding: 0;
    margin-bottom: 16px
}
@media screen and (min-width: 1084px)
{/* line 235, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content [class*='c-subheading']
    {
        opacity: .6
    }
}
@media screen and (min-width: 1084px)
{/* line 249, src/modules/multi-hero-item/styles/_multi_hero_item.scss */
    .m-multi-hero-item--v2 .m-multi-hero-item__content a.c-call-to-action.f-lightweight
    {
        color: #fff
    }
}/* sass-lint:enable no-mergeable-selectors class-name-format*//*END !$!$!========src/modules/multi-hero-item/styles/multi_hero_item========*//*BEGIN !$!$!========src/modules/multi-hero/styles/multi_hero========*//* line 7, src/modules/multi-hero/styles/_multi_hero.scss */
.m-multi-hero
{
    padding: 0
}
@media screen and (min-width: 1084px)
{/* line 11, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel
    {
        background: transparent
    }/* line 14, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel .c-flipper.f-previous, .m-multi-hero .c-carousel .c-flipper.f-next, .m-multi-hero .c-carousel .c-sequence-indicator
    {
        display: none
    }/* line 21, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li
    {
        display: block
    }/* line 24, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li .m-multi-hero-item
    {
        background: transparent
    }/* line 27, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li .m-multi-hero-item picture
    {
        padding-bottom: 56.25%;
        overflow: hidden
    }/* line 32, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li .m-multi-hero-item>div
    {
        bottom: 28px
    }/* line 38, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child
    {
        float: left;
        width: 66.66667%;
        padding-right: 4px
    }/* line 44, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child .m-multi-hero-item .c-heading
    {
        white-space: nowrap;
        max-height: 28px;
        padding-bottom: 2.3632px
    }/* line 49, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child+li
    {
        padding-bottom: 4px
    }/* line 52, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child+li, .m-multi-hero .c-carousel ul li:first-child+li+li
    {
        float: right;
        width: 33.33333%
    }/* line 58, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item picture, .m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item picture
    {
        padding-bottom: 56.25%;
        padding-bottom: calc((9 / 16 * 100%) - 3px)
    }/* line 68, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item .c-subheading, .m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item .c-subheading
    {
        display: none
    }/* line 72, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item .c-heading, .m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item .c-heading
    {
        font-size: 20px;
        line-height: 24px;
        max-height: 48px;
        padding-bottom: 1.636px
    }/* line 77, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero .c-carousel ul li:first-child+li .m-multi-hero-item div>div, .m-multi-hero .c-carousel ul li:first-child+li+li .m-multi-hero-item div>div
    {
        margin: 0 16px
    }
}/* line 90, src/modules/multi-hero/styles/_multi_hero.scss */
.m-multi-hero--v2 .c-carousel .c-flipper
{
    top: 25%
}
@media screen and (min-width: 540px)
{/* line 90, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero--v2 .c-carousel .c-flipper
    {
        top: 35%
    }
}
@media screen and (min-width: 768px)
{/* line 90, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero--v2 .c-carousel .c-flipper
    {
        top: 40%
    }
}/* line 102, src/modules/multi-hero/styles/_multi_hero.scss */
.m-multi-hero--v2 .c-carousel .c-sequence-indicator
{
    bottom: 38px
}/* line 109, src/modules/multi-hero/styles/_multi_hero.scss */
.m-multi-hero--v2 .c-carousel ul li .m-multi-hero-item>div
{
    bottom: 0
}/* line 118, src/modules/multi-hero/styles/_multi_hero.scss */
.m-multi-hero--v2 .c-carousel ul li:first-child+li .m-multi-hero-item div>div
{
    margin: 0
}
@media only screen and (min-width: 1084px)
{/* line 129, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero--v2 .c-carousel ul li:not(:first-child) .m-multi-hero-item div>div [class*='c-heading']
    {
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 40px;
        padding-bottom: .227px;
        margin: 0
    }
}
@media only screen and (min-width: 1084px)
{/* line 138, src/modules/multi-hero/styles/_multi_hero.scss */
    .m-multi-hero--v2 .c-carousel ul li:not(:first-child) .m-multi-hero-item div>div [class*='c-subheading']
    {
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 20px;
        padding-bottom: .227px;
        font-weight: 200
    }
}/*END !$!$!========src/modules/multi-hero/styles/multi_hero========*//*BEGIN !$!$!========src/modules/navigation-bar/styles/navigation_bar========*//* line 8, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0
}/* line 14, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar .c-hyperlink
{
    color: #262626;
    padding: 11px 12px 13px
}/* line 20, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar>.c-logo span
{
    font-size: 24px;
    line-height: 28px;
    display: block;
    font-weight: 200;
    padding: 7px 17px
}/* line 26, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar>.c-logo span:hover
{
    text-decoration: underline
}/* line 31, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar>.c-logo[alt]
{
    color: transparent;
    margin: 1px 17px
}/* line 35, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar>.c-logo[alt] span
{
    line-height: normal;
    font-size: 15px;
    padding: 0
}/* line 42, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar>.c-logo[alt="windows"]
{
    width: 105px;
    height: 23px;
    padding: 2px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230078D7' viewBox='92.4 91.8 985.3 216' width='105' height='23'%3E%3Cpath d='M188.1 198.1h120.3V91.8l-120.3 16.8zM184.5 198.1v-89L92.4 122v76.1zM184.5 201.7H92.4v76l92.1 12.8zM188.1 201.7V291l120.3 16.8V201.7zM570.8 141.8c0 2.8-1 5.1-2.9 6.9-1.9 1.8-4.2 2.8-6.9 2.8s-5-.9-6.9-2.7c-1.9-1.8-2.8-4.1-2.8-7 0-2.6.9-4.8 2.8-6.7 1.8-1.9 4.1-2.8 6.9-2.8 2.8 0 5.1.9 7 2.8 1.8 1.8 2.8 4 2.8 6.7zm-29.2-6.8L505 264.7h-17.8l-28.9-102.8h-.4l-29 102.8h-17.6L373.2 135h16.6l30 108.3h.4L451.5 135h14.7l29.7 108.6h.4L525.1 135h16.5zm27.1 129.7h-14.8V172h14.8v92.7zm99.1 0H653v-52.8c0-19.6-7.2-29.4-21.5-29.4-7.3 0-13.4 2.8-18.3 8.3-4.9 5.5-7.4 12.6-7.4 21.1v52.8H591V172h14.8v15.4h.4c6.9-11.8 17.1-17.6 30.4-17.6 10.2 0 18 3.3 23.3 10 5.3 6.6 8 16 8 28.2l-.1 56.7zm102.3 0h-14.8V249h-.4c-6.9 12-17.5 18-31.8 18-11.7 0-21-4.2-28-12.6-6.9-8.4-10.4-19.6-10.4-33.7 0-15.3 3.8-27.6 11.5-36.9 7.7-9.3 18-13.9 30.9-13.9 12.7 0 21.9 5 27.8 15h.4v-57.3h14.8v137.1zm-14.9-41.9v-13.7c0-7.7-2.5-14-7.6-19.1-5.1-5.1-11.3-7.6-18.6-7.6-8.9 0-16 3.3-21.3 9.9-5.2 6.6-7.9 15.8-7.9 27.5 0 10.6 2.5 19 7.4 25.2 4.9 6.2 11.6 9.3 20 9.3 8.1 0 14.8-3 20.1-8.9s7.9-13.4 7.9-22.6zm125-4.8c0 14.7-4.2 26.5-12.5 35.5-8.4 9-19.6 13.4-33.6 13.4-13.7 0-24.6-4.4-32.8-13.1-8.2-8.7-12.3-20.2-12.3-34.4 0-15.3 4.2-27.4 12.6-36.3 8.4-8.9 19.9-13.3 34.6-13.3 13.7 0 24.5 4.3 32.3 12.9 7.8 8.6 11.7 20.3 11.7 35.3zm-15.2.5c0-11.6-2.6-20.6-7.7-26.8-5.2-6.2-12.5-9.3-22.1-9.3-9.5 0-17.1 3.2-22.6 9.5-5.5 6.4-8.3 15.3-8.3 26.9 0 11.1 2.8 19.8 8.4 26 5.6 6.2 13.1 9.4 22.6 9.4 9.6 0 17-3.1 22.2-9.2 4.9-6.1 7.5-14.9 7.5-26.5zm149.8-46.5L987 264.6h-15.4L951 192.8h-.4l-22.4 71.9h-14.8l-28-92.6H901l20.4 74.7h.7L945 172h13.6l20.6 74.7h.7l20.3-74.7h14.6zm62.9 67.9c0 8-3.1 14.5-9.3 19.5-6.2 5-14.4 7.5-24.6 7.5-8.7 0-16.4-1.9-23-5.6v-15.9c7.3 5.9 15.3 8.9 24.1 8.9 11.8 0 17.6-4.3 17.6-12.9 0-3.5-1.1-6.3-3.4-8.5s-7.5-5.2-15.6-8.9c-8.2-3.5-14-7.3-17.4-11.3-3.4-4-5.1-9.3-5.1-16 0-7.7 3.1-14 9.2-19.2 6.2-5.1 14-7.7 23.4-7.7 7.3 0 13.9 1.4 19.8 4.3V189c-6-4.4-13-6.6-21-6.6-4.9 0-8.8 1.2-11.8 3.6-3 2.4-4.5 5.5-4.5 9.3 0 4.1 1.1 7.3 3.4 9.5s7 4.8 14.2 7.8c8.8 3.7 15 7.7 18.5 11.8 3.7 4.1 5.5 9.3 5.5 15.5z'/%3E%3C/svg%3E")
}/* line 49, src/modules/navigation-bar/styles/_navigation_bar.scss */
.m-navigation-bar>.c-logo[alt='console']
{
    width: 78px;
    height: 24px;
    padding: 3px 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' viewBox='0 0 195 60' enable-background='new 0 0 195 60'%3E%3Cstyle%3E.st12%7Bopacity:.8%7D.st17%7Bopacity:.9%7D.st46%7Bopacity:.85%7D.st57%7Bopacity:.75%7D%3C/style%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M46.4 5.5C41.1 2 35.6.4 29.8.4 24.1.4 18.5 2 13.2 5.5c-1.4.9-2.4 1.8-4.1 3.4C3.7 14.2.3 21.6.3 29.8c0 7 2.4 13.4 6.5 18.5 0 0 1.5 1.9 3.5 3.7 5.2 4.5 12 7.3 19.4 7.3 7.4 0 14.2-2.7 19.4-7.3 2.3-2.1 3.5-3.7 3.5-3.7 4.1-5.1 6.5-11.5 6.5-18.5 0-8.2-3.4-15.6-8.8-20.9-1.7-1.9-3.9-3.4-3.9-3.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3CradialGradient id='SVGID_3_' cx='-2472.991' cy='31.323' r='26.367' gradientTransform='matrix%28.2042 -.9789 -.8883 -.1853 547.777 -2383.742%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.5' stop-color='%2391c73e'/%3E%3Cstop offset='.809' stop-color='%2337b34a'/%3E%3Cstop offset='.856' stop-color='%2331b14a'/%3E%3Cstop offset='.917' stop-color='%2321ac4a'/%3E%3Cstop offset='.987' stop-color='%2306a44b'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M11.9 13.6L9.1 8.9s1.5-1.8 4.3-3.5c1.4-.9 3.4-1.3 5.8-.6 2.5.7 6 1.4 10.7 4.2v26.2c-13.4-8.1-18-21.2-18-21.6z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_3_%29'/%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='-2487.939' y1='28.265' x2='-2458.479' y2='28.265' gradientTransform='matrix%28-1 0 0 1 -2458.087 0%29'%3E%3Cstop offset='0' stop-color='%23fff100' stop-opacity='.1'/%3E%3Cstop offset='.007' stop-color='%23fff31d' stop-opacity='.095'/%3E%3Cstop offset='.022' stop-color='%23fff551' stop-opacity='.085'/%3E%3Cstop offset='.037' stop-color='%23fff880' stop-opacity='.074'/%3E%3Cstop offset='.052' stop-color='%23fffaa7' stop-opacity='.063'/%3E%3Cstop offset='.067' stop-color='%23fffcc7' stop-opacity='.052'/%3E%3Cstop offset='.084' stop-color='%23fffde0' stop-opacity='.04'/%3E%3Cstop offset='.101' stop-color='%23fffef1' stop-opacity='.028'/%3E%3Cstop offset='.119' stop-color='%23fffffc' stop-opacity='.015'/%3E%3Cstop offset='.14' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath d='M.4 29.8C.4 16.6 9.1 8.9 9.1 8.9s1.5-1.8 4.3-3.5c1.4-.9 3.4-1.3 5.8-.6 2.5.7 6 1.4 10.7 4.2v15c-6.6 4.7-24.5 23-19.3 28.1C5.5 47.5.4 40.3.4 29.8z' opacity='.75' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_4_%29'/%3E%3CradialGradient id='SVGID_5_' cx='-1775.269' cy='31.323' r='26.366' gradientTransform='matrix%28-.2042 -.9789 .8883 -.1853 -345.625 -1700.726%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.5' stop-color='%2391c73e'/%3E%3Cstop offset='.809' stop-color='%2337b34a'/%3E%3Cstop offset='.856' stop-color='%2331b14a'/%3E%3Cstop offset='.917' stop-color='%2321ac4a'/%3E%3Cstop offset='.987' stop-color='%2306a44b'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M47.8 13.6l2.8-4.7s-2.5-2.4-4.3-3.5c-1.4-.9-3.4-1.3-5.8-.6-2.5.7-6 1.4-10.7 4.2v26.2c13.3-8.1 17.9-21.2 18-21.6z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_5_%29'/%3E%3CradialGradient id='SVGID_6_' cx='53.634' cy='53.58' r='47.519' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.771' stop-color='%2391c73e'/%3E%3Cstop offset='.88' stop-color='%2337b34a'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M30.4 36.9l-8.5-20.2c-2.3 2.5-5.6 5.3-8.8 10.5-4.3 7-9.3 17.2-6.4 20.9 1 1.2 2.5 2.9 3.9 4.1-.1-.1 19.8-9.4 19.8-15.3z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_6_%29'/%3E%3CradialGradient id='SVGID_7_' cx='211.388' cy='53.58' r='47.422' gradientTransform='matrix%28-1 0 0 1 217.387 0%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.771' stop-color='%2391c73e'/%3E%3Cstop offset='.88' stop-color='%2337b34a'/%3E%3Cstop offset='1' stop-color='%2300a24b'/%3E%3C/radialGradient%3E%3Cpath d='M29.3 36.9l8.5-20.2c2.3 2.5 5.6 5.3 8.8 10.5 4.3 7 9.3 17.2 6.4 20.9-1 1.2-2.5 2.9-3.9 4.1 0-.1-19.8-9.4-19.8-15.3z' clip-path='url%28%23SVGID_2_%29' fill='url%28%23SVGID_7_%29'/%3E%3Cdefs%3E%3Cpath id='SVGID_8_' d='M50.5 8.9s-2.6-2.3-12.7 7.8C43.9 24 56.1 42 52.7 48.4c4.1-5.1 6.5-11.5 6.5-18.5 0-8.3-3.3-15.7-8.7-21M10.4 52c5.2 4.5 12 7.3 19.4 7.3 7.4 0 14.2-2.7 19.4-7.3 4.6-4.7-10.6-21.4-19.4-28-8.8 6.6-24 23.3-19.4 28M9.2 8.9s-.1 0 0 0C3.8 14.3.4 21.7.4 29.9c0 7 2.4 13.4 6.5 18.5C3.4 42 15.7 24 21.8 16.7 11.8 6.6 9.1 8.9 9.2 8.9M29.8.4C35.5.4 41.1 2 46.4 5.5c-.2-.1-1.5-.9-3.7-.8-5.7.2-12.9 4.4-12.9 4.4s-7.2-4.2-12.9-4.4c-2.2-.1-3.6.7-3.7.8C18.5 2 24.1.4 29.8.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_9_'%3E%3Cuse xlink:href='%23SVGID_8_' overflow='visible'/%3E%3C/clipPath%3E%3Ccircle cx='29.5' cy='29.6' r='30.5' clip-path='url%28%23SVGID_9_%29' fill='%23fff'/%3E%3Cg clip-path='url%28%23SVGID_9_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_10_' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.7-9.2 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5zm38.2 41.4v-.5c-.5-4.4-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7c0 .1.1.2.2.3 5.4 5.8 13.2 9.3 21.6 9.3 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4zm7.7-19.4c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_11_'%3E%3Cuse xlink:href='%23SVGID_10_' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.36' clip-path='url%28%23SVGID_11_%29'%3E%3CradialGradient id='SVGID_12_' cx='24.613' cy='23.504' r='40.98' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.12' stop-color='%23fff'/%3E%3Cstop offset='.324' stop-color='%23dedddf'/%3E%3Cstop offset='.511' stop-color='%23c6c5c8'/%3E%3Cstop offset='.626' stop-color='%23bdbcc0'/%3E%3Cstop offset='.732' stop-color='%23c6c5c9'/%3E%3Cstop offset='.903' stop-color='%23dedde0'/%3E%3Cstop offset='.956' stop-color='%23e7e6e8'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_12_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter' filterUnits='userSpaceOnUse' x='7.4' y='3.6' width='44.2' height='55.7'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='7.4' y='3.6' width='44.2' height='55.7' id='SVGID_13_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter%29'%3E%3ClinearGradient id='SVGID_14_' gradientUnits='userSpaceOnUse' x1='14.995' y1='28.863' x2='31.36' y2='28.863'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23SVGID_14_%29' d='M14.5 17.3h25.7v23.2H14.5z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.8' mask='url%28%23SVGID_13_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_15_' class='st12' d='M51.6 49.1v-.5c-.5-4.4-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7s.1.2.2.2c5.4 5.8 13.2 9.4 21.6 9.4 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4z'/%3E%3C/defs%3E%3CclipPath id='SVGID_16_'%3E%3Cuse xlink:href='%23SVGID_15_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_17_' gradientUnits='userSpaceOnUse' x1='24.585' y1='21.57' x2='32.155' y2='32.925'%3E%3Cstop offset='.418' stop-color='%23edecee'/%3E%3Cstop offset='.755' stop-color='%23e5e4e6'/%3E%3Cstop offset='.824' stop-color='%23e3e2e4'/%3E%3C/linearGradient%3E%3Ccircle cx='22.9' cy='19' r='15.4' opacity='.7' clip-path='url%28%23SVGID_16_%29' fill='url%28%23SVGID_17_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_1_' filterUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6' id='SVGID_18_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_1_%29'%3E%3CradialGradient id='SVGID_19_' cx='21.561' cy='16.178' r='47.699' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.175' stop-color='%23fff'/%3E%3Cstop offset='.249' stop-color='%23cdcdcd'/%3E%3Cstop offset='.364' stop-color='%23858585'/%3E%3Cstop offset='.469' stop-color='%234c4c4c'/%3E%3Cstop offset='.557' stop-color='%23232323'/%3E%3Cstop offset='.627' stop-color='%23090909'/%3E%3Cstop offset='.669'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_19_%29' d='M-5.5-7H73v72.8H-5.5z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.9' mask='url%28%23SVGID_18_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_20_' class='st17' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.8-9.5 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5zm38.2 41.4v-.5c-.6-4.5-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7c0 .1.1.2.2.3 5.4 5.8 13.2 9.3 21.6 9.3 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4zm7.7-19.4c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_21_'%3E%3Cuse xlink:href='%23SVGID_20_' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url%28%23SVGID_21_%29'%3E%3CradialGradient id='SVGID_22_' cx='27.292' cy='23.252' r='50.317' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.225' stop-color='%23fff'/%3E%3Cstop offset='.238' stop-color='%23fdfdfd'/%3E%3Cstop offset='.491' stop-color='%23d5d5d7'/%3E%3Cstop offset='.692' stop-color='%23bdbdc0'/%3E%3Cstop offset='.815' stop-color='%23b4b4b8'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_22_%29'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='SVGID_23_' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.7-9.2 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_24_'%3E%3Cuse xlink:href='%23SVGID_23_' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_2_' filterUnits='userSpaceOnUse' x='-.3' y='0' width='59.8' height='59.7'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-.3' y='0' width='59.8' height='59.7' id='SVGID_25_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_2_%29'%3E%3ClinearGradient id='SVGID_26_' gradientUnits='userSpaceOnUse' x1='28.433' y1='1.681' x2='28.433' y2='46.698'%3E%3Cstop offset='.337' stop-color='%23fff'/%3E%3Cstop offset='.35' stop-color='%23f3f3f3'/%3E%3Cstop offset='.425' stop-color='%23b4b4b4'/%3E%3Cstop offset='.499' stop-color='%237d7d7d'/%3E%3Cstop offset='.571' stop-color='%23505050'/%3E%3Cstop offset='.639' stop-color='%232d2d2d'/%3E%3Cstop offset='.703' stop-color='%23141414'/%3E%3Cstop offset='.761' stop-color='%23050505'/%3E%3Cstop offset='.809'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_24_%29' fill='url%28%23SVGID_26_%29' d='M.1-1.7h56.7v52.6H.1z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='SVGID_27_' gradientUnits='userSpaceOnUse' x1='27.31' y1='9.903' x2='30.932' y2='40.688'%3E%3Cstop offset='0' stop-color='%23edecee'/%3E%3Cstop offset='.295' stop-color='%23e9e8ea'/%3E%3Cstop offset='.591' stop-color='%23dddcde'/%3E%3Cstop offset='.822' stop-color='%23cfcdd0'/%3E%3Cstop offset='.989' stop-color='%23a3a2a6'/%3E%3C/linearGradient%3E%3Cpath d='M59.6 29.5c0 21.9-18.1 30.2-31.4 30.2C14.8 59.7-.3 48-.3 30.2-.3 12 15.2 0 28.5 0s31.1 8.4 31.1 29.5z' opacity='.65' clip-path='url%28%23SVGID_24_%29' mask='url%28%23SVGID_25_%29' fill='url%28%23SVGID_27_%29'/%3E%3Cg class='st17'%3E%3Cdefs%3E%3Cpath id='SVGID_28_' class='st17' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.7-9.3 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_29_'%3E%3Cuse xlink:href='%23SVGID_28_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_30_' gradientUnits='userSpaceOnUse' x1='4.684' y1='10.504' x2='23.797' y2='36.486'%3E%3Cstop offset='.155' stop-color='%23f9f9fa'/%3E%3Cstop offset='.346' stop-color='%23f2f1f3'/%3E%3Cstop offset='.635' stop-color='%23dedcdf'/%3E%3Cstop offset='.802' stop-color='%23cfcdd0'/%3E%3C/linearGradient%3E%3Cpath d='M38.3 19c0 8.5-20.3 32.7-28.8 32.7S-1.3 35.3-1.3 26.8 3.6 7.4 12.1 7.4c8.5-.1 26.2 3.1 26.2 11.6z' opacity='.45' clip-path='url%28%23SVGID_29_%29' fill='url%28%23SVGID_30_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_3_' filterUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-1.6' y='-2' width='62.6' height='62.6' id='SVGID_31_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_3_%29'%3E%3ClinearGradient id='SVGID_32_' gradientUnits='userSpaceOnUse' x1='65.573' y1='61.661' x2='4.277' y2='2.685'%3E%3Cstop offset='.29' stop-color='%23fff'/%3E%3Cstop offset='.796'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23SVGID_32_%29' d='M-2.9-4.9h66.4v65.4H-2.9z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.8' mask='url%28%23SVGID_31_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_33_' class='st12' d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3.9-9.8 2.5-13.2.9-2 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5zm38.2 41.4v-.5c-.5-4.3-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.7c0 .1.1.2.2.3 5.4 5.8 13.2 9.3 21.6 9.3 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.1-.1-.3-.1-.4zm7.7-19.4c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_34_'%3E%3Cuse xlink:href='%23SVGID_33_' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url%28%23SVGID_34_%29'%3E%3CradialGradient id='SVGID_35_' cx='28.643' cy='27.412' r='34.841' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.18' stop-color='%23fff'/%3E%3Cstop offset='.296' stop-color='%23e9e8e9'/%3E%3Cstop offset='.448' stop-color='%23d1d0d2'/%3E%3Cstop offset='.541' stop-color='%23c8c7ca'/%3E%3Cstop offset='.672' stop-color='%23d3d2d5'/%3E%3Cstop offset='.903' stop-color='%23f1f0f1'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_35_%29'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='SVGID_36_' d='M47.4 6.1c-.3-.2-2-.7-2.5-.8-2.1-.4-4.6 0-6.9.9-3.5 1.4-6.8 3.3-8.1 4.1-1.2-.8-4.8-2.3-8.3-3.7-2.6-1-5.5-1.5-7.1-1.1-.6.1-1.9.1-2.3.4C17 2.6 23.7.1 29.9.1c6.2 0 13.1 2.4 17.5 6z'/%3E%3C/defs%3E%3CclipPath id='SVGID_37_'%3E%3Cuse xlink:href='%23SVGID_36_' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url%28%23SVGID_37_%29'%3E%3CradialGradient id='SVGID_38_' cx='24.125' cy='3.113' r='32.52' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.088' stop-color='%23e3e2e4'/%3E%3Cstop offset='.296' stop-color='%23c3c2c5'/%3E%3Cstop offset='.58' stop-color='%239e9ca1'/%3E%3Cstop offset='.808' stop-color='%2386858a'/%3E%3Cstop offset='.951' stop-color='%237e7c82'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.3' r='31.3' fill='url%28%23SVGID_38_%29'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='SVGID_39_' d='M47.4 6.1c-.3-.2-2.2-.7-2.7-.8-2.1-.4-4.5.1-6.8 1-3.5 1.4-6.8 3.3-8.1 4.1-1.2-.8-4.7-2.4-8.2-3.8-2.6-1-5.7-1.5-7.3-1.1-.6.1-1.8.1-2.2.3C17 2.6 23.6.1 29.8.1c6.2 0 13 2.3 17.6 6z'/%3E%3C/defs%3E%3CradialGradient id='SVGID_40_' cx='21.133' cy='13.425' r='27.577' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.509' stop-color='%23fff'/%3E%3Cstop offset='.722' stop-color='%23e0dfe1'/%3E%3Cstop offset='1' stop-color='%23bbbabe'/%3E%3C/radialGradient%3E%3Cuse xlink:href='%23SVGID_39_' overflow='visible' opacity='.5' fill='url%28%23SVGID_40_%29'/%3E%3CclipPath id='SVGID_41_'%3E%3Cuse xlink:href='%23SVGID_39_' overflow='visible' opacity='.5'/%3E%3C/clipPath%3E%3CradialGradient id='SVGID_42_' cx='24.36' cy='11.455' r='16.639' fx='23.406' fy='13.187' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23c5c7c9'/%3E%3Cstop offset='.165' stop-color='%23e2e3e4'/%3E%3Cstop offset='.323' stop-color='%23f7f8f8'/%3E%3Cstop offset='.427' stop-color='%23fff'/%3E%3Cstop offset='.53' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Ccircle cx='22.9' cy='19' r='15.4' opacity='.85' clip-path='url%28%23SVGID_41_%29' fill='url%28%23SVGID_42_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_4_' filterUnits='userSpaceOnUse' x='0' y='7' width='24.1' height='42'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='0' y='7' width='24.1' height='42' id='SVGID_43_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_4_%29'%3E%3ClinearGradient id='SVGID_44_' gradientUnits='userSpaceOnUse' x1='17.166' y1='26.008' x2='-8.719' y2='26.008'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.291' stop-color='%23a5a5a5'/%3E%3Cstop offset='.545' stop-color='%235f5f5f'/%3E%3Cstop offset='.755' stop-color='%232b2b2b'/%3E%3Cstop offset='.912' stop-color='%230c0c0c'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath fill='url%28%23SVGID_44_%29' d='M-7.3 1.9h32v48.2h-32z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_45_' cx='21.946' cy='16.763' r='46.185' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.163' stop-color='%23fff'/%3E%3Cstop offset='.511' stop-color='%23dcdbdd'/%3E%3Cstop offset='.814' stop-color='%23c4c3c6'/%3E%3Cstop offset='1' stop-color='%23bbbabe'/%3E%3C/radialGradient%3E%3Cpath d='M13.4 7.7c-.6-.3-1.4-.6-1.8-.7H10.8c-.3 0-.5.3-.8.4C3.9 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3 1-10.5 2.5-13.2 1-1.9 2-3.7 3.1-5.6 4.5-7.3 11.1-14 11.1-14-3.9-4.2-8.7-7.4-10.7-8.5z' opacity='.6' mask='url%28%23SVGID_43_%29' fill='url%28%23SVGID_45_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_5_' filterUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9' id='SVGID_46_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_5_%29'%3E%3CradialGradient id='SVGID_47_' cx='40.488' cy='16.179' r='40.076' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.367' stop-color='%23fff'/%3E%3Cstop offset='.41' stop-color='%23c6c6c6'/%3E%3Cstop offset='.467' stop-color='gray'/%3E%3Cstop offset='.518' stop-color='%23494949'/%3E%3Cstop offset='.562' stop-color='%23212121'/%3E%3Cstop offset='.597' stop-color='%23090909'/%3E%3Cstop offset='.618'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_47_%29' d='M31.1 2.6H65v47.7H31.1z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_48_' cx='34.034' cy='14.194' r='29.39' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.263' stop-color='%23fff'/%3E%3Cstop offset='.308' stop-color='%23eaeaeb'/%3E%3Cstop offset='.401' stop-color='%23c2c2c6'/%3E%3Cstop offset='.475' stop-color='%23aaaaae'/%3E%3Cstop offset='.521' stop-color='%23a1a1a6'/%3E%3C/radialGradient%3E%3Cpath d='M59.3 29.7c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z' opacity='.15' mask='url%28%23SVGID_46_%29' fill='url%28%23SVGID_48_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_6_' filterUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='36.3' y='7.4' width='23' height='41.9' id='SVGID_49_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_6_%29'%3E%3CradialGradient id='SVGID_50_' cx='38.121' cy='15.275' r='42.036' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.453'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_50_%29' d='M32.3-1.2h33.9v53.7H32.3z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_51_' cx='41.966' cy='16.372' r='42.37' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.145' stop-color='%23d4d4d6'/%3E%3Cstop offset='.173' stop-color='%23d3d3d5'/%3E%3Cstop offset='1' stop-color='%23bbbabe'/%3E%3C/radialGradient%3E%3Cpath d='M59.3 29.7c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.4 6.5 10.1 13.7 1.2 1.9 2.2 4 3.2 5.9 2.5 4.9 4.5 10.8 2.5 13.4 4.3-5 7.1-12.3 7.1-19.5z' opacity='.3' mask='url%28%23SVGID_49_%29' fill='url%28%23SVGID_51_%29'/%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_52_' d='M51.6 49.1v-.5c-.5-4.4-5.2-10.2-10.3-15.8-4.6-5-9.1-8.6-11.6-10.7-1.4 1.1-6.8 5.6-11.4 10.6C12.9 38.5 8 44.8 7.9 49v.8s.1.2.2.2c5.4 5.8 13.2 9.4 21.6 9.4 8.7 0 16.5-3.7 22-9.6v-.2c-.1-.2-.1-.4-.1-.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_53_'%3E%3Cuse xlink:href='%23SVGID_52_' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_7_' filterUnits='userSpaceOnUse' x='-.5' y='-.5' width='60.1' height='60.1'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-.5' y='-.5' width='60.1' height='60.1' id='SVGID_54_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_7_%29'%3E%3CradialGradient id='SVGID_55_' cx='18.134' cy='13.409' r='70.474' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.263'/%3E%3Cstop offset='.308' stop-color='%23393939'/%3E%3Cstop offset='.368' stop-color='%237f7f7f'/%3E%3Cstop offset='.422' stop-color='%23b6b6b6'/%3E%3Cstop offset='.468' stop-color='%23dedede'/%3E%3Cstop offset='.504' stop-color='%23f6f6f6'/%3E%3Cstop offset='.527' stop-color='%23fff'/%3E%3Cstop offset='.545' stop-color='%23f4f4f4'/%3E%3Cstop offset='.578' stop-color='%23d5d5d5'/%3E%3Cstop offset='.621' stop-color='%23a4a4a4'/%3E%3Cstop offset='.674' stop-color='%23606060'/%3E%3Cstop offset='.733' stop-color='%230a0a0a'/%3E%3Cstop offset='.74'/%3E%3C/radialGradient%3E%3Cpath clip-path='url%28%23SVGID_53_%29' fill='url%28%23SVGID_55_%29' d='M-3.3-4.4h68.8v65.8H-3.3z'/%3E%3Cpath d='M51.5 49.1v-.5c-.5-4.2-5.5-10-10.6-15.5-4.6-5-8.7-8.2-11.1-10.3-1.5 1.1-6.4 5.2-11 10.2C13.4 38.8 8.2 44.8 8 49v.8c5.4 5.8 13.1 9.5 21.6 9.5 8.7 0 16.4-3.7 21.9-9.6v-.1-.5z' clip-path='url%28%23SVGID_53_%29' fill='none'/%3E%3ClinearGradient id='SVGID_56_' gradientUnits='userSpaceOnUse' x1='-3.349' y1='28.527' x2='65.44' y2='28.527'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.077' stop-color='%23dedede'/%3E%3Cstop offset='.268' stop-color='%23909090'/%3E%3Cstop offset='.439' stop-color='%23525252'/%3E%3Cstop offset='.582' stop-color='%23262626'/%3E%3Cstop offset='.693' stop-color='%230a0a0a'/%3E%3Cstop offset='.757'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_53_%29' fill='url%28%23SVGID_56_%29' d='M-3.3-4.4h68.8v65.8H-3.3z'/%3E%3C/g%3E%3C/mask%3E%3CradialGradient id='SVGID_57_' cx='27.699' cy='29.764' r='34.214' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.263' stop-color='%23fff'/%3E%3Cstop offset='.333' stop-color='%23ebebec'/%3E%3Cstop offset='.485' stop-color='%23c4c3c6'/%3E%3Cstop offset='.606' stop-color='%23acabaf'/%3E%3Cstop offset='.68' stop-color='%23a3a2a6'/%3E%3Cstop offset='.739' stop-color='%23aeadb1'/%3E%3Cstop offset='.844' stop-color='%23cccbce'/%3E%3Cstop offset='.87' stop-color='%23d4d4d6'/%3E%3C/radialGradient%3E%3Cpath d='M59.6 29.6c0 16.6-13.4 30-30 30s-30-13.4-30-30 13.5-30 30-30c16.5-.1 30 13.4 30 30z' opacity='.54' clip-path='url%28%23SVGID_53_%29' mask='url%28%23SVGID_54_%29' fill='url%28%23SVGID_57_%29'/%3E%3C/g%3E%3Cg class='st46'%3E%3Cdefs%3E%3Cpath id='SVGID_58_' class='st46' d='M59.3 29.7c0-8.8-3.9-16.8-10-22.2-.2 0-.3-.1-.5-.1s-.5 0-.7.1H47.8c-2.4.8-7.2 4.3-11.4 8.7 0 0 5.3 6.3 9.9 13.5 1.2 1.9 2.3 4.1 3.3 6 2.5 4.9 4.5 10.9 2.6 13.5 4.3-5.1 7.1-12.3 7.1-19.5z'/%3E%3C/defs%3E%3CclipPath id='SVGID_59_'%3E%3Cuse xlink:href='%23SVGID_58_' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_8_' filterUnits='userSpaceOnUse' x='13.4' y='-3.6' width='55.4' height='60.2'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='13.4' y='-3.6' width='55.4' height='60.2' id='SVGID_60_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_8_%29'%3E%3CradialGradient id='SVGID_61_' cx='47.313' cy='-23.717' r='23.891' gradientTransform='matrix%28.9441 0 0 1.2198 -3.182 51.257%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.411'/%3E%3Cstop offset='.734' stop-color='%23ccc'/%3E%3Cstop offset='.969'/%3E%3C/radialGradient%3E%3Cpath clip-path='url%28%23SVGID_59_%29' fill='url%28%23SVGID_61_%29' d='M17.9-2.3h46v59.5h-46z'/%3E%3ClinearGradient id='SVGID_62_' gradientUnits='userSpaceOnUse' x1='22.368' y1='-19.545' x2='71.116' y2='-19.545' gradientTransform='matrix%28.9441 0 0 1.2198 -3.182 51.257%29'%3E%3Cstop offset='.456'/%3E%3Cstop offset='.483' stop-color='%23030303'/%3E%3Cstop offset='.501' stop-color='%230b0b0b'/%3E%3Cstop offset='.516' stop-color='%231a1a1a'/%3E%3Cstop offset='.53' stop-color='%23303030'/%3E%3Cstop offset='.543' stop-color='%234b4b4b'/%3E%3Cstop offset='.555' stop-color='%236d6d6d'/%3E%3Cstop offset='.566' stop-color='%23959595'/%3E%3Cstop offset='.577' stop-color='%23c3c3c3'/%3E%3Cstop offset='.587' stop-color='%23f7f7f7'/%3E%3Cstop offset='.589' stop-color='%23fff'/%3E%3Cstop offset='.683' stop-color='%23fff'/%3E%3Cstop offset='.976'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_59_%29' fill='url%28%23SVGID_62_%29' d='M17.9-2.3h46v59.5h-46z'/%3E%3ClinearGradient id='SVGID_63_' gradientUnits='userSpaceOnUse' x1='41.097' y1='22.748' x2='41.097' y2='40.987'%3E%3Cstop offset='.145' stop-color='%23fff'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url%28%23SVGID_59_%29' fill='url%28%23SVGID_63_%29' d='M17.8 21.5h46.5v27.8H17.8z'/%3E%3C/g%3E%3C/mask%3E%3Cpath opacity='.65' clip-path='url%28%23SVGID_59_%29' mask='url%28%23SVGID_60_%29' fill='%237e7c82' d='M13.4-3.6h55.4v60.2H13.4z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_9_' filterUnits='userSpaceOnUse' x='-8.6' y='-14.3' width='76.1' height='75.2'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='-8.6' y='-14.3' width='76.1' height='75.2' id='SVGID_64_'%3E%3Cg filter='url%28%23Adobe_OpacityMaskFilter_9_%29'%3E%3CradialGradient id='SVGID_65_' cx='22.003' cy='14.623' r='37.021' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.536'/%3E%3Cstop offset='.603' stop-color='%23060606'/%3E%3Cstop offset='.687' stop-color='%23151515'/%3E%3Cstop offset='.762' stop-color='%232a2a2a'/%3E%3Cstop offset='.824' stop-color='%23adadad'/%3E%3Cstop offset='.916' stop-color='%23fff'/%3E%3C/radialGradient%3E%3Cpath fill='url%28%23SVGID_65_%29' stroke='%23231f20' stroke-width='.113' d='M-.8-2h61.4v62H-.8z'/%3E%3C/g%3E%3C/mask%3E%3Cg opacity='.15' mask='url%28%23SVGID_64_%29'%3E%3Cdefs%3E%3Cpath id='SVGID_66_' d='M13.3 7.7c-.6-.3-1.1-.5-1.6-.6l-.3-.1c-.3-.1-.5 0-.7 0-.3 0-.5.3-.7.4C4 12.8 0 20.9 0 29.6 0 36.9 3 43.9 7.4 49c-1.8-2.3 1.4-11.1 2.3-13 .9-1.9 2.2-4 3.3-5.9 4.5-7.3 11.1-13.9 11.1-13.9-3.9-4.2-8.8-7.5-10.8-8.5zm38.3 41.4c0-.2 0-.4-.1-.6-.5-4.2-5-10-10.1-15.5-4.6-5-9.1-8.7-11.6-10.7h-.2l-.2-.1c-1.4 1.1-6.4 5.3-11 10.4-5.3 5.7-10.3 12-10.5 16.2v.8c0 .1.1.3.2.3 5.4 5.8 13.2 9.4 21.6 9.4 8.7 0 16.5-3.7 22-9.6v-.3c-.1-.1-.1-.2-.1-.3z' opacity='.15'/%3E%3C/defs%3E%3CclipPath id='SVGID_67_'%3E%3Cuse xlink:href='%23SVGID_66_' overflow='visible'/%3E%3C/clipPath%3E%3CradialGradient id='SVGID_68_' cx='29.396' cy='23.322' r='37.814' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f3f3f4'/%3E%3Cstop offset='.111' stop-color='%23dcdbdd'/%3E%3Cstop offset='.299' stop-color='%23bab9bd'/%3E%3Cstop offset='.453' stop-color='%23a5a4a8'/%3E%3Cstop offset='.555' stop-color='%239d9ca1'/%3E%3Cstop offset='.636' stop-color='%23a2a1a5'/%3E%3Cstop offset='.73' stop-color='%23afafb3'/%3E%3Cstop offset='.829' stop-color='%23c6c5c8'/%3E%3Cstop offset='.931' stop-color='%23e6e5e7'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3Cellipse cx='29.4' cy='23.3' rx='38' ry='37.6' opacity='.7' clip-path='url%28%23SVGID_67_%29' fill='url%28%23SVGID_68_%29'/%3E%3C/g%3E%3Cg class='st57'%3E%3Cdefs%3E%3Cpath id='SVGID_69_' class='st57' d='M47.4 6.1c-.3-.2-2.1-.7-2.6-.8-2.1-.4-5 .3-7.3 1.2-3.5 1.4-6.4 3.2-7.7 4h-.3c-1.2-.8-4.6-2.6-8.2-3.9-2.6-1-6-1.3-7.6-.9-.6.1-1.3 0-1.7.3 5.3-3.9 11.4-6 17.7-6 6.1 0 13.2 2.2 17.7 6.1z'/%3E%3C/defs%3E%3CclipPath id='SVGID_70_'/%3E%3Cg opacity='.62' clip-path='url%28%23SVGID_70_%29'%3E%3CradialGradient id='SVGID_71_' cx='34.238' cy='549.977' r='30.869' gradientTransform='matrix%28.7552 0 0 .4537 1.608 -239.28%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.434' stop-color='%23fff'/%3E%3Cstop offset='.737' stop-color='%23eaeaeb'/%3E%3Cstop offset='1' stop-color='%23d4d4d6'/%3E%3C/radialGradient%3E%3Cpath d='M51.1 10.3c0 7.8-10.6 14.2-23.6 14.2-13 0-23.6-6.4-23.6-14.2 0-7.8 10.6-14.2 23.6-14.2 13 0 23.6 6.4 23.6 14.2z' fill='url%28%23SVGID_71_%29'/%3E%3C/g%3E%3C/g%3E%3Cg opacity='.5'%3E%3CradialGradient id='SVGID_72_' cx='30.447' cy='29.769' r='29.584' gradientTransform='matrix%281.0074 0 0 1 -.928 0%29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.663' stop-color='%23fff'/%3E%3Cstop offset='.794' stop-color='%23fdfdfd'/%3E%3Cstop offset='.845' stop-color='%23f6f6f7'/%3E%3Cstop offset='.882' stop-color='%23eaeaeb'/%3E%3Cstop offset='.912' stop-color='%23d9d9db'/%3E%3Cstop offset='.939' stop-color='%23c3c2c6'/%3E%3Cstop offset='.961' stop-color='%23a9a7ac'/%3E%3Cstop offset='.975' stop-color='%23959399'/%3E%3Cstop offset='.979' stop-color='%238a888e'/%3E%3Cstop offset='.986' stop-color='%236e6b6f'/%3E%3Cstop offset='.995' stop-color='%23403c3f'/%3E%3Cstop offset='1' stop-color='%23231f20'/%3E%3C/radialGradient%3E%3Ccircle cx='29.7' cy='29.8' r='29.7' fill-rule='evenodd' clip-rule='evenodd' fill='url%28%23SVGID_72_%29'/%3E%3Cdefs%3E%3Cfilter id='Adobe_OpacityMaskFilter_10_' filterUnits='userSpaceOnUse' x='.1' y='.1' width='59.4' height='59.4'%3E%3CfeColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0' color-interpolation-filters='sRGB' result='source'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='.1' y='.1' width='59.4' height='59.4' id='SVGID_73_'%3E%3Cimage width='64' height='64' xlink:href='B50E587F.jpg' transform='translate%28-2 -2%29' overflow='visible' filter='url%28%23Adobe_OpacityMaskFilter_10_%29'/%3E%3C/mask%3E%3Cg opacity='.65' mask='url%28%23SVGID_73_%29'%3E%3Ccircle cx='29.7' cy='29.8' r='29.7' fill-rule='evenodd' clip-rule='evenodd' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M189.7 47.9l-11.3-15.3-11.3 15.3h-4.7L176 29.4l-12.4-16.8h4.7l10.1 13.7 10.1-13.7h4.6l-12.4 16.8 13.6 18.5h-4.6zm-92.7 0L85.7 32.6 74.4 47.9h-4.7l13.6-18.5L71 12.6h4.7l10.1 13.7 10.1-13.7h4.6L88.1 29.4l13.6 18.5H97zm33.6-10.3c0 6.4-4.8 10.3-12.6 10.3h-14.4V31.4h-7.4c.5-.8 1.9-2.7 2.6-3.5h4.8V12.6H118c10.7 0 11.5 7.4 11.5 9.6 0 3.1-1.7 5.7-4.3 7.1.8.4 1.6.8 2.3 1.5 2 1.7 3.1 4 3.1 6.8zm-23-9.8H118c4.8 0 7.5-2.2 7.5-5.9 0-4.9-4.7-5.6-7.5-5.6h-10.4v11.5zm19 9.7c0-5.1-4.7-6.2-8.7-6.2h-10.4v12.9h10.4c3.3 0 8.7-.8 8.7-6.7zm39.5-7.3c0 10.9-6.9 18.5-16.8 18.5s-16.9-7.6-16.9-18.5 6.9-18.5 16.9-18.5c9.9 0 16.8 7.6 16.8 18.5zm-4 0c0-8.7-5.3-14.7-12.8-14.7-7.6 0-12.9 6.1-12.9 14.7 0 8.7 5.3 14.8 12.9 14.8 7.5 0 12.8-6.1 12.8-14.8z' fill='%23107c10'/%3E%3C/g%3E%3C/svg%3E")
}/*END !$!$!========src/modules/navigation-bar/styles/navigation_bar========*//*BEGIN !$!$!========src/modules/page-bar/styles/page_bar========*//* line 7, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar
{
    width: 100%;
    max-width: calc(1600px + 10%);
    padding: 0 5%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6
}/* line 21, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar.f-hidden
{
    display: none
}/* line 25, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar.f-sticky
{
    z-index: 500;
    visibility: hidden;
    position: fixed;
    top: -60px;
    transition: all .4s cubic-bezier(.19,1,.22,1);
    max-width: none;
    padding: 7px 5% 4px
}
@media screen and (min-width: 1778px)
{/* line 25, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar.f-sticky
    {
        padding: 7px calc((100% - 1600px) / 2) 4px
    }
}/* line 42, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar.f-sticky.f-show
{
    visibility: visible;
    top: 0
}/* line 49, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar.f-sticky[itemscope]>div:first-child
{
    overflow: hidden
}/* line 56, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar .c-pivot
{
    width: auto
}/* line 60, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div
{
    height: 60px;
    float: right;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}/* line 66, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div:before
{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}/* line 73, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div:first-child
{
    float: left;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}/* line 78, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .c-button, .m-page-bar>div .c-call-to-action
{
    color: #fff
}/* line 83, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div [class^="c-heading-"]
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    margin-right: 8px
}/* line 88, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div [class^="c-heading-"] .c-hyperlink
{
    float: none
}/* line 94, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu [class^="c-heading-"]
{
    float: left;
    padding-top: 5px
}/* line 98, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu [class^="c-heading-"]+.c-list li:first-child
{
    margin-left: 24px
}/* line 103, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-list
{
    margin: 0;
    white-space: nowrap
}/* line 107, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-list li
{
    display: inline-block;
    margin: 0 24px
}/* line 111, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-list li.f-active .c-hyperlink
{
    color: #000
}/* line 115, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-list li .c-hyperlink
{
    color: #595959
}/* line 121, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-select-menu
{
    display: none;
    float: left
}/* line 125, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-select-menu>a
{
    margin-left: 24px
}/* line 129, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div .context-menu .c-select-menu>.c-menu
{
    top: 90%;
    left: 24px
}/* line 136, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>div
{
    float: none;
    display: inline-block;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}/* line 142, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>div>div
{
    float: left;
    width: inherit
}/* line 146, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>div>div+div
{
    display: block;
    width: 100%
}/* line 151, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>div>div>.c-hyperlink
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0
}/* line 159, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>.c-price
{
    width: auto;
    float: right;
    padding: 20px 0;
    margin-right: 24px
}/* line 165, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>.c-price>s
{
    float: none;
    display: block
}/* line 169, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>.c-price>s+span
{
    margin-left: -.2em
}/* line 175, src/modules/page-bar/styles/_page_bar.scss */
.m-page-bar>div>.c-button, .m-page-bar>div>.c-call-to-action
{
    float: right;
    margin: 10px 0;
    max-width: 100%
}
@media only screen and (max-width: 1083px)
{/* line 184, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div
    {
        width: 40%
    }/* line 187, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div:first-child
    {
        width: 60%
    }/* line 192, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div .context-menu .c-list
    {
        display: none
    }/* line 196, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div .context-menu .c-select-menu
    {
        display: block
    }
}
@media only screen and (max-width: 767px)
{/* line 7, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar
    {
        width: 100%
    }/* line 206, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div
    {
        width: 50%
    }/* line 211, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div>.c-price>s, .m-page-bar>div>.c-price>s+span
    {
        display: none
    }/* line 218, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div>.c-price>meta+span
    {
        width: 20%
    }/* line 221, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div>.c-price>meta+span+span
    {
        width: 80%
    }/* line 228, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div:first-child
    {
        width: 50%
    }/* line 233, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div .context-menu [class^="c-heading-"]
    {
        padding-top: 8px;
        float: none
    }/* line 239, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div .context-menu>.c-select-menu>a
    {
        margin-left: 0
    }/* line 243, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar>div .context-menu>.c-select-menu>.c-menu
    {
        left: 0
    }
}
@media only screen and (max-width: 539px)
{/* line 255, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar.f-sticky[itemscope]>div:first-child
    {
        display: none
    }/* line 259, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar.f-sticky[itemscope]>div:last-child
    {
        width: 100%;
        overflow: hidden
    }/* line 263, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar.f-sticky[itemscope]>div:last-child>.c-price
    {
        width: 100%;
        float: none;
        margin-right: 4px
    }/* line 269, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar.f-sticky[itemscope]>div:last-child>.c-price>meta+span
    {
        width: auto
    }/* line 276, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar.f-sticky[itemscope]>div:last-child>.c-call-to-action+.c-price
    {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1
    }
}
@media only screen and (min-width: 539px)
{/* line 288, src/modules/page-bar/styles/_page_bar.scss */
    .m-page-bar .c-pivot
    {
        width: auto
    }
}/*END !$!$!========src/modules/page-bar/styles/page_bar========*//*BEGIN !$!$!========src/modules/pagination/styles/pagination========*//* .c-pagination is deprecated as of v.1.7.0,
   use .m-pagination
   TODO: Remove .c-pagination in v.2.0 *//* line 10, src/modules/pagination/styles/_pagination.scss */
.m-pagination, .c-pagination
{
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin-top: 24px
}/* line 17, src/modules/pagination/styles/_pagination.scss */
.m-pagination li, .c-pagination li
{
    display: inline-block;
    margin-right: 12px
}/* line 23, src/modules/pagination/styles/_pagination.scss */
.m-pagination li>a, .m-pagination li>span, .c-pagination li>a, .c-pagination li>span
{
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    display: inline-block;
    padding: 6px 12px;
    color: #0067b8;
    white-space: nowrap
}
@media screen and (-ms-high-contrast: active)
{/* line 23, src/modules/pagination/styles/_pagination.scss */
    .m-pagination li>a, .m-pagination li>span, .c-pagination li>a, .c-pagination li>span
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-pagination li>a:focus, .m-pagination li>span:focus, .c-pagination li>a:focus, .c-pagination li>span:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-pagination li>a:focus, .m-pagination li>span:focus, .c-pagination li>a:focus, .c-pagination li>span:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-pagination li>a:focus, .theme-dark .theme-light .m-pagination li>a:focus, .theme-light .m-pagination li>span:focus, .theme-dark .theme-light .m-pagination li>span:focus, .theme-light .c-pagination li>a:focus, .theme-dark .theme-light .c-pagination li>a:focus, .theme-light .c-pagination li>span:focus, .theme-dark .theme-light .c-pagination li>span:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-pagination li>a:focus, .theme-light .theme-dark .m-pagination li>a:focus, .theme-dark .m-pagination li>span:focus, .theme-light .theme-dark .m-pagination li>span:focus, .theme-dark .c-pagination li>a:focus, .theme-light .theme-dark .c-pagination li>a:focus, .theme-dark .c-pagination li>span:focus, .theme-light .theme-dark .c-pagination li>span:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 34, src/modules/pagination/styles/_pagination.scss */
.m-pagination li>a:hover, .m-pagination li>a:focus:not(.x-hidden-focus), .m-pagination li>a:active, .c-pagination li>a:hover, .c-pagination li>a:focus:not(.x-hidden-focus), .c-pagination li>a:active
{
    text-decoration: underline
}/* line 40, src/modules/pagination/styles/_pagination.scss */
.m-pagination li>a:hover, .m-pagination li>a:focus:not(.x-hidden-focus), .c-pagination li>a:hover, .c-pagination li>a:focus:not(.x-hidden-focus)
{
    color: #005da6
}/* line 45, src/modules/pagination/styles/_pagination.scss */
.m-pagination li>a:focus:not(.x-hidden-focus), .c-pagination li>a:focus:not(.x-hidden-focus)
{
    background: rgba(0,103,184,.1)
}/* line 49, src/modules/pagination/styles/_pagination.scss */
.m-pagination li>a:active, .c-pagination li>a:active
{
    color: #005293
}/* line 56, src/modules/pagination/styles/_pagination.scss */
.m-pagination li.f-active>a, .m-pagination li.f-active>span, .c-pagination li.f-active>a, .c-pagination li.f-active>span
{
    border: 1px solid #000
}/* line 62, src/modules/pagination/styles/_pagination.scss */
.m-pagination li.f-hide, .c-pagination li.f-hide
{
    display: none
}/* line 68, src/modules/pagination/styles/_pagination.scss */
.m-pagination li:first-child .c-glyph:before, .c-pagination li:first-child .c-glyph:before
{
    content: "";
    vertical-align: -2px;
    margin-right: 8px
}/* line 76, src/modules/pagination/styles/_pagination.scss */
.m-pagination li:last-child, .c-pagination li:last-child
{
    margin-right: 0
}/* line 80, src/modules/pagination/styles/_pagination.scss */
.m-pagination li:last-child .c-glyph:after, .c-pagination li:last-child .c-glyph:after
{
    content: "";
    vertical-align: -2px;
    margin-left: 8px
}
@media only screen and (max-width: 539px)
{/* line 17, src/modules/pagination/styles/_pagination.scss */
    .m-pagination li, .c-pagination li
    {
        margin-right: 0
    }/* line 94, src/modules/pagination/styles/_pagination.scss */
    .m-pagination li:first-child a, .m-pagination li:last-child a, .c-pagination li:first-child a, .c-pagination li:last-child a
    {
        position: relative;
        display: inline
    }/* line 99, src/modules/pagination/styles/_pagination.scss */
    .m-pagination li:first-child span, .m-pagination li:last-child span, .c-pagination li:first-child span, .c-pagination li:last-child span
    {
        height: 0;
        overflow: hidden;
        position: absolute
    }/* line 106, src/modules/pagination/styles/_pagination.scss */
    .m-pagination li:first-child .c-glyph:before, .m-pagination li:first-child .c-glyph:after, .m-pagination li:last-child .c-glyph:before, .m-pagination li:last-child .c-glyph:after, .c-pagination li:first-child .c-glyph:before, .c-pagination li:first-child .c-glyph:after, .c-pagination li:last-child .c-glyph:before, .c-pagination li:last-child .c-glyph:after
    {
        top: 8px;
        margin: 0
    }
}/*END !$!$!========src/modules/pagination/styles/pagination========*//*BEGIN !$!$!========src/modules/panes/styles/panes========*//* line 5, src/modules/panes/styles/_panes.scss */
.m-panes
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: auto;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1
}/* line 13, src/modules/panes/styles/_panes.scss */
.m-panes .c-group
{
    display: block;
    overflow: visible
}/* line 18, src/modules/panes/styles/_panes.scss */
.m-panes section
{
    border-left: 1px solid rgba(0,0,0,.2);
    text-align: center;
    padding: 36px 48px 16px;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 1
}/* line 27, src/modules/panes/styles/_panes.scss */
.m-panes section:first-child
{
    border-left: 0
}/* line 31, src/modules/panes/styles/_panes.scss */
.m-panes section.f-align-middle
{
    -ms-flex: unset;
    flex: unset;
    -ms-flex-preferred-size: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}/* line 37, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked
{
    padding-left: 24px;
    -ms-flex-preferred-size: auto
}/* line 41, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked>div
{
    padding-left: 24px;
    padding-bottom: 36px;
    text-align: left;
    max-width: calc(100% - 24px);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto
}/* line 51, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked>div+div:last-of-type
{
    padding-top: 36px;
    border-top: 1px solid rgba(0,0,0,.2);
    text-align: left
}/* line 58, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked:last-child
{
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -ms-flex-negative: 1
}/* line 62, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked:last-child>div
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto
}/* line 69, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto
}/* line 75, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture+div
{
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto;
    display: block;
    width: 100%;
    padding-left: 36px
}/* line 84, src/modules/panes/styles/_panes.scss */
.m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture.c-image img
{
    display: inline-block;
    max-width: none;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto
}
@supports (-ms-accelerator:true){/* line 84, src/modules/panes/styles/_panes.scss */ .m-panes section.f-stacked:last-child > div > .m-panes-product-placement-item picture.c-image img{max-width:100%;}}
@media only screen and (max-width: 1399px)
{/* line 5, src/modules/panes/styles/_panes.scss */
    .m-panes
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 168, src/modules/panes/styles/_panes.scss */
    .m-panes section
    {
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-left: 0;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }/* line 175, src/modules/panes/styles/_panes.scss */
    .m-panes section:last-child
    {
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        border-bottom: 0
    }/* line 180, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked
    {
        border-left: 0;
        padding: 24px 0
    }/* line 184, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked>div
    {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: auto;
        padding-left: 0;
        border-right: 1px solid rgba(0,0,0,.2)
    }/* line 190, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked>div+div:last-of-type
    {
        border-top: 0;
        border-right: 0;
        padding-top: 0
    }/* line 197, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:last-child
    {
        display: -ms-flexbox;
        display: flex
    }/* line 203, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item
    {
        display: block;
        padding: 20px;
        border-bottom: 0;
        border-top: 0
    }/* line 210, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture+div
    {
        text-align: center;
        display: block;
        padding-left: 0
    }/* line 216, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:last-child>div>.m-panes-product-placement-item picture.c-image img
    {
        display: block;
        margin: 0 auto
    }
}
@media only screen and (max-width: 539px)
{/* line 5, src/modules/panes/styles/_panes.scss */
    .m-panes
    {
        -ms-flex-direction: column;
        flex-direction: column
    }/* line 232, src/modules/panes/styles/_panes.scss */
    .m-panes section
    {
        padding: 36px 0 16px
    }/* line 235, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked
    {
        padding-left: 0
    }/* line 238, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked>div
    {
        padding-top: 16px;
        padding-bottom: 0;
        border-right: 0
    }/* line 243, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked>div+div:last-of-type
    {
        padding-top: 16px;
        border-top: 1px solid rgba(0,0,0,.2)
    }/* line 249, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:first-child
    {
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-right: 0;
        padding-bottom: 36px
    }/* line 255, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:last-child
    {
        display: block;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        padding-top: 0
    }/* line 262, src/modules/panes/styles/_panes.scss */
    .m-panes section.f-stacked:last-child>div>div
    {
        padding: 36px 0
    }
}
@media only screen and (min-width: 1400px)
{/* line 272, src/modules/panes/styles/_panes.scss */
    .m-panes section:last-child.f-stacked
    {
        -ms-flex-preferred-size: 100%
    }
}
@media screen and (min-width: 1084px) and (-ms-high-contrast: active), screen and (min-width: 1084px) and (-ms-high-contrast: none)
{/* line 282, src/modules/panes/styles/_panes.scss */
    .m-panes>section.f-align-middle:first-child
    {
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: calc(40% - 48px)
    }
}
@media screen and (min-width: 1084px) and (-ms-high-contrast: active) and (max-width: 1399px), screen and (min-width: 1084px) and (-ms-high-contrast: none) and (max-width: 1399px)
{/* line 282, src/modules/panes/styles/_panes.scss */
    .m-panes>section.f-align-middle:first-child
    {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}
@media screen and (min-width: 1084px) and (-ms-high-contrast: active), screen and (min-width: 1084px) and (-ms-high-contrast: none)
{/* line 294, src/modules/panes/styles/_panes.scss */
    .m-panes>section.f-align-middle:first-child+section:last-child.f-stacked
    {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-preferred-size: calc(60% - 48px);
        flex-basis: calc(60% - 48px)
    }
}
@media screen and (min-width: 1084px) and (-ms-high-contrast: active) and (max-width: 1399px), screen and (min-width: 1084px) and (-ms-high-contrast: none) and (max-width: 1399px)
{/* line 294, src/modules/panes/styles/_panes.scss */
    .m-panes>section.f-align-middle:first-child+section:last-child.f-stacked
    {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}/*END !$!$!========src/modules/panes/styles/panes========*//*BEGIN !$!$!========src/modules/panes-product-placement-item/styles/panes_product_placement_item========*//* line 5, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item
{
    padding: 0
}/* line 8, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item .c-heading
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600
}/* line 12, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400
}/* line 16, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    margin-top: 12px;
    white-space: normal
}
@media screen and (-ms-high-contrast: active)
{/* line 16, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
    .m-panes-product-placement-item .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-panes-product-placement-item .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-panes-product-placement-item .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action:focus, .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action:focus, .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .m-panes-product-placement-item .c-call-to-action:hover, .m-panes-product-placement-item .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .m-panes-product-placement-item .c-call-to-action:hover span, .m-panes-product-placement-item .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-panes-product-placement-item .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action, .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-panes-product-placement-item .c-call-to-action:hover, .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action:hover, .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action:active, .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-panes-product-placement-item .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-panes-product-placement-item .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action, .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-panes-product-placement-item .c-call-to-action:hover, .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action:hover, .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action:active, .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-panes-product-placement-item .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-panes-product-placement-item .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 21, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item .c-call-to-action span
{
    display: inline
}/* line 26, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item .c-price
{
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px
}/* line 32, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item .c-rating
{
    display: inline-block;
    margin-top: -8px;
    vertical-align: middle
}/* line 38, src/modules/panes-product-placement-item/styles/_panes_product_placement_item.scss */
.m-panes-product-placement-item picture.c-image img
{
    margin: 0 auto
}/*END !$!$!========src/modules/panes-product-placement-item/styles/panes_product_placement_item========*//*BEGIN !$!$!========src/modules/parallax/styles/parallax========*//* line 7, src/modules/parallax/styles/_parallax.scss */
.m-parallax
{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 32px 0;
    transition: scale .2s ease-in-out
}/* line 14, src/modules/parallax/styles/_parallax.scss */
.m-parallax:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 15vh)
}/* line 24, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-background
{
    padding: 0;
    min-height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate3d(-50%,0,0)
}/* line 39, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-background>img
{
    height: 100vh;
    display: block
}/* line 48, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-background:after, .m-parallax .c-parallax-background:before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}/* line 60, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-background:after
{
    background: linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 25vh)
}/* line 64, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-background:before
{
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 15vh)
}/* line 69, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-foreground
{
    min-height: 100vh;
    margin: 0 auto;
    z-index: 2;
    padding-bottom: 32px
}/* line 76, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-item
{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin: 80px auto 0;
    padding: 0 48px;
    z-index: 3;
    max-width: 1600px;
    -ms-flex-pack: center;
    justify-content: center
}/* line 85, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-item:first-child
{
    opacity: .8;
    margin-top: 0;
    max-width: none;
    background: #fff;
    color: #000
}/* line 93, src/modules/parallax/styles/_parallax.scss */
.m-parallax .c-parallax-item.f-no-banner-adjust
{
    margin-top: 32px;
    max-width: 1600px;
    background: transparent
}
@media only screen and (min-width: 767px)
{/* line 112, src/modules/parallax/styles/_parallax.scss */
    .m-parallax .c-parallax-item.f-align-right
    {
        -ms-flex-pack: start;
        justify-content: flex-start
    }/* line 116, src/modules/parallax/styles/_parallax.scss */
    .m-parallax .c-parallax-item.f-align-left
    {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
@media only screen and (max-width: 320px)
{/* line 76, src/modules/parallax/styles/_parallax.scss */
    .m-parallax .c-parallax-item
    {
        padding: 0 20px
    }
}/* line 127, src/modules/parallax/styles/_parallax.scss */
.m-parallax .m-content-placement-item
{
    margin-top: 0;
    width: 443px;
    max-width: 100%;
    background: #fff;
    color: #000;
    z-index: 3
}/* line 135, src/modules/parallax/styles/_parallax.scss */
.m-parallax .m-content-placement-item>div:last-child
{
    padding: 0 24px 48px
}/* line 139, src/modules/parallax/styles/_parallax.scss */
.m-parallax .m-content-placement-item>.m-ambient-video
{
    padding: 0;
    min-width: unset;
    z-index: 3
}/* line 145, src/modules/parallax/styles/_parallax.scss */
.m-parallax .m-content-placement-item [class*="c-video-player"]
{
    height: auto
}/* line 150, src/modules/parallax/styles/_parallax.scss */
.m-parallax .m-banner
{
    margin: 48px 0;
    padding-top: 0;
    max-width: none
}/* line 156, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-dark
{
    background-color: #000
}/* line 159, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-dark:after
{
    background: linear-gradient(to top,#000 0%,transparent 15vh)
}/* line 164, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-dark .c-parallax-background:after
{
    background: linear-gradient(to top,#000 0%,transparent 25vh)
}/* line 168, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-dark .c-parallax-background:before
{
    background: linear-gradient(to bottom,#000 0,transparent 15vh)
}/* line 175, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-dark .c-parallax-item:first-child
{
    background: #000;
    color: #fff
}/* line 181, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-dark .m-content-placement-item
{
    background: #000;
    color: #fff
}/* line 187, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-light
{
    background-color: #fff
}/* line 190, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-light:after
{
    background: linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 15vh)
}/* line 195, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-light .c-parallax-background:after
{
    background: linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 25vh)
}/* line 199, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-light .c-parallax-background:before
{
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 15vh)
}/* line 206, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-light .c-parallax-item:first-child
{
    background: #fff;
    color: #000
}/* line 212, src/modules/parallax/styles/_parallax.scss */
.m-parallax.theme-light .m-content-placement-item
{
    background: #fff;
    color: #000
}/*END !$!$!========src/modules/parallax/styles/parallax========*//*BEGIN !$!$!========src/modules/persona/styles/persona========*//* line 13, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]
{
    padding: 0;
    display: table
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
[class^="m-persona-"]:before, [class^="m-persona-"]:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
[class^="m-persona-"]:after
{
    clear: both
}/* line 18, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div
{
    float: left;
    padding-right: 12px
}/* line 22, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div>.c-image
{
    max-width: none
}/* line 26, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div picture
{
    position: relative;
    display: block;
    background-color: rgba(0,0,0,.3);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%202%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Elements%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M42.26%2C42.29a30.12%2C30.12%2C0%2C0%2C1%2C8.63%2C4.62%2C30.53%2C30.53%2C0%2C0%2C1%2C6.54%2C6.87%2C31.35%2C31.35%2C0%2C0%2C1%2C4.13%2C8.54A32.4%2C32.4%2C0%2C0%2C1%2C63%2C72H58.5a27.57%2C27.57%2C0%2C0%2C0-2.06-10.71A25.88%2C25.88%2C0%2C0%2C0%2C42.21%2C47.06%2C27.57%2C27.57%2C0%2C0%2C0%2C31.5%2C45a27.34%2C27.34%2C0%2C0%2C0-13.73%2C3.64%2C26.37%2C26.37%2C0%2C0%2C0-9.63%2C9.63%2C27.13%2C27.13%2C0%2C0%2C0-2.69%2C6.49A27.4%2C27.4%2C0%2C0%2C0%2C4.5%2C72H0a31.64%2C31.64%2C0%2C0%2C1%2C1.48-9.69%2C31.32%2C31.32%2C0%2C0%2C1%2C4.18-8.49A30.89%2C30.89%2C0%2C0%2C1%2C12.22%2C47a31.91%2C31.91%2C0%2C0%2C1%2C8.6-4.68A22.23%2C22.23%2C0%2C0%2C1%2C12.18%2C34a23%2C23%2C0%2C0%2C1-2.36-5.52%2C22.62%2C22.62%2C0%2C0%2C1%2C.93-14.8%2C22.5%2C22.5%2C0%2C0%2C1%2C12-12%2C22.76%2C22.76%2C0%2C0%2C1%2C17.54%2C0%2C22.5%2C22.5%2C0%2C0%2C1%2C12%2C12%2C22.57%2C22.57%2C0%2C0%2C1%2C.93%2C14.78A22.8%2C22.8%2C0%2C0%2C1%2C50.82%2C34a23.28%2C23.28%2C0%2C0%2C1-3.69%2C4.69A21.77%2C21.77%2C0%2C0%2C1%2C42.26%2C42.29ZM13.5%2C22.5a17.33%2C17.33%2C0%2C0%2C0%2C1.42%2C7%2C18.23%2C18.23%2C0%2C0%2C0%2C9.58%2C9.58%2C17.9%2C17.9%2C0%2C0%2C0%2C14%2C0%2C18.23%2C18.23%2C0%2C0%2C0%2C9.58-9.58%2C17.33%2C17.33%2C0%2C0%2C0%2C1.42-7%2C17.33%2C17.33%2C0%2C0%2C0-1.42-7A18.23%2C18.23%2C0%2C0%2C0%2C38.5%2C5.92a17.9%2C17.9%2C0%2C0%2C0-14%2C0%2C18.23%2C18.23%2C0%2C0%2C0-9.58%2C9.58A17.33%2C17.33%2C0%2C0%2C0%2C13.5%2C22.5Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}/* line 36, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div picture .c-image
{
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}/* line 43, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div picture .c-image[aria-hidden="true"]
{
    display: none
}/* line 49, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div+div
{
    display: table-cell;
    float: none;
    overflow: hidden;
    vertical-align: middle
}/* line 55, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div+div .c-hyperlink
{
    display: inline-block
}/* line 59, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div+div .c-hyperlink, [class^="m-persona-"]>div+div .c-button, [class^="m-persona-"]>div+div [class^="c-paragraph"]
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600
}
@media(max-width: 767px)
{/* line 59, src/modules/persona/styles/_persona.scss */
    [class^="m-persona-"]>div+div .c-hyperlink, [class^="m-persona-"]>div+div .c-button, [class^="m-persona-"]>div+div [class^="c-paragraph"]
    {
        font-size: 16px;
        line-height: 20px
    }
}/* line 65, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div+div .c-button
{
    max-width: none;
    margin: 0;
    background-color: transparent;
    white-space: normal;
    letter-spacing: normal;
    text-align: left
}/* line 74, src/modules/persona/styles/_persona.scss */
[class^="m-persona-"]>div+div [class*="c-subheading"]
{
    color: #767676
}/* line 82, src/modules/persona/styles/_persona.scss */
.m-persona-1>div
{
    padding-right: 24px
}/* line 85, src/modules/persona/styles/_persona.scss */
.m-persona-1>div picture, .m-persona-1>div picture>.c-image
{
    width: 144px;
    height: 144px
}/* line 92, src/modules/persona/styles/_persona.scss */
.m-persona-1>div+div .c-hyperlink, .m-persona-1>div+div .c-button, .m-persona-1>div+div [class*="c-heading"], .m-persona-1>div+div [class*="c-paragraph"]
{
    font-size: 46px;
    line-height: 56px;
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em;
    font-weight: 600
}
@media(max-width: 767px)
{/* line 92, src/modules/persona/styles/_persona.scss */
    .m-persona-1>div+div .c-hyperlink, .m-persona-1>div+div .c-button, .m-persona-1>div+div [class*="c-heading"], .m-persona-1>div+div [class*="c-paragraph"]
    {
        font-size: 34px;
        line-height: 40px
    }
}/* line 100, src/modules/persona/styles/_persona.scss */
.m-persona-1>div+div [class*="c-subheading"]
{
    font-size: 20px;
    line-height: 24px;
    padding: 8px 0 4px;
    font-weight: 600
}
@media(max-width: 767px)
{/* line 100, src/modules/persona/styles/_persona.scss */
    .m-persona-1>div+div [class*="c-subheading"]
    {
        font-size: 18px;
        line-height: 24px
    }
}/* line 104, src/modules/persona/styles/_persona.scss */
.m-persona-1>div+div .c-button
{
    line-height: 60px
}/* line 113, src/modules/persona/styles/_persona.scss */
.m-persona-2>div picture, .m-persona-2>div picture>.c-image
{
    width: 64px;
    height: 64px
}/* line 120, src/modules/persona/styles/_persona.scss */
.m-persona-2>div+div .c-hyperlink, .m-persona-2>div+div .c-button, .m-persona-2>div+div [class*="c-heading"], .m-persona-2>div+div [class*="c-paragraph"]
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600
}
@media(max-width: 767px)
{/* line 120, src/modules/persona/styles/_persona.scss */
    .m-persona-2>div+div .c-hyperlink, .m-persona-2>div+div .c-button, .m-persona-2>div+div [class*="c-heading"], .m-persona-2>div+div [class*="c-paragraph"]
    {
        font-size: 20px;
        line-height: 24px
    }
}/* line 127, src/modules/persona/styles/_persona.scss */
.m-persona-2>div+div .c-button
{
    line-height: 32px
}/* line 138, src/modules/persona/styles/_persona.scss */
.m-persona-3>div+div [class*="c-subheading"], .m-persona-2>div+div [class*="c-subheading"]
{
    font-size: 15px;
    line-height: 20px;
    padding: 8px 0 0;
    font-weight: 600;
    font-weight: 400
}/* line 151, src/modules/persona/styles/_persona.scss */
.m-persona-3>div+div .c-hyperlink, .m-persona-3>div+div .c-button, .m-persona-3>div+div [class*="c-heading"], .m-persona-3>div+div [class*="c-paragraph"], .m-persona-4>div+div .c-hyperlink, .m-persona-4>div+div .c-button, .m-persona-4>div+div [class*="c-heading"], .m-persona-4>div+div [class*="c-paragraph"], .m-persona-5>div+div .c-hyperlink, .m-persona-5>div+div .c-button, .m-persona-5>div+div [class*="c-heading"], .m-persona-5>div+div [class*="c-paragraph"]
{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}/* line 164, src/modules/persona/styles/_persona.scss */
.m-persona-3>div picture, .m-persona-3>div picture>.c-image
{
    width: 48px;
    height: 48px
}/* line 174, src/modules/persona/styles/_persona.scss */
.m-persona-4>div picture, .m-persona-4>div picture>.c-image
{
    width: 32px;
    height: 32px
}/* line 181, src/modules/persona/styles/_persona.scss */
.m-persona-4>div+div [class*="c-subheading"]
{
    display: none
}/* line 190, src/modules/persona/styles/_persona.scss */
.m-persona-5>div picture, .m-persona-5>div picture>.c-image
{
    width: 24px;
    height: 24px
}/* line 197, src/modules/persona/styles/_persona.scss */
.m-persona-5>div+div [class*="c-subheading"]
{
    display: none
}/* line 211, src/modules/persona/styles/_persona.scss */
[class^="m-persona-1"]>div+div [class*="c-heading"], [class^="m-persona-1"]>div+div [class*="c-subheading"], [class^="m-persona-1"]>div+div .c-hyperlink, [class^="m-persona-1"]>div+div .c-button, [class^="m-persona-1"]>div+div [class*="c-paragraph"], [class^="m-persona-2"]>div+div [class*="c-heading"], [class^="m-persona-2"]>div+div [class*="c-subheading"], [class^="m-persona-2"]>div+div .c-hyperlink, [class^="m-persona-2"]>div+div .c-button, [class^="m-persona-2"]>div+div [class*="c-paragraph"], [class^="m-persona-3"]>div+div [class*="c-heading"], [class^="m-persona-3"]>div+div [class*="c-subheading"], [class^="m-persona-3"]>div+div .c-hyperlink, [class^="m-persona-3"]>div+div .c-button, [class^="m-persona-3"]>div+div [class*="c-paragraph"], [class^="m-persona-4"]>div+div [class*="c-heading"], [class^="m-persona-4"]>div+div [class*="c-subheading"], [class^="m-persona-4"]>div+div .c-hyperlink, [class^="m-persona-4"]>div+div .c-button, [class^="m-persona-4"]>div+div [class*="c-paragraph"], [class^="m-persona-5"]>div+div [class*="c-heading"], [class^="m-persona-5"]>div+div [class*="c-subheading"], [class^="m-persona-5"]>div+div .c-hyperlink, [class^="m-persona-5"]>div+div .c-button, [class^="m-persona-5"]>div+div [class*="c-paragraph"]
{
    padding: 0
}/* line 222, src/modules/persona/styles/_persona.scss */
.m-persona-1>div+div [class*="c-subheading"]
{
    padding-top: 4px
}/*END !$!$!========src/modules/persona/styles/persona========*//*BEGIN !$!$!========src/modules/product-placement-item/styles/product_placement_item========*//* 2 for the pictures border and 2 for margin-right *//* Use m-product-placement-item,
   c-product placement deprecated as of v.1.6.0

   TODO: Remove ALL instances on v2.0.0 *//* line 30, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item, .c-product-placement
{
    position: relative;
    padding: 0;
    margin-right: 18px;/* Remove in v2, this should be controlled by the containing module. */margin-top: 12px;/* Remove in v2, this should be controlled by the containing module. */}/* line 37, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item>a, .c-product-placement>a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    display: block;
    overflow: hidden;
    padding: 1px;
    width: 100%;
    height: 100%;
    white-space: nowrap
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-product-placement-item>a:before, .c-product-placement>a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-product-placement-item>a:focus, .c-product-placement>a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-product-placement-item>a:focus:before, .c-product-placement>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-product-placement-item>a:focus, .theme-dark .theme-light .m-product-placement-item>a:focus, .theme-light .c-product-placement>a:focus, .theme-dark .theme-light .c-product-placement>a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-product-placement-item>a:focus:before, .theme-dark .theme-light .m-product-placement-item>a:focus:before, .theme-light .c-product-placement>a:focus:before, .theme-dark .theme-light .c-product-placement>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-product-placement-item>a:focus, .theme-light .theme-dark .m-product-placement-item>a:focus, .theme-dark .c-product-placement>a:focus, .theme-light .theme-dark .c-product-placement>a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-product-placement-item>a:focus:before, .theme-light .theme-dark .m-product-placement-item>a:focus:before, .theme-dark .c-product-placement>a:focus:before, .theme-light .theme-dark .c-product-placement>a:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 46, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item>a>picture, .m-product-placement-item>a>.f-default-image>picture, .c-product-placement>a>picture, .c-product-placement>a>.f-default-image>picture
{
    border: 1px solid rgba(0,0,0,.1)
}
@media(-ms-high-contrast: active)
{/* line 37, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item>a, .c-product-placement>a
    {
        border-color: window
    }/* line 54, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item>a:before, .c-product-placement>a:before
    {
        border-color: window
    }
}/* line 61, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item>a:focus>picture, .m-product-placement-item>a:focus>.f-default-image>picture, .m-product-placement-item>a:hover>picture, .m-product-placement-item>a:hover>.f-default-image>picture, .c-product-placement>a:focus>picture, .c-product-placement>a:focus>.f-default-image>picture, .c-product-placement>a:hover>picture, .c-product-placement>a:hover>.f-default-image>picture
{
    border: 1px solid rgba(0,0,0,.1)
}/* line 68, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item>a:hover .c-heading, .m-product-placement-item>a:hover .c-subheading, .c-product-placement>a:hover .c-heading, .c-product-placement>a:hover .c-subheading
{
    text-decoration: underline
}/* line 72, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item>a:hover .c-heading>.c-explicit, .m-product-placement-item>a:hover .c-subheading>.c-explicit, .c-product-placement>a:hover .c-heading>.c-explicit, .c-product-placement>a:hover .c-subheading>.c-explicit
{
    line-height: 15px;
    text-decoration: none
}
@media(-ms-high-contrast: active)
{/* line 67, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item>a:hover, .c-product-placement>a:hover
    {
        border-color: Highlight
    }
}/* line 85, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item picture, .m-product-placement-item picture img, .m-product-placement-item picture .c-image, .c-product-placement picture, .c-product-placement picture img, .c-product-placement picture .c-image
{
    display: block;
    position: relative;
    box-sizing: content-box
}/* line 93, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item picture .c-image, .c-product-placement picture .c-image
{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
@media(-ms-high-contrast: active)
{/* line 84, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item picture, .c-product-placement picture
    {
        border-color: window
    }
}/* line 105, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-heading, .c-product-placement .c-heading
{
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 60px;
    font-weight: 600;
    opacity: .95;
    padding-top: 16px;
    padding-bottom: 2px;
    white-space: normal;
    position: relative
}/* line 115, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-explicit, .c-product-placement .c-explicit
{
    position: absolute;
    right: 0;
    bottom: 2px;
    margin: 0;
    line-height: 16px;
    height: 17px;
    min-width: 14px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 0 4px #fff;
    font-weight: 400
}/* line 129, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-rating, .c-product-placement .c-rating
{
    margin-top: 4px;
    margin-bottom: 2px
}/* line 133, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-rating .c-meta-text, .c-product-placement .c-rating .c-meta-text
{
    display: inline-block
}/* line 138, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-price, .c-product-placement .c-price
{
    padding-top: 4px
}/* line 142, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-paragraph, .c-product-placement .c-paragraph
{
    font-size: 13px;
    line-height: 16px;
    padding-top: 8px;
    color: #000
}/* line 148, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-badge, .c-product-placement .c-badge
{
    margin-top: 12px;
    margin-bottom: 4px
}/* line 152, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-badge+.c-heading, .c-product-placement .c-badge+.c-heading
{
    padding-top: 0
}/* line 157, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .c-meta-text, .c-product-placement .c-meta-text
{
    display: block;
    white-space: normal;
    max-height: 60px
}/* line 164, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-artist picture, .m-product-placement-item.context-artist picture img, .m-product-placement-item.context-artist .c-image, .c-product-placement.context-artist picture, .c-product-placement.context-artist picture img, .c-product-placement.context-artist .c-image
{
    border-radius: 50%
}/* line 170, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-artist .f-default-image, .c-product-placement.context-artist .f-default-image
{
    border-radius: 50%
}/* line 174, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-artist .c-meta-text, .c-product-placement.context-artist .c-meta-text
{
    text-overflow: ellipsis;
    overflow: hidden
}/* line 182, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-artist.f-size-medium>a>div+div, .m-product-placement-item.context-artist.f-size-flex>a>div+div, .c-product-placement.context-artist.f-size-medium>a>div+div, .c-product-placement.context-artist.f-size-flex>a>div+div
{
    text-align: center;
    padding: 0 12px
}/* line 192, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-tvshow.f-size-medium picture+div, .m-product-placement-item.context-tvshow.f-size-medium .f-default-image+div, .c-product-placement.context-tvshow.f-size-medium picture+div, .c-product-placement.context-tvshow.f-size-medium .f-default-image+div
{
    min-height: 62px;
    width: 100%
}/* line 199, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video, .c-product-placement.context-video
{
    width: 336px;
    margin-right: 12px;
    white-space: normal
}
@media only screen and (max-width: 767px)
{/* line 199, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item.context-video, .c-product-placement.context-video
    {
        width: 224px;
        margin-right: 8px
    }
}/* line 209, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video [class*="c-heading"], .c-product-placement.context-video [class*="c-heading"]
{
    font-weight: 600;
    opacity: .95;
    padding-top: 12px
}/* line 215, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video .c-badge+[class*="c-heading"], .c-product-placement.context-video .c-badge+[class*="c-heading"]
{
    padding-top: 0
}/* line 220, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video .c-action-trigger, .c-product-placement.context-video .c-action-trigger
{
    position: absolute;
    background: rgba(0,0,0,.6);
    border: transparent;
    border-radius: 50%;
    margin: 0;
    height: 48px;
    width: 48px;
    margin-top: 0;
    top: calc(94.5px - 24px);
    left: calc(168px - 24px);
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    border-radius: 50%;
    position: absolute
}/* line 47, src/mwf_styles/utilities/components/_video_play_action.scss */
.m-product-placement-item.context-video .c-action-trigger:hover, .c-product-placement.context-video .c-action-trigger:hover
{
    text-decoration: none
}/* line 51, src/mwf_styles/utilities/components/_video_play_action.scss */
.m-product-placement-item.context-video .c-action-trigger:before, .c-product-placement.context-video .c-action-trigger:before
{
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 11px);
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    content: "";
    margin: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-product-placement-item.context-video .c-action-trigger:after, .c-product-placement.context-video .c-action-trigger:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-product-placement-item.context-video .c-action-trigger:focus, .c-product-placement.context-video .c-action-trigger:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-product-placement-item.context-video .c-action-trigger:focus:after, .c-product-placement.context-video .c-action-trigger:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-product-placement-item.context-video .c-action-trigger:focus, .theme-dark .theme-light .m-product-placement-item.context-video .c-action-trigger:focus, .theme-light .c-product-placement.context-video .c-action-trigger:focus, .theme-dark .theme-light .c-product-placement.context-video .c-action-trigger:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-product-placement-item.context-video .c-action-trigger:focus:after, .theme-dark .theme-light .m-product-placement-item.context-video .c-action-trigger:focus:after, .theme-light .c-product-placement.context-video .c-action-trigger:focus:after, .theme-dark .theme-light .c-product-placement.context-video .c-action-trigger:focus:after
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-product-placement-item.context-video .c-action-trigger:focus, .theme-light .theme-dark .m-product-placement-item.context-video .c-action-trigger:focus, .theme-dark .c-product-placement.context-video .c-action-trigger:focus, .theme-light .theme-dark .c-product-placement.context-video .c-action-trigger:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-product-placement-item.context-video .c-action-trigger:focus:after, .theme-light .theme-dark .m-product-placement-item.context-video .c-action-trigger:focus:after, .theme-dark .c-product-placement.context-video .c-action-trigger:focus:after, .theme-light .theme-dark .c-product-placement.context-video .c-action-trigger:focus:after
{
    border-color: rgba(0,0,0,.6)
}/* line 226, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video .c-action-trigger:hover, .c-product-placement.context-video .c-action-trigger:hover
{
    text-decoration: none;
    background: rgba(0,0,0,.7)
}/* line 231, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video .c-action-trigger:active, .c-product-placement.context-video .c-action-trigger:active
{
    background: rgba(0,0,0,.8)
}/* line 235, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video .c-action-trigger:before, .c-product-placement.context-video .c-action-trigger:before
{
    border: 0
}/* line 239, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video .c-action-trigger:after, .c-product-placement.context-video .c-action-trigger:after
{
    border-radius: 50%
}/* line 244, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.context-video picture, .m-product-placement-item.context-video img, .c-product-placement.context-video picture, .c-product-placement.context-video img
{
    width: 330px;/* 6px for padding and border */}
@media only screen and (max-width: 767px)
{/* line 244, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item.context-video picture, .m-product-placement-item.context-video img, .c-product-placement.context-video picture, .c-product-placement.context-video img
    {
        width: 218px;/* 6px for padding and border */margin-right: 8px
    }
}/* line 255, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item .f-default-image, .c-product-placement .f-default-image
{
    background: rgba(0,0,0,.3);
    line-height: 0
}/* line 261, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-clean>a>picture, .m-product-placement-item.f-clean>a>.f-default-image>picture, .m-product-placement-item.f-clean>picture, .m-product-placement-item.f-clean>.f-default-image>picture, .c-product-placement.f-clean>a>picture, .c-product-placement.f-clean>a>.f-default-image>picture, .c-product-placement.f-clean>picture, .c-product-placement.f-clean>.f-default-image>picture
{
    border: 1px solid transparent
}/* line 267, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-clean>a>picture:hover, .m-product-placement-item.f-clean>a>.f-default-image>picture:hover, .m-product-placement-item.f-clean>picture:hover, .m-product-placement-item.f-clean>.f-default-image>picture:hover, .c-product-placement.f-clean>a>picture:hover, .c-product-placement.f-clean>a>.f-default-image>picture:hover, .c-product-placement.f-clean>picture:hover, .c-product-placement.f-clean>.f-default-image>picture:hover
{
    border: 1px solid rgba(0,0,0,.6)
}/* line 274, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-clean>a:focus>picture, .m-product-placement-item.f-clean>a:focus>.f-default-image>picture, .m-product-placement-item.f-clean>a:focus:hover>picture, .m-product-placement-item.f-clean>a:focus:hover>.f-default-image>picture, .c-product-placement.f-clean>a:focus>picture, .c-product-placement.f-clean>a:focus>.f-default-image>picture, .c-product-placement.f-clean>a:focus:hover>picture, .c-product-placement.f-clean>a:focus:hover>.f-default-image>picture
{
    border: 1px solid rgba(0,0,0,.1)
}/* line 281, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small, .m-product-placement-item.f-size-smallprime, .c-product-placement.f-size-small, .c-product-placement.f-size-smallprime
{
    width: 278px
}/* line 285, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small .c-badge, .m-product-placement-item.f-size-smallprime .c-badge, .c-product-placement.f-size-small .c-badge, .c-product-placement.f-size-smallprime .c-badge
{
    display: none
}/* line 290, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small picture, .m-product-placement-item.f-size-small .f-default-image, .m-product-placement-item.f-size-smallprime picture, .m-product-placement-item.f-size-smallprime .f-default-image, .c-product-placement.f-size-small picture, .c-product-placement.f-size-small .f-default-image, .c-product-placement.f-size-smallprime picture, .c-product-placement.f-size-smallprime .f-default-image
{
    float: left
}/* line 295, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small picture+div, .m-product-placement-item.f-size-small .f-default-image+div, .m-product-placement-item.f-size-smallprime picture+div, .m-product-placement-item.f-size-smallprime .f-default-image+div, .c-product-placement.f-size-small picture+div, .c-product-placement.f-size-small .f-default-image+div, .c-product-placement.f-size-smallprime picture+div, .c-product-placement.f-size-smallprime .f-default-image+div
{
    display: inline-block;
    margin-left: 12px;
    width: calc(100% - 88px)
}/* line 302, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small .c-heading, .m-product-placement-item.f-size-smallprime .c-heading, .c-product-placement.f-size-small .c-heading, .c-product-placement.f-size-smallprime .c-heading
{
    padding-top: 2px
}/* line 307, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small.context-movie picture, .m-product-placement-item.f-size-small.context-movie .f-default-image>picture, .m-product-placement-item.f-size-smallprime.context-movie picture, .m-product-placement-item.f-size-smallprime.context-movie .f-default-image>picture, .c-product-placement.f-size-small.context-movie picture, .c-product-placement.f-size-small.context-movie .f-default-image>picture, .c-product-placement.f-size-smallprime.context-movie picture, .c-product-placement.f-size-smallprime.context-movie .f-default-image>picture
{
    width: 72px;
    height: 103px
}/* line 314, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small.context-video, .m-product-placement-item.f-size-smallprime.context-video, .c-product-placement.f-size-small.context-video, .c-product-placement.f-size-smallprime.context-video
{
    width: 336px;
    margin-right: 12px
}
@media only screen and (max-width: 767px)
{/* line 314, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item.f-size-small.context-video, .m-product-placement-item.f-size-smallprime.context-video, .c-product-placement.f-size-small.context-video, .c-product-placement.f-size-smallprime.context-video
    {
        width: 224px;
        margin-right: 8px
    }
}/* line 326, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-small picture, .c-product-placement.f-size-small picture
{
    width: 72px;
    height: 72px
}/* line 333, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-smallprime picture, .c-product-placement.f-size-smallprime picture
{
    width: 124px;
    height: 124px
}/* line 339, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-medium, .c-product-placement.f-size-medium
{
    width: 132px
}/* line 342, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-medium picture, .c-product-placement.f-size-medium picture
{
    width: 124px;
    height: 124px
}/* line 348, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-medium.context-movie .f-default-image, .c-product-placement.f-size-medium.context-movie .f-default-image
{
    width: 124px;
    height: 170px;
    position: relative;
    background: transparent
}/* line 355, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-medium.context-movie picture, .c-product-placement.f-size-medium.context-movie picture
{
    height: 170px
}/* line 360, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-medium.context-video, .c-product-placement.f-size-medium.context-video
{
    width: 336px;
    margin-right: 12px
}
@media only screen and (max-width: 767px)
{/* line 360, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item.f-size-medium.context-video, .c-product-placement.f-size-medium.context-video
    {
        width: 224px;
        margin-right: 8px
    }
}/* line 371, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large, .c-product-placement.f-size-large
{
    width: 280px
}/* line 374, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large>a>div, .c-product-placement.f-size-large>a>div
{
    padding-right: 24px
}/* line 378, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large picture, .c-product-placement.f-size-large picture
{
    width: 272px;
    height: 223px;
    padding-right: 0
}/* line 386, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large picture+div, .m-product-placement-item.f-size-large .f-default-image+div, .c-product-placement.f-size-large picture+div, .c-product-placement.f-size-large .f-default-image+div
{
    padding-right: 24px
}/* line 391, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large.context-video, .c-product-placement.f-size-large.context-video
{
    width: 336px;
    margin-right: 12px
}
@media only screen and (max-width: 767px)
{/* line 391, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item.f-size-large.context-video, .c-product-placement.f-size-large.context-video
    {
        width: 224px;
        margin-right: 8px
    }
}/* line 401, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large.context-video picture, .c-product-placement.f-size-large.context-video picture
{
    height: auto;
    width: 330px
}
@media only screen and (max-width: 767px)
{/* line 401, src/modules/product-placement-item/styles/_product_placement_item.scss */
    .m-product-placement-item.f-size-large.context-video picture, .c-product-placement.f-size-large.context-video picture
    {
        width: 218px;
        margin-right: 8px
    }
}/* line 412, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-extra-large, .c-product-placement.f-size-extra-large
{
    width: 748px
}/* line 415, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-extra-large>a>div, .c-product-placement.f-size-extra-large>a>div
{
    padding-right: 48px
}/* line 419, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-extra-large .f-default-image, .c-product-placement.f-size-extra-large .f-default-image
{
    width: 740pxpx;
    height: 416px;
    padding-right: 0
}/* line 424, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-extra-large .f-default-image+div, .c-product-placement.f-size-extra-large .f-default-image+div
{
    padding-right: 48px
}/* line 432, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-large .c-paragraph, .m-product-placement-item.f-size-extra-large .c-paragraph, .c-product-placement.f-size-large .c-paragraph, .c-product-placement.f-size-extra-large .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400;
    padding-top: 24px;
    white-space: normal
}/* line 440, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex>a>div, .c-product-placement.f-size-flex>a>div
{
    padding-right: 24px
}/* line 444, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex .f-default-image, .c-product-placement.f-size-flex .f-default-image
{
    position: relative;
    width: 100%;
    padding-right: 0
}/* line 449, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex .f-default-image:before, .c-product-placement.f-size-flex .f-default-image:before
{
    display: block;
    content: "";
    width: 100%
}/* line 455, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex .f-default-image>picture, .c-product-placement.f-size-flex .f-default-image>picture
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}/* line 463, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex .f-default-image+div, .c-product-placement.f-size-flex .f-default-image+div
{
    padding-right: 24px
}/* line 474, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex.context-accessory .f-default-image:before, .m-product-placement-item.f-size-flex.context-app .f-default-image:before, .m-product-placement-item.f-size-flex.context-artist .f-default-image:before, .m-product-placement-item.f-size-flex.context-game .f-default-image:before, .m-product-placement-item.f-size-flex.context-software .f-default-image:before, .m-product-placement-item.f-size-flex.context-tvshow .f-default-image:before, .c-product-placement.f-size-flex.context-accessory .f-default-image:before, .c-product-placement.f-size-flex.context-app .f-default-image:before, .c-product-placement.f-size-flex.context-artist .f-default-image:before, .c-product-placement.f-size-flex.context-game .f-default-image:before, .c-product-placement.f-size-flex.context-software .f-default-image:before, .c-product-placement.f-size-flex.context-tvshow .f-default-image:before
{
    padding-top: 100%
}/* line 480, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex.context-device .f-default-image:before, .c-product-placement.f-size-flex.context-device .f-default-image:before
{
    padding-top: 80.64516%
}/* line 486, src/modules/product-placement-item/styles/_product_placement_item.scss */
.m-product-placement-item.f-size-flex.context-movie .f-default-image:before, .c-product-placement.f-size-flex.context-movie .f-default-image:before
{
    padding-top: 137.09677%
}/*END !$!$!========src/modules/product-placement-item/styles/product_placement_item========*//*BEGIN !$!$!========src/modules/product-placement/styles/product_placement========*//* line 4, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement
{
    padding-top: 12px
}/* line 7, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement .c-hyperlink[aria-hidden="true"]
{
    visibility: hidden
}/* line 12, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement.f-artist a>div
{
    height: inherit
}/* line 18, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement .c-carousel .c-flipper.f-left, .m-product-placement .c-carousel .c-flipper.f-previous
{
    left: -24px
}/* line 26, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement .c-carousel .c-flipper.f-right, .m-product-placement .c-carousel .c-flipper.f-next
{
    right: -24px
}/* line 32, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement .c-carousel .c-group
{
    vertical-align: top
}/* line 40, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement.f-song .c-track-list-placement .c-explicit>span
{
    display: inline
}/* line 43, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement.f-song .c-track-list-placement .c-explicit>span+span
{
    display: none
}
@media only screen and (max-width: 539px)
{/* line 53, src/modules/product-placement/styles/_product_placement.scss */
    .m-product-placement .c-carousel .c-flipper
    {
        visibility: hidden;/* Use .f-previous and .f-next
                * .f-left and f-right deprecated v1.3.0 */}/* line 58, src/modules/product-placement/styles/_product_placement.scss */
    .m-product-placement .c-carousel .c-flipper.f-left, .m-product-placement .c-carousel .c-flipper.f-previous
    {
        left: 0
    }/* line 63, src/modules/product-placement/styles/_product_placement.scss */
    .m-product-placement .c-carousel .c-flipper.f-right, .m-product-placement .c-carousel .c-flipper.f-next
    {
        right: 0
    }/* line 70, src/modules/product-placement/styles/_product_placement.scss */
    .m-product-placement .c-carousel:hover .c-flipper
    {
        visibility: visible
    }
}/* line 79, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group
{
    transition-property: opacity,left;
    animation-name: fade-in;
    animation-duration: .667s;
    animation-timing-function: cubic-bezier(.16,1,.29,.99);
    animation-fill-mode: forwards;
    animation-delay: 2s;
    opacity: 0
}
@keyframes fade-in
{
    100%
    {
        opacity: 1
    }
}/* line 94, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group.f-visible
{
    opacity: 1
}/* line 98, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group li
{
    width: 124px
}/* line 101, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group li[aria-hidden='true']
{
    display: none
}/* line 109, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group.f-height-default .context-device .f-default-image:before
{
    margin-top: 19.35484%
}/* line 122, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-accessory .f-default-image:before, .m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-app .f-default-image:before, .m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-artist .f-default-image:before, .m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-game .f-default-image:before, .m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-software .f-default-image:before, .m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-tvshow .f-default-image:before
{
    margin-top: 37.09677%
}/* line 128, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"] .c-group.f-height-movie .context-device .f-default-image:before
{
    margin-top: 56.45161%
}/* line 136, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"]:not(.f-scrollable) .c-flipper.f-previous, .m-product-placement[data-js-flex="true"]:not(.f-scrollable) .c-flipper.f-next
{
    display: none
}/* line 141, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"]:not(.f-scrollable) .c-group
{
    display: -ms-flexbox;
    display: flex;
    left: 0 !important;
    margin-right: -24px
}/* line 146, src/modules/product-placement/styles/_product_placement.scss */
.m-product-placement[data-js-flex="true"]:not(.f-scrollable) .c-group li
{
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}/*END !$!$!========src/modules/product-placement/styles/product_placement========*//*BEGIN !$!$!========src/modules/ratings-and-reviews/styles/ratings_and_reviews========*//* line 5, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews
{
    max-width: 800px
}/* line 8, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .c-content-toggle p
{
    word-break: break-word
}/* line 12, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-filter, .m-ratings-and-reviews .context-sort
{
    padding-right: 24px
}/* line 17, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-response
{
    padding-top: 24px
}/* line 20, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-response>div
{
    position: relative;
    padding-left: 24px
}/* line 24, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-response>div:before
{
    font-family: "MWF-MDL2";
    content: "";
    position: absolute;
    left: 0;
    top: 0
}/* line 31, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-response>div .c-content-toggle p
{
    padding-top: 10px
}/* line 37, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select
{
    padding-top: 24px
}/* line 40, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select .c-meta-text
{
    padding-right: 13px
}/* line 44, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select .c-group
{
    display: inline-block;
    vertical-align: bottom
}/* line 48, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select .c-group button
{
    display: inline-block;
    color: #0067b8;
    border: 0;
    background: transparent;
    padding: 0;
    min-width: inherit;
    margin: 0 13px;
    vertical-align: inherit
}/* line 58, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select .c-group button:hover
{
    text-decoration: underline
}/* line 62, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select .c-group button:active
{
    text-decoration: none;
    color: #005da6
}/* line 67, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select .c-group button:focus
{
    outline: 1px dashed #000
}/* line 77, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .context-helpful-select+.m-histogram, .m-ratings-and-reviews .context-helpful-select+.c-histogram
{
    padding-top: 22px
}/* line 83, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .m-histogram, .m-ratings-and-reviews .c-histogram
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}/* line 89, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .c-divider
{
    margin-top: 48px
}/* line 92, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .c-divider+span
{
    padding: 8px 0;
    padding-left: 8px;
    float: right
}/* line 99, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews .c-heading-4
{
    padding-top: 48px
}/* line 104, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews [data-grid="col-3"] .c-rating
{
    margin-top: 18px
}/* line 108, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews [data-grid="col-3"] .c-paragraph-3
{
    padding: 0
}/* line 111, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews [data-grid="col-3"] .c-paragraph-3+.c-paragraph-3
{
    padding: 8px 0 0;
    word-break: break-word
}/* line 117, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews [data-grid="col-3"] .c-meta-text
{
    padding-top: 8px
}/* line 123, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews [data-grid="col-9"] .c-heading-6
{
    font-weight: 400;
    padding: 22px 0 5px
}/* line 127, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
.m-ratings-and-reviews [data-grid="col-9"] .c-heading-6+.c-content-toggle p
{
    padding-top: 0
}
@media only screen and (max-width: 539px)
{/* line 134, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .m-histogram, .m-ratings-and-reviews .c-histogram
    {
        padding-top: 8px
    }/* line 139, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews button+[data-grid="col-12"] .c-heading-4
    {
        padding-top: 48px
    }/* line 145, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .c-heading-4
    {
        padding-top: 28px
    }/* line 151, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .context-filter, .m-ratings-and-reviews .c-select-menu
    {
        display: block
    }/* line 156, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .context-sort+.c-select-menu
    {
        display: inline-block
    }/* line 160, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .c-divider
    {
        margin-top: 28px
    }/* line 163, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .c-divider+span
    {
        float: none;
        display: block;
        padding: 8px 0;
        padding-right: 8px
    }/* line 171, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .context-filter
    {
        padding: 12px 0 8px
    }/* line 176, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .context-helpful-select .c-meta-text
    {
        display: block
    }/* line 180, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews .context-helpful-select .c-group button:first-child
    {
        margin-left: 0
    }/* line 186, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .c-heading-6
    {
        padding: 14px 0 4px
    }/* line 190, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .c-content-toggle p
    {
        padding: 0
    }/* line 194, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .c-meta-text
    {
        padding: 20px 0 24px
    }/* line 198, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .context-helpful-select .c-meta-text
    {
        padding: 20px 0 14px
    }/* line 202, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .context-response
    {
        padding-top: 24px
    }/* line 205, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .context-response>div
    {
        position: relative;
        padding-left: 24px
    }/* line 209, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .context-response>div span
    {
        display: block
    }/* line 213, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .context-response>div .c-content-toggle p
    {
        padding-top: 12px
    }/* line 217, src/modules/ratings-and-reviews/styles/_ratings_and_reviews.scss */
    .m-ratings-and-reviews [data-grid="col-9"] .context-response>div:before
    {
        font-family: "MWF-MDL2";
        content: "";
        position: absolute;
        left: 0;
        top: 0
    }
}/*END !$!$!========src/modules/ratings-and-reviews/styles/ratings_and_reviews========*//*BEGIN !$!$!========src/modules/refinements/styles/refinements========*//* line 11, src/modules/refinements/styles/_refinements.scss */
.m-refinements>div[data-grid="col-3"]
{
    margin-top: 35px
}/* line 16, src/modules/refinements/styles/_refinements.scss */
.m-refinements>div+div
{
    margin-top: 36px;
    padding-left: 75px
}/* line 20, src/modules/refinements/styles/_refinements.scss */
.m-refinements>div+div>h1
{
    padding-top: 12px;
    padding-bottom: 8px
}/* line 25, src/modules/refinements/styles/_refinements.scss */
.m-refinements>div+div section
{
    display: inline-block
}/* line 29, src/modules/refinements/styles/_refinements.scss */
.m-refinements>div+div .c-divider
{
    margin-top: 20px
}/*END !$!$!========src/modules/refinements/styles/refinements========*//*BEGIN !$!$!========src/modules/review/styles/review========*//* line 4, src/modules/review/styles/_review.scss */
.m-review
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}/* line 8, src/modules/review/styles/_review.scss */
.m-review .c-heading
{
    font-size: 18px;
    line-height: 24px;
    padding: 37px 0 3px;
    font-weight: 600;
    padding: 22px 0 6px
}/* line 13, src/modules/review/styles/_review.scss */
.m-review .c-content-toggle p
{
    word-wrap: break-word;
    padding-top: 0
}/* line 19, src/modules/review/styles/_review.scss */
.m-review div .c-rating
{
    margin-top: 18px
}/* line 22, src/modules/review/styles/_review.scss */
.m-review div .c-rating .f-individual
{
    padding: 0;
    margin-bottom: 4px
}/* line 28, src/modules/review/styles/_review.scss */
.m-review div .c-paragraph
{
    font-size: 15px;
    line-height: 20px;
    padding: 24px 0 0;
    font-weight: 400;
    padding: 0
}/* line 32, src/modules/review/styles/_review.scss */
.m-review div .c-paragraph+.c-paragraph-3
{
    padding: 8px 0 0;
    word-wrap: break-word
}/* line 38, src/modules/review/styles/_review.scss */
.m-review div .c-meta-text
{
    padding-top: 8px;
    font-weight: 400
}
@media only screen and (min-width: 540px)
{/* line 4, src/modules/review/styles/_review.scss */
    .m-review
    {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}/*END !$!$!========src/modules/review/styles/review========*//*BEGIN !$!$!========src/modules/rich-heading/styles/rich_heading========*//* line 8, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading
{
    display: block;
    height: 200px;
    position: relative;
    padding-top: 0;
    margin-top: 48px;
    overflow: hidden
}
@media only screen and (min-width: 1084px)
{/* line 8, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading
    {
        padding-left: 5%;
        padding-right: 5%
    }
}/* line 21, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.f-image
{
    width: 100%;
    height: 200px;
    background: #000;
    color: #fff
}/* line 28, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading>div
{
    position: relative;
    width: 50%;
    float: left
}/* line 36, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading>picture.c-image img
{
    height: 200px;
    width: 400px;
    max-width: none;
    position: absolute;
    right: 0
}/* line 44, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading>picture.c-image:after
{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 285px;
    width: 115px;
    height: 200px;
    background: linear-gradient(to left,rgba(255,255,255,0) 0,#000 100%)
}
@media only screen and (max-width: 539px)
{/* line 56, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image:after
    {
        right: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to left,rgba(255,255,255,0) 0,#000 80%)
    }/* line 63, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image:before
    {
        background: rgba(255,255,255,0)
    }
}/* line 70, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading .c-paragraph-3
{
    overflow: hidden;
    box-sizing: content-box;
    max-height: 40px
}/* line 74, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading .c-heading
{
    font-size: 34px;
    line-height: 40px;
    padding: 38px 0 2px;
    font-weight: 600;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 80px
}/* line 80, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-light.f-brand-neutral-10
{
    background: #e6e6e6
}/* line 84, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-light.f-brand-neutral-20
{
    background: #d2d2d2
}/* line 88, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-light.f-brand-neutral-30
{
    background: #acacac
}/* line 94, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-accent
{
    background: #0067b8
}/* line 98, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-45
{
    background: #919191
}/* line 102, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-55
{
    background: #737373
}/* line 106, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-65
{
    background: #505050
}/* line 110, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-75
{
    background: #464646
}/* line 114, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-80
{
    background: #2f2f2f
}/* line 118, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-90
{
    background: #171717
}/* line 122, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading.theme-dark.f-brand-neutral-100
{
    background: #000
}/* line 127, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading .c-logo
{
    position: absolute;
    right: 48px;
    width: 200px;
    height: 130px;
    margin-top: 32px;
    margin-bottom: 32px
}/* line 135, src/modules/rich-heading/styles/_rich_heading.scss */
.m-rich-heading .c-logo>.c-image
{
    width: 100%;
    max-width: 200px;
    max-height: 130px
}
@media only screen and (max-width: 1083px)
{/* line 143, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading .c-heading
    {
        font-size: 24px;
        line-height: 28px;
        overflow: hidden;
        box-sizing: content-box;
        max-height: 56px
    }/* line 148, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading .c-logo
    {
        right: 36px
    }
}
@media only screen and (max-width: 767px)
{/* line 154, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>div
    {
        width: 100%;
        float: none
    }/* line 159, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading .c-logo, .m-rich-heading .c-paragraph-3
    {
        display: none
    }/* line 164, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading .c-heading
    {
        padding: 8px
    }/* line 168, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading.theme-dark, .m-rich-heading.theme-light
    {
        height: auto
    }/* line 174, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image
    {
        z-index: -1
    }/* line 177, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image+div
    {
        height: 200px
    }/* line 180, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image+div .c-heading
    {
        position: absolute;
        bottom: 40px;
        z-index: 1
    }/* line 187, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image:before
    {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.4)
    }
}
@media only screen and (max-width: 539px)
{/* line 204, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image:after
    {
        right: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to left,rgba(255,255,255,0) 0,#000 80%)
    }/* line 211, src/modules/rich-heading/styles/_rich_heading.scss */
    .m-rich-heading>picture.c-image:before
    {
        background: rgba(255,255,255,0)
    }
}/*END !$!$!========src/modules/rich-heading/styles/rich_heading========*//*BEGIN !$!$!========src/modules/search-help/styles/search_help========*//* line 8, src/modules/search-help/styles/_search_help.scss */
.m-search-help .c-heading-5
{
    padding: 12px 0 24px
}/* line 12, src/modules/search-help/styles/_search_help.scss */
.m-search-help ul li, .m-search-help span
{
    padding: 2px 0
}/* line 17, src/modules/search-help/styles/_search_help.scss */
.m-search-help .f-column
{
    padding-right: 24px
}/* line 21, src/modules/search-help/styles/_search_help.scss */
.m-search-help .c-search
{
    max-width: 100%;
    margin: 46px 0 84px
}
@media only screen and (max-width: 539px)
{/* line 29, src/modules/search-help/styles/_search_help.scss */
    .m-search-help .c-heading-5
    {
        padding: 12px 0 8px
    }
}/*END !$!$!========src/modules/search-help/styles/search_help========*//*BEGIN !$!$!========src/modules/search-results/styles/search_results========*//* line 11, src/modules/search-results/styles/_search_results.scss */
.m-search-results [class^="c-heading-"]
{
    padding-top: 0
}/* line 15, src/modules/search-results/styles/_search_results.scss */
.m-search-results>div:last-child
{
    padding: 24px 0
}/* line 19, src/modules/search-results/styles/_search_results.scss */
.m-search-results .c-hyperlink
{
    display: block
}/* line 23, src/modules/search-results/styles/_search_results.scss */
.m-search-results .f-result-item, .m-search-results .f-result-item-details
{
    padding-top: 24px
}/* line 28, src/modules/search-results/styles/_search_results.scss */
.m-search-results .f-result-item-details
{
    padding-left: 24px
}/* line 32, src/modules/search-results/styles/_search_results.scss */
.m-search-results .f-hyperlink
{
    font-weight: 400;
    line-height: 20px
}/* line 37, src/modules/search-results/styles/_search_results.scss */
.m-search-results h3.f-hyperlink
{
    font-size: 20px;
    line-height: 24px;
    padding-top: 0;
    font-weight: 200
}
@media(max-width: 767px)
{/* line 37, src/modules/search-results/styles/_search_results.scss */
    .m-search-results h3.f-hyperlink
    {
        font-size: 18px;
        line-height: 24px
    }
}/* line 43, src/modules/search-results/styles/_search_results.scss */
.m-search-results span.f-hyperlink .c-hyperlink
{
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    max-height: 24px;
    padding-bottom: 1.636px;
    color: #107c10
}/* line 48, src/modules/search-results/styles/_search_results.scss */
.m-search-results p
{
    color: rgba(0,0,0,.6);
    padding-top: 0
}
@media only screen and (max-width: 539px)
{/* line 55, src/modules/search-results/styles/_search_results.scss */
    .m-search-results .f-result-item-details
    {
        padding: 0
    }
}/*END !$!$!========src/modules/search-results/styles/search_results========*//*BEGIN !$!$!========src/modules/skip-to-main/styles/skip_to_main========*//* line 4, src/modules/skip-to-main/styles/_skip_to_main.scss */
a.m-skip-to-main
{
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -2
}/* line 13, src/modules/skip-to-main/styles/_skip_to_main.scss */
a.m-skip-to-main:hover
{
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -2
}/* line 23, src/modules/skip-to-main/styles/_skip_to_main.scss */
a.m-skip-to-main:focus, a.m-skip-to-main:active
{
    background: #e6e6e6;
    color: #0067b8;
    position: fixed;
    top: 0;
    left: 0;
    padding: 24px;
    width: auto;
    height: auto;
    overflow: auto;
    right: 0;
    text-decoration: underline;
    text-align: center;
    z-index: 800;
    outline: none
}/* line 41, src/modules/skip-to-main/styles/_skip_to_main.scss */
a.m-skip-to-main:focus
{
    border: 1px dashed #000
}/*END !$!$!========src/modules/skip-to-main/styles/skip_to_main========*//*BEGIN !$!$!========src/modules/social/styles/social========*//* .c-social deprecated v.1.6.0 - use m-social *//* TODO: Remove c-social in v.2.0 *//* line 10, src/modules/social/styles/_social.scss */
.m-social
{
    padding: 0
}/* line 14, src/modules/social/styles/_social.scss */
.m-social, .c-social
{
    display: block;
    margin-top: 48px;/* ul shape added in v.1.10.0 *//* TODO: Remove > a in v.2.0 */}/* line 22, src/modules/social/styles/_social.scss */
.m-social.f-facebook>div, .m-social.f-pinterest>div, .m-social.f-twitter>div, .c-social.f-facebook>div, .c-social.f-pinterest>div, .c-social.f-twitter>div
{
    display: inline-block;
    margin-right: 24px
}
@media only screen and (max-width: 1084px)
{/* line 28, src/modules/social/styles/_social.scss */
    .m-social.f-pad-small-viewports, .c-social.f-pad-small-viewports
    {
        padding-left: 36px
    }
}
@media only screen and (max-width: 768px)
{/* line 28, src/modules/social/styles/_social.scss */
    .m-social.f-pad-small-viewports, .c-social.f-pad-small-viewports
    {
        padding-left: 24px
    }
}
@media only screen and (max-width: 540px)
{/* line 28, src/modules/social/styles/_social.scss */
    .m-social.f-pad-small-viewports, .c-social.f-pad-small-viewports
    {
        padding-left: 12px
    }
}/* line 42, src/modules/social/styles/_social.scss */
.m-social>span, .c-social>span
{
    font-size: 15px;
    line-height: 20px;
    color: rgba(0,0,0,.6);
    padding-right: 12px;
    margin-bottom: 4px
}/* line 51, src/modules/social/styles/_social.scss */
.m-social>a, .m-social>ul>li>a, .c-social>a, .c-social>ul>li>a
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    position: relative;
    width: 32px;
    height: 32px;
    transition: scale .2s ease-in-out
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-social>a:before, .m-social>ul>li>a:before, .c-social>a:before, .c-social>ul>li>a:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-social>a:focus, .m-social>ul>li>a:focus, .c-social>a:focus, .c-social>ul>li>a:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-social>a:focus:before, .m-social>ul>li>a:focus:before, .c-social>a:focus:before, .c-social>ul>li>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-social>a:focus, .theme-dark .theme-light .m-social>a:focus, .theme-light .m-social>ul>li>a:focus, .theme-dark .theme-light .m-social>ul>li>a:focus, .theme-light .c-social>a:focus, .theme-dark .theme-light .c-social>a:focus, .theme-light .c-social>ul>li>a:focus, .theme-dark .theme-light .c-social>ul>li>a:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-social>a:focus:before, .theme-dark .theme-light .m-social>a:focus:before, .theme-light .m-social>ul>li>a:focus:before, .theme-dark .theme-light .m-social>ul>li>a:focus:before, .theme-light .c-social>a:focus:before, .theme-dark .theme-light .c-social>a:focus:before, .theme-light .c-social>ul>li>a:focus:before, .theme-dark .theme-light .c-social>ul>li>a:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-social>a:focus, .theme-light .theme-dark .m-social>a:focus, .theme-dark .m-social>ul>li>a:focus, .theme-light .theme-dark .m-social>ul>li>a:focus, .theme-dark .c-social>a:focus, .theme-light .theme-dark .c-social>a:focus, .theme-dark .c-social>ul>li>a:focus, .theme-light .theme-dark .c-social>ul>li>a:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-social>a:focus:before, .theme-light .theme-dark .m-social>a:focus:before, .theme-dark .m-social>ul>li>a:focus:before, .theme-light .theme-dark .m-social>ul>li>a:focus:before, .theme-dark .c-social>a:focus:before, .theme-light .theme-dark .c-social>a:focus:before, .theme-dark .c-social>ul>li>a:focus:before, .theme-light .theme-dark .c-social>ul>li>a:focus:before
{
    border-color: rgba(0,0,0,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 51, src/modules/social/styles/_social.scss */
    .m-social>a, .m-social>ul>li>a, .c-social>a, .c-social>ul>li>a
    {
        -ms-high-contrast-adjust: background;
        background: #fff
    }
}/* line 67, src/modules/social/styles/_social.scss */
.m-social>a:focus:before, .m-social>a:hover:before, .m-social>ul>li>a:focus:before, .m-social>ul>li>a:hover:before, .c-social>a:focus:before, .c-social>a:hover:before, .c-social>ul>li>a:focus:before, .c-social>ul>li>a:hover:before
{
    background: rgba(0,0,0,.1)
}
@media screen and (-ms-high-contrast: active)
{/* line 67, src/modules/social/styles/_social.scss */
    .m-social>a:focus:before, .m-social>a:hover:before, .m-social>ul>li>a:focus:before, .m-social>ul>li>a:hover:before, .c-social>a:focus:before, .c-social>a:hover:before, .c-social>ul>li>a:focus:before, .c-social>ul>li>a:hover:before
    {
        background: none
    }
}/* line 76, src/modules/social/styles/_social.scss */
.m-social>a:active, .m-social>ul>li>a:active, .c-social>a:active, .c-social>ul>li>a:active
{
    -ms-transform: scale(.98);
    transform: scale(.98)
}/* line 79, src/modules/social/styles/_social.scss */
.m-social>a:active:before, .m-social>ul>li>a:active:before, .c-social>a:active:before, .c-social>ul>li>a:active:before
{
    background: rgba(0,0,0,.2)
}/* line 84, src/modules/social/styles/_social.scss */
.m-social>a:before, .m-social>ul>li>a:before, .c-social>a:before, .c-social>ul>li>a:before
{
    background: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}/* line 95, src/modules/social/styles/_social.scss */
.m-social>a img, .m-social>ul>li>a img, .c-social>a img, .c-social>ul>li>a img
{
    max-width: 100%
}/* line 99, src/modules/social/styles/_social.scss */
.m-social>a.x-hidden-focus, .m-social>ul>li>a.x-hidden-focus, .c-social>a.x-hidden-focus, .c-social>ul>li>a.x-hidden-focus
{
    outline: 0
}/* line 102, src/modules/social/styles/_social.scss */
.m-social>a.x-hidden-focus:before, .m-social>ul>li>a.x-hidden-focus:before, .c-social>a.x-hidden-focus:before, .c-social>ul>li>a.x-hidden-focus:before
{
    background: none
}/* line 108, src/modules/social/styles/_social.scss */
@media screen and (-ms-high-contrast: active)
{/* line 115, src/modules/social/styles/_social.scss */
    .m-social.f-share>a:hover:before, .m-social.f-share ul>li>a:hover:before, .m-social.f-follow>a:hover:before, .m-social.f-follow ul>li>a:hover:before, .c-social.f-share>a:hover:before, .c-social.f-share ul>li>a:hover:before, .c-social.f-follow>a:hover:before, .c-social.f-follow ul>li>a:hover:before
    {
        background: none
    }
}/* line 122, src/modules/social/styles/_social.scss */
.m-social.f-share>a:active, .m-social.f-share ul>li>a:active, .m-social.f-follow>a:active, .m-social.f-follow ul>li>a:active, .c-social.f-share>a:active, .c-social.f-share ul>li>a:active, .c-social.f-follow>a:active, .c-social.f-follow ul>li>a:active
{
    outline: 0
}/* line 126, src/modules/social/styles/_social.scss */
.m-social.f-share>a>img, .m-social.f-share ul>li>a>img, .m-social.f-follow>a>img, .m-social.f-follow ul>li>a>img, .c-social.f-share>a>img, .c-social.f-share ul>li>a>img, .c-social.f-follow>a>img, .c-social.f-follow ul>li>a>img
{
    opacity: .6
}
@media screen and (-ms-high-contrast: active)
{/* line 126, src/modules/social/styles/_social.scss */
    .m-social.f-share>a>img, .m-social.f-share ul>li>a>img, .m-social.f-follow>a>img, .m-social.f-follow ul>li>a>img, .c-social.f-share>a>img, .c-social.f-share ul>li>a>img, .c-social.f-follow>a>img, .c-social.f-follow ul>li>a>img
    {
        opacity: 1
    }
}/* line 133, src/modules/social/styles/_social.scss */
.m-social.f-share>a>img:hover, .m-social.f-share>a>img:focus, .m-social.f-share ul>li>a>img:hover, .m-social.f-share ul>li>a>img:focus, .m-social.f-follow>a>img:hover, .m-social.f-follow>a>img:focus, .m-social.f-follow ul>li>a>img:hover, .m-social.f-follow ul>li>a>img:focus, .c-social.f-share>a>img:hover, .c-social.f-share>a>img:focus, .c-social.f-share ul>li>a>img:hover, .c-social.f-share ul>li>a>img:focus, .c-social.f-follow>a>img:hover, .c-social.f-follow>a>img:focus, .c-social.f-follow ul>li>a>img:hover, .c-social.f-follow ul>li>a>img:focus
{
    opacity: .8
}
@media screen and (-ms-high-contrast: active)
{/* line 133, src/modules/social/styles/_social.scss */
    .m-social.f-share>a>img:hover, .m-social.f-share>a>img:focus, .m-social.f-share ul>li>a>img:hover, .m-social.f-share ul>li>a>img:focus, .m-social.f-follow>a>img:hover, .m-social.f-follow>a>img:focus, .m-social.f-follow ul>li>a>img:hover, .m-social.f-follow ul>li>a>img:focus, .c-social.f-share>a>img:hover, .c-social.f-share>a>img:focus, .c-social.f-share ul>li>a>img:hover, .c-social.f-share ul>li>a>img:focus, .c-social.f-follow>a>img:hover, .c-social.f-follow>a>img:focus, .c-social.f-follow ul>li>a>img:hover, .c-social.f-follow ul>li>a>img:focus
    {
        opacity: 1
    }
}/* line 142, src/modules/social/styles/_social.scss */
.m-social.f-share>a>img:active, .m-social.f-share ul>li>a>img:active, .m-social.f-follow>a>img:active, .m-social.f-follow ul>li>a>img:active, .c-social.f-share>a>img:active, .c-social.f-share ul>li>a>img:active, .c-social.f-follow>a>img:active, .c-social.f-follow ul>li>a>img:active
{
    opacity: 1
}/* line 149, src/modules/social/styles/_social.scss */
.m-social button, .c-social button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    padding: 0;
    color: rgba(0,0,0,.6);
    vertical-align: middle
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-social button:before, .c-social button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-social button:focus, .c-social button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-social button:focus:before, .c-social button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-social button:focus, .theme-dark .theme-light .m-social button:focus, .theme-light .c-social button:focus, .theme-dark .theme-light .c-social button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-social button:focus:before, .theme-dark .theme-light .m-social button:focus:before, .theme-light .c-social button:focus:before, .theme-dark .theme-light .c-social button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-social button:focus, .theme-light .theme-dark .m-social button:focus, .theme-dark .c-social button:focus, .theme-light .theme-dark .c-social button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-social button:focus:before, .theme-light .theme-dark .m-social button:focus:before, .theme-dark .c-social button:focus:before, .theme-light .theme-dark .c-social button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 159, src/modules/social/styles/_social.scss */
.m-social button[aria-hidden="true"], .c-social button[aria-hidden="true"]
{
    display: none
}/* line 164, src/modules/social/styles/_social.scss */
.m-social .f-hide, .c-social .f-hide
{
    display: none !important
}/* line 168, src/modules/social/styles/_social.scss */
.m-social.f-horizontal, .c-social.f-horizontal
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;/* ul shape added in v.1.10.0 *//* TODO: Remove > a in v.2.0 */}/* line 174, src/modules/social/styles/_social.scss */
.m-social.f-horizontal>a, .m-social.f-horizontal ul>li>a, .c-social.f-horizontal>a, .c-social.f-horizontal ul>li>a
{
    display: inline-block;
    margin-right: 12px
}/* line 180, src/modules/social/styles/_social.scss */
.m-social.f-horizontal ul>li, .c-social.f-horizontal ul>li
{
    float: left
}/* line 184, src/modules/social/styles/_social.scss */
.m-social.f-horizontal button[aria-hidden="false"], .c-social.f-horizontal button[aria-hidden="false"]
{
    display: inline-block
}/* line 191, src/modules/social/styles/_social.scss */
.m-social.f-horizontal button.c-glyph[aria-expanded="false"]:after, .m-social.f-horizontal button.c-glyph[data-js-toggle="false"]:after, .c-social.f-horizontal button.c-glyph[aria-expanded="false"]:after, .c-social.f-horizontal button.c-glyph[data-js-toggle="false"]:after
{
    content: ""
}/* line 198, src/modules/social/styles/_social.scss */
.m-social.f-horizontal button.c-glyph[aria-expanded="true"]:after, .m-social.f-horizontal button.c-glyph[data-js-toggle="true"]:after, .c-social.f-horizontal button.c-glyph[aria-expanded="true"]:after, .c-social.f-horizontal button.c-glyph[data-js-toggle="true"]:after
{
    content: ""
}/* line 205, src/modules/social/styles/_social.scss */
.m-social.f-vertical>a, .m-social.f-vertical ul>li>a, .c-social.f-vertical>a, .c-social.f-vertical ul>li>a
{
    display: block;
    margin-bottom: 12px;
    margin-right: 0
}/* line 215, src/modules/social/styles/_social.scss */
.m-social.f-vertical button[aria-hidden="false"], .c-social.f-vertical button[aria-hidden="false"]
{
    display: block
}/* line 222, src/modules/social/styles/_social.scss */
.m-social.f-vertical button.c-glyph[aria-expanded="false"]:after, .m-social.f-vertical button.c-glyph[data-js-toggle="false"]:after, .c-social.f-vertical button.c-glyph[aria-expanded="false"]:after, .c-social.f-vertical button.c-glyph[data-js-toggle="false"]:after
{
    font-family: "MWF-MDL2";
    content: ""
}/* line 229, src/modules/social/styles/_social.scss */
.m-social.f-vertical button.c-glyph[aria-expanded="true"]:after, .m-social.f-vertical button.c-glyph[data-js-toggle="true"]:after, .c-social.f-vertical button.c-glyph[aria-expanded="true"]:after, .c-social.f-vertical button.c-glyph[data-js-toggle="true"]:after
{
    font-family: "MWF-MDL2";
    content: ""
}
@media only screen and (max-width: 767px)
{/* line 14, src/modules/social/styles/_social.scss */
    .m-social, .c-social
    {
        margin-top: 36px
    }
}/*END !$!$!========src/modules/social/styles/social========*//*BEGIN !$!$!========src/modules/split-reveal/styles/split_reveal========*//* line 4, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal
{
    position: relative;
    padding: 0;
    margin-top: 0
}/* line 9, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal>div:first-child
{
    position: absolute;
    background: #fff;
    z-index: 1
}/* line 14, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal>div:first-child button
{
    position: relative;
    padding: 0;
    border-radius: 50%;
    background: #0067b8;
    border: solid #fff;
    outline: none;
    z-index: 2
}/* line 26, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal .c-image img
{
    width: 100%
}/* line 31, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal>.c-image
{
    display: block
}/* line 34, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal>.c-image+div
{
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 0%
}/* line 45, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal.f-horizontal>div:first-child, .m-split-reveal.f-horizontal>div:first-child div, .m-split-reveal.f-horizontal>div:first-child picture, .m-split-reveal.f-horizontal>div:first-child img, .m-split-reveal.f-horizontal>.c-image+div, .m-split-reveal.f-horizontal>.c-image+div div, .m-split-reveal.f-horizontal>.c-image+div picture, .m-split-reveal.f-horizontal>.c-image+div img
{
    height: 100%
}/* line 55, src/modules/split-reveal/styles/_split_reveal.scss */
.m-split-reveal.f-vertical>div:first-child, .m-split-reveal.f-vertical>.c-image+div
{
    width: 100%
}/*END !$!$!========src/modules/split-reveal/styles/split_reveal========*//*BEGIN !$!$!========src/modules/sticky/styles/sticky========*//* line 2, src/modules/sticky/styles/_sticky.scss */
.m-sticky
{
    background: transparent;
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    padding: 0;
    margin: auto
}/* line 8, src/modules/sticky/styles/_sticky.scss */
.m-sticky.f-hidden
{
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    visibility: hidden
}/* line 16, src/modules/sticky/styles/_sticky.scss */
.m-sticky.f-no-transition
{
    transition: none;
    -ms-transform: none;
    transform: none
}/* line 21, src/modules/sticky/styles/_sticky.scss */
.m-sticky.f-stuck
{
    left: 0;
    right: 0;
    top: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 500;
    position: fixed;
    display: block
}/* line 30, src/modules/sticky/styles/_sticky.scss */
.m-sticky.f-stuck.f-animate
{
    visibility: visible;
    -ms-transform: none;
    transform: none
}/*END !$!$!========src/modules/sticky/styles/sticky========*//*BEGIN !$!$!========src/modules/supplemental-navigation/styles/supplemental_navigation========*//* Using extends as we need to support .c-supplemental-nav
   inside and outside of the module until v.2.0 as it has
   been deprecated. This can be changed back at that time.
   Use .m-supplemental-nav instead *//* line 12, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav, .m-supplemental-nav>nav
{
    margin-top: 32px
}/* line 15, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav nav[aria-hidden="true"], .m-supplemental-nav>nav nav[aria-hidden="true"]
{
    display: none
}/* line 19, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a, .m-supplemental-nav>nav a, .c-supplemental-nav span, .m-supplemental-nav>nav span, .c-supplemental-nav button, .m-supplemental-nav>nav button
{
    display: block;
    margin-bottom: 30px;
    color: rgba(0,0,0,.6)
}/* line 26, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a:hover, .m-supplemental-nav>nav a:hover, .c-supplemental-nav span:hover, .m-supplemental-nav>nav span:hover, .c-supplemental-nav button:hover, .m-supplemental-nav>nav button:hover
{
    cursor: pointer
}/* line 31, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav>a, .m-supplemental-nav>nav>a
{
    margin-bottom: 16px
}/* line 35, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav button, .m-supplemental-nav>nav button
{
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 16px
}/* line 41, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav button:after, .m-supplemental-nav>nav button:after
{
    font-family: "MWF-MDL2";
    content: "";
    font-size: 8px;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    margin-left: 8px;
    padding-top: 7px
}/* line 51, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a, .m-supplemental-nav>nav a, .c-supplemental-nav button, .m-supplemental-nav>nav button
{
    position: relative;
    border: 2px solid transparent;
    outline: 0
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.c-supplemental-nav a:before, .m-supplemental-nav>nav a:before, .c-supplemental-nav button:before, .m-supplemental-nav>nav button:before
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.c-supplemental-nav a:focus, .m-supplemental-nav>nav a:focus, .c-supplemental-nav button:focus, .m-supplemental-nav>nav button:focus
{
    border-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.c-supplemental-nav a:focus:before, .m-supplemental-nav>nav a:focus:before, .c-supplemental-nav button:focus:before, .m-supplemental-nav>nav button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-supplemental-nav a:focus, .theme-light .m-supplemental-nav>nav a:focus, .theme-dark .theme-light .c-supplemental-nav a:focus, .theme-dark .theme-light .m-supplemental-nav>nav a:focus, .theme-light .c-supplemental-nav button:focus, .theme-light .m-supplemental-nav>nav button:focus, .theme-dark .theme-light .c-supplemental-nav button:focus, .theme-dark .theme-light .m-supplemental-nav>nav button:focus
{
    border-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .c-supplemental-nav a:focus:before, .theme-light .m-supplemental-nav>nav a:focus:before, .theme-dark .theme-light .c-supplemental-nav a:focus:before, .theme-dark .theme-light .m-supplemental-nav>nav a:focus:before, .theme-light .c-supplemental-nav button:focus:before, .theme-light .m-supplemental-nav>nav button:focus:before, .theme-dark .theme-light .c-supplemental-nav button:focus:before, .theme-dark .theme-light .m-supplemental-nav>nav button:focus:before
{
    border-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-supplemental-nav a:focus, .theme-dark .m-supplemental-nav>nav a:focus, .theme-light .theme-dark .c-supplemental-nav a:focus, .theme-light .theme-dark .m-supplemental-nav>nav a:focus, .theme-dark .c-supplemental-nav button:focus, .theme-dark .m-supplemental-nav>nav button:focus, .theme-light .theme-dark .c-supplemental-nav button:focus, .theme-light .theme-dark .m-supplemental-nav>nav button:focus
{
    border-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .c-supplemental-nav a:focus:before, .theme-dark .m-supplemental-nav>nav a:focus:before, .theme-light .theme-dark .c-supplemental-nav a:focus:before, .theme-light .theme-dark .m-supplemental-nav>nav a:focus:before, .theme-dark .c-supplemental-nav button:focus:before, .theme-dark .m-supplemental-nav>nav button:focus:before, .theme-light .theme-dark .c-supplemental-nav button:focus:before, .theme-light .theme-dark .m-supplemental-nav>nav button:focus:before
{
    border-color: rgba(0,0,0,.6)
}/* line 55, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a.active, .m-supplemental-nav>nav a.active, .c-supplemental-nav button.active, .m-supplemental-nav>nav button.active
{
    color: #000
}/* line 59, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a:hover, .m-supplemental-nav>nav a:hover, .c-supplemental-nav a:focus, .m-supplemental-nav>nav a:focus, .c-supplemental-nav button:hover, .m-supplemental-nav>nav button:hover, .c-supplemental-nav button:focus, .m-supplemental-nav>nav button:focus
{
    color: rgba(0,0,0,.8)
}/* line 64, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a.f-active, .m-supplemental-nav>nav a.f-active, .c-supplemental-nav button.f-active, .m-supplemental-nav>nav button.f-active
{
    color: #000
}/* line 68, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a.f-disabled, .m-supplemental-nav>nav a.f-disabled, .c-supplemental-nav button.f-disabled, .m-supplemental-nav>nav button.f-disabled
{
    color: rgba(0,0,0,.2);
    cursor: not-allowed
}/* line 75, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav a:hover, .m-supplemental-nav>nav a:hover
{
    text-decoration: underline
}/* line 80, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav>nav>a+nav, .m-supplemental-nav>nav>nav>a+nav
{
    height: 0;
    overflow: hidden
}/* line 85, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav>nav>a:first-child, .m-supplemental-nav>nav>nav>a:first-child, .c-supplemental-nav>nav>span:first-child, .m-supplemental-nav>nav>nav>span:first-child
{
    margin-left: 0;
    margin-bottom: 16px
}/* line 91, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav>nav a, .m-supplemental-nav>nav>nav a
{
    margin-left: 20px;
    margin-bottom: 16px
}/* line 97, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.c-supplemental-nav nav>nav>nav, .m-supplemental-nav>nav nav>nav>nav
{
    margin-left: 20px
}/* .c-supplemental-nav is deprecated as of v.1.7.0
   this exists here until we drop support *//* line 108, src/modules/supplemental-navigation/styles/_supplemental_navigation.scss */
.m-supplemental-nav
{
    clear: left;
    padding-top: 0
}/* line 4, src/mwf_styles/utilities/_clearfix.scss */
.m-supplemental-nav:before, .m-supplemental-nav:after
{
    content: " ";
    display: table
}/* line 10, src/mwf_styles/utilities/_clearfix.scss */
.m-supplemental-nav:after
{
    clear: both
}/*END !$!$!========src/modules/supplemental-navigation/styles/supplemental_navigation========*//*BEGIN !$!$!========src/modules/system-requirements/styles/system_requirements========*//* line 4, src/modules/system-requirements/styles/_system_requirements.scss */
.m-system-requirements
{/* Needs to be 30 due to the way the grid padding
       is setup in order to maintain 48px padding at max VP */
    padding-left: 30px;
    padding-right: 30px
}/* line 13, src/modules/system-requirements/styles/_system_requirements.scss */
.m-system-requirements .c-heading-3
{
    padding-top: 0
}/* line 18, src/modules/system-requirements/styles/_system_requirements.scss */
.m-system-requirements .c-table caption
{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}/* line 25, src/modules/system-requirements/styles/_system_requirements.scss */
.m-system-requirements .c-table tr:before
{
    width: 0
}/* line 29, src/modules/system-requirements/styles/_system_requirements.scss */
.m-system-requirements .c-table td, .m-system-requirements .c-table th
{
    min-width: 120px;
    padding-left: 0;
    vertical-align: text-top
}/* line 35, src/modules/system-requirements/styles/_system_requirements.scss */
.m-system-requirements .c-table td:first-child, .m-system-requirements .c-table th:first-child
{
    font-weight: 600
}
@media only screen and (max-width: 539px)
{/* line 44, src/modules/system-requirements/styles/_system_requirements.scss */
    .m-system-requirements.f-single-column .c-table.f-divided tbody>tr
    {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media screen and (max-width: 1778px)
{/* line 4, src/modules/system-requirements/styles/_system_requirements.scss */
    .m-system-requirements
    {
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (max-width: 1399px)
{/* line 4, src/modules/system-requirements/styles/_system_requirements.scss */
    .m-system-requirements
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (max-width: 1083px)
{/* line 4, src/modules/system-requirements/styles/_system_requirements.scss */
    .m-system-requirements
    {
        padding-left: 18px;
        padding-right: 18px
    }
}
@media only screen and (max-width: 767px)
{/* line 4, src/modules/system-requirements/styles/_system_requirements.scss */
    .m-system-requirements
    {
        padding-left: 12px;
        padding-right: 12px
    }
}
@media only screen and (max-width: 539px)
{/* line 4, src/modules/system-requirements/styles/_system_requirements.scss */
    .m-system-requirements
    {
        padding-left: 0;
        padding-right: 0
    }
}/*END !$!$!========src/modules/system-requirements/styles/system_requirements========*//*BEGIN !$!$!========src/modules/track-list/styles/track_list========*//* line 8, src/modules/track-list/styles/_track_list.scss */
.m-track-list>[class^="c-heading"]
{
    margin-bottom: 24px
}/* line 12, src/modules/track-list/styles/_track_list.scss */
.m-track-list>div
{
    display: table;
    border-collapse: collapse
}/* line 18, src/modules/track-list/styles/_track_list.scss */
.m-track-list>div .c-track-list-placement.f-row-click:hover
{
    background: #e6e6e6
}/* line 22, src/modules/track-list/styles/_track_list.scss */
.m-track-list>div .c-track-list-placement.f-row-click:focus
{
    outline: 1px dashed rgba(0,0,0,.6)
}/* line 26, src/modules/track-list/styles/_track_list.scss */
.m-track-list>div .c-track-list-placement.f-row-click:active
{
    background: #acacac
}/* line 38, src/modules/track-list/styles/_track_list.scss */
.m-track-list.f-lean .c-track-list-placement.f-size-small.f-wide>div:nth-child(3)
{
    max-width: 250px
}/* line 42, src/modules/track-list/styles/_track_list.scss */
.m-track-list.f-lean .c-track-list-placement.f-size-small.f-wide>div>.c-button
{
    margin: 6px 0
}/*END !$!$!========src/modules/track-list/styles/track_list========*//*BEGIN !$!$!========src/modules/typographic-intro/styles/typographic_intro========*//* line 5, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro
{
    padding-left: 0;
    padding-right: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: auto
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-00
{
    background: #fff
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-10
{
    background: #e6e6e6
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-20
{
    background: #d2d2d2
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-30
{
    background: #acacac
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-45
{
    background: #919191
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-55
{
    background: #737373
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-65
{
    background: #505050
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-75
{
    background: #464646
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-80
{
    background: #2f2f2f
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-90
{
    background: #171717
}/* line 53, src/mwf_styles/utilities/_list_repeater.scss */
.m-typographic-intro.f-background-neutral-100
{
    background: #000
}
@media only screen and (min-width: 540px)
{/* line 5, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro
    {
        height: 250px
    }
}
@media only screen and (min-width: 768px)
{/* line 5, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro
    {
        height: 300px
    }
}
@media only screen and (min-width: 1084px)
{/* line 5, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro
    {
        height: 360px
    }
}/* line 42, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-00>div>div, .m-typographic-intro.f-background-neutral-10>div>div, .m-typographic-intro.f-background-neutral-20>div>div, .m-typographic-intro.f-background-neutral-30>div>div
{
    color: #000
}/* line 45, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action
{
    color: #000
}/* line 48, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(0,0,0,.1)
}/* line 53, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:hover
{
    color: #000
}/* line 58, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-00>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-10>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-20>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-30>div>div .c-call-to-action:active
{
    background: none;
    color: #000
}/* line 78, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-45>div>div, .m-typographic-intro.f-background-neutral-55>div>div, .m-typographic-intro.f-background-neutral-65>div>div, .m-typographic-intro.f-background-neutral-75>div>div, .m-typographic-intro.f-background-neutral-80>div>div, .m-typographic-intro.f-background-neutral-90>div>div, .m-typographic-intro.f-background-neutral-100>div>div, .m-typographic-intro.f-background-accent>div>div, .m-typographic-intro.f-background-blue>div>div, .m-typographic-intro.f-background-orange>div>div
{
    color: #fff
}/* line 81, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action, .m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action, .m-typographic-intro.f-background-accent>div>div .c-call-to-action, .m-typographic-intro.f-background-blue>div>div .c-call-to-action, .m-typographic-intro.f-background-orange>div>div .c-call-to-action
{
    color: #fff
}/* line 84, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-accent>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-blue>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-orange>div>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    outline: transparent;
    background: rgba(255,255,255,.1)
}/* line 89, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-accent>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-accent>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-blue>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-blue>div>div .c-call-to-action:hover, .m-typographic-intro.f-background-orange>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro.f-background-orange>div>div .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 94, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-neutral-45>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-55>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-65>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-75>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-80>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-90>div>div .c-call-to-action:active, .m-typographic-intro.f-background-neutral-100>div>div .c-call-to-action:active, .m-typographic-intro.f-background-accent>div>div .c-call-to-action:active, .m-typographic-intro.f-background-blue>div>div .c-call-to-action:active, .m-typographic-intro.f-background-orange>div>div .c-call-to-action:active
{
    background: none;
    color: #ccc
}/* line 103, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-accent
{
    background: #0067b8
}/* line 107, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-blue
{
    background: #0078d7
}/* line 111, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-orange
{
    background: #d83b01
}/* line 115, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-msft-red
{
    background: #e81123
}/* line 119, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-msft-orange
{
    background: #d83b01
}/* line 123, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-msft-yellow
{
    background: #ffb900
}/* line 127, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-msft-green
{
    background: #107c10
}/* line 131, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-teal
{
    background: #008272
}/* line 135, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-purple
{
    background: #5c2e91
}/* line 139, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-background-lime-green
{
    background: #5dc21e
}/* line 143, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro>div
{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: calc(1600px + 10%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden
}
@media only screen and (min-width: 1084px)
{/* line 143, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div
    {
        padding: 0 5%
    }
}/* line 160, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro>div>div
{
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    left: 0
}
@media only screen and (min-width: 320px)
{/* line 160, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div
    {
        top: 0;
        -ms-transform: none;
        transform: none
    }
}
@media only screen and (min-width: 540px)
{/* line 160, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div
    {
        padding-left: 24px;
        padding-right: 24px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
@media only screen and (min-width: 768px)
{/* line 160, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div
    {
        padding-left: 36px;
        padding-right: 36px;
        max-width: 800px
    }
}
@media only screen and (min-width: 1400px)
{/* line 160, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div
    {
        padding-left: 48px;
        padding-right: 48px
    }
}/* line 186, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro>div>div>.c-heading
{
    font-size: 24px;
    line-height: 28px;
    padding: 36px 0 4px;
    font-weight: 600;
    font-weight: 600;
    padding-top: 0
}
@media only screen and (min-width: 768px)
{/* line 186, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div>.c-heading
    {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px;
        font-weight: 600;
        font-weight: 600;
        padding-top: 0
    }
}/* line 198, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro>div>div .c-subheading
{
    font-size: 13px;
    line-height: 16px;
    padding: 3px 0 1px;
    font-weight: 400;
    padding-top: 14px;
    columns: 1;
    display: block
}
@media only screen and (min-width: 540px)
{/* line 198, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div .c-subheading
    {
        display: block
    }
}
@media only screen and (min-width: 768px)
{/* line 198, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div .c-subheading
    {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 0 0;
        font-weight: 400;
        padding-top: 14px
    }
}
@media only screen and (min-width: 1084px)
{/* line 198, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div .c-subheading
    {
        columns: 2;
        column-gap: 24px
    }
}/* line 219, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro>div>div .c-call-to-action
{
    padding: 10px 3px 7px 0;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    padding-right: 24px
}
@media screen and (-ms-high-contrast: active)
{/* line 219, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro>div>div .c-call-to-action
    {
        border-color: window !important;
        outline-color: window
    }
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-typographic-intro>div>div .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}
@media screen and (-ms-high-contrast: active)
{/* line 61, src/mwf_styles/utilities/_vfi.scss */
    .m-typographic-intro>div>div .c-call-to-action:focus
    {
        border-color: windowText !important
    }
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action:focus, .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:focus
{
    border-color: #000;
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action:focus, .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:focus
{
    border-color: #fff;
    outline-color: rgba(0,0,0,.6)
}/* line 12, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .m-typographic-intro>div>div .c-call-to-action:hover, .m-typographic-intro>div>div .c-call-to-action:active
{
    background: transparent;
    box-shadow: none !important
}/* line 18, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span, .m-typographic-intro>div>div .c-call-to-action:hover span, .m-typographic-intro>div>div .c-call-to-action:active span
{
    box-shadow: 0 2px currentColor;
    left: 0 !important
}/* line 24, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    color: #005da6;
    background: rgba(0,103,184,.1)
}/* line 28, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor;
    text-decoration: none
}/* line 34, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action:hover
{
    color: #005da6
}/* line 38, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action:active
{
    background: none;
    color: #005293;
    text-decoration: none;
    -ms-transform: none;
    transform: none
}/* line 45, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action[aria-disabled="true"]
{
    cursor: not-allowed;
    color: #cce1f1
}/* line 50, src/mwf_styles/utilities/components/_call_to_action.scss */
.m-typographic-intro>div>div .c-call-to-action.f-image
{
    padding: 0
}/* line 54, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action, .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action
{
    color: #000;
    border-color: transparent;
    background: transparent
}/* line 59, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(0,0,0,.1)
}/* line 62, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 67, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .m-typographic-intro>div>div .c-call-to-action:hover, .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:hover
{
    color: rgba(0,0,0,.9)
}/* line 74, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action:hover, .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:hover
{
    background: transparent
}/* line 78, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action:active, .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action:active
{
    color: rgba(0,0,0,.8)
}/* line 82, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-light .m-typographic-intro>div>div .c-call-to-action[aria-disabled="true"], .theme-dark .theme-light .m-typographic-intro>div>div .c-call-to-action[aria-disabled="true"]
{
    color: #999;
    background: transparent
}/* line 88, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action, .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action
{
    color: #fff;
    background: transparent;
    border-color: transparent
}/* line 93, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus)
{
    background: rgba(255,255,255,.1)
}/* line 96, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span, .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus) span
{
    box-shadow: 0 2px currentColor
}/* line 101, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-dark .m-typographic-intro>div>div .c-call-to-action:hover, .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:focus:not(.x-hidden-focus), .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:hover
{
    color: #e6e6e6
}/* line 108, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action:hover, .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:hover
{
    background: transparent
}/* line 112, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action:active, .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action:active
{
    color: #ccc
}/* line 116, src/mwf_styles/utilities/components/_call_to_action.scss */
.theme-dark .m-typographic-intro>div>div .c-call-to-action[aria-disabled="true"], .theme-light .theme-dark .m-typographic-intro>div>div .c-call-to-action[aria-disabled="true"]
{
    background: transparent;
    color: #666
}/* line 226, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief
{
    height: auto
}
@media only screen and (min-width: 540px)
{/* line 226, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-brief
    {
        height: 200px
    }
}
@media only screen and (min-width: 768px)
{/* line 234, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-brief>div>div
    {
        max-width: 650px
    }
}/* line 239, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief>div>div .c-subheading
{
    display: block;
    columns: 1
}
@media only screen and (min-width: 540px)
{/* line 239, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-brief>div>div .c-subheading
    {
        display: block
    }
}/* line 254, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief.x-align-center>div>div
{
    margin: 0 auto;
    text-align: center
}/* line 258, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief.x-align-center>div>div>.c-group
{
    display: block
}/* line 269, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief.x-align-center.f-background-orange>div>div .c-heading, .m-typographic-intro.f-brief.x-align-center.f-background-blue>div>div .c-heading
{
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 4px
}/* line 275, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief.x-align-center.f-background-orange>div>div .c-subheading, .m-typographic-intro.f-brief.x-align-center.f-background-blue>div>div .c-subheading
{
    padding-bottom: 10px
}/* line 279, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-brief.x-align-center.f-background-orange>div>div .c-call-to-action, .m-typographic-intro.f-brief.x-align-center.f-background-blue>div>div .c-call-to-action
{
    padding-left: 22px;
    padding-right: 22px
}/* line 288, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-transparent
{
    height: auto
}/* line 292, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-transparent>div>div
{
    top: 60%
}
@media only screen and (min-width: 540px)
{/* line 288, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-transparent
    {
        height: 300px
    }
}
@media only screen and (min-width: 768px)
{/* line 288, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-transparent
    {
        height: 400px
    }
}
@media only screen and (min-width: 1084px)
{/* line 288, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-transparent
    {
        height: 480px
    }
}/* line 309, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-transparent.f-brief
{
    height: auto
}
@media only screen and (min-width: 540px)
{/* line 309, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-transparent.f-brief
    {
        height: 250px
    }
}
@media only screen and (min-width: 768px)
{/* line 309, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-transparent.f-brief
    {
        height: 300px
    }
}
@media only screen and (min-width: 1084px)
{/* line 309, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-transparent.f-brief
    {
        height: 300px
    }
}/* line 328, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image.x-align-text
{
    height: 200px
}/* line 332, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .f-remove-padding
{
    padding: 0;
    max-width: none
}/* line 337, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .x-center-text
{
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center
}/* line 344, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image [class~=f-center-flex-group]
{
    -ms-flex-pack: center;
    justify-content: center
}/* line 348, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .f-theme-light
{
    color: #fff
}/* line 352, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .f-theme-dark
{
    color: #000
}/* line 356, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .m-typographic-intro-image
{
    overflow: hidden;
    display: block;
    position: absolute;
    padding-top: 0
}/* line 363, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .c-heading, .m-typographic-intro.f-image .c-subheading
{
    display: block
}/* line 368, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .c-heading
{
    font-size: 20px;
    line-height: 24px;
    padding: 35px 0 5px;
    font-weight: 600;
    max-height: 48px;
    padding: 0
}/* line 374, src/modules/typographic-intro/styles/_typographic_intro.scss */
.m-typographic-intro.f-image .c-subheading
{
    columns: 1;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 0 0;
    font-weight: 600;
    max-height: 40px;
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 400
}
@media only screen and (min-width: 768px)
{/* line 385, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-image .c-heading
    {
        font-size: 24px;
        line-height: 28px;
        padding: 36px 0 4px;
        font-weight: 600;
        max-height: 56px;
        padding: 0
    }/* line 391, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-image .c-subheading
    {
        font-size: 18px;
        line-height: 24px;
        padding: 9px 0 3px;
        font-weight: 600;
        max-height: 48px;
        padding-top: 20px;
        padding-bottom: 0;
        font-weight: 400
    }
}
@media only screen and (min-width: 1084px)
{/* line 402, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-image .c-heading
    {
        font-size: 34px;
        line-height: 40px;
        padding: 38px 0 2px;
        font-weight: 600;
        max-height: 80px;
        padding: 0
    }
}
@media screen and (min-width: 1779px)
{/* line 410, src/modules/typographic-intro/styles/_typographic_intro.scss */
    .m-typographic-intro.f-image.x-align-text
    {
        height: 250px
    }
}/*END !$!$!========src/modules/typographic-intro/styles/typographic_intro========*//*BEGIN !$!$!========src/modules/video-trigger/styles/video_trigger========*//* line 4, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger
{
    position: relative;
    width: 100%;
    padding: 0
}/* line 9, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger .c-image
{
    position: relative;
    display: block;
    padding-bottom: 56.25%
}/* line 14, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger .c-image img
{
    position: absolute
}/* line 18, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger .c-image:after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}/* line 28, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div
{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center
}/* line 36, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div .c-heading
{
    font-size: 34px;
    font-weight: 600;
    width: 50%
}
@media(max-width: 767px)
{/* line 36, src/modules/video-trigger/styles/_video_trigger.scss */
    .m-video-trigger div .c-heading
    {
        font-size: 26px
    }
}/* line 42, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div .c-paragraph
{
    font-size: 15px;
    width: 33.33333%;
    margin-top: 10px
}/* line 48, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div .c-heading, .m-video-trigger div .c-paragraph
{
    padding: 0;
    margin: 0 auto
}/* line 54, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div>a, .m-video-trigger div>button
{
    position: relative;
    outline: 2px solid transparent;
    border: 0;
    display: inline-block;
    position: relative;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    margin-top: 28px;
    height: 48px;
    width: 48px;
    z-index: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: scale ease-in-out
}/* line 43, src/mwf_styles/utilities/_vfi.scss */
.m-video-trigger div>a:after, .m-video-trigger div>button:after
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    outline: 1px solid transparent;
    outline-offset: -1px
}/* line 61, src/mwf_styles/utilities/_vfi.scss */
.m-video-trigger div>a:focus, .m-video-trigger div>button:focus
{
    outline-color: #000
}/* line 72, src/mwf_styles/utilities/_vfi.scss */
.m-video-trigger div>a:focus:after, .m-video-trigger div>button:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 79, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-video-trigger div>a:focus, .theme-dark .theme-light .m-video-trigger div>a:focus, .theme-light .m-video-trigger div>button:focus, .theme-dark .theme-light .m-video-trigger div>button:focus
{
    outline-color: #000
}/* line 86, src/mwf_styles/utilities/_vfi.scss */
.theme-light .m-video-trigger div>a:focus:after, .theme-dark .theme-light .m-video-trigger div>a:focus:after, .theme-light .m-video-trigger div>button:focus:after, .theme-dark .theme-light .m-video-trigger div>button:focus:after
{
    outline-color: rgba(255,255,255,.6)
}/* line 94, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-video-trigger div>a:focus, .theme-light .theme-dark .m-video-trigger div>a:focus, .theme-dark .m-video-trigger div>button:focus, .theme-light .theme-dark .m-video-trigger div>button:focus
{
    outline-color: #fff
}/* line 101, src/mwf_styles/utilities/_vfi.scss */
.theme-dark .m-video-trigger div>a:focus:after, .theme-light .theme-dark .m-video-trigger div>a:focus:after, .theme-dark .m-video-trigger div>button:focus:after, .theme-light .theme-dark .m-video-trigger div>button:focus:after
{
    outline-color: rgba(0,0,0,.6)
}/* line 69, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div>a:hover, .m-video-trigger div>a:focus:not(.x-hidden-focus), .m-video-trigger div>button:hover, .m-video-trigger div>button:focus:not(.x-hidden-focus)
{
    text-decoration: none;
    background: rgba(0,0,0,.7)
}/* line 75, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div>a:active, .m-video-trigger div>button:active
{
    -ms-transform: scale(.9);
    transform: scale(.9)
}/* line 81, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger div>a:before, .m-video-trigger div>button:before
{
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    content: ""
}/* line 95, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[data-js-width="medium"]>div .c-heading
{
    width: 66.66667%
}/* line 99, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[data-js-width="medium"]>div .c-paragraph
{
    width: 50%
}/* line 107, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[data-js-width="small"]>div .c-heading
{
    width: 83.33333%
}/* line 111, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[data-js-width="small"]>div>.c-paragraph
{
    display: none
}/* line 115, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[data-js-width="small"]>div>a
{
    margin-top: 10px
}/* line 122, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.theme-light .c-heading, .m-video-trigger.theme-light .c-paragraph
{
    color: #000
}/* line 129, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.theme-dark .c-heading, .m-video-trigger.theme-dark .c-paragraph
{
    color: #fff
}/* line 136, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[class*="f-mask"].theme-light>picture:after
{
    background: radial-gradient(circle at center center,#fff,rgba(255,255,255,0) 80%)
}/* line 140, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger[class*="f-mask"].theme-dark>picture:after
{
    background: radial-gradient(circle at center center,#000,rgba(255,255,255,0) 80%)
}/* line 145, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.f-mask-20>picture:after
{
    opacity: .2
}/* line 149, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.f-mask-40>picture:after
{
    opacity: .4
}/* line 153, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.f-mask-60>picture:after
{
    opacity: .6
}/* line 157, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.f-mask-80>picture:after
{
    opacity: .8
}/* line 161, src/modules/video-trigger/styles/_video_trigger.scss */
.m-video-trigger.f-mask-100>picture:after
{
    opacity: 1
}/*END !$!$!========src/modules/video-trigger/styles/video_trigger========*//*BEGIN !$!$!========src/components/spacers/styles/spacers========*//*END !$!$!========src/components/spacers/styles/spacers========*//* ================================================= */
/*! OriginalFile: amc, Relative Path: bundles\amc */
@charset "UTF-8";/*BEGIN !$!$!========src/partners/amc/amc-placement/styles/amc_placement========*//* line 4, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header
{
    padding-right: 24px;
    padding-top: 12px
}/* line 8, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>button
{
    border: 0;
    background-color: transparent;
    float: right;
    padding-bottom: 0;
    margin-top: 12px;
    display: none
}/* line 16, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>button[aria-expanded="false"]:after
{
    font-family: "MWF-MDL2";
    content: ""
}/* line 20, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>button[aria-expanded="true"]:after
{
    font-family: "MWF-MDL2";
    content: ""
}/* line 24, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>button:focus
{
    outline: 1px dashed #000
}/* line 28, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>button:hover, .m-amc-placement .context-placement-header>button:active
{
    background: rgba(255,255,255,0)
}/* line 34, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header .c-image
{
    float: left;
    margin-right: 12px
}/* line 39, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>.c-heading-4
{
    font-size: 18px;
    display: inline-block;
    padding: 0 24px 0 0
}/* line 45, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header>.c-paragraph-1
{
    font-size: 15px;
    color: rgba(0,0,0,.6);
    padding: 0 24px 0 0
}/* line 52, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement>.context-placement-links
{
    height: 40px;
    line-height: 40px
}/* line 56, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement>.context-placement-links .c-hyperlink
{
    display: inline-block;
    padding-right: 36px
}/* line 64, src/partners/amc/amc-placement/styles/_amc_placement.scss */
.m-amc-placement .context-placement-header+.c-divider, .m-amc-placement>.context-placement-links+.c-divider
{
    margin-top: 8px
}
@media only screen and (max-width: 539px)
{/* line 71, src/partners/amc/amc-placement/styles/_amc_placement.scss */
    .m-amc-placement .context-placement-header>button
    {
        display: block
    }/* line 75, src/partners/amc/amc-placement/styles/_amc_placement.scss */
    .m-amc-placement .context-placement-header [class*="c-heading"], .m-amc-placement .context-placement-header [class*="c-paragraph"], .m-amc-placement .context-placement-header [class*="c-subheading"]
    {
        width: calc(100% - 60px - 27px)
    }
}/*END !$!$!========src/partners/amc/amc-placement/styles/amc_placement========*//*BEGIN !$!$!========src/partners/amc/amc-devices/styles/amc_devices========*/
@media only screen and (min-width: 540px)
{/* line 5, src/partners/amc/amc-devices/styles/_amc_devices.scss */
    .context-devices .c-drawer.f-responsive
    {
        margin-top: 36px
    }
}/* line 11, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-media div
{
    margin: 10px 0 9px;
    vertical-align: middle
}/* line 15, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-media div:first-child
{
    margin-right: 12px;
    text-align: center;
    width: 48px
}/* line 22, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-media .c-heading
{
    font-size: 18px;/* replace with: @include apply-type-component(h6); */line-height: 24px;/* replace with: @include apply-type-component(h6); */padding: 37px 0 3px;/* replace with: @include apply-type-component(h6); */font-weight: 200;/* replace with: @include apply-type-component(h6); */}/* line 29, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-media .c-subheading
{
    font-size: 15px;/* replace with: @include apply-type-component(sh6); */line-height: 20px;/* replace with: @include apply-type-component(sh6); */padding: 8px 0 0;/* replace with: @include apply-type-component(sh6); */font-weight: 200
}/* line 36, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-media .c-heading, .context-devices .m-media .c-subheading
{
    padding: 0
}/* line 42, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-add-more
{
    margin-top: 36px
}/* line 45, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-add-more .c-button, .context-devices .m-add-more p
{
    display: inline-block;
    vertical-align: middle
}/* line 51, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-add-more .c-button
{
    font-size: 20px;
    height: 48px;
    margin: 0 16px 0 0;
    min-width: 0;
    padding: 0;
    width: 48px
}/* line 59, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-add-more .c-button:before
{
    font-family: "MWF-MDL2";
    content: ""
}/* line 64, src/partners/amc/amc-devices/styles/_amc_devices.scss */
.context-devices .m-add-more p
{
    padding: 0
}/*END !$!$!========src/partners/amc/amc-devices/styles/amc_devices========*//*BEGIN !$!$!========src/partners/amc/amc-cards/styles/amc_cards========*//* line 6, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-4
{
    max-width: 360px
}/* line 9, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-4 .c-card
{
    margin-left: 12px;
    margin-right: 12px;
    min-width: 240px;
    max-width: 336px
}/* line 15, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-4 .c-card .c-card-content
{
    height: 326px
}/* line 19, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-4 .c-card, .m-card-group-amc-4 .c-card.f-single, .m-card-group-amc-4 .c-card.f-double
{
    width: calc(99% - 24px)
}
@media screen and (min-width: 552px)
{/* line 26, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card, .m-card-group-amc-4 .c-card.f-single
    {
        width: calc(49.5% - 24px)
    }/* line 31, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card.f-double
    {
        min-width: 504px;
        max-width: 696px
    }
}
@media screen and (min-width: 840px)
{/* line 9, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card
    {
        margin-bottom: 16px
    }/* line 40, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card, .m-card-group-amc-4 .c-card.f-single
    {
        width: calc(33% - 24px)
    }/* line 45, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card.f-double
    {
        width: calc(66% - 24px)
    }
}
@media screen and (min-width: 1192px)
{/* line 9, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card
    {
        margin-bottom: 16px
    }/* line 53, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card, .m-card-group-amc-4 .c-card.f-single
    {
        width: calc(24.5% - 24px)
    }/* line 58, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4 .c-card.f-double
    {
        width: calc(49% - 24px)
    }
}/* line 65, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-4.f-channel
{
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 12px;
    padding-right: 12px
}
@media screen and (min-width: 552px)
{/* line 76, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single
    {
        -ms-grid-row: span 2;
        grid-row: span 2
    }/* line 79, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single .c-card-content
    {
        height: 326px
    }/* line 84, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-double
    {
        -ms-grid-column: span 2;
        grid-column: span 2;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1
    }
}
@media screen and (min-width: 840px)
{/* line 93, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single
    {
        -ms-grid-row-span: 2
    }/* line 97, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-double
    {
        -ms-grid-row-span: 2
    }
}
@media screen and (min-width: 1192px)
{/* line 104, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single
    {
        -ms-grid-row: span 2;
        grid-row: span 2
    }/* line 108, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-double
    {
        -ms-grid-row-span: 1
    }
}
@media screen and (min-width: 552px)
{/* line 65, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel
    {
        -ms-grid-columns: minmax(240px,336px) minmax(240px,336px);
        grid-template-columns: minmax(240px,336px) minmax(240px,336px);
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: minmax(240px,336px) 24px minmax(240px,336px);
        -ms-grid-rows: 1fr 1fr
    }/* line 120, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(2)
    {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }/* line 125, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-last-child(2)
    {
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }/* line 130, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-last-child(1)
    {
        -ms-grid-column: 3;
        -ms-grid-row: 2
    }/* line 135, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(2):nth-last-child(2)
    {
        -ms-grid-row: 2
    }
}
@media screen and (min-width: 840px)
{/* line 65, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel
    {
        grid-template-columns: minmax(240px,336px) minmax(240px,336px) minmax(240px,336px);
        -ms-grid-columns: minmax(240px,336px) 24px minmax(240px,336px) 24px minmax(240px,336px)
    }/* line 144, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single:nth-last-child(-n+2)
    {
        -ms-grid-row: span 1;
        grid-row: span 1;
        -ms-grid-row-span: 1
    }/* line 148, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single:nth-last-child(-n+2) .c-card-content
    {
        height: 163px
    }/* line 153, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(3)
    {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }/* line 158, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(4)
    {
        -ms-grid-column: 5;
        -ms-grid-row: 2
    }/* line 163, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(3):last-child
    {
        -ms-grid-row: 2
    }/* line 167, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(2):nth-last-child(2)
    {
        -ms-grid-column: 5;
        -ms-grid-row: 1
    }
}
@media screen and (min-width: 1192px)
{/* line 65, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel
    {
        grid-template-columns: minmax(240px,336px) minmax(240px,336px) minmax(240px,336px) minmax(240px,336px);
        -ms-grid-columns: minmax(240px,336px) 24px minmax(240px,336px) 24px minmax(240px,336px) 24px minmax(240px,336px);
        -ms-grid-rows: 1fr
    }/* line 178, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single:nth-last-child(-n+2)
    {
        -ms-grid-row: span 2;
        grid-row: span 2;
        -ms-grid-row-span: 2
    }/* line 182, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card.f-single:nth-last-child(-n+2) .c-card-content
    {
        height: 326px
    }/* line 187, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:last-child
    {
        -ms-grid-column: 7;
        -ms-grid-row: 1
    }/* line 192, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(2):nth-last-child(2)
    {
        -ms-grid-column: 5
    }/* line 196, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-channel .c-card:nth-child(3):last-child
    {
        -ms-grid-row: 1
    }
}
@media screen and (max-width: 551px)
{/* line 206, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4.f-feed .c-card.f-single .c-card-content
    {
        height: 163px
    }
}
@media screen and (min-width: 552px)
{/* line 6, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4
    {
        max-width: 721px
    }
}
@media screen and (min-width: 840px)
{/* line 6, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4
    {
        max-width: 1081px
    }
}
@media screen and (min-width: 1176px)
{/* line 6, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-4
    {
        max-width: 1440px
    }
}/* line 227, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-3
{
    max-width: 456px
}/* line 230, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-3 .c-card
{
    margin-left: 12px;
    margin-right: 12px;
    min-width: 309px;
    max-width: 456px
}/* line 236, src/partners/amc/amc-cards/styles/_amc_cards.scss */
.m-card-group-amc-3 .c-card, .m-card-group-amc-3 .c-card.f-single, .m-card-group-amc-3 .c-card.f-double
{
    width: calc(99% - 24px)
}
@media screen and (min-width: 714px)
{/* line 243, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3 .c-card, .m-card-group-amc-3 .c-card.f-single
    {
        width: calc(49.5% - 24px)
    }/* line 248, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3 .c-card.f-double
    {
        min-width: 642px;
        max-width: 936px
    }
}
@media screen and (min-width: 1128px)
{/* line 230, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3 .c-card
    {
        margin-bottom: 16px
    }/* line 257, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3 .c-card, .m-card-group-amc-3 .c-card.f-single
    {
        width: calc(33% - 24px)
    }/* line 262, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3 .c-card.f-double
    {
        width: calc(66% - 24px)
    }
}
@media screen and (max-width: 713px)
{/* line 271, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3.f-feed .c-card.f-single .c-card-content
    {
        height: 163px
    }
}
@media screen and (min-width: 714px)
{/* line 227, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3
    {
        max-width: 961px
    }
}
@media screen and (min-width: 1128px)
{/* line 227, src/partners/amc/amc-cards/styles/_amc_cards.scss */
    .m-card-group-amc-3
    {
        max-width: 1441px
    }
}/*END !$!$!========src/partners/amc/amc-cards/styles/amc_cards========*//*BEGIN !$!$!========src/partners/amc/amc-meta-info/styles/amc_meta_info========*//* line 3, src/partners/amc/amc-meta-info/styles/_amc_meta_info.scss */
.m-amc-meta-info
{
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}/* line 7, src/partners/amc/amc-meta-info/styles/_amc_meta_info.scss */
.m-amc-meta-info .c-meta-text
{
    display: inline-block
}/* line 13, src/partners/amc/amc-meta-info/styles/_amc_meta_info.scss */
.m-amc-meta-info .c-action-trigger
{
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0
}/* line 20, src/partners/amc/amc-meta-info/styles/_amc_meta_info.scss */
.m-amc-meta-info .c-action-trigger:before
{
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -2px
}/* line 27, src/partners/amc/amc-meta-info/styles/_amc_meta_info.scss */
.m-amc-meta-info .c-action-trigger.c-glyph[aria-label]
{
    overflow: visible
}/* line 33, src/partners/amc/amc-meta-info/styles/_amc_meta_info.scss */
.m-amc-meta-info.f-lean
{
    padding: 0
}/*END !$!$!========src/partners/amc/amc-meta-info/styles/amc_meta_info========*//* line 35, stdin */
.context-amc .x-offset-content.x-float-right
{
    padding-top: 48px
}/* line 41, stdin */
.context-amc div.c-toggle label
{
    margin-top: 12px
}/* line 45, stdin */
.context-amc div.c-toggle+.m-amc-meta-info
{
    padding-top: 16px
}/* line 51, stdin */
.context-amc-media
{
    padding-top: 48px
}/* line 55, stdin */
nav.c-link-navigation
{
    margin-top: 12px
}/* line 62, stdin */
.m-context-amc-family-control [data-grid^="col-12"]+[data-grid^="col-12"]
{
    padding-top: 16px
}/* line 70, stdin */
[class*="ng-binding c-"].x-hidden-focus, [class*="ng-binding m-"].x-hidden-focus
{
    outline-color: transparent !important;
    outline-style: none !important
}