body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #3e3e3e;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.region-header .site-branding__logo {
    max-width: 100px
}

@font-face {
    font-display: fallback;
    font-family: Boleyn Gate Iron Sans;
    font-style: normal;
    font-weight: 200;
    src: url(/themes/custom/clubcast/assets/BoleynGate-IronSansExtraLight.01cc6103389b3afc3881..woff2) format("woff2"), url(/themes/custom/clubcast/assets/BoleynGate-IronSansExtraLight.32a0b204fe9772d924db..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Boleyn Gate Iron Sans;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/clubcast/assets/BoleynGate-IronSansLight.92f009b2b68f8e3321df..woff2) format("woff2"), url(/themes/custom/clubcast/assets/BoleynGate-IronSansLight.4b9de603405b9a070265..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Boleyn Gate Iron Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/clubcast/assets/BoleynGate-IronSans.7c6dbca8504471768b0b..woff2) format("woff2"), url(/themes/custom/clubcast/assets/BoleynGate-IronSans.018c4d6b9af06be64ffd..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Boleyn Gate Iron Sans Inline;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/clubcast/assets/BoleynGate-IronSansInline.66a61e738f599c4a0759..woff2) format("woff2"), url(/themes/custom/clubcast/assets/BoleynGate-IronSansInline.4745294d223f413ac113..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 300;
    src: url(/themes/custom/clubcast/assets/MuseoSans-300.d231d403bd1b892162e0..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-300.1e07f1735f020e1fcaab..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: italic;
    font-weight: 300;
    src: url(/themes/custom/clubcast/assets/MuseoSans-300Italic.7a04c3f7da3242a2e7f2..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-300Italic.21ab9f533743610114e2..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/clubcast/assets/MuseoSans-500.debd9f801accaf905182..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-500.411ff5f8165d4b249414..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans\ 500;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/clubcast/assets/MuseoSans-500Italic.2b005fabcb7ba921635a..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-500Italic.e7f7862cbd0507c25da4..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/themes/custom/clubcast/assets/MuseoSans-700.72c9192131b7cb617b65..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-700.a45574ffa5e118eb79a8..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: italic;
    font-weight: 600;
    src: url(/themes/custom/clubcast/assets/MuseoSans-700Italic.ec00d4d7a67555b5986a..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-700Italic.0adfb78b5531e35bd78e..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/clubcast/assets/MuseoSans-900.ed992a209be89d5127ba..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-900.24103044df9474563109..woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Museo Sans;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/clubcast/assets/MuseoSans-900Italic.9c7cd2fa674215de9e17..woff2) format("woff2"), url(/themes/custom/clubcast/assets/MuseoSans-900Italic.cbb360818b6000dfaade..woff) format("woff")
}

:root {
    --sidebar-bg: #7c2c3b;
    --sidebar-accent: #2fafe5;
    --match-bg-gradient: linear-gradient(0deg, #202020, #64232f);
    --social-links-color: #7c2c3b;
    --social-links-bg-color: #fefefe;
    --social-icon-fill: #7c2c3b;
    --social-background-hover: #7c2c3b;
    --social-links-color-hover: #fefefe;
    --social-icon-fill-hover: #fefefe;
    --footer-background: #7c2c3b;
    --footer-nav-links-color: #fefefe;
    --footnote-text-color: #fefefe;
    --footnote-links-color: #fefefe;
    --footnote-league-fill: #fff;
    --footnote-author-fill: #fefefe;
    --gallery-hover-border: #7c2c3b
}

.site-kit--away {
    --sidebar-bg: #202020;
    --sidebar-accent: #8f2138;
    --match-bg-gradient: linear-gradient(0deg, #202020, #64232f);
    --social-links-color: #fefefe;
    --social-links-bg-color: #7c2c3b;
    --social-icon-fill: #fefefe;
    --social-background-hover: #fefefe;
    --social-links-color-hover: #7c2c3b;
    --social-icon-fill-hover: #7c2c3b;
    --footer-background: #fff;
    --footer-nav-links-color: #7c2c3b;
    --footnote-text-color: #7c2c3b;
    --footnote-links-color: #7c2c3b;
    --footnote-league-fill: #7c2c3b;
    --footnote-author-fill: #7c2c3b;
    --gallery-hover-border: #7c2c3b
}

.site-kit--third {
    --sidebar-bg: linear-gradient(90deg, #fefefe 0, #fefefe 70%, #7c2c3b 0, #7c2c3b 90%, #d6b161 0, #d6b161);
    --sidebar-accent: #fefefe;
    --match-bg-gradient: linear-gradient(0deg, #7c2c3b, #d6b161);
    --social-links-color: #7c2c3b;
    --social-links-bg-color: #fefefe;
    --social-icon-fill: #7c2c3b;
    --social-background-hover: #7c2c3b;
    --social-links-color-hover: #fefefe;
    --social-icon-fill-hover: #fefefe;
    --footer-background: #7c2c3b;
    --footer-nav-links-color: #fefefe;
    --footnote-text-color: #fefefe;
    --footnote-links-color: #fefefe;
    --footnote-league-fill: #fff;
    --footnote-author-fill: #fefefe;
    --gallery-hover-border: #151515
}

.site-kit--blackout {
    --sidebar-bg: #151515;
    --sidebar-accent: #151515;
    --match-bg-gradient: #151515;
    --social-links-color: #151515;
    --social-links-bg-color: #fefefe;
    --social-icon-fill: #151515;
    --social-background-hover: #151515;
    --social-links-color-hover: #fefefe;
    --social-icon-fill-hover: #fefefe;
    --footer-background: #151515;
    --footer-nav-links-color: #fefefe;
    --footnote-text-color: #fefefe;
    --footnote-links-color: #fefefe;
    --footnote-league-fill: #fff;
    --footnote-author-fill: #fefefe;
    --gallery-hover-border: #151515
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

hr {
    box-sizing: content-box;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

[data-whatinput=mouse] *,
[data-whatinput=mouse] :focus,
[data-whatinput=touch] *,
[data-whatinput=touch] :focus,
[data-whatintent=mouse] *,
[data-whatintent=mouse] :focus,
[data-whatintent=touch] *,
[data-whatintent=touch] :focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium-small=30em&medium=40em&medium-large=48em&large=64em&xlarge=80em&xxlarge=90em&max=112.5em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #fefefe;
    color: #202020;
    font-family: Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

textarea {
    border-radius: 0;
    height: auto;
    min-height: 50px
}

select {
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: auto;
    line-height: 1;
    padding: 0
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fefefe;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(32, 32, 32, .1);
    box-sizing: border-box;
    color: #202020;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    width: 100%
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    background-color: #fefefe;
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #a0a0a0;
    outline: none;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e8e8e8;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #a0a0a0
}

::-moz-placeholder {
    color: #a0a0a0
}

::placeholder {
    color: #a0a0a0
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: .5rem;
    margin-right: 1rem;
    vertical-align: baseline
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    color: #202020;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 0
}

label.middle {
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    color: #202020;
    font-size: .8125rem;
    font-style: italic;
    margin-top: -.5rem
}

.input-group {
    align-items: stretch;
    display: flex;
    margin-bottom: 1rem;
    width: 100%
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>*,
.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    align-items: center;
    background: #e8e8e8;
    border: 1px solid #a0a0a0;
    color: #202020;
    display: flex;
    flex: 0 0 auto;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    display: flex;
    flex: 0 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    align-self: stretch;
    font-size: 1rem;
    height: auto;
    padding-bottom: 0;
    padding-top: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #a0a0a0;
    margin: 1.125rem 0;
    padding: 1.25rem
}

.fieldset legend {
    margin: 0 0 0 -.1875rem;
    padding: 0 .1875rem
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fefefe;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    color: #202020;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    background-color: #fefefe;
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #a0a0a0;
    outline: none;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #e8e8e8;
    cursor: not-allowed
}

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

select[multiple] {
    background-image: none;
    height: auto
}

select:not([multiple]) {
    padding-bottom: 0;
    padding-top: 0
}

.is-invalid-input:not(:focus) {
    background-color: #fbeaea;
    border-color: #e23a3a
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #e23a3a
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #e23a3a
}

.is-invalid-input:not(:focus)::placeholder {
    color: #e23a3a
}

.form-error,
.is-invalid-label {
    color: #e23a3a
}

.form-error {
    display: none;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: -.5rem
}

.form-error.is-visible {
    display: block
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202020;
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #a0a0a0;
    line-height: 0
}

.h1,
h1 {
    line-height: 1.2083333333
}

.h1,
.h2,
h1,
h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-top: 0
}

.h2,
h2 {
    line-height: 1.3333333333
}

.h3,
h3 {
    line-height: 1.1666666667
}

.h3,
.h4,
h3,
h4 {
    font-size: .75rem;
    margin-bottom: .5rem;
    margin-top: 0
}

.h4,
h4 {
    line-height: 1.4166666667
}

.h5,
h5 {
    font-size: 1rem
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.5;
    margin-bottom: .5rem;
    margin-top: 0
}

.h6,
h6 {
    font-size: .75rem
}

@media print,
screen and (min-width:30em) {
    .h5,
    h5 {
        font-size: 1.125rem;
        line-height: 1.3333333333
    }
}

@media print,
screen and (min-width:48em) {
    .h1,
    h1 {
        font-size: 3rem;
        line-height: 1.125
    }
    .h3,
    h3 {
        font-size: .875rem;
        line-height: 1.2142857143
    }
}

@media print,
screen and (min-width:64em) {
    .h1,
    h1 {
        font-size: 3.5rem;
        line-height: .9642857143
    }
}

a {
    color: #7c2c3b;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none
}

a:focus,
a:hover {
    color: #6b2633
}

a img,
hr {
    border: 0
}

hr {
    border-bottom: 1px solid #a0a0a0;
    clear: both;
    height: 0;
    margin: 1.25rem auto;
    max-width: 112.5rem
}

dl,
ol,
ul {
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1rem
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    margin-left: 1.25rem
}

dl {
    margin-bottom: 1rem
}

dl dt {
    font-weight: 700;
    margin-bottom: .3rem
}

blockquote {
    border-left: 1px solid rgba(123, 37, 57, .5);
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem
}

blockquote,
blockquote p {
    color: #7c2c3b;
    line-height: 1.6
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #202020;
    cursor: help;
    text-decoration: none
}

figure,
kbd {
    margin: 0
}

kbd {
    background-color: #e8e8e8;
    color: #202020;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    padding: .125rem .25rem 0
}

.subheader {
    color: #8a8a8a;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: .2rem
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    list-style: none;
    margin-left: 0
}

.cite-block,
cite {
    color: #8a8a8a;
    display: block;
    font-size: .8125rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block,
.code-inline,
code {
    background-color: #e8e8e8;
    border: 1px solid #a0a0a0;
    color: #202020;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    font-weight: 400
}

.code-block {
    display: block;
    margin-bottom: 1.5rem;
    overflow: auto;
    padding: 1rem;
    white-space: pre
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:30em) {
    .medium-small-text-left {
        text-align: left
    }
    .medium-small-text-right {
        text-align: right
    }
    .medium-small-text-center {
        text-align: center
    }
    .medium-small-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:48em) {
    .medium-large-text-left {
        text-align: left
    }
    .medium-large-text-right {
        text-align: right
    }
    .medium-large-text-center {
        text-align: center
    }
    .medium-large-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:80em) {
    .xlarge-text-left {
        text-align: left
    }
    .xlarge-text-right {
        text-align: right
    }
    .xlarge-text-center {
        text-align: center
    }
    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:90em) {
    .xxlarge-text-left {
        text-align: left
    }
    .xxlarge-text-right {
        text-align: right
    }
    .xxlarge-text-center {
        text-align: center
    }
    .xxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        print-color-adjust: economy;
        text-shadow: none !important
    }
    .show-for-print {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 112.5rem;
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container.fluid {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    flex: 1 1 0
}

.cell.shrink {
    flex: 0 0 auto
}

.grid-x>.auto,
.grid-x>.shrink {
    width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
    flex-basis: auto
}

@media print,
screen and (min-width:30em) {
    .grid-x>.medium-small-1,
    .grid-x>.medium-small-10,
    .grid-x>.medium-small-11,
    .grid-x>.medium-small-12,
    .grid-x>.medium-small-2,
    .grid-x>.medium-small-3,
    .grid-x>.medium-small-4,
    .grid-x>.medium-small-5,
    .grid-x>.medium-small-6,
    .grid-x>.medium-small-7,
    .grid-x>.medium-small-8,
    .grid-x>.medium-small-9,
    .grid-x>.medium-small-full,
    .grid-x>.medium-small-shrink {
        flex-basis: auto
    }
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-full,
    .grid-x>.medium-shrink {
        flex-basis: auto
    }
}

@media print,
screen and (min-width:48em) {
    .grid-x>.medium-large-1,
    .grid-x>.medium-large-10,
    .grid-x>.medium-large-11,
    .grid-x>.medium-large-12,
    .grid-x>.medium-large-2,
    .grid-x>.medium-large-3,
    .grid-x>.medium-large-4,
    .grid-x>.medium-large-5,
    .grid-x>.medium-large-6,
    .grid-x>.medium-large-7,
    .grid-x>.medium-large-8,
    .grid-x>.medium-large-9,
    .grid-x>.medium-large-full,
    .grid-x>.medium-large-shrink {
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-full,
    .grid-x>.large-shrink {
        flex-basis: auto
    }
}

@media screen and (min-width:80em) {
    .grid-x>.xlarge-1,
    .grid-x>.xlarge-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-2,
    .grid-x>.xlarge-3,
    .grid-x>.xlarge-4,
    .grid-x>.xlarge-5,
    .grid-x>.xlarge-6,
    .grid-x>.xlarge-7,
    .grid-x>.xlarge-8,
    .grid-x>.xlarge-9,
    .grid-x>.xlarge-full,
    .grid-x>.xlarge-shrink {
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {
    .grid-x>.xxlarge-1,
    .grid-x>.xxlarge-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-2,
    .grid-x>.xxlarge-3,
    .grid-x>.xxlarge-4,
    .grid-x>.xxlarge-5,
    .grid-x>.xxlarge-6,
    .grid-x>.xxlarge-7,
    .grid-x>.xxlarge-8,
    .grid-x>.xxlarge-9,
    .grid-x>.xxlarge-full,
    .grid-x>.xxlarge-shrink {
        flex-basis: auto
    }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9 {
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.3333333333%
}

.grid-x>.small-2 {
    width: 16.6666666667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.3333333333%
}

.grid-x>.small-5 {
    width: 41.6666666667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.3333333333%
}

.grid-x>.small-8 {
    width: 66.6666666667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.3333333333%
}

.grid-x>.small-11 {
    width: 91.6666666667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:30em) {
    .grid-x>.medium-small-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x>.medium-small-1,
    .grid-x>.medium-small-10,
    .grid-x>.medium-small-11,
    .grid-x>.medium-small-12,
    .grid-x>.medium-small-2,
    .grid-x>.medium-small-3,
    .grid-x>.medium-small-4,
    .grid-x>.medium-small-5,
    .grid-x>.medium-small-6,
    .grid-x>.medium-small-7,
    .grid-x>.medium-small-8,
    .grid-x>.medium-small-9,
    .grid-x>.medium-small-shrink {
        flex: 0 0 auto
    }
    .grid-x>.medium-small-shrink {
        width: auto
    }
    .grid-x>.medium-small-1 {
        width: 8.3333333333%
    }
    .grid-x>.medium-small-2 {
        width: 16.6666666667%
    }
    .grid-x>.medium-small-3 {
        width: 25%
    }
    .grid-x>.medium-small-4 {
        width: 33.3333333333%
    }
    .grid-x>.medium-small-5 {
        width: 41.6666666667%
    }
    .grid-x>.medium-small-6 {
        width: 50%
    }
    .grid-x>.medium-small-7 {
        width: 58.3333333333%
    }
    .grid-x>.medium-small-8 {
        width: 66.6666666667%
    }
    .grid-x>.medium-small-9 {
        width: 75%
    }
    .grid-x>.medium-small-10 {
        width: 83.3333333333%
    }
    .grid-x>.medium-small-11 {
        width: 91.6666666667%
    }
    .grid-x>.medium-small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-shrink {
        flex: 0 0 auto
    }
    .grid-x>.medium-shrink {
        width: auto
    }
    .grid-x>.medium-1 {
        width: 8.3333333333%
    }
    .grid-x>.medium-2 {
        width: 16.6666666667%
    }
    .grid-x>.medium-3 {
        width: 25%
    }
    .grid-x>.medium-4 {
        width: 33.3333333333%
    }
    .grid-x>.medium-5 {
        width: 41.6666666667%
    }
    .grid-x>.medium-6 {
        width: 50%
    }
    .grid-x>.medium-7 {
        width: 58.3333333333%
    }
    .grid-x>.medium-8 {
        width: 66.6666666667%
    }
    .grid-x>.medium-9 {
        width: 75%
    }
    .grid-x>.medium-10 {
        width: 83.3333333333%
    }
    .grid-x>.medium-11 {
        width: 91.6666666667%
    }
    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .grid-x>.medium-large-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x>.medium-large-1,
    .grid-x>.medium-large-10,
    .grid-x>.medium-large-11,
    .grid-x>.medium-large-12,
    .grid-x>.medium-large-2,
    .grid-x>.medium-large-3,
    .grid-x>.medium-large-4,
    .grid-x>.medium-large-5,
    .grid-x>.medium-large-6,
    .grid-x>.medium-large-7,
    .grid-x>.medium-large-8,
    .grid-x>.medium-large-9,
    .grid-x>.medium-large-shrink {
        flex: 0 0 auto
    }
    .grid-x>.medium-large-shrink {
        width: auto
    }
    .grid-x>.medium-large-1 {
        width: 8.3333333333%
    }
    .grid-x>.medium-large-2 {
        width: 16.6666666667%
    }
    .grid-x>.medium-large-3 {
        width: 25%
    }
    .grid-x>.medium-large-4 {
        width: 33.3333333333%
    }
    .grid-x>.medium-large-5 {
        width: 41.6666666667%
    }
    .grid-x>.medium-large-6 {
        width: 50%
    }
    .grid-x>.medium-large-7 {
        width: 58.3333333333%
    }
    .grid-x>.medium-large-8 {
        width: 66.6666666667%
    }
    .grid-x>.medium-large-9 {
        width: 75%
    }
    .grid-x>.medium-large-10 {
        width: 83.3333333333%
    }
    .grid-x>.medium-large-11 {
        width: 91.6666666667%
    }
    .grid-x>.medium-large-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-shrink {
        flex: 0 0 auto
    }
    .grid-x>.large-shrink {
        width: auto
    }
    .grid-x>.large-1 {
        width: 8.3333333333%
    }
    .grid-x>.large-2 {
        width: 16.6666666667%
    }
    .grid-x>.large-3 {
        width: 25%
    }
    .grid-x>.large-4 {
        width: 33.3333333333%
    }
    .grid-x>.large-5 {
        width: 41.6666666667%
    }
    .grid-x>.large-6 {
        width: 50%
    }
    .grid-x>.large-7 {
        width: 58.3333333333%
    }
    .grid-x>.large-8 {
        width: 66.6666666667%
    }
    .grid-x>.large-9 {
        width: 75%
    }
    .grid-x>.large-10 {
        width: 83.3333333333%
    }
    .grid-x>.large-11 {
        width: 91.6666666667%
    }
    .grid-x>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .grid-x>.xlarge-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x>.xlarge-1,
    .grid-x>.xlarge-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-2,
    .grid-x>.xlarge-3,
    .grid-x>.xlarge-4,
    .grid-x>.xlarge-5,
    .grid-x>.xlarge-6,
    .grid-x>.xlarge-7,
    .grid-x>.xlarge-8,
    .grid-x>.xlarge-9,
    .grid-x>.xlarge-shrink {
        flex: 0 0 auto
    }
    .grid-x>.xlarge-shrink {
        width: auto
    }
    .grid-x>.xlarge-1 {
        width: 8.3333333333%
    }
    .grid-x>.xlarge-2 {
        width: 16.6666666667%
    }
    .grid-x>.xlarge-3 {
        width: 25%
    }
    .grid-x>.xlarge-4 {
        width: 33.3333333333%
    }
    .grid-x>.xlarge-5 {
        width: 41.6666666667%
    }
    .grid-x>.xlarge-6 {
        width: 50%
    }
    .grid-x>.xlarge-7 {
        width: 58.3333333333%
    }
    .grid-x>.xlarge-8 {
        width: 66.6666666667%
    }
    .grid-x>.xlarge-9 {
        width: 75%
    }
    .grid-x>.xlarge-10 {
        width: 83.3333333333%
    }
    .grid-x>.xlarge-11 {
        width: 91.6666666667%
    }
    .grid-x>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-x>.xxlarge-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x>.xxlarge-1,
    .grid-x>.xxlarge-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-2,
    .grid-x>.xxlarge-3,
    .grid-x>.xxlarge-4,
    .grid-x>.xxlarge-5,
    .grid-x>.xxlarge-6,
    .grid-x>.xxlarge-7,
    .grid-x>.xxlarge-8,
    .grid-x>.xxlarge-9,
    .grid-x>.xxlarge-shrink {
        flex: 0 0 auto
    }
    .grid-x>.xxlarge-shrink {
        width: auto
    }
    .grid-x>.xxlarge-1 {
        width: 8.3333333333%
    }
    .grid-x>.xxlarge-2 {
        width: 16.6666666667%
    }
    .grid-x>.xxlarge-3 {
        width: 25%
    }
    .grid-x>.xxlarge-4 {
        width: 33.3333333333%
    }
    .grid-x>.xxlarge-5 {
        width: 41.6666666667%
    }
    .grid-x>.xxlarge-6 {
        width: 50%
    }
    .grid-x>.xxlarge-7 {
        width: 58.3333333333%
    }
    .grid-x>.xxlarge-8 {
        width: 66.6666666667%
    }
    .grid-x>.xxlarge-9 {
        width: 75%
    }
    .grid-x>.xxlarge-10 {
        width: 83.3333333333%
    }
    .grid-x>.xxlarge-11 {
        width: 91.6666666667%
    }
    .grid-x>.xxlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    margin-left: .625rem;
    margin-right: .625rem;
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.cell {
        margin-left: .9375rem;
        margin-right: .9375rem;
        width: calc(100% - 1.875rem)
    }
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:30em) {
    .grid-margin-x>.medium-small-auto,
    .grid-margin-x>.medium-small-shrink {
        width: auto
    }
    .grid-margin-x>.medium-small-1 {
        width: calc(8.33333% - 1.25rem)
    }
    .grid-margin-x>.medium-small-2 {
        width: calc(16.66667% - 1.25rem)
    }
    .grid-margin-x>.medium-small-3 {
        width: calc(25% - 1.25rem)
    }
    .grid-margin-x>.medium-small-4 {
        width: calc(33.33333% - 1.25rem)
    }
    .grid-margin-x>.medium-small-5 {
        width: calc(41.66667% - 1.25rem)
    }
    .grid-margin-x>.medium-small-6 {
        width: calc(50% - 1.25rem)
    }
    .grid-margin-x>.medium-small-7 {
        width: calc(58.33333% - 1.25rem)
    }
    .grid-margin-x>.medium-small-8 {
        width: calc(66.66667% - 1.25rem)
    }
    .grid-margin-x>.medium-small-9 {
        width: calc(75% - 1.25rem)
    }
    .grid-margin-x>.medium-small-10 {
        width: calc(83.33333% - 1.25rem)
    }
    .grid-margin-x>.medium-small-11 {
        width: calc(91.66667% - 1.25rem)
    }
    .grid-margin-x>.medium-small-12 {
        width: calc(100% - 1.25rem)
    }
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.auto,
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-small-auto,
    .grid-margin-x>.medium-small-shrink {
        width: auto
    }
    .grid-margin-x>.medium-small-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-small-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-small-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-small-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-small-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-small-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-small-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-small-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x>.medium-large-auto,
    .grid-margin-x>.medium-large-shrink {
        width: auto
    }
    .grid-margin-x>.medium-large-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-large-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-large-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-large-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-large-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-large-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-large-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-large-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-large-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-large-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-large-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.large-auto,
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:80em) {
    .grid-margin-x>.xlarge-auto,
    .grid-margin-x>.xlarge-shrink {
        width: auto
    }
    .grid-margin-x>.xlarge-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.xlarge-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.xlarge-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.xlarge-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.xlarge-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.xlarge-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.xlarge-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.xlarge-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.xlarge-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.xlarge-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.xlarge-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x>.xxlarge-auto,
    .grid-margin-x>.xxlarge-shrink {
        width: auto
    }
    .grid-margin-x>.xxlarge-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.xxlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x>.cell {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x>.small-offset-0 {
    margin-left: .625rem
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print,
screen and (min-width:30em) {
    .medium-small-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.medium-small-offset-0 {
        margin-left: .625rem
    }
    .medium-small-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.medium-small-offset-1 {
        margin-left: calc(8.33333% + .625rem)
    }
    .medium-small-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.medium-small-offset-2 {
        margin-left: calc(16.66667% + .625rem)
    }
    .medium-small-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-small-offset-3 {
        margin-left: calc(25% + .625rem)
    }
    .medium-small-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.medium-small-offset-4 {
        margin-left: calc(33.33333% + .625rem)
    }
    .medium-small-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.medium-small-offset-5 {
        margin-left: calc(41.66667% + .625rem)
    }
    .medium-small-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-small-offset-6 {
        margin-left: calc(50% + .625rem)
    }
    .medium-small-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.medium-small-offset-7 {
        margin-left: calc(58.33333% + .625rem)
    }
    .medium-small-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.medium-small-offset-8 {
        margin-left: calc(66.66667% + .625rem)
    }
    .medium-small-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-small-offset-9 {
        margin-left: calc(75% + .625rem)
    }
    .medium-small-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.medium-small-offset-10 {
        margin-left: calc(83.33333% + .625rem)
    }
    .medium-small-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.medium-small-offset-11 {
        margin-left: calc(91.66667% + .625rem)
    }
}

@media print,
screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: .9375rem
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,
screen and (min-width:48em) {
    .medium-large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.medium-large-offset-0 {
        margin-left: .9375rem
    }
    .medium-large-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.medium-large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .medium-large-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.medium-large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .medium-large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-large-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.medium-large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .medium-large-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.medium-large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .medium-large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-large-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.medium-large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .medium-large-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.medium-large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .medium-large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-large-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.medium-large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .medium-large-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.medium-large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,
screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: .9375rem
    }
    .large-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .large-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .large-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .large-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .large-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .large-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .large-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .large-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width:80em) {
    .xlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.xlarge-offset-0 {
        margin-left: .9375rem
    }
    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width:90em) {
    .xxlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: .9375rem
    }
    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.button {
    -webkit-appearance: none;
    border: 2px solid transparent;
    border-radius: 1.15625rem;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: .625rem 2.875rem .625rem 1rem;
    text-align: center;
    transition: background-color .25s ease-out, color .25s ease-out, border-color .25s ease-out;
    vertical-align: middle
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #7c2c3b;
    color: #fefefe
}

.button:focus,
.button:hover {
    background-color: #692532;
    color: #fefefe
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
    background-color: #7c2c3b;
    color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
    background-color: #63232f;
    color: #fefefe
}

.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
    background-color: #767676;
    color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
    background-color: #91e23a;
    color: #7c2c3b
}

.button.success:focus,
.button.success:hover {
    background-color: #75c61d;
    color: #7c2c3b
}

.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
    background-color: #ffae00;
    color: #7c2c3b
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #7c2c3b
}

.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: #e23a3a;
    color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
    background-color: #c61d1d;
    color: #fefefe
}

.button.white,
.button.white.disabled,
.button.white.disabled:focus,
.button.white.disabled:hover,
.button.white[disabled],
.button.white[disabled]:focus,
.button.white[disabled]:hover {
    background-color: #fefefe;
    color: #7c2c3b
}

.button.white:focus,
.button.white:hover {
    background-color: #cbcbcb;
    color: #7c2c3b
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    border: 2px solid #7c2c3b;
    color: #7c2c3b
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #3e161e;
    color: #3e161e
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
    border: 2px solid #7c2c3b;
    color: #7c2c3b
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #3e161e;
    color: #3e161e
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
    border: 2px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
    border: 2px solid #91e23a;
    color: #91e23a
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #497c12;
    color: #497c12
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
    border: 2px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
    border: 2px solid #e23a3a;
    color: #e23a3a
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #7c1212;
    color: #7c1212
}

.button.hollow.white,
.button.hollow.white.disabled,
.button.hollow.white.disabled:focus,
.button.hollow.white.disabled:hover,
.button.hollow.white[disabled],
.button.hollow.white[disabled]:focus,
.button.hollow.white[disabled]:hover {
    border: 2px solid #fefefe;
    color: #fefefe
}

.button.hollow.white:focus,
.button.hollow.white:hover {
    border-color: #7f7f7f;
    color: #7f7f7f
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent;
    border-color: transparent
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    color: #7c2c3b
}

.button.clear:focus,
.button.clear:hover {
    color: #3e161e
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
    color: #7c2c3b
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #3e161e
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
    color: #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
    color: #91e23a
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #497c12
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
    color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
    color: #e23a3a
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #7c1212
}

.button.clear.white,
.button.clear.white.disabled,
.button.clear.white.disabled:focus,
.button.clear.white.disabled:hover,
.button.clear.white[disabled],
.button.clear.white[disabled]:focus,
.button.clear.white[disabled]:hover {
    color: #fefefe
}

.button.clear.white:focus,
.button.clear.white:hover {
    color: #7f7f7f
}

.button.disabled,
.button[disabled] {
    cursor: not-allowed;
    opacity: .25
}

.button.dropdown:after {
    border-color: #fefefe transparent transparent;
    border-style: solid;
    border-width: .4em .4em 0;
    content: "";
    display: block;
    display: inline-block;
    float: right;
    height: 0;
    margin-left: 2.875rem;
    position: relative;
    top: .4em;
    width: 0
}

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #7c2c3b
}

.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
    border-top-color: #767676
}

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #91e23a
}

.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00
}

.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
    border-top-color: #e23a3a
}

.button.dropdown.clear.white:after,
.button.dropdown.hollow.white:after {
    border-top-color: #fefefe
}

.button.arrow-only:after {
    float: none;
    margin-left: 0;
    top: -.1em
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

.label {
    border-radius: 0;
    cursor: default;
    display: inline-block;
    font-size: .8rem;
    line-height: 1;
    padding: .33333rem .5rem;
    white-space: nowrap
}

.label,
.label.primary {
    background: #7c2c3b;
    color: #fefefe
}

.label.secondary {
    background: #767676;
    color: #fefefe
}

.label.success {
    background: #91e23a;
    color: #202020
}

.label.warning {
    background: #ffae00;
    color: #202020
}

.label.alert {
    background: #e23a3a;
    color: #fefefe
}

table {
    border-collapse: collapse;
    border-radius: 0;
    margin-bottom: 1rem;
    width: 100%
}

tbody,
tfoot,
thead {
    background-color: #fefefe;
    border: 1px solid #f1f1f1
}

caption {
    font-weight: 700;
    padding: .5rem .625rem .625rem
}

thead {
    background: #f8f8f8
}

tfoot,
thead {
    color: #202020
}

tfoot {
    background: #f1f1f1
}

tfoot tr,
thead tr {
    background: transparent
}

tfoot td,
tfoot th,
thead td,
thead th {
    font-weight: 700;
    padding: .5rem .625rem .625rem;
    text-align: left
}

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
    border-bottom: 0
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    background-color: #fefefe;
    border-bottom: 1px solid #f1f1f1
}

@media print,
screen and (max-width:47.99875em) {
    table.stack tfoot,
    table.stack thead {
        display: none
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    overflow-x: auto;
    width: 100%
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.callout {
    background-color: #fff;
    border: 1px solid rgba(32, 32, 32, .25);
    border-radius: 0;
    color: #202020;
    margin: 0 0 1rem;
    padding: 1rem;
    position: relative
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #f2d9de;
    color: #202020
}

.callout.secondary {
    background-color: #eaeaea;
    color: #202020
}

.callout.success {
    background-color: #effbe1;
    color: #202020
}

.callout.warning {
    background-color: #fff3d9;
    color: #202020
}

.callout.alert {
    background-color: #fbe1e1;
    color: #202020
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.card {
    background: #fefefe;
    border: none;
    border-radius: .5rem;
    box-shadow: 0 1px 6px 0 rgba(32, 32, 32, .25);
    color: #202020;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    overflow: hidden
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    background: #e8e8e8;
    display: flex;
    flex: 0 1 auto;
    padding: 1rem
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.media-object {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem
}

.media-object img {
    max-width: none
}

@media print,
screen and (max-width:29.99875em) {
    .media-object.stack-for-small {
        flex-wrap: wrap
    }
}

.media-object-section {
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media print,
screen and (max-width:29.99875em) {
    .stack-for-small .media-object-section {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 1rem
    }
    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    flex: 1 1 0px
}

.flex-video,
.responsive-embed {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    background: none;
    border: 1px;
    list-style-type: none;
    margin: 0
}

.tabs:after,
.tabs:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1
}

.tabs:after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #7c2c3b
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #893041
}

.tabs-title {
    float: left
}

.tabs-title>a {
    color: #202020;
    display: block;
    font-size: .75rem;
    line-height: 1;
    padding: .6875rem
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #d5effa;
    color: #1c1c1c
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #d5effa;
    color: #202020
}

.tabs-content {
    background: none;
    border: 1px;
    border-top: 0;
    color: #202020;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(32, 32, 32, .2);
    display: inline-block;
    line-height: 0;
    margin-bottom: 1rem;
    max-width: 100%
}

a.thumbnail {
    transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(124, 44, 59, .5)
}

a.thumbnail image {
    box-shadow: none
}

.is-drilldown {
    overflow: hidden;
    position: relative
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    background: #fefefe;
    padding: .7rem 1rem
}

.drilldown .is-drilldown-submenu {
    background: #fefefe;
    left: 100%;
    position: absolute;
    top: 0;
    transition: transform .15s linear;
    width: 100%;
    z-index: -1
}

.drilldown .is-drilldown-submenu.is-active {
    display: block;
    transform: translateX(-100%);
    z-index: 1
}

.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-left: 0;
    margin-right: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a:after {
    margin-top: -6px;
    position: absolute;
    top: 50%
}

.drilldown .is-drilldown-submenu-parent>a:after,
.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    border-color: transparent transparent transparent #7c2c3b;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    right: 1rem;
    width: 0
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    left: 1rem;
    right: auto
}

.drilldown .js-drilldown-back>a:before,
.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    border-color: transparent #7c2c3b transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.drilldown .js-drilldown-back>a:before {
    display: inline-block;
    margin-right: .75rem;
    vertical-align: middle
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    align-content: center;
    align-items: center;
    justify-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width:30em) {
    .medium-small-order-1 {
        order: 1
    }
    .medium-small-order-2 {
        order: 2
    }
    .medium-small-order-3 {
        order: 3
    }
    .medium-small-order-4 {
        order: 4
    }
    .medium-small-order-5 {
        order: 5
    }
    .medium-small-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width:48em) {
    .medium-large-order-1 {
        order: 1
    }
    .medium-large-order-2 {
        order: 2
    }
    .medium-large-order-3 {
        order: 3
    }
    .medium-large-order-4 {
        order: 4
    }
    .medium-large-order-5 {
        order: 5
    }
    .medium-large-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width:80em) {
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width:30em) {
    .medium-small-flex-container {
        display: flex
    }
    .medium-small-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-small-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-small-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-small-flex-dir-row {
        flex-direction: row
    }
    .medium-small-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-small-flex-dir-column {
        flex-direction: column
    }
    .medium-small-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: flex
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:48em) {
    .medium-large-flex-container {
        display: flex
    }
    .medium-large-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-large-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-large-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-large-flex-dir-row {
        flex-direction: row
    }
    .medium-large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-large-flex-dir-column {
        flex-direction: column
    }
    .medium-large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: flex
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (min-width:80em) {
    .xlarge-flex-container {
        display: flex
    }
    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }
    .xlarge-flex-dir-row {
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {
    .xxlarge-flex-container {
        display: flex
    }
    .xxlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xxlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xxlarge-flex-child-shrink {
        flex: 0 1 auto
    }
    .xxlarge-flex-dir-row {
        flex-direction: row
    }
    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xxlarge-flex-dir-column {
        flex-direction: column
    }
    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print,
screen and (max-width:29.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:30em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:30em) {
    .hide-for-medium-small {
        display: none !important
    }
}

@media screen and (max-width:29.99875em) {
    .show-for-medium-small {
        display: none !important
    }
}

@media print,
screen and (min-width:30em)and (max-width:39.99875em) {
    .hide-for-medium-small-only {
        display: none !important
    }
}

@media screen and (max-width:29.99875em),
screen and (min-width:40em) {
    .show-for-medium-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width:40em)and (max-width:47.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),
screen and (min-width:48em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:48em) {
    .hide-for-medium-large {
        display: none !important
    }
}

@media screen and (max-width:47.99875em) {
    .show-for-medium-large {
        display: none !important
    }
}

@media print,
screen and (min-width:48em)and (max-width:63.99875em) {
    .hide-for-medium-large-only {
        display: none !important
    }
}

@media screen and (max-width:47.99875em),
screen and (min-width:64em) {
    .show-for-medium-large-only {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width:64em)and (max-width:79.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:80em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:80em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:79.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:80em)and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:79.99875em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width:90em)and (max-width:112.49875em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.99875em),
screen and (min-width:112.5em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important
}

.show-on-focus:active,
.show-on-focus:focus {
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    clip: auto !important;
    white-space: normal !important
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important
    }
    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .show-for-ie {
        display: block !important
    }
    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

button {
    cursor: pointer
}

.button {
    border-width: .125rem;
    font-size: .75rem;
    font-weight: 700;
    padding-right: 2.875rem;
    position: relative;
    text-transform: uppercase
}

.button:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) 50%/contain no-repeat;
    border: 2px solid transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.625rem;
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem
}

.button:hover:after {
    border-color: #fefefe
}

.button.hollow,
.button.white {
    padding-right: 2.875rem;
    position: relative
}

.button.hollow:after,
.button.white:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 1.625rem;
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem
}

.button.hollow:hover:after,
.button.white,
.button.white:hover:after {
    border-color: #7c2c3b
}

.button.white:hover {
    background-color: #fefefe
}

.button.hollow:hover:after {
    border-color: #3e161e
}

.button.hollow.white {
    padding-right: 2.875rem;
    position: relative
}

.button.hollow.white:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 1.625rem;
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem
}

.button.hollow.white:hover:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) 50%/contain no-repeat
}

.button.hollow.white:hover {
    background: #fefefe;
    border-color: #7c2c3b;
    color: #7c2c3b
}

.button.hollow.white:hover:after {
    border-color: #7c2c3b
}

.cta {
    color: inherit;
    display: inline-block;
    font: 700 .8125rem Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    text-transform: uppercase
}

.cta:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) 50%/contain no-repeat;
    background-size: contain;
    border: 2px solid transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.625rem;
    margin: 1rem auto;
    transition: .24s;
    width: 1.625rem
}

.cta:hover:after {
    border-color: #7c2c3b
}

.cta.white {
    color: #fefefe;
    position: relative
}

.cta.white:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) 50%/contain no-repeat;
    background-size: contain;
    border-color: transparent;
    content: "";
    display: block;
    height: 1.625rem;
    margin: 1rem auto;
    transition: .24s;
    width: 1.625rem
}

.cta.white:hover:after {
    border-color: #fefefe
}

input.button {
    background: #7c2c3b url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) no-repeat center right 4px/26px 26px
}

input.button:after,
input.button:before {
    display: none
}

form label {
    color: #a0a0a0;
    font: normal .875rem Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: normal;
    margin: 0 0 .5rem;
    text-transform: capitalize
}

form input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #a0a0a0;
    border-radius: 100%;
    height: 2rem;
    margin-bottom: 0;
    position: relative;
    width: 2rem
}

form input[type=radio]:hover {
    border-color: #7c2c3b
}

form input[type=radio]:before {
    background-color: #7c2c3b;
    border-radius: 100%;
    content: "";
    display: none;
    height: calc(100% - 8px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px)
}

form input[type=radio]:checked {
    border-color: #7c2c3b
}

form input[type=radio]:checked:before {
    display: block
}

form .form-date,
form .form-email,
form .form-select,
form .form-text,
form .form-textarea {
    border: 2px solid #a0a0a0;
    border-radius: 8px;
    color: #414142;
    font-size: 1rem;
    font-weight: 400
}

form .form-date:focus,
form .form-email:focus,
form .form-select:focus,
form .form-text:focus,
form .form-textarea:focus {
    border: 2px solid #7c2c3b
}

form .form-type-checkbox {
    display: flex
}

form .form-type-checkbox .option {
    color: #414142;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0 1rem;
    text-transform: none;
    width: calc(100% - 32px)
}

form .form-checkbox {
    height: 2rem;
    width: 2rem
}

form .form-checkbox:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2Ij48cGF0aCBmaWxsPSIjMzAzMDMwIiBkPSJtMCAyNzQuMjI2IDE3Ni41NDkgMTc2Ljg4Nkw1MTUuNTU2IDExMi40NGwtNDguNjctNDcuOTk3LTI5MC4zMzcgMjkwTDQ3Ljk5NiAyMjUuODkxeiIvPjwvc3ZnPg==) no-repeat 50%/20px 20px;
    border: 2px solid #a0a0a0;
    border-radius: 8px
}

@media print,
screen and (max-width:63.99875em) {
    form .button {
        width: 100%
    }
}

form.bef-exposed-form select,
form.league-filter-form select,
form.players-select-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTkuMTIxIDEyLjcwNy02LjQxNCA2LjQxNC02LjQxNC02LjQxNCAxLjQxNC0xLjQxNCA0IDMuOTk4VjUuNzA3aDJ2OS41ODRsNC0zLjk5OHoiLz48L3N2Zz4=) #fefefe no-repeat center right .5rem;
    background-size: 1rem 1rem;
    border: .125rem solid #7c2c3b;
    color: #7c2c3b;
    font: 600 1rem Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    height: auto;
    margin-bottom: 0;
    padding: .5rem 2rem .5rem 1rem;
    width: auto
}

.password-strength {
    display: flex;
    flex-direction: column-reverse;
    margin: -.625rem 0 1.5rem;
    width: 100%
}

.password-strength__title {
    font-size: .875rem;
    font-weight: 600;
    padding-left: 1.5rem;
    position: relative
}

.password-strength__title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsLW9wYWNpdHk9Ii41IiBkPSJNMTAuNDQgNy45MmEzLjk2IDMuOTYgMCAwIDEgMCA3LjkySDcuNTZhMy45NiAzLjk2IDAgMCAxIDAtNy45MnpNOSAxMC44YTEuMDggMS4wOCAwIDAgMC0uMzYgMi4wOTh2LjQyMmEuMzYuMzYgMCAwIDAgLjcyIDB2LS40MjFBMS4wOCAxLjA4IDAgMCAwIDkgMTAuOCIvPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwLjA4IDEuNDRhMy42IDMuNiAwIDAgMSAzLjU5NyAzLjQ0NGwuMDAzLjE1NnYyLjg4aC0xLjQ0VjUuMDRjMC0xLjE1LS45LTIuMDktMi4wMzMtMi4xNTZsLS4xMjctLjAwNEg3LjkyYy0xLjE1IDAtMi4wOS45LTIuMTU2IDIuMDMzbC0uMDA0LjEyN3YyLjg4SDQuMzJWNS4wNGEzLjYgMy42IDAgMCAxIDMuNDQ0LTMuNTk3bC4xNTYtLjAwM3oiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMS41MiA3LjJINi40OGEzLjYgMy42IDAgMCAwLTMuNiAzLjZ2Mi4xNmEzLjYgMy42IDAgMCAwIDMuNiAzLjZoNS4wNGEzLjYgMy42IDAgMCAwIDMuNi0zLjZWMTAuOGEzLjYgMy42IDAgMCAwLTMuNi0zLjZNNi40OCA4LjY0aDUuMDRhMi4xNiAyLjE2IDAgMCAxIDIuMTYgMi4xNnYyLjE2YTIuMTYgMi4xNiAwIDAgMS0yLjE2IDIuMTZINi40OGEyLjE2IDIuMTYgMCAwIDEtMi4xNi0yLjE2VjEwLjhhMi4xNiAyLjE2IDAgMCAxIDIuMTYtMi4xNiIvPjwvZz48L3N2Zz4=) no-repeat 50%/contain;
    content: "";
    height: 1.125rem;
    left: 0;
    position: absolute;
    top: .0625rem;
    width: 1.125rem
}

.password-strength__text {
    font-weight: 400
}

.password-strength__meter {
    height: .25rem
}

.password-strength__indicator.is-weak {
    background-color: #e23a3a
}

.password-strength__indicator.is-fair {
    background-color: #d6b161
}

.password-strength__indicator.is-good {
    background-color: #2fafe5
}

.password-strength__indicator.is-strong {
    background-color: #91e23a
}

.password-confirm:not(.form-text) {
    align-items: center;
    display: flex;
    font-size: .875rem;
    font-weight: 600;
    position: relative
}

.password-confirm:not(.form-text) .error,
.password-confirm:not(.form-text) .ok {
    font-size: 0
}

.password-confirm:not(.form-text) .error:before,
.password-confirm:not(.form-text) .ok:before {
    content: "";
    display: inline-block;
    height: 1.125rem;
    margin-left: .3125rem;
    width: 1.125rem
}

.password-confirm:not(.form-text) .error:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRTQxRTFFIiBkPSJNMTIuNSAxOGgzdjNoLTN6Ii8+PGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTMiIHN0cm9rZT0iI0U0MUUxRSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggc3Ryb2tlPSIjRTQxRTFFIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0xNCAxNi41di0xMCIvPjwvZz48L3N2Zz4=) no-repeat 50%/contain
}

.password-confirm:not(.form-text) .ok:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM0QUM5MUUiPjxjaXJjbGUgY3g9IjE0IiBjeT0iMTQiIHI9IjEzIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBzdHJva2Utd2lkdGg9IjMiIGQ9Im03LjUgMTQgNC41IDQuNSA4LjUtOSIvPjwvZz48L3N2Zz4=) no-repeat 50%/contain
}

.password-suggestions {
    background-color: #fafafa;
    border: 0;
    border-radius: .5rem;
    font-size: .875rem;
    font-weight: 600;
    margin-top: 0;
    max-width: 100%;
    padding: 1rem
}

.password-suggestions ul {
    font-weight: 400;
    list-style: none;
    margin: .5rem 0 0
}

.password-suggestions ul>*+* {
    margin-top: .5rem
}

.password-suggestions li {
    padding-left: 1.5625rem;
    position: relative
}

.password-suggestions li:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsLW9wYWNpdHk9Ii41IiBkPSJNMTAuNDQgNy45MmEzLjk2IDMuOTYgMCAwIDEgMCA3LjkySDcuNTZhMy45NiAzLjk2IDAgMCAxIDAtNy45MnpNOSAxMC44YTEuMDggMS4wOCAwIDAgMC0uMzYgMi4wOTh2LjQyMmEuMzYuMzYgMCAwIDAgLjcyIDB2LS40MjFBMS4wOCAxLjA4IDAgMCAwIDkgMTAuOCIvPjxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwLjA4IDEuNDRhMy42IDMuNiAwIDAgMSAzLjU5NyAzLjQ0NGwuMDAzLjE1NnYyLjg4aC0xLjQ0VjUuMDRjMC0xLjE1LS45LTIuMDktMi4wMzMtMi4xNTZsLS4xMjctLjAwNEg3LjkyYy0xLjE1IDAtMi4wOS45LTIuMTU2IDIuMDMzbC0uMDA0LjEyN3YyLjg4SDQuMzJWNS4wNGEzLjYgMy42IDAgMCAxIDMuNDQ0LTMuNTk3bC4xNTYtLjAwM3oiLz48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMS41MiA3LjJINi40OGEzLjYgMy42IDAgMCAwLTMuNiAzLjZ2Mi4xNmEzLjYgMy42IDAgMCAwIDMuNiAzLjZoNS4wNGEzLjYgMy42IDAgMCAwIDMuNi0zLjZWMTAuOGEzLjYgMy42IDAgMCAwLTMuNi0zLjZNNi40OCA4LjY0aDUuMDRhMi4xNiAyLjE2IDAgMCAxIDIuMTYgMi4xNnYyLjE2YTIuMTYgMi4xNiAwIDAgMS0yLjE2IDIuMTZINi40OGEyLjE2IDIuMTYgMCAwIDEtMi4xNi0yLjE2VjEwLjhhMi4xNiAyLjE2IDAgMCAxIDIuMTYtMi4xNiIvPjwvZz48L3N2Zz4=) no-repeat 0 0/contain;
    content: "";
    height: 1.0625rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.0625rem
}

.password-suggestions+.description {
    margin-bottom: 2rem
}

details {
    border: 2px solid #ddd
}

.details-description {
    margin-bottom: 1rem
}

.profile {
    font-size: 1.125rem;
    max-width: 45rem;
    padding: 0 1.25rem
}

@media print,
screen and (min-width:40em) {
    .profile {
        padding: 0 2.5rem
    }
}

.profile .form-wrapper {
    padding: 1.125rem 0
}

.profile legend {
    margin-bottom: 0
}

.profile .fieldset-legend {
    font: normal 1.375rem Boleyn Gate Iron Sans, Barlow, sans-serif
}

@media print,
screen and (min-width:48em) {
    .profile .fieldset-legend {
        font-size: 1.875rem
    }
}

.profile .field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: .75rem 0
}

@media print,
screen and (min-width:40em) {
    .profile .field {
        align-items: center;
        flex-direction: row
    }
}

.profile .field .field__label,
.profile .field .label {
    font-weight: 600
}

@media print,
screen and (min-width:40em) {
    .profile .field .field__item {
        text-align: right
    }
}

@media print,
screen and (min-width:64em) {
    .profile.m-supporters__club-submission-form {
        font-size: 1.125rem
    }
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

html.club-form-open {
    overflow: hidden
}

body.mobile-menu--open {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .layout-container {
        margin-top: 10.375rem;
        padding-left: 2.875rem
    }
    .layout-container:before {
        background: #7c2c3b;
        background: var(--sidebar-bg);
        border-left: 4px solid #2fafe5;
        border-left: 4px solid var(--sidebar-accent);
        content: "";
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 2.875rem;
        z-index: 10
    }
    .site-kit--away .layout-container:before {
        border-right: .0625rem solid #e8e8e8
    }
}

@media print,
screen and (min-width:40em) {
    .layout-container .layout-content>.region {
        padding: 0 2rem
    }
}

.layout-container .layout-content--contained>.region {
    margin: 1.5rem auto 0;
    max-width: 64rem;
    padding: 0 1rem
}

@media print,
screen and (min-width:40em) {
    .layout-container .layout-content--contained>.region {
        padding: 0 2rem
    }
}

.layout-container .layout-content--fullwidth>.region {
    margin: 1.5rem 1rem 0
}

@media print,
screen and (min-width:64em) {
    .layout-container .layout-content--fullwidth>.region {
        margin: 1.5rem 2.5rem 0
    }
}

.layout-container>.region-header {
    max-width: none
}

.region>.block {
    margin-bottom: 1rem
}

.hr {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
    overflow: hidden;
    position: relative;
    width: calc(100% - 50px)
}

.hr:before {
    margin-left: -50%;
    right: 1rem
}

.hr:after {
    left: 1rem;
    margin-right: -50%
}

.hr:after,
.hr:before {
    content: "";
    display: inline-block;
    height: .0625rem;
    position: relative;
    vertical-align: middle;
    width: 50%
}

.hr>* {
    display: block;
    height: 1rem;
    width: 1rem
}

@media print,
screen and (min-width:64em) {
    .hr>* {
        height: 1.5rem;
        width: 1.5rem
    }
}

.hr:after,
.hr:before {
    background-color: rgba(124, 44, 59, .25)
}

.hr>* {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMjIuMzUgOS4yLTEuMjYtMkExLjUyIDEuNTIgMCAwIDEgMjEgNi4xNGEuNDUuNDUgMCAwIDAtLjE2LS40OWMtLjExLS4xMi0yLTEuOTItMi43MS0yLjYzLS4xNS0uMTQtLjI0LS4xNi0uMzctLjA2YTE2IDE2IDAgMCAwLTEuMzYgMS4zOGMtLjE4LjIyLS4wNi4zNy0uMDYuMzdsMS4xOSAxLjQxLjM0LjMzTDEyIDEyLjE3IDYuMTMgNi40NmwuMzQtLjM0IDEuMTktMS40MXMuMTItLjE1LS4wNi0uMzZBMTUgMTUgMCAwIDAgNi4yMSAzYy0uMTMtLjEtLjIyLS4wNy0uMzcuMDdMMy4xMyA1LjY1YS40Ny40NyAwIDAgMC0uMTYuNSAxLjUgMS41IDAgMCAxLS4wNiAxLjA3bC0xLjI2IDJjLS4xNi4yNC0uMi40NS0uMDguNTdzLjIyLjE0LjU1LS4wOUMyLjI3IDkuNTggNCA4LjQzIDQuNTMgOGMuMzMtLjI3LjU3LS41MS41Ny0uNTFsNS43MSA1Ljg2LTcuNDggNy4yN2MtLjIzLjI0IDAgLjYxLjQgMXMuNzYuNjQgMSAuNEwxMiAxNC41NSAxOS4yNyAyMmMuMjQuMjQuNjEgMCAxLS40cy42My0uNzUuMzktMWwtNy40OC03LjI5IDUuNzItNS44NGE3IDcgMCAwIDAgLjU3LjVjLjU0LjQ1IDIuMjYgMS42MSAyLjQxIDEuNzEuMzMuMjMuNDkuMTYuNTUuMDlzLjA4LS4zMy0uMDgtLjU3IiBzdHlsZT0iZmlsbDojOGYyMTM4Ii8+PC9zdmc+) 50%/contain no-repeat
}

.hr-yellow {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
    overflow: hidden;
    position: relative;
    width: calc(100% - 50px)
}

.hr-yellow:before {
    margin-left: -50%;
    right: 1rem
}

.hr-yellow:after {
    left: 1rem;
    margin-right: -50%
}

.hr-yellow:after,
.hr-yellow:before {
    content: "";
    display: inline-block;
    height: .0625rem;
    position: relative;
    vertical-align: middle;
    width: 50%
}

.hr-yellow>* {
    display: block;
    height: 1rem;
    width: 1rem
}

@media print,
screen and (min-width:64em) {
    .hr-yellow>* {
        height: 1.5rem;
        width: 1.5rem
    }
}

.hr-yellow:after,
.hr-yellow:before {
    background-color: rgba(214, 177, 97, .25)
}

.hr-yellow>* {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMjIuMzUgOS4yLTEuMjYtMkExLjUyIDEuNTIgMCAwIDEgMjEgNi4xNGEuNDUuNDUgMCAwIDAtLjE2LS40OWMtLjExLS4xMi0yLTEuOTItMi43MS0yLjYzLS4xNS0uMTQtLjI0LS4xNi0uMzctLjA2YTE2IDE2IDAgMCAwLTEuMzYgMS4zOGMtLjE4LjIyLS4wNi4zNy0uMDYuMzdsMS4xOSAxLjQxLjM0LjMzTDEyIDEyLjE3IDYuMTMgNi40NmwuMzQtLjM0IDEuMTktMS40MXMuMTItLjE1LS4wNi0uMzZBMTUgMTUgMCAwIDAgNi4yMSAzYy0uMTMtLjEtLjIyLS4wNy0uMzcuMDdMMy4xMyA1LjY1YS40Ny40NyAwIDAgMC0uMTYuNSAxLjUgMS41IDAgMCAxLS4wNiAxLjA3bC0xLjI2IDJjLS4xNi4yNC0uMi40NS0uMDguNTdzLjIyLjE0LjU1LS4wOUMyLjI3IDkuNTggNCA4LjQzIDQuNTMgOGMuMzMtLjI3LjU3LS41MS41Ny0uNTFsNS43MSA1Ljg2LTcuNDggNy4yN2MtLjIzLjI0IDAgLjYxLjQgMXMuNzYuNjQgMSAuNEwxMiAxNC41NSAxOS4yNyAyMmMuMjQuMjQuNjEgMCAxLS40cy42My0uNzUuMzktMWwtNy40OC03LjI5IDUuNzItNS44NGE3IDcgMCAwIDAgLjU3LjVjLjU0LjQ1IDIuMjYgMS42MSAyLjQxIDEuNzEuMzMuMjMuNDkuMTYuNTUuMDlzLjA4LS4zMy0uMDgtLjU3IiBzdHlsZT0iZmlsbDojZDZiMTYxIi8+PC9zdmc+) 50%/contain no-repeat
}

div[data-drupal-messages] {
    padding: 0 1.5rem
}

a img.align-left,
img.align-left {
    margin: 0 1rem 1rem 0
}

a img.align-right,
img.align-right {
    margin: 0 0 1rem 1rem
}

a img.align-center,
img.align-center {
    margin: 0 auto 1rem
}

h1 {
    letter-spacing: .02rem
}

@media print,
screen and (min-width:48em) {
    h1 {
        letter-spacing: .039375rem
    }
}

@media print,
screen and (min-width:64em) {
    h1 {
        letter-spacing: .04625rem
    }
}

h3 {
    letter-spacing: .01875rem
}

@media print,
screen and (min-width:48em) {
    h3 {
        letter-spacing: .055rem
    }
}

h3,
h4,
h5,
h6 {
    font-family: Museo Sans, Helvetica, Roboto, Arial, sans-serif
}

h5,
h6 {
    font-weight: 400
}

.page-heading {
    font-size: 2.25rem;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .page-heading {
        font-size: 3rem
    }
}

@media print,
screen and (min-width:64em) {
    .page-heading {
        font-size: 3.625rem
    }
}

@media screen and (min-width:80em) {
    .page-heading {
        font-size: 4.5rem
    }
}

.page-heading__subtitle {
    color: #7c2c3b;
    font: 700 .75rem Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .020625rem;
    margin-bottom: .5rem;
    padding-left: 2rem;
    position: relative;
    text-transform: uppercase
}

.page-heading__subtitle:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMjIuMzUgOS4yLTEuMjYtMkExLjUyIDEuNTIgMCAwIDEgMjEgNi4xNGEuNDUuNDUgMCAwIDAtLjE2LS40OWMtLjExLS4xMi0yLTEuOTItMi43MS0yLjYzLS4xNS0uMTQtLjI0LS4xNi0uMzctLjA2YTE2IDE2IDAgMCAwLTEuMzYgMS4zOGMtLjE4LjIyLS4wNi4zNy0uMDYuMzdsMS4xOSAxLjQxLjM0LjMzTDEyIDEyLjE3IDYuMTMgNi40NmwuMzQtLjM0IDEuMTktMS40MXMuMTItLjE1LS4wNi0uMzZBMTUgMTUgMCAwIDAgNi4yMSAzYy0uMTMtLjEtLjIyLS4wNy0uMzcuMDdMMy4xMyA1LjY1YS40Ny40NyAwIDAgMC0uMTYuNSAxLjUgMS41IDAgMCAxLS4wNiAxLjA3bC0xLjI2IDJjLS4xNi4yNC0uMi40NS0uMDguNTdzLjIyLjE0LjU1LS4wOUMyLjI3IDkuNTggNCA4LjQzIDQuNTMgOGMuMzMtLjI3LjU3LS41MS41Ny0uNTFsNS43MSA1Ljg2LTcuNDggNy4yN2MtLjIzLjI0IDAgLjYxLjQgMXMuNzYuNjQgMSAuNEwxMiAxNC41NSAxOS4yNyAyMmMuMjQuMjQuNjEgMCAxLS40cy42My0uNzUuMzktMWwtNy40OC03LjI5IDUuNzItNS44NGE3IDcgMCAwIDAgLjU3LjVjLjU0LjQ1IDIuMjYgMS42MSAyLjQxIDEuNzEuMzMuMjMuNDkuMTYuNTUuMDlzLjA4LS4zMy0uMDgtLjU3IiBzdHlsZT0iZmlsbDojOGYyMTM4Ii8+PC9zdmc+) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 1.625rem;
    height: 1.375rem;
    left: .25rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem;
    width: 1.375rem
}

.scroll,
.stack {
    width: 100% !important
}

.align-right {
    margin: 0 0 1.5rem 1.5rem
}

@media print,
screen and (min-width:64em) {
    .align-right {
        max-width: 50%
    }
}

.align-left {
    margin: 0 1.5rem 1.5rem 0
}

@media print,
screen and (min-width:64em) {
    .align-left {
        max-width: 50%
    }
}

.m-embed-media {
    margin: 0 auto 1rem;
    width: 80%
}

.m-caption {
    width: 100%
}

.m-caption figcaption {
    font-size: .75rem;
    margin: -1rem auto 1rem;
    padding: .625rem .5rem;
    width: 80%
}

.m-back-to-top {
    display: block;
    text-align: center
}

.m-back-to-top .button {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 2.875rem;
    padding-right: 2.875rem;
    position: relative;
    text-transform: none
}

.m-back-to-top .button:before {
    left: .25rem
}

.m-back-to-top .button:after,
.m-back-to-top .button:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSI+PGRlZnM+PGZpbHRlciBpZD0iYSI+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUdyYXBoaWMiIHZhbHVlcz0iMCAwIDAgMCAwLjcxMzcyNSAwIDAgMCAwIDAuNzEzNzI1IDAgMCAwIDAgMC43MTM3MjUgMCAwIDAgMS4wMDAwMDAgMCIvPjwvZmlsdGVyPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbHRlcj0idXJsKCNhKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTggLTUpIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Im0xMy4zODcgMTYuMzA1IDYuNDE0LTYuMTU4IDYuNDE0IDYuMTU4LTEuNDE0IDEuMzU4LTQuMDkyLTMuOTI4LjE5MiA5LjQzLTEuOTYtLjA0LS4xODktOS4yNTQtMy45NSAzLjc5MnoiLz48L2c+PC9zdmc+) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 1.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem
}

.m-back-to-top .button:after {
    right: .25rem
}

.m-back-to-top .button:after,
.m-back-to-top .button:before {
    border: 0;
    height: 2rem;
    width: 2rem
}

.m-mobile-nav {
    background: rgba(124, 44, 59, .1);
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    height: 2.125rem;
    justify-content: flex-end;
    line-height: 2.4;
    margin-bottom: -2.125rem;
    margin-top: -3.625rem;
    padding: .5rem;
    position: relative;
    visibility: hidden;
    z-index: 2
}

.m-mobile-nav__trigger {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase
}

.m-mobile-nav:after,
.m-mobile-nav:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) no-repeat 100%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1rem;
    margin: 0 .25rem;
    transform: rotate(90deg);
    vertical-align: middle;
    width: 1rem
}

.m-mobile-nav--active {
    visibility: visible
}

.m-mobile-nav--pressed:after,
.m-mobile-nav--pressed:before {
    transform: rotate(-90deg)
}

@media print,
screen and (min-width:48em) {
    .m-mobile-nav {
        display: none
    }
}

.m-breadcrumb {
    font-size: .75rem;
    font-weight: 600;
    padding: .5rem;
    text-align: right
}

.page-node-type-supporters-landing-page .m-breadcrumb {
    display: none
}

.m-breadcrumb__list {
    font-size: .625rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.m-breadcrumb__item {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.m-breadcrumb__item span {
    color: #7c2c3b
}

.m-breadcrumb__item:last-child .m-breadcrumb__link:after {
    display: none
}

.m-breadcrumb__link,
.m-breadcrumb__page {
    display: inherit
}

.m-breadcrumb__link:before,
.m-breadcrumb__page:before {
    opacity: .5;
    transform: translateX(50%)
}

.m-breadcrumb__link {
    color: #202020;
    display: inline;
    padding-right: 1rem;
    position: relative
}

.m-breadcrumb__link:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6IiBvcGFjaXR5PSIuNSIvPjwvc3ZnPg==) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 1.625rem;
    height: .75rem;
    position: absolute;
    right: .25rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem;
    width: .75rem
}

@media print,
screen and (min-width:48em) {
    .m-mobile-nav+.m-breadcrumb {
        margin-top: -3.625rem
    }
}

.m-inline-nav+.m-breadcrumb {
    display: none;
    margin-top: -1rem
}

@media print,
screen and (min-width:48em) {
    .m-inline-nav+.m-breadcrumb {
        display: block
    }
}

.m-inline-nav--open+.m-breadcrumb {
    display: block
}

.m-footer-nav .menu {
    list-style: none;
    margin: 0;
    padding: 1.5rem 0;
    position: relative
}

@media print,
screen and (max-width:39.99875em) {
    .m-footer-nav .menu {
        display: block
    }
    .m-footer-nav .menu>*+* {
        margin-top: 1rem
    }
}

@media print,
screen and (min-width:40em) {
    .m-footer-nav .menu {
        -moz-column-count: 3;
        column-count: 3
    }
}

.m-footer-nav .menu:after,
.m-footer-nav .menu:before {
    background-color: #fefefe;
    content: "";
    height: .0625rem;
    left: 0;
    opacity: .1;
    position: absolute;
    width: 100%
}

.m-footer-nav .menu--simplified .m-footer-nav .menu:after,
.m-footer-nav .menu--simplified .m-footer-nav .menu:before {
    background-color: #d8d8d8
}

.m-footer-nav .menu:before {
    top: 0
}

.m-footer-nav .menu:after {
    bottom: 0
}

.m-footer-nav .menu .menu-item {
    line-height: normal;
    padding: 0
}

@media print,
screen and (min-width:40em) {
    .m-footer-nav .menu .menu-item {
        margin-bottom: .75rem
    }
}

.m-footer-nav .menu .menu-item>a {
    color: #fefefe;
    color: var(--footer-nav-links-color);
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    text-transform: capitalize
}

.m-footer-nav .menu .menu-item>a:hover {
    text-decoration: underline
}

.m-footer-nav .menu--simplified .menu-item>a {
    color: #202020
}

.m-footer-sponsors {
    display: flex;
    flex-direction: column
}

.m-footer-sponsors__inner {
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .m-footer-sponsors__inner {
        padding: .75rem 1rem
    }
}

.m-footer-sponsors__title {
    color: #e8e8e8;
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 2rem;
    line-height: 1.375;
    margin: 1rem 0;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .m-footer-sponsors__title {
        font-size: 2.375rem;
        line-height: 1.1578947368
    }
}

@media print,
screen and (min-width:64em) {
    .m-footer-sponsors__title {
        font-size: 2.75rem;
        line-height: 1
    }
}

.m-footer-sponsors__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 .5rem
}

@media print,
screen and (min-width:48em) {
    .m-footer-sponsors__list {
        width: 100%
    }
}

.m-footer-sponsors__list li {
    filter: grayscale(1);
    flex: 0 0 auto;
    margin-bottom: 1rem;
    padding: 0 1rem;
    transition: .25s
}

.m-footer-sponsors__list li:hover {
    filter: grayscale(0)
}

.m-footer-sponsors__list li a,
.m-footer-sponsors__list li img {
    display: block;
    margin: auto;
    width: 100%
}

.m-footer-sponsors__list--primary li {
    max-width: 15rem;
    text-align: center;
    width: 50%
}

@media print,
screen and (max-width:47.99875em) {
    .m-footer-sponsors__list--primary li:first-of-type {
        flex: 1 0 100%;
        max-width: none;
        width: 100%
    }
    .m-footer-sponsors__list--primary li:first-of-type a {
        max-width: 8.5rem
    }
}

@media print,
screen and (min-width:48em) {
    .m-footer-sponsors__list--primary li {
        margin-bottom: 0;
        width: 33.33333%
    }
}

.m-footer-sponsors__list--primary li .field__item {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.m-footer-sponsors__list--primary li .field__item img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.m-footer-sponsors__list--secondary li,
.m-footer-sponsors__list--tertiary li {
    margin: auto 0
}

.m-footer-sponsors__list--secondary li {
    max-width: 12rem;
    width: 50%
}

@media print,
screen and (min-width:48em) {
    .m-footer-sponsors__list--secondary li {
        width: 33.33%
    }
}

.m-footer-sponsors__list--tertiary li {
    max-width: 9.5rem;
    width: 33.33%
}

@media print,
screen and (min-width:48em) {
    .m-footer-sponsors__list--tertiary li {
        width: 16.66667%
    }
}

@media print,
screen and (min-width:64em) {
    .m-footer-sponsors__list--tertiary li {
        width: 12.5%
    }
}

.m-footnote {
    color: #fefefe;
    color: var(--footnote-text-color);
    margin-top: 1rem
}

.m-footnote--simplified {
    color: #414142;
    font-size: .625rem
}

.m-footnote__inner {
    display: flex;
    flex-direction: column;
    margin: 0 -1rem
}

@media print,
screen and (max-width:39.99875em) {
    .m-footnote__inner>*+* {
        margin-top: 1rem
    }
}

@media print,
screen and (min-width:40em) {
    .m-footnote__inner {
        align-items: center;
        flex-direction: row
    }
}

.m-footnote__item {
    padding: 0 1rem;
    width: 100%
}

@media print,
screen and (max-width:39.99875em) {
    .m-footnote__item {
        text-align: center
    }
}

.m-footnote__copyright {
    font-size: .625rem
}

.m-footnote__copyright p {
    font-weight: 700;
    margin-bottom: 0
}

.m-footnote__copyright p>a {
    color: #fefefe;
    color: var(--footnote-links-color)
}

.m-footnote__simplified .m-footnote__copyright p>a {
    color: #202020
}

.m-footnote__league-badge {
    width: 7.125rem;
    fill: #fff;
    fill: var(--footnote-league-fill)
}

@media print,
screen and (min-width:40em) {
    .m-footnote__league-badge {
        display: block;
        margin: 0 auto
    }
}

.m-footnote__league-badge--away,
.site-kit--away .m-footnote__league-badge {
    display: none
}

.site-kit--away .m-footnote__league-badge--away {
    display: block
}

.m-footnote__author {
    display: block;
    height: 1.3125rem;
    margin: 0 auto;
    width: 2.75rem
}

@media print,
screen and (min-width:40em) {
    .m-footnote__author {
        margin-right: 0
    }
}

.m-footnote__author svg {
    fill: #fefefe;
    fill: var(--footnote-author-fill)
}

.m-footnote--simplified .m-footnote__author {
    color: #414142;
    font-weight: 700;
    height: auto;
    text-align: right;
    width: auto
}

.m-footnote__simplified .m-footnote__author svg {
    fill: #202020
}

.m-hamburger {
    align-items: center;
    background-color: transparent;
    background-color: #fefefe;
    border: 2px solid #e8e8e8;
    border-radius: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    height: 2rem;
    justify-content: center;
    min-width: 2rem;
    overflow: visible;
    padding: .25rem;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter, border-color;
    transition-timing-function: linear
}

@media print,
screen and (min-width:64em) {
    .m-hamburger {
        display: none
    }
}

.m-hamburger:hover {
    border-color: #7c2c3b
}

.m-hamburger.is-active {
    padding: 0
}

.m-hamburger.is-active .m-hamburger__inner,
.m-hamburger.is-active .m-hamburger__inner:after,
.m-hamburger.is-active .m-hamburger__inner:before {
    background-color: #7c2c3b
}

.m-hamburger.is-active .m-hamburger__inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    width: 1rem
}

.m-hamburger.is-active .m-hamburger__inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    width: 1rem
}

.m-hamburger.is-active .m-hamburger__inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    width: 1rem
}

.m-hamburger__box {
    display: inline-block;
    height: 1rem;
    position: relative;
    width: 1rem
}

.m-hamburger__inner,
.m-hamburger__inner:after,
.m-hamburger__inner:before {
    background-color: #7c2c3b;
    border-radius: 0;
    height: .125rem;
    position: absolute;
    right: 0;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 1rem
}

.m-hamburger__inner {
    display: block;
    top: 50%;
    transition-duration: 75ms;
    transition: cubic-bezier(.55, .055, .675, .19), width .25s ease
}

.m-hamburger__inner:after,
.m-hamburger__inner:before {
    content: "";
    display: block
}

.m-hamburger__inner:before {
    top: -.3125rem;
    transition: top 75ms ease .12s, opacity 75ms ease, width .25s ease;
    width: 1rem
}

.m-hamburger__inner:after {
    bottom: -.3125rem;
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), width .25s ease;
    width: 1rem
}

.m-header {
    background: #fefefe;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    height: 6.75rem;
    margin-bottom: 3.5rem;
    position: relative
}

@media print,
screen and (max-width:63.99875em) {
    .m-header {
        top: 0 !important
    }
}

@media print,
screen and (min-width:64em) {
    .m-header {
        left: 0;
        margin: 0 0 0 2.875rem;
        position: fixed;
        top: 0;
        transition: .12s;
        width: calc(100vw - 46px);
        z-index: 100
    }
    .m-header.off-canvas {
        margin-top: -3.125rem
    }
}

.m-header__inner {
    display: flex;
    height: 100%;
    padding: .625rem 1rem;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .m-header__inner {
        align-items: center
    }
}

@media print,
screen and (min-width:64em) {
    .m-header__inner {
        align-items: stretch;
        padding: 0 2rem
    }
}

.m-header__inner:before {
    background: transparent url(/themes/custom/clubcast/assets/header-graphic.cf9e7d4c62e2d80f5e58..png) 100% 100%/contain repeat-y;
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .m-header__inner:before {
        left: 0
    }
}

.m-header__logo {
    height: 4.625rem;
    left: .9375rem;
    position: absolute;
    top: -2.4375rem;
    width: 4.125rem;
    z-index: 101
}

@media print,
screen and (min-width:64em) {
    .m-header__logo {
        left: -1.875rem;
        top: -2.4375rem;
        transition: .12s
    }
}

.m-header__logo-link {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 112.12121%;
    position: relative;
    width: 100%
}

.m-header__logo-link>img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.m-header__logo-link>.away-crest,
.site-kit--away .m-header__logo-link>img:not(.away-crest) {
    display: none
}

.site-kit--away .m-header__logo-link>.away-crest {
    display: block
}

@media print,
screen and (min-width:64em) {
    .off-canvas .m-header__logo {
        top: .6875rem
    }
    .m-header__nav {
        display: flex;
        order: -1
    }
    .m-header__nav .region-primary-menu {
        height: 100%
    }
}

.m-header__fixture {
    display: none
}

@media print,
screen and (min-width:48em) {
    .m-header__fixture {
        align-items: center;
        background-color: #fefefe;
        border: 2px solid #e8e8e8;
        border-radius: 1rem;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
        display: flex;
        height: 2rem;
        padding: .125rem .5rem;
        position: relative;
        text-transform: uppercase;
        transition: .24s
    }
    .m-header__fixture:hover {
        border-color: #7c2c3b
    }
}

.m-header__fixture>a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.m-header__fixture>a>span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.m-header__fixture-crest {
    margin: 0 .125rem 0 0;
    max-width: 1.5rem
}

.flex-dir-row-reverse .m-header__fixture-crest {
    margin: 0 0 0 .125rem
}

.m-header__fixture-label {
    font-size: .9375rem
}

.m-header__fixture-label--away {
    display: flex;
    flex-direction: row-reverse
}

.m-header__actions {
    align-items: center;
    display: flex;
    margin-left: auto;
    position: relative
}

@media print,
screen and (min-width:64em) {
    .m-header__actions {
        flex: 0 0 auto
    }
}

.m-header__actions>*+* {
    margin-left: .5rem
}

@media print,
screen and (min-width:30em) {
    .m-header__actions>*+* {
        margin-left: 1rem
    }
}

.m-header__actions-icon {
    align-items: center;
    background-color: #fefefe;
    border: 2px solid #e8e8e8;
    border-radius: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    height: 2rem;
    justify-content: center;
    padding: .25rem;
    position: relative;
    transition: .24s;
    width: 2rem
}

@media print,
screen and (min-width:64em) {
    .m-header__actions-icon {
        cursor: pointer
    }
}

.m-header__actions-icon:hover {
    border-color: #7c2c3b
}

.m-header__actions-icon svg {
    display: inline-block;
    height: 1.5rem;
    position: relative;
    width: 1.5rem;
    fill: #7c2c3b
}

.m-header__actions-icon .js--toggle-search--close {
    display: none;
    width: .875rem
}

.m-header__actions-icon.js--toggle-search.is-active .js--toggle-search--close {
    display: inline-block
}

.m-header__actions-icon.js--toggle-search.is-active .js--toggle-search--open {
    display: none
}

.m-header__sponsor {
    width: 5rem
}

@media print,
screen and (min-width:64em) {
    .m-header__sponsor {
        margin-top: .375rem;
        width: 6.75rem
    }
}

.m-header__sponsor-link {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%
}

.m-header__sponsor-link img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.m-search {
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 3.5625rem;
    transition: .25s;
    visibility: hidden;
    width: 100%
}

.m-search.is-active {
    height: auto;
    max-height: 3.0625rem;
    opacity: 1;
    visibility: visible;
    z-index: 100
}

@media print,
screen and (min-width:64em) {
    .m-search {
        max-height: none;
        position: absolute;
        top: .1875rem;
        width: 0;
        z-index: 101
    }
    .m-search.is-active {
        width: calc(100vw - 290px)
    }
}

.m-search__clear {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 1.5625rem;
    justify-content: center;
    opacity: .5;
    position: absolute;
    right: 3.625rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s;
    width: 1.5625rem;
    z-index: 1
}

.m-search__clear:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA0Ny45NzEgNDcuOTcxIj48cGF0aCBmaWxsPSIjN2MyYzNiIiBkPSJNMjguMjI4IDIzLjk4NiA0Ny4wOTIgNS4xMjJhMyAzIDAgMCAwIDAtNC4yNDIgMyAzIDAgMCAwLTQuMjQyIDBMMjMuOTg2IDE5Ljc0NCA1LjEyMS44OGEzIDMgMCAwIDAtNC4yNDIgMCAzIDMgMCAwIDAgMCA0LjI0MmwxOC44NjUgMTguODY0TC44NzkgNDIuODVhMi45OTggMi45OTggMCAxIDAgNC4yNDIgNC4yNDFsMTguODY1LTE4Ljg2NEw0Mi44NSA0Ny4wOTFjLjU4Ni41ODYgMS4zNTQuODc5IDIuMTIxLjg3OXMxLjUzNS0uMjkzIDIuMTIxLS44NzlhMyAzIDAgMCAwIDAtNC4yNDJ6Ii8+PC9zdmc+) no-repeat 50%;
    content: "";
    display: block;
    height: .625rem;
    width: .625rem
}

.m-search form {
    padding: .5rem
}

.m-search form .form--inline {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.m-search form .form--inline .form-actions,
.m-search form .form--inline .form-item {
    margin: 0
}

.m-search form .form--inline label {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.m-search form .form--inline .form-item {
    width: calc(100% - 70px)
}

@media print,
screen and (min-width:64em) {
    .m-search form .form--inline .form-item {
        width: calc(100% - 40px)
    }
}

.m-search form .form--inline .form-text {
    background-color: #f2eaec;
    border: 0;
    border-radius: .75rem;
    color: #151515;
    font-weight: 700;
    height: 2.0625rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: .5rem 5.625rem .5rem 1rem;
    text-transform: uppercase
}

@media print,
screen and (min-width:64em) {
    .m-search form .form--inline .form-text {
        height: 2.4375rem
    }
}

.m-search form .form--inline .form-text::-webkit-input-placeholder {
    color: #414142;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .024375rem;
    opacity: .5;
    text-transform: uppercase
}

.m-search form .form--inline .form-text::-moz-placeholder {
    color: #414142;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .024375rem;
    opacity: .5;
    text-transform: uppercase
}

.m-search form .form--inline .form-text::placeholder {
    color: #414142;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .024375rem;
    opacity: .5;
    text-transform: uppercase
}

.m-search form .form--inline .form-actions {
    height: 2.0625rem;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.m-search form .form--inline .form-submit {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) no-repeat 50%;
    border: 0;
    border-left: 2px solid #7c2c3b;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    margin-bottom: 0;
    max-height: 2rem;
    opacity: .5;
    overflow: hidden;
    padding-right: 1.625rem;
    transition: .25s
}

.m-search form .form--inline .form-submit:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) no-repeat 100%
}

.m-search form .form--inline .form-submit:after {
    display: none
}

.m-inline-nav__list {
    background: #fafafa;
    color: #414142;
    display: none;
    font-size: .875rem;
    font-weight: 700;
    list-style: none;
    margin-bottom: 0;
    padding: .25rem 1rem;
    text-transform: capitalize
}

.m-inline-nav__item {
    display: flex;
    list-style: none;
    padding: .25rem 0
}

.m-inline-nav__item.menu-item--active-trail a {
    color: #7c2c3b
}

.m-inline-nav__item a {
    color: #414142;
    flex: 1 0 auto;
    font-weight: 700
}

.m-inline-nav__item:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6IiBvcGFjaXR5PSIuNSIvPjwvc3ZnPg==) no-repeat 100%;
    background-size: contain;
    content: "";
    display: block;
    height: 1.625rem;
    width: 1.625rem
}

@media print,
screen and (max-width:47.99875em) {
    .m-inline-nav--open .m-inline-nav__list {
        display: block
    }
}

@media print,
screen and (min-width:48em) {
    .m-inline-nav {
        border-bottom: 1px solid #b5b5b5;
        display: block
    }
    .m-inline-nav__list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-left: 6.125rem;
        -webkit-overflow-scrolling: touch
    }
    .m-inline-nav__list::-webkit-scrollbar {
        display: none
    }
    .m-inline-nav__item {
        display: block;
        flex: 0 0 0;
        padding-right: .5rem;
        white-space: nowrap
    }
    .m-inline-nav__item a {
        position: relative
    }
    .m-inline-nav__item a:after {
        background: #7c2c3b;
        bottom: -.625rem;
        content: "";
        display: block;
        height: .1875rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        transition: .25s;
        width: 0
    }
    .m-inline-nav__item a:hover:after {
        width: 100%
    }
    .m-inline-nav__item:after {
        background: none;
        border-bottom: .125rem solid #dbd8d8;
        display: inline-block;
        height: 1px;
        margin-left: .5rem;
        margin-right: .125rem;
        vertical-align: middle;
        width: .375rem
    }
    .m-inline-nav__item:last-child:after {
        display: none
    }
}

@media print,
screen and (min-width:64em) {
    .m-inline-nav__list {
        padding-left: 3.5rem
    }
}

.m-mobile-nav+.m-inline-nav {
    padding-top: 2.125rem
}

@media print,
screen and (min-width:48em) {
    .m-mobile-nav+.m-inline-nav {
        margin-top: -3.625rem;
        padding-top: 0
    }
}

.block-language-switcher-block {
    display: none
}

.m-language-popup-dialog {
    padding-left: 1.4375rem;
    position: relative
}

.m-language-popup-dialog:before {
    background: #7c2c3b;
    background: var(--sidebar-bg);
    border-left: 2px solid #2fafe5;
    border-left: 2px solid var(--sidebar-accent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.4375rem;
    z-index: 10
}

.m-language-popup-dialog .ui-widget-header {
    background: none;
    border: none
}

.m-language-popup {
    padding: 0
}

.m-language-popup__select {
    color: #202020;
    font-family: Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .625rem;
    text-align: center
}

.m-language-popup__list {
    margin: 0
}

.m-language-popup__list li {
    background: #fefefe;
    border-top: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: .3125rem;
    padding: .9375rem
}

.m-language-popup__list li:first-of-type {
    border-top: 0
}

.m-language-popup__list li img {
    height: 1.5625rem;
    margin-right: 1.25rem;
    width: 3.125rem
}

.m-language-popup__list li a {
    color: #7c2c3b;
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem
}

.m-language-popup-opener {
    display: none
}

@media print,
screen and (min-width:48em) {
    .m-language-popup-opener {
        cursor: pointer;
        display: block
    }
}

.m-language-popup-opener img {
    border: 1px solid #fefefe;
    height: 1.5rem;
    width: auto
}

.m-main-nav {
    display: block;
    transition: .25s;
    width: 100%;
    z-index: 100
}

@media print,
screen and (max-width:63.99875em) {
    .m-main-nav {
        background-color: #fefefe;
        height: 100%;
        left: -100%;
        margin-top: 3.1875rem;
        overflow-y: auto;
        padding: 1.5rem;
        position: fixed
    }
    .m-main-nav.is-open {
        left: 0
    }
}

.m-main-nav .is-drilldown {
    max-width: 100% !important
}

.m-main-nav__menu {
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 2.25rem;
    line-height: 1.3333333333;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-top: 1.5rem;
    position: relative;
    text-transform: capitalize
}

[data-whatinput=mouse] .m-main-nav__menu {
    outline: 0
}

@media print,
screen and (max-width:63.99875em) {
    .m-main-nav__menu {
        padding-top: 0
    }
    .m-main-nav__menu>*+* {
        margin-top: .75rem
    }
}

@media print,
screen and (min-width:48em) {
    .m-main-nav__menu {
        height: calc(100% - 16px);
        overflow: hidden;
        position: relative
    }
    .m-main-nav__menu:before {
        background: #e8e8e8;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: .125rem
    }
}

.m-main-nav__menu .menu-item {
    padding: 0
}

@media print,
screen and (min-width:48em) {
    .m-main-nav__menu .menu-item {
        position: static;
        width: calc(50% - 16px)
    }
}

@media print,
screen and (max-width:63.99875em) {
    .m-main-nav__menu .menu-item.more {
        display: none
    }
}

.m-main-nav__menu .menu-item--expanded {
    list-style: none
}

.m-main-nav__menu .menu-item--expanded.is-active a:after {
    transform: translateY(-50%) rotate(-90deg)
}

@media print,
screen and (min-width:48em) {
    .m-main-nav__menu .menu-item--expanded>a {
        border-radius: .5rem
    }
    .m-main-nav__menu .menu-item--expanded>a.is-active {
        background: #f2eaec
    }
    .m-main-nav__menu .menu-item--expanded>a.is-active:after {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNiI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNyAxMi41aDEydjJIN3oiIG9wYWNpdHk9Ii40OTgiLz48L3N2Zz4=) no-repeat 50%
    }
    .m-main-nav__menu .menu-item--expanded>a.is-active+.submenu {
        right: 0
    }
}

.m-main-nav__menu .menu-item--expanded>a:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNiI+PGcgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSI+PHBhdGggZD0iTTYgMTEuNWgxMnYySDZ6Ii8+PHBhdGggZD0iTTExIDE4LjV2LTEyaDJ2MTJ6Ii8+PC9nPjwvc3ZnPg==) no-repeat 50%;
    border: 0;
    content: "";
    height: 1.5625rem;
    margin: 0;
    position: absolute;
    right: 2.9375rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s;
    width: 1.5625rem
}

@media print,
screen and (min-width:48em) {
    .m-main-nav__menu .menu-item>a {
        border-radius: .5rem;
        padding: 0 1rem
    }
    .m-main-nav__menu .menu-item>a:hover {
        background: #f2eaec
    }
}

@media print,
screen and (min-width:64em) {
    .m-main-nav__menu .menu-item>a:hover {
        background: none
    }
}

.m-main-nav__menu .menu-item.menu-item--highlight>a {
    color: #7c2c3b
}

.m-main-nav__menu .menu-item>a,
.m-main-nav__menu .menu-item>ul>li>a {
    color: #202020;
    display: block;
    position: relative
}

.m-main-nav__menu .menu-item>a .menu-item-icon,
.m-main-nav__menu .menu-item>ul>li>a .menu-item-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    padding-left: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.m-main-nav__menu .menu-item>a .menu-item-icon:before,
.m-main-nav__menu .menu-item>ul>li>a .menu-item-icon:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI2Q4ZDhkOCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+) no-repeat 50%;
    content: "";
    height: 1.5625rem;
    width: 1.5625rem
}

.m-main-nav__menu .menu-item>a:hover .menu-item-icon:before,
.m-main-nav__menu .menu-item>ul>li>a:hover .menu-item-icon:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTIuNzA3IDYuMzc5IDYuNDE0IDYuNDE0LTYuNDE0IDYuNDE0LTEuNDE0LTEuNDE0IDMuOTk4LTRINS43MDd2LTJoOS41ODRsLTMuOTk4LTR6Ii8+PC9zdmc+)
}

.m-main-nav__menu .menu-item .submenu {
    font-family: Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    -webkit-overflow-scrolling: touch
}

@media print,
screen and (min-width:48em) {
    .m-main-nav__menu .menu-item .submenu {
        height: calc(100% - 16px);
        padding: 0 1rem 0 1.5rem;
        position: absolute;
        right: -100%;
        top: 1.5rem;
        transition: .24s;
        width: calc(50% - 16px)
    }
}

.m-main-nav__menu .menu-item .submenu::-webkit-scrollbar {
    display: none
}

.m-main-nav__menu .menu-item .submenu .js-drilldown-back {
    cursor: pointer;
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 2.25rem;
    line-height: 1.3333333333;
    margin-bottom: 2rem;
    padding-left: 2.875rem;
    position: relative;
    text-align: center
}

.m-main-nav__menu .menu-item .submenu .js-drilldown-back:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTMuMjkzIDYuODc5LTYuNDE0IDYuNDE0IDYuNDE0IDYuNDE0IDEuNDE0LTEuNDE0LTMuOTk4LTRoOS41ODR2LTJoLTkuNTg0bDMuOTk4LTR6IiBvcGFjaXR5PSIuNSIvPjwvc3ZnPg==) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 1.625rem;
    left: .25rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .24s;
    width: 1.625rem
}

.m-main-nav__menu .menu-item .submenu .js-drilldown-back a {
    border-bottom: 2px solid #7c2c3b;
    display: inline-block;
    padding: 0
}

.m-main-nav__menu .menu-item .submenu .js-drilldown-back a:before {
    display: none
}

.m-main-nav__menu .menu-item .submenu li[data-is-parent-link] {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.m-main-nav__menu .menu-item .submenu .menu-item {
    margin: 0
}

@media print,
screen and (min-width:48em) {
    .m-main-nav__menu .menu-item .submenu .menu-item {
        width: 100%
    }
}

.m-main-nav__menu .menu-item .submenu .menu-item--expanded {
    padding-bottom: 2rem
}

.m-main-nav__menu .menu-item .submenu .menu-item a {
    color: #414142;
    display: inline-block;
    letter-spacing: .03125rem;
    padding: .5rem 0;
    position: relative
}

.m-main-nav__menu .menu-item .submenu .menu-item a:after {
    background: #7c2c3b;
    bottom: 0;
    content: "";
    display: block;
    height: .1875rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    transition: .25s;
    width: 0
}

.m-main-nav__menu .menu-item .submenu .menu-item a:hover:after {
    width: 100%
}

.m-main-nav__menu .menu-item .submenu .menu-item a:hover {
    background: none
}

.m-main-nav__menu .menu-item .submenu .menu-item a .menu-item-icon {
    border-left: 0;
    display: none;
    justify-content: flex-start;
    padding-left: 0;
    right: 0
}

.m-main-nav__menu .menu-item .submenu .menu-item--expanded>a {
    color: #202020;
    cursor: default;
    font-size: .875rem;
    letter-spacing: .03125rem;
    opacity: .25;
    padding-left: 0
}

.m-main-nav__menu .menu-item .submenu .menu-item--expanded>a .menu-item-icon,
.m-main-nav__menu .menu-item .submenu .menu-item--expanded>a:after {
    display: none
}

.m-main-nav__menu .menu-item .submenu .menu-item--expanded>a+ul.submenu {
    display: block !important
}

@media print,
screen and (min-width:64em) {
    .m-main-nav {
        background-color: transparent;
        border: 0;
        height: 100%;
        overflow: visible;
        position: relative;
        width: auto
    }
    .m-main-nav__mega-bg {
        background-color: #fefefe;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
        height: 0;
        left: -2rem;
        position: absolute;
        top: calc(100% + 1px);
        transition: .25s;
        width: 100vw;
        z-index: -1
    }
    .m-main-nav__menu {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0;
        padding: 0;
        position: static
    }
    .m-main-nav__menu .menu-item a .menu-item-icon,
    .m-main-nav__menu a:after,
    .m-main-nav__menu:before {
        display: none
    }
    .m-main-nav__menu>.menu-item:not(:first-child)>.m-main-nav__overflow-trigger:before,
    .m-main-nav__menu>.menu-item:not(:first-child)>a:before {
        background: #dbd8d8;
        border-radius: .0625rem;
        content: "";
        height: .125rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: .375rem
    }
    .m-main-nav__menu .menu-item {
        display: inline-block;
        font-size: 1.0625rem;
        margin-bottom: 0;
        padding: 0;
        position: static;
        width: auto
    }
    .m-main-nav__menu .menu-item:not(.more).is-open a:after,
    .m-main-nav__menu .menu-item:not(.more):hover a:after {
        width: calc(100% - 48px)
    }
    .m-main-nav__menu .menu-item>a {
        display: block;
        padding: .5625rem 1.375rem .5625rem 1.5rem;
        position: relative;
        white-space: nowrap
    }
    .m-main-nav__menu .menu-item>a:after {
        background: #7c2c3b;
        bottom: 0;
        content: "";
        display: block;
        height: .1875rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        transition: .25s;
        width: 0
    }
    .m-main-nav__menu .menu-item>a:hover:after {
        width: 100%;
        width: calc(100% - 48px)
    }
    .m-main-nav__menu .menu-item.hidden {
        display: none
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow-trigger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #202020;
        cursor: pointer;
        display: block;
        font-size: inherit;
        line-height: inherit;
        padding: .5625rem 1.5rem;
        position: relative;
        white-space: nowrap
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow-trigger[aria-expanded=true] span {
        transform: rotate(180deg)
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow-trigger span {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgNXY2aDZ2M2gtNnY2aC0zdi02SDV2LTNsNi0uMDAxVjV6Ii8+PC9zdmc+) no-repeat 50%/contain;
        display: inline-block;
        height: 1rem;
        position: relative;
        top: .125rem;
        transition: .24s;
        width: 1rem
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow {
        background: #fefefe;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
        display: flex;
        flex-direction: column;
        margin: 0;
        min-width: 12.5rem;
        opacity: 0;
        overflow: hidden;
        padding-top: .25rem;
        position: absolute;
        top: calc(100% + 1px);
        transition: .25s;
        visibility: hidden
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow.is-active {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow li {
        margin-bottom: .3125rem
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow li a {
        color: #202020;
        padding: .25rem 1rem
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow li a:after {
        display: none
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow li a .menu-item-icon {
        display: flex;
        right: 1.5rem;
        transition: .24s
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow li a:hover {
        color: #7c2c3b
    }
    .m-main-nav__menu .menu-item .m-main-nav__overflow li a:hover .menu-item-icon {
        right: 1rem
    }
    .m-main-nav__menu .menu-item--expanded.menu-item--active-trail a {
        color: #7c2c3b
    }
    .m-main-nav__menu .menu-item--expanded.menu-item--active-trail a:after {
        background: #7c2c3b;
        width: calc(100% - 48px)
    }
    .m-main-nav__menu .menu-item--expanded.is-open>.submenu {
        height: auto;
        opacity: 1;
        overflow: visible;
        padding: 1.875rem 28.375rem 1.875rem 1.875rem;
        visibility: visible
    }
    .m-main-nav__menu .menu-item--expanded>.submenu {
        display: flex;
        flex-wrap: wrap;
        height: 0;
        left: -.3125rem;
        margin: auto;
        opacity: 0;
        overflow: hidden;
        padding: 0 1.875rem;
        position: absolute;
        right: 0;
        top: 100%;
        transition: opacity .5s ease .25s;
        visibility: hidden;
        width: calc(100vw - 88px)
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item,
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded {
        border-left: 2px solid #dbd8d8;
        flex: 0 0 50%;
        font-size: .875rem;
        line-height: 1.5rem;
        padding: .25rem 1.5rem 0;
        text-align: left;
        z-index: 2
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded:nth-child(n+1):nth-child(-n+2),
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item:nth-child(n+1):nth-child(-n+2) {
        padding-top: 0
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item a,
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded a {
        display: inline-block;
        margin: 0;
        padding: 0
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item a:after,
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded a:after {
        margin-left: 0;
        width: 0
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item a:hover:after,
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded a:hover:after {
        width: 50%
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item a .menu-item-icon,
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded a .menu-item-icon {
        display: none
    }
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item .submenu,
    .m-main-nav__menu .menu-item--expanded>.submenu .menu-item--expanded .submenu {
        background-color: transparent;
        box-shadow: none;
        flex-direction: column;
        height: auto;
        left: auto;
        opacity: 1;
        overflow: visible;
        padding: 0;
        position: relative;
        top: auto;
        visibility: visible;
        width: auto
    }
}

.m-playercard {
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width:64em) {
    .m-playercard:hover .m-playercard__image img,
    .m-playercard:hover .m-playercard__image-fallback {
        transform: scale(1.1)
    }
}

.m-westham-overlay .m-playercard {
    color: #fefefe;
    display: flex;
    flex: 0 1 13.75rem;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 13.75rem
}

.m-westham-overlay__event--goal .m-playercard {
    margin: 0 0 0 2rem;
    opacity: 0;
    transform: translateX(100px)
}

.m-playercard__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.m-playercard__link>span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.m-playercard__top {
    position: relative
}

.m-playercard__top:before {
    background-color: hsla(0, 0%, 98%, .8);
    border-radius: .5rem;
    bottom: 0;
    box-shadow: 0 1px 6px 0 rgba(32, 32, 32, .25);
    content: "";
    height: calc(100% - 52px);
    position: absolute;
    right: 0;
    transition: .25s;
    width: 100%
}

.m-playercard__number {
    color: #7c2c3b;
    font: normal 10rem Boleyn Gate Iron Sans, Barlow, sans-serif;
    letter-spacing: -.25rem;
    line-height: 1;
    position: absolute;
    top: -1.6875rem;
    z-index: -1
}

@media print,
screen and (min-width:64em) {
    .m-playercard__number {
        font-size: 9.375rem
    }
}

.m-playercard__image {
    position: relative
}

.m-playercard__image:before {
    content: "";
    display: block;
    padding-top: 100%
}

.m-playercard__image img,
.m-playercard__image-fallback {
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transform-origin: bottom center;
    transition: .24s;
    width: 100%;
    z-index: 1
}

.m-playercard__image-fallback {
    fill: #7c2c3b
}

.m-playercard__name {
    display: block;
    line-height: 1.22;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-playercard__name--first {
    font-size: 1rem
}

.m-playercard__name--last {
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 2rem;
    margin-top: -.3125rem
}

.m-playercard__top {
    margin-bottom: .5rem
}

.m-playercard__position {
    display: block;
    font-size: .75rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.m-playercard__flag {
    display: flex;
    flex-direction: column;
    margin: .5rem 0
}

.m-playercard__flag>*+* {
    margin-top: .3125rem
}

.m-playercard__flag-item {
    font-size: .6875rem;
    font-weight: 700;
    padding-left: 1.5625rem;
    position: relative;
    text-transform: capitalize
}

@media print,
screen and (min-width:64em) {
    .m-playercard__flag-item {
        font-size: .875rem
    }
}

.m-playercard__flag-item:before {
    content: "";
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem
}

.m-playercard__flag-item--captain:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjMgNHY0aC0zdjNoM3YzaC0zdjNoM3Y0SDJ2LTRoM3YtM0gydi0zaDNWOEgyVjR6TTEyLjM3NiA4QzkuNjU0IDggOCA5Ljc1OCA4IDEyLjY0NXMxLjY2IDQuNjUgNC4zNzYgNC42NWMyLjM3NCAwIDQuMDgzLTEuNTMxIDQuMDk2LTMuNjc0SDE0Yy0uMDguOTI4LS43MzMgMS41NDUtMS42MTggMS41NDUtMS4wODYgMC0xLjc0NS0uOTU5LTEuNzQ1LTIuNTI3IDAtMS41NjMuNjU5LTIuNTA5IDEuNzQtMi41MDkuODkgMCAxLjU0My42MjMgMS42MSAxLjUzMmgyLjQ3MkMxNi40NTMgOS41NyAxNC43MDIgOCAxMi4zNzYgOCIvPjwvc3ZnPg==) top/contain no-repeat
}

.m-playercard__flag-item--in-on-loan:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzkxRTIzQSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTMgNiA2LjQxNCA2LjQxNEwxMyAxOC44MjhsLTEuNDE0LTEuNDE0IDMuOTk4LTRINnYtMmg5LjU4NGwtMy45OTgtNHoiLz48L3N2Zz4=) top/contain no-repeat;
    left: -.1875rem;
    transform: translateY(-50%) rotate(180deg)
}

.m-playercard__flag-item--out-on-loan {
    padding: 0 1.25rem 0 0
}

.m-playercard__flag-item--out-on-loan:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iI0UyM0EzQSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTMgNiA2LjQxNCA2LjQxNEwxMyAxOC44MjhsLTEuNDE0LTEuNDE0IDMuOTk4LTRINnYtMmg5LjU4NGwtMy45OTgtNHoiLz48L3N2Zz4=) top/contain no-repeat;
    left: 5.3125rem
}

.m-playercard__flag-item--injured:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzdjMmMzYiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgNXY2aDZ2M2gtNnY2aC0zdi02SDV2LTNsNi0uMDAxVjV6Ii8+PC9zdmc+) top/contain no-repeat;
    height: .9375rem;
    left: -.125rem;
    width: .9375rem
}

.m-teaser {
    background: #fefefe;
    border-radius: .5rem;
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    position: relative;
    transition: .25s
}

@media screen and (min-width:23.4375em)and (max-width:47.99875em) {
    .m-teaser {
        align-items: center;
        flex-direction: row
    }
    .o-news__item:nth-child(2n) .m-teaser {
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .m-teaser:hover {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
    }
    .m-teaser:hover .m-teaser__thumbnail img {
        transform: scale(1.1)
    }
}

.m-teaser__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.m-teaser__link>span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

@media screen and (min-width:23.4375em)and (max-width:47.99875em) {
    .m-teaser__content,
    .m-teaser__thumbnail {
        flex: 0 0 50%
    }
}

.m-teaser__thumbnail {
    display: block;
    height: 100%;
    width: 100%
}

.m-teaser--video .m-teaser__thumbnail {
    position: relative
}

.m-teaser--video .m-teaser__thumbnail:before {
    background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MyIgaGVpZ2h0PSI1MyI+PGNpcmNsZSBjeD0iMjYuNSIgY3k9IjI2LjUiIHI9IjI2LjUiIHN0eWxlPSJmaWxsOiNkNmIxNjE7b3BhY2l0eTouNSIvPjxjaXJjbGUgY3g9IjI2LjUiIGN5PSIyNi41IiByPSIyMS41IiBzdHlsZT0iZmlsbDojMjAyMDIwIi8+PHBhdGggZD0iTTIyLjA5IDIwLjg4djExLjI0YTEgMSAwIDAgMCAxIDEgMS4xIDEuMSAwIDAgMCAuNDYtLjExbDEwLjgzLTUuNjJBMSAxIDAgMCAwIDM0LjggMjZhMSAxIDAgMCAwLS40Mi0uNDNMMjMuNTUgMjBhMSAxIDAgMCAwLTEuMzUuNDMuOS45IDAgMCAwLS4xMS40NSIgc3R5bGU9ImZpbGw6I2Q2YjE2MSIvPjwvc3ZnPg==) 50%/contain;
    bottom: -1.25rem;
    content: "";
    height: 2.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2.5rem;
    z-index: 1
}

.m-teaser__thumbnail-inner {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: .5rem;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.m-teaser--video .m-teaser__thumbnail-inner {
    padding-top: 56.25%
}

.m-teaser__thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: .25s;
    width: 100%
}

.m-teaser--stream .m-teaser__thumbnail {
    position: relative
}

.m-teaser--stream .m-teaser__thumbnail:before {
    background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIyNSIgY3k9IjI1IiByPSIyNCIgZmlsbD0iI0ZGRiIvPjxjaXJjbGUgY3g9IjI1IiBjeT0iMjUiIHI9IjI0IiBmaWxsPSIjRkZGIiBzdHJva2U9IiM3QjI1MzkiIHN0cm9rZS1vcGFjaXR5PSIuMjUiIHN0cm9rZS13aWR0aD0iMiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2IDE4KSI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB4PSItMSIgeT0iLTEiIHN0cm9rZT0iIzdCMjUzOSIgc3Ryb2tlLXdpZHRoPSIyIiByeD0iMSIvPjxwYXRoIGZpbGw9IiM3QjI1MzkiIGZpbGwtb3BhY2l0eT0iLjI1IiBzdHJva2U9IiM3QjI1MzkiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTIyIDJ2MTBoLTJhMiAyIDAgMCAxLTEuNDE0LS41ODZBMiAyIDAgMCAxIDE4IDEwVjRjMC0uNTUyLjIyNC0xLjA1Mi41ODYtMS40MTRBMiAyIDAgMCAxIDIwIDJ6Ii8+PGNpcmNsZSBjeD0iNCIgY3k9IjQiIHI9IjIiIGZpbGw9IiM3QjI1MzkiIGZpbGwtb3BhY2l0eT0iLjUiLz48L2c+PC9nPjwvc3ZnPg==) 50%/contain;
    bottom: -1.25rem;
    content: "";
    height: 2.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 2.5rem;
    z-index: 1
}

.m-teaser--stream .m-teaser__thumbnail-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.m-teaser--stream .m-teaser__thumbnail-inner img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.m-teaser__content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    position: relative;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .m-teaser__content {
        height: 100%
    }
}

.m-teaser__content-title {
    color: inherit;
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.2222222222;
    margin-bottom: 1rem
}

.m-teaser__content-title,
.m-teaser__content-title .field__item {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.m-teaser__content-category {
    color: #7c2c3b;
    font: 700 .75rem Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase
}

@media print,
screen and (min-width:48em) {
    .m-teaser__content-info {
        margin-top: auto
    }
}

.m-teaser__content-publish-date {
    font-size: .75rem
}

.m-teaser--stream .m-teaser__content {
    padding-top: 2rem
}

@media screen and (min-width:23.4375em)and (max-width:47.99875em) {
    .m-teaser--stream {
        flex-direction: column
    }
}

.m-fixture {
    background: #fafafa;
    border-radius: .5rem;
    box-shadow: 0 1px 6px 0 rgba(32, 32, 32, .25);
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    transition: .24s
}

.m-fixture>*+* {
    margin-top: 1rem
}

.m-fixture:hover {
    box-shadow: none
}

.m-fixture__match-centre-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.m-fixture__match-centre-link>span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.m-fixture__hr {
    margin: 1.5rem auto 0;
    max-width: 50%
}

.m-fixture__date {
    color: #8a8a8a;
    font-size: .8125rem;
    font-weight: 600
}

@media print,
screen and (min-width:64em) {
    .m-fixture__date {
        font-size: 1.0625rem
    }
}

.m-fixture__date--full {
    font-family: Museo Sans, Helvetica, Roboto, Arial, sans-serif
}

.m-fixture__info {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    text-align: center
}

.m-fixture__info>*+* {
    margin-top: .5rem
}

.m-fixture__competition {
    display: block;
    text-align: center
}

.m-fixture__competition img {
    max-width: 6.25rem
}

.m-fixture__result {
    align-items: center;
    display: flex
}

.m-fixture__result--away {
    flex-direction: row-reverse
}

.m-fixture__teams {
    display: flex;
    justify-content: center
}

.m-fixture__team {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: .4375rem 0;
    position: relative
}

.m-fixture__team+.m-fixture__team {
    margin-left: 1.5rem
}

.m-fixture__team-badge {
    margin: 0 auto 1rem;
    max-width: 5.625rem
}

.m-fixture__team-score {
    display: flex;
    font: normal 68px/30px Boleyn Gate Iron Sans, Barlow, sans-serif
}

.m-fixture__team-score--pen {
    font-family: Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    font-size: .9375rem
}

.m-fixture__team-name {
    display: none
}

.m-fixture__button-group {
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 3
}

@media print,
screen and (max-width:29.99875em) {
    .m-fixture__button-group>*+* {
        margin-top: .5rem
    }
}

@media print,
screen and (min-width:30em) {
    .m-fixture__button-group {
        flex-direction: row;
        justify-content: center
    }
}

.m-fixture__button {
    margin-bottom: 0
}

@media print,
screen and (min-width:30em) {
    .m-fixture__button:not(:first-child) {
        margin-left: 1rem
    }
}

.m-fixture__button:nth-child(3) {
    display: none
}

.m-fixture__details {
    background-image: linear-gradient(90deg, #fafafa 0, #f4f4f4);
    display: flex;
    margin: 1rem -1.25rem -1.25rem;
    padding: .5rem 1.25rem
}

.m-fixture__venue {
    border-radius: .5rem;
    display: block;
    display: -webkit-box;
    flex: 1 0 50%;
    font-size: .8125rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: unset;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.m-fixture__venue:only-child {
    text-align: center
}

.m-fixture__venue-type {
    font: normal .9375rem Museo Sans, Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 1rem;
    text-transform: uppercase
}

@media print,
screen and (min-width:64em) {
    .m-fixture__venue-type {
        font-size: 1.4375rem
    }
}

.m-fixture__match-time {
    font-size: .8125rem;
    font-weight: 600;
    margin-left: auto;
    position: relative;
    text-align: right;
    text-transform: uppercase
}

.m-fixture--future.home .m-fixture__team {
    flex-direction: column-reverse
}

.m-fixture--future.home .m-fixture__venue-type {
    display: inline-flex;
    flex-direction: row-reverse;
    margin: 1rem 0 0
}

.m-fixture--future.home .m-fixture__venue-type strong {
    margin-left: .3125rem
}

.m-fixture--future .m-fixture__team-badge {
    margin-bottom: 0
}

.submenu .m-nav-block {
    margin-top: 2rem
}

@media print,
screen and (min-width:64em) {
    .submenu .m-nav-block {
        margin: 0;
        max-width: 28.375rem;
        padding: 1rem;
        position: absolute;
        right: 0;
        top: .0625rem;
        width: 100%
    }
}

.submenu .m-nav-block--news {
    background: #fefefe
}

.submenu .m-nav-block--fixture {
    background: #7c2c3b;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem .5rem .0625rem
}

.submenu .m-nav-block--fixture .cc_fixture_entity {
    display: flex;
    flex: 1 0 33.33%;
    padding: 0 .5rem
}

.submenu .m-nav-block--fixture .m-fixture {
    margin-bottom: 1rem;
    padding: .625rem
}

.submenu .m-nav-block--fixture .m-fixture__venue-type {
    font-size: .875rem
}

.submenu .m-nav-block--fixture .m-fixture__details {
    display: none
}

.submenu .m-nav-block--fixture .m-fixture__competition img {
    max-width: 3rem
}

.submenu .m-nav-block--fixture .m-fixture__hr {
    max-width: 90%;
    width: 100%
}

.submenu .m-nav-block--fixture .m-fixture__date {
    font-size: .875rem
}

.submenu .m-nav-block--fixture .m-fixture__team-badge {
    max-width: 3.875rem
}

.submenu .m-nav-block--player {
    padding: 1rem 0
}

.submenu .m-nav-block--player>div {
    display: flex
}

@media print,
screen and (max-width:29.99875em) {
    .submenu .m-nav-block--player>div {
        flex-wrap: wrap
    }
}

.submenu .m-nav-block--videos {
    color: inherit;
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.2222222222;
    margin-bottom: 1rem
}

.submenu .m-nav-block .m-playercard {
    flex: 1 0 100%;
    padding: 0 .5rem
}

@media print,
screen and (min-width:30em) {
    .submenu .m-nav-block .m-playercard {
        flex: 1 0 50%
    }
}

@media print,
screen and (min-width:64em) {
    .submenu .m-nav-block .m-playercard {
        display: flex;
        justify-content: space-between
    }
    .submenu .m-nav-block .m-playercard__bottom,
    .submenu .m-nav-block .m-playercard__top {
        width: calc(50% - 8px)
    }
    .submenu .m-nav-block .m-playercard__top {
        display: flex;
        margin-bottom: 0
    }
    .submenu .m-nav-block .m-playercard__top:before {
        height: 80%
    }
    .submenu .m-nav-block .m-playercard__image {
        align-self: flex-end;
        width: 100%
    }
    .submenu .m-nav-block .m-playercard__bottom {
        align-self: center
    }
    .submenu .m-nav-block .m-playercard__name {
        font-size: 1rem
    }
    .submenu .m-nav-block .m-playercard__name--last {
        font-size: 1.375rem
    }
    .submenu .m-nav-block .m-playercard__number {
        font-size: 6.875rem
    }
}

@media print,
screen and (min-width:48em) {
    .submenu .m-nav-block .m-teaser {
        align-items: center;
        flex-direction: row
    }
}

@media print,
screen and (min-width:64em) {
    .submenu .m-nav-block .m-teaser:hover {
        box-shadow: none
    }
}

.submenu .m-nav-block .m-teaser--video {
    background: #202020;
    color: #fefefe
}

.submenu .m-nav-block .m-teaser--video .m-teaser__thumbnail:before {
    background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MyIgaGVpZ2h0PSI1MyI+PGNpcmNsZSBjeD0iMjYuNSIgY3k9IjI2LjUiIHI9IjI2LjUiIHN0eWxlPSJmaWxsOiNkNmIxNjE7b3BhY2l0eTouNSIvPjxjaXJjbGUgY3g9IjI2LjUiIGN5PSIyNi41IiByPSIyMS41IiBzdHlsZT0iZmlsbDojMjAyMDIwIi8+PHBhdGggZD0iTTIyLjA5IDIwLjg4djExLjI0YTEgMSAwIDAgMCAxIDEgMS4xIDEuMSAwIDAgMCAuNDYtLjExbDEwLjgzLTUuNjJBMSAxIDAgMCAwIDM0LjggMjZhMSAxIDAgMCAwLS40Mi0uNDNMMjMuNTUgMjBhMSAxIDAgMCAwLTEuMzUuNDMuOS45IDAgMCAwLS4xMS40NSIgc3R5bGU9ImZpbGw6I2Q2YjE2MSIvPjwvc3ZnPg==) 50%/contain;
    bottom: .5rem;
    left: .5rem;
    transform: none
}

.submenu .m-nav-block .m-teaser__link {
    position: absolute
}

@media print,
screen and (min-width:48em) {
    .submenu .m-nav-block .m-teaser__content,
    .submenu .m-nav-block .m-teaser__thumbnail {
        flex: 0 0 50%
    }
}

.submenu .m-nav-block .m-teaser__content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.layout-content .m-nav-block {
    display: flex
}

@media print,
screen and (max-width:47.99875em) {
    .layout-content .m-nav-block {
        flex-wrap: wrap;
        margin: 0 -.5rem
    }
}

.layout-content .m-nav-block .cc_fixture_entity {
    display: flex;
    flex: 1 0 33.33%;
    padding: 0 .5rem
}

@media print,
screen and (min-width:48em) {
    .layout-content .m-nav-block .cc_fixture_entity {
        flex: 1 0 33.33%;
        padding: 0 1rem
    }
}

@media print,
screen and (max-width:47.99875em) {
    .layout-content .m-nav-block .m-fixture {
        margin-bottom: 1rem
    }
}

@media print,
screen and (max-width:39.99875em) {
    .layout-content .m-nav-block .m-fixture__venue {
        display: none
    }
    .layout-content .m-nav-block .m-fixture__match-time {
        margin: 0 auto
    }
}

.layout-content .m-nav-block .m-fixture__teams {
    margin-bottom: auto
}

.m-nav-block a {
    background: none
}

@media print,
screen and (min-width:64em) {
    .submenu .m-ad-slot-group {
        margin: 0;
        max-width: 28.375rem;
        padding: 1rem;
        position: absolute;
        right: 0;
        top: .0625rem;
        width: 100%
    }
}

.m-social__channels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0
}

.m-social__channels li {
    border-radius: .5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    width: calc(50% - 8px)
}

@media print,
screen and (min-width:40em) {
    .m-social__channels li {
        width: calc(33.33333% - 8px)
    }
}

@media print,
screen and (min-width:64em) {
    .m-social__channels li {
        flex: 1 1 0;
        width: auto
    }
    .m-social__channels li:not(:first-child) {
        margin-left: 1rem
    }
}

.m-social__channels li a {
    align-items: center;
    background-color: #fefefe;
    background-color: var(--social-links-bg-color);
    box-shadow: 0 1px 8px 0 rgba(32, 32, 32, .2);
    color: #7c2c3b;
    color: var(--social-links-color);
    display: flex;
    padding: 1rem;
    position: relative;
    top: 0;
    transition: .25s
}

@media print,
screen and (min-width:40em) {
    .m-social__channels li a {
        padding: .5rem
    }
}

.m-social__channels li a:hover {
    background-color: #7c2c3b;
    background-color: var(--social-background-hover);
    color: #fefefe;
    color: var(--social-links-color-hover)
}

.m-social__channels li a:hover .m-social__icon {
    fill: #fefefe;
    fill: var(--social-icon-fill-hover)
}

.m-social__icon {
    height: 2.25rem;
    width: 2.25rem;
    fill: #7c2c3b;
    fill: var(--social-icon-fill);
    transition: .25s
}

.m-social__label {
    display: block;
    font-family: Boleyn Gate Iron Sans, Barlow, sans-serif;
    font-size: 1.375rem;
    margin-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-top-bar {
    background-color: #f9f8f8;
    height: 3.125rem;
    min-height: 3.125rem
}

.m-top-bar__list,
.m-top-bar__nav-items,
.m-top-bar__ul {
    height: 100%
}

.m-top-bar__nav-items {
    align-items: center;
    display: flex
}

.m-top-bar__ul {
    color: #202020;
    display: flex;
    font: normal .875rem Boleyn Gate Iron Sans, Barlow, sans-serif;
    list-style: none;
    margin: 0;
    padding-left: 5.125rem
}

@media print,
screen and (min-width:64em) {
    .m-top-bar__ul {
        font-size: 1rem;
        padding-left: 3.25rem
    }
}

.m-top-bar__list-item {
    display: flex;
    flex-direction: column;
    height: 100%
}

.m-top-bar__link {
    border-top: .125rem solid transparent;
    color: inherit;
    height: 100%;
    padding: .875rem .625rem
}

@media print,
screen and (min-width:30em) {
    .m-top-bar__link {
        padding: .875rem 1.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .m-top-bar__link {
        padding: .875rem 1.625rem
    }
}

.m-top-bar__link:hover {
    color: inherit
}

.m-top-bar__link:not(.m-top-bar__link--active):hover {
    background-color: #efeeee;
    color: inherit
}

.m-top-bar__link--active {
    background-color: #fefefe;
    border-top-color: #7c2c3b
}

.m-top-bar__link--shop {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,
screen and (min-width:64em) {
    .m-top-bar__link--shop {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

.m-top-bar__actions-icon {
    align-items: center;
    display: flex;
    margin: 0 1rem 0 auto
}

@media print,
screen and (min-width:64em) {
    .m-top-bar__actions-icon {
        margin-right: 2rem
    }
}

.m-top-bar__actions-icon svg {
    background-color: #fefefe;
    border: 2px solid #e8e8e8;
    border-radius: 100%;
    display: inline-block;
    height: 2rem;
    padding: .25rem;
    position: relative;
    transition: .24s;
    width: 2rem;
    fill: #7c2c3b;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

@media print,
screen and (min-width:64em) {
    .m-top-bar__actions-icon svg {
        cursor: pointer
    }
}

.m-top-bar__actions-icon:hover svg {
    border-color: #7c2c3b
}

.m-top-bar__actions-label {
    color: #202020;
    display: none;
    font: normal 1.0625rem Boleyn Gate Iron Sans, Barlow, sans-serif
}

@media print,
screen and (min-width:40em) {
    .m-top-bar__actions-label {
        display: block;
        margin: .125rem 1rem 0 0
    }
}

.m-ad-slot {
    display: flex;
    justify-content: center;
    margin: 1rem auto
}

.grid-margin-x>.m-ad-slot {
    width: auto
}

.m-cookie-consent__prompt {
    border: 1px solid #7c2c3b;
    font-size: 1rem;
    margin: 0 auto;
    min-height: 7.5rem;
    padding: 1rem;
    text-align: center;
    width: 100%
}

.m-cookie-consent__button,
.m-cookie-consent__button:first-child {
    margin: 0 .5rem
}

.m-cookie-consent--loading .m-cookie-consent__prompt {
    visibility: hidden
}

.m-cookie-consent--accepted .m-cookie-consent__prompt,
.m-cookie-consent--loading .m-cookie-consent__container,
.m-cookie-consent--notaccepted .m-cookie-consent__container {
    display: none
}

.o-footer__first {
    background-image: linear-gradient(180deg, #f3f3f3, #fff)
}

@media print,
screen and (min-width:64em) {
    .o-footer__first {
        padding: 2rem 3.125rem 0
    }
}

@media screen and (min-width:80em) {
    .o-footer__first {
        padding: 2rem 4rem 0
    }
}

.o-footer--simplified .o-footer__first {
    display: none
}

.o-footer__second {
    background: #7c2c3b;
    background: var(--footer-background);
    color: #fefefe;
    margin-top: 3.75rem;
    padding: 3.875rem 1rem 2.1875rem;
    position: relative
}

@media print,
screen and (min-width:40em) {
    .o-footer__second {
        padding-bottom: 1rem
    }
}

.o-footer--simplified .o-footer__second {
    background: none;
    color: #202020;
    margin-top: 0;
    padding: 1rem
}

.o-footer__logo {
    left: 50%;
    position: absolute;
    top: -2.1875rem;
    transform: translateX(-50%);
    width: 4.3125rem
}

.o-footer--simplified .m-footer-nav .menu {
    align-items: center;
    -moz-column-count: auto;
    column-count: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem 2rem
}

.o-footer--simplified .m-footer-nav .menu>*+* {
    margin-top: 0
}

@media print,
screen and (min-width:40em) {
    .o-footer--simplified .m-footer-nav .menu {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

.o-footer--simplified .m-footer-nav .menu:after,
.o-footer--simplified .m-footer-nav .menu:before {
    background-color: #d8d8d8;
    opacity: 1
}

.o-footer--simplified .m-footer-nav .menu .menu-item {
    margin: 0
}

.o-footer--simplified .m-footer-nav .menu .menu-item>a {
    color: #414142
}

.o-loader {
    position: relative
}

.o-loader--active {
    min-height: 7.5rem
}

.o-loader--active.o-loader--no-min {
    min-height: auto
}

.o-loader--active .o-loader__curtain {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.o-loader--active .o-loader__icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSA1KSI+PHBhdGggaWQ9ImUiIGZpbGw9IiM3YjI1MzkiIGQ9Ik0xMi4xNTQgMTQuNTU0Yy0uMzkzLjM4Ny0uNzc4Ljc0NC0xLjE0IDEuMTI1LTEuOTU4IDIuMDYzLTMuOTExIDQuMTMyLTUuODY2IDYuMTk5LS4yMjguMjQtLjMzMy4yNi0uNjA4LjA4NmEyLjUgMi41IDAgMCAxLS44MTctLjgyN2MtLjE1Ny0uMjYtLjEzNC0uNDA0LjA3Ni0uNjE1cTMuNDk0LTMuNTEgNi45OS03LjAxNmMuMDYtLjA2MS4xNDMtLjA5OS4yMzQtLjE2TDUuNDQgNy40NDhjLS4wNjguMDU0LS4xMjIuMS0uMTguMTQyLS45My43LTEuODYgMS40MDQtMi43OTcgMi4wOTgtLjEzMi4wOTctLjMwNi4yMy0uNDY2LjA1OS0uMTUxLS4xNjItLjA0NS0uMzQxLjA0NC0uNDkuMzc0LS42MjEuNzQ1LTEuMjQ2IDEuMTQyLTEuODUyLjIzLS4zNS4zMDktLjcxLjIwMi0xLjEwNy0uMDg3LS4zMjMgMC0uNTU2LjIzNC0uNzg0LjgzNS0uODEyIDEuNjU1LTEuNjQgMi40ODItMi40NjIuMjE3LS4yMTYuMjg2LS4yMjUuNDk3LS4wMTUuNDAxLjM5OS44LjgwMSAxLjE4NSAxLjIxNS4yMS4yMjUuMTk5LjMzMi4wMDUuNTY1TDYuNDMgNi40NWw1LjY5IDUuNzEyIDUuNy01LjcyMS0uODE5LS45NzdjLS4xOTQtLjIzMy0uMzgzLS40NzItLjU4Mi0uNzAxLS4xMy0uMTUtLjE0LS4zMDYtLjAxMy0uNDRxLjY1OS0uNjk5IDEuMzM4LTEuMzc1Yy4xNC0uMTQuMjY4LS4wMzkuMzguMDczbDEuNjQ4IDEuNjM5Yy4zLjMuNTkyLjYwOS45MDMuODk3YS42My42MyAwIDAgMSAuMTk2LjY5OWMtLjAyLjA3MS0uMDI2LjE0Ny0uMDM4LjIyMS0uMDQ4LjI5LjAxLjU1NS4xNjMuODAzcS41NzUuOTIzIDEuMTQxIDEuODUzYy4wNy4xMTQuMTM3LjIzOC4xNy4zNjcuMDYuMjItLjEwMi4zNjEtLjMxLjI4N2EuOC44IDAgMCAxLS4xOTctLjA5NXEtMS4yOS0uOTQ0LTIuNTc1LTEuODk2Yy0uMTM4LS4xMDMtLjI2LS4yMjktLjQxLS4zNjFsLTUuNTU2IDUuODcyIDEuMzQyIDEuMzQ3IDUuODE5IDUuODQzYy4yNDMuMjQ0LjI2Ny4zOTUuMDc2LjY4LS4yMy4zNC0uNTEzLjYyOC0uODcuODI3LS4yMi4xMjQtLjMyMi4wOTYtLjQ5My0uMDg0bC02Ljg1My03LjI0NGMtLjA0NS0uMDQ4LS4wOTUtLjA5Mi0uMTI2LS4xMjIiPjxhbmltYXRlVHJhbnNmb3JtIGlkPSJiIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYmVnaW49IjBzOyBhLmVuZCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjlzIiBmcm9tPSI5MCAxMi4xNSAxMy4zNTUiIGtleVNwbGluZXM9Ii40MiAwIDEgMTsgMCAwIC41OSAxOyAwIDAgLjU5IDEiIGtleVRpbWVzPSIwOyAwLjI7IDAuNDsgMSIgdG89IjE4MCAxMi4xNSAxMy4zNTUiIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSI5MCAxMi4xNSAxMy4zNTU7IDIxMCAxMi4xNSAxMy4zNTU7IDE4MCAxMi4xNSAxMy4zNTU7IDE4MCAxMi4xNSAxMy4zNTUiLz48YW5pbWF0ZVRyYW5zZm9ybSBpZD0iYyIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGJlZ2luPSJiLmVuZCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjlzIiBmcm9tPSIxODAgMTIuMTUgMTMuMzU1IiBrZXlTcGxpbmVzPSIuNDIgMCAxIDE7IDAgMCAuNTkgMTsgMCAwIC41OSAxIiBrZXlUaW1lcz0iMDsgMC4yOyAwLjQ7IDEiIHRvPSIyNzAgMTIuMTUgMTMuMzU1IiB0eXBlPSJyb3RhdGUiIHZhbHVlcz0iMTgwIDEyLjE1IDEzLjM1NTsgMzAwIDEyLjE1IDEzLjM1NTsgMjcwIDEyLjE1IDEzLjM1NTsgMjcwIDEyLjE1IDEzLjM1NSIvPjxhbmltYXRlVHJhbnNmb3JtIGlkPSJkIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYmVnaW49ImMuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuOXMiIGZyb209IjI3MCAxMi4xNSAxMy4zNTUiIGtleVNwbGluZXM9Ii40MiAwIDEgMTsgMCAwIC41OSAxOyAwIDAgLjU5IDEiIGtleVRpbWVzPSIwOyAwLjI7IDAuNDsgMSIgdG89IjM2MCAxMi4xNSAxMy4zNTUiIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIyNzAgMTIuMTUgMTMuMzU1OyAzOTAgMTIuMTUgMTMuMzU1OyAzNjAgMTIuMTUgMTMuMzU1OyAzNjAgMTIuMTUgMTMuMzU1Ii8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImEiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYXR0cmlidXRlVHlwZT0iWE1MIiBiZWdpbj0iZC5lbmQiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC45cyIgZnJvbT0iMCAxMi4xNSAxMy4zNTUiIGtleVNwbGluZXM9Ii40MiAwIDEgMTsgMCAwIC41OSAxOyAwIDAgLjU5IDEiIGtleVRpbWVzPSIwOyAwLjI7IDAuNDsgMSIgdG89IjkwIDEyLjE1IDEzLjM1NSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgMTIuMTUgMTMuMzU1OyAxMjAgMTIuMTUgMTMuMzU1OyA5MCAxMi4xNSAxMy4zNTU7IDkwIDEyLjE1IDEzLjM1NSIvPjwvcGF0aD48L2c+PHVzZSBocmVmPSIjZSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjQuNjUgMzAuODU1KSIvPjx1c2UgaHJlZj0iI2UiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxNC42NSAyOC4zNTUpIi8+PHVzZSBocmVmPSIjZSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDQyLjE1IDEzLjM1NSkiLz48L3N2Zz4=) no-repeat;
    height: 3.75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.75rem
}