.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-height: 300px),
screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../woff2/dm-sans-latin-ext-400-normal84a1.woff2) format("woff2"), url(../woff/dm-sans-all-400-normalbfde.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../woff2/dm-sans-latin-400-normalad2a.woff2) format("woff2"), url(../woff/dm-sans-all-400-normalbfde.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../woff2/dm-sans-latin-ext-500-normald403.woff2) format("woff2"), url(../woff/dm-sans-all-500-normal1599.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../woff2/dm-sans-latin-500-normale03d.woff2) format("woff2"), url(../woff/dm-sans-all-500-normal1599.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../woff2/dm-sans-latin-ext-700-normald217.woff2) format("woff2"), url(../woff/dm-sans-all-700-normalbca8.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
    font-family: DM Sans;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../woff2/dm-sans-latin-700-normalb241.woff2) format("woff2"), url(../woff/dm-sans-all-700-normalbca8.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@use "sass:math";
@media print,
screen and (min-width: 48em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

@-webkit-keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    to {
        transform: rotate(0);
    }
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(-1turn);
    }
}

@-webkit-keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    30%,
    70%,
    to {
        transform: rotate(0);
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

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

.slide-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}

.slide-in-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}

.slide-out-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform, opacity;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform, opacity;
    opacity: 0;
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0;
}

.slow {
    transition-duration: 0.75s !important;
}

.fast {
    transition-duration: 0.25s !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier( 0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier( 0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier( 0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    transition-delay: 0.3s !important;
}

.long-delay {
    transition-delay: 0.7s !important;
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    to {
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(-1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    30%,
    70%,
    to {
        transform: rotate(0);
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 0.75s !important;
    animation-duration: 0.75s !important;
}

.fast {
    -webkit-animation-duration: 0.25s !important;
    animation-duration: 0.25s !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier( 0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier( 0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier( 0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier( 0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.long-delay {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}


/*! 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: 0.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: -0.25em;
}

sup {
    top: -0.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: 0.35em 0.75em 0.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=48em&large=77.5em&xlarge=100em&xxlarge=120.0625em";
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #474c55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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 {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

[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 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: calc( 1.125rem * unitless-calc(1.75rem) + get-side($input-padding, "top") + get-side($input-padding, "bottom") - rem-calc(1));
    margin: 0 0 1rem;
    padding: 1.1875rem 3.5rem 1.0625rem 1.25rem;
    border: 1px solid rgba(71, 76, 85, 0.4);
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #474c55;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[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 {
    outline: none;
    border: 1px solid #0054a4;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

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

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

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

::-moz-placeholder {
    color: rgba(71, 76, 85, 0.4);
}

:-ms-input-placeholder {
    color: rgba(71, 76, 85, 0.4);
}

::placeholder {
    color: rgba(71, 76, 85, 0.4);
}

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

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

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

label>[type="checkbox"],
label>[type="radio"] {
    margin-right: 0.5rem;
}

[type="file"] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #0054a4;
}

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

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #474c55;
}

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

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

.input-group> :last-child,
.input-group> :last-child.input-group-button>* {
    border-radius: 0 0.25rem 0.25rem 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 {
    padding: 0 1rem;
    border: 1px solid #474c55;
    background: #f0f5f9;
    color: #474c55;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.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 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}

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

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

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

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

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

select {
    height: 4.15625rem;
    margin: 0 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(71, 76, 85, 0.4);
    border-radius: 0.25rem;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #474c55;
    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%280, 84, 164%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding: 1.1875rem 1.5rem 1.0625rem 1.25rem;
    transition: box-shadow 0.5s, border-color 0.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 {
    outline: none;
    border: 1px solid #0054a4;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

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

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

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}

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

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

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

.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 {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    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 {
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    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 {
    line-height: 0;
    color: #474c55;
}

.h1,
h1 {
    font-size: 1.5rem;
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h2,
h2 {
    font-size: 1.25rem;
}

.h3,
h3 {
    font-size: 1.1875rem;
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1.0625rem;
}

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

.h6,
h6 {
    font-size: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    .h2,
    h2 {
        font-size: 2.5rem;
    }
    .h3,
    h3 {
        font-size: 1.9375rem;
    }
    .h4,
    h4 {
        font-size: 1.5625rem;
    }
    .h5,
    h5 {
        font-size: 1.25rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
}

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

a:focus,
a:hover {
    color: #00488d;
}

a img,
hr {
    border: 0;
}

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

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

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

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

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

dl {
    margin-bottom: 1rem;
}

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

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #474c55;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #474c55;
}

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

figure,
kbd {
    margin: 0;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    background-color: #f0f5f9;
    font-family: consolas, Liberation Mono, courier, monospace;
    color: #474c55;
    border-radius: 0.25rem;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #474c55;
}

.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 {
    margin-left: 0;
    list-style: none;
}

.cite-block,
cite {
    display: block;
    color: #474c55;
    font-size: 0.8125rem;
}

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

.code-inline,
code {
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block,
.code-inline,
code {
    border: 1px solid #474c55;
    background-color: #f0f5f9;
    font-family: consolas, Liberation Mono, courier, monospace;
    font-weight: 400;
    color: #474c55;
}

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

.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: 48em) {
    .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: 77.5em) {
    .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: 100em) {
    .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: 120.0625em) {
    .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;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        box-shadow: none !important;
        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: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}

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

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

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

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

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

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

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

.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-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-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-13,
.grid-x>.small-14,
.grid-x>.small-15,
.grid-x>.small-16,
.grid-x>.small-17,
.grid-x>.small-18,
.grid-x>.small-19,
.grid-x>.small-20,
.grid-x>.small-21,
.grid-x>.small-22,
.grid-x>.small-23,
.grid-x>.small-24,
.grid-x>.small-full,
.grid-x>.small-shrink {
    flex-basis: auto;
}

@media print,
screen and (min-width: 48em) {
    .grid-x>.medium-1,
    .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-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-13,
    .grid-x>.medium-14,
    .grid-x>.medium-15,
    .grid-x>.medium-16,
    .grid-x>.medium-17,
    .grid-x>.medium-18,
    .grid-x>.medium-19,
    .grid-x>.medium-20,
    .grid-x>.medium-21,
    .grid-x>.medium-22,
    .grid-x>.medium-23,
    .grid-x>.medium-24,
    .grid-x>.medium-full,
    .grid-x>.medium-shrink {
        flex-basis: auto;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-x>.large-1,
    .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-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-13,
    .grid-x>.large-14,
    .grid-x>.large-15,
    .grid-x>.large-16,
    .grid-x>.large-17,
    .grid-x>.large-18,
    .grid-x>.large-19,
    .grid-x>.large-20,
    .grid-x>.large-21,
    .grid-x>.large-22,
    .grid-x>.large-23,
    .grid-x>.large-24,
    .grid-x>.large-full,
    .grid-x>.large-shrink {
        flex-basis: auto;
    }
}

@media screen and (min-width: 100em) {
    .grid-x>.xlarge-1,
    .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-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-13,
    .grid-x>.xlarge-14,
    .grid-x>.xlarge-15,
    .grid-x>.xlarge-16,
    .grid-x>.xlarge-17,
    .grid-x>.xlarge-18,
    .grid-x>.xlarge-19,
    .grid-x>.xlarge-20,
    .grid-x>.xlarge-21,
    .grid-x>.xlarge-22,
    .grid-x>.xlarge-23,
    .grid-x>.xlarge-24,
    .grid-x>.xlarge-full,
    .grid-x>.xlarge-shrink {
        flex-basis: auto;
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-x>.xxlarge-1,
    .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-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-13,
    .grid-x>.xxlarge-14,
    .grid-x>.xxlarge-15,
    .grid-x>.xxlarge-16,
    .grid-x>.xxlarge-17,
    .grid-x>.xxlarge-18,
    .grid-x>.xxlarge-19,
    .grid-x>.xxlarge-20,
    .grid-x>.xxlarge-21,
    .grid-x>.xxlarge-22,
    .grid-x>.xxlarge-23,
    .grid-x>.xxlarge-24,
    .grid-x>.xxlarge-full,
    .grid-x>.xxlarge-shrink {
        flex-basis: auto;
    }
}

.grid-x>.small-1,
.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-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-13,
.grid-x>.small-14,
.grid-x>.small-15,
.grid-x>.small-16,
.grid-x>.small-17,
.grid-x>.small-18,
.grid-x>.small-19,
.grid-x>.small-20,
.grid-x>.small-21,
.grid-x>.small-22,
.grid-x>.small-23,
.grid-x>.small-24 {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x>.small-13 {
    width: 54.16667%;
}

.grid-x>.small-14 {
    width: 58.33333%;
}

.grid-x>.small-15 {
    width: 62.5%;
}

.grid-x>.small-16 {
    width: 66.66667%;
}

.grid-x>.small-17 {
    width: 70.83333%;
}

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

.grid-x>.small-19 {
    width: 79.16667%;
}

.grid-x>.small-20 {
    width: 83.33333%;
}

.grid-x>.small-21 {
    width: 87.5%;
}

.grid-x>.small-22 {
    width: 91.66667%;
}

.grid-x>.small-23 {
    width: 95.83333%;
}

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

@media print,
screen and (min-width: 48em) {
    .grid-x>.medium-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x>.medium-1,
    .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-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-13,
    .grid-x>.medium-14,
    .grid-x>.medium-15,
    .grid-x>.medium-16,
    .grid-x>.medium-17,
    .grid-x>.medium-18,
    .grid-x>.medium-19,
    .grid-x>.medium-20,
    .grid-x>.medium-21,
    .grid-x>.medium-22,
    .grid-x>.medium-23,
    .grid-x>.medium-24,
    .grid-x>.medium-shrink {
        flex: 0 0 auto;
    }
    .grid-x>.medium-shrink {
        width: auto;
    }
    .grid-x>.medium-1 {
        width: 4.16667%;
    }
    .grid-x>.medium-2 {
        width: 8.33333%;
    }
    .grid-x>.medium-3 {
        width: 12.5%;
    }
    .grid-x>.medium-4 {
        width: 16.66667%;
    }
    .grid-x>.medium-5 {
        width: 20.83333%;
    }
    .grid-x>.medium-6 {
        width: 25%;
    }
    .grid-x>.medium-7 {
        width: 29.16667%;
    }
    .grid-x>.medium-8 {
        width: 33.33333%;
    }
    .grid-x>.medium-9 {
        width: 37.5%;
    }
    .grid-x>.medium-10 {
        width: 41.66667%;
    }
    .grid-x>.medium-11 {
        width: 45.83333%;
    }
    .grid-x>.medium-12 {
        width: 50%;
    }
    .grid-x>.medium-13 {
        width: 54.16667%;
    }
    .grid-x>.medium-14 {
        width: 58.33333%;
    }
    .grid-x>.medium-15 {
        width: 62.5%;
    }
    .grid-x>.medium-16 {
        width: 66.66667%;
    }
    .grid-x>.medium-17 {
        width: 70.83333%;
    }
    .grid-x>.medium-18 {
        width: 75%;
    }
    .grid-x>.medium-19 {
        width: 79.16667%;
    }
    .grid-x>.medium-20 {
        width: 83.33333%;
    }
    .grid-x>.medium-21 {
        width: 87.5%;
    }
    .grid-x>.medium-22 {
        width: 91.66667%;
    }
    .grid-x>.medium-23 {
        width: 95.83333%;
    }
    .grid-x>.medium-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-x>.large-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x>.large-1,
    .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-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-13,
    .grid-x>.large-14,
    .grid-x>.large-15,
    .grid-x>.large-16,
    .grid-x>.large-17,
    .grid-x>.large-18,
    .grid-x>.large-19,
    .grid-x>.large-20,
    .grid-x>.large-21,
    .grid-x>.large-22,
    .grid-x>.large-23,
    .grid-x>.large-24,
    .grid-x>.large-shrink {
        flex: 0 0 auto;
    }
    .grid-x>.large-shrink {
        width: auto;
    }
    .grid-x>.large-1 {
        width: 4.16667%;
    }
    .grid-x>.large-2 {
        width: 8.33333%;
    }
    .grid-x>.large-3 {
        width: 12.5%;
    }
    .grid-x>.large-4 {
        width: 16.66667%;
    }
    .grid-x>.large-5 {
        width: 20.83333%;
    }
    .grid-x>.large-6 {
        width: 25%;
    }
    .grid-x>.large-7 {
        width: 29.16667%;
    }
    .grid-x>.large-8 {
        width: 33.33333%;
    }
    .grid-x>.large-9 {
        width: 37.5%;
    }
    .grid-x>.large-10 {
        width: 41.66667%;
    }
    .grid-x>.large-11 {
        width: 45.83333%;
    }
    .grid-x>.large-12 {
        width: 50%;
    }
    .grid-x>.large-13 {
        width: 54.16667%;
    }
    .grid-x>.large-14 {
        width: 58.33333%;
    }
    .grid-x>.large-15 {
        width: 62.5%;
    }
    .grid-x>.large-16 {
        width: 66.66667%;
    }
    .grid-x>.large-17 {
        width: 70.83333%;
    }
    .grid-x>.large-18 {
        width: 75%;
    }
    .grid-x>.large-19 {
        width: 79.16667%;
    }
    .grid-x>.large-20 {
        width: 83.33333%;
    }
    .grid-x>.large-21 {
        width: 87.5%;
    }
    .grid-x>.large-22 {
        width: 91.66667%;
    }
    .grid-x>.large-23 {
        width: 95.83333%;
    }
    .grid-x>.large-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .grid-x>.xlarge-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x>.xlarge-1,
    .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-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-13,
    .grid-x>.xlarge-14,
    .grid-x>.xlarge-15,
    .grid-x>.xlarge-16,
    .grid-x>.xlarge-17,
    .grid-x>.xlarge-18,
    .grid-x>.xlarge-19,
    .grid-x>.xlarge-20,
    .grid-x>.xlarge-21,
    .grid-x>.xlarge-22,
    .grid-x>.xlarge-23,
    .grid-x>.xlarge-24,
    .grid-x>.xlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-x>.xlarge-shrink {
        width: auto;
    }
    .grid-x>.xlarge-1 {
        width: 4.16667%;
    }
    .grid-x>.xlarge-2 {
        width: 8.33333%;
    }
    .grid-x>.xlarge-3 {
        width: 12.5%;
    }
    .grid-x>.xlarge-4 {
        width: 16.66667%;
    }
    .grid-x>.xlarge-5 {
        width: 20.83333%;
    }
    .grid-x>.xlarge-6 {
        width: 25%;
    }
    .grid-x>.xlarge-7 {
        width: 29.16667%;
    }
    .grid-x>.xlarge-8 {
        width: 33.33333%;
    }
    .grid-x>.xlarge-9 {
        width: 37.5%;
    }
    .grid-x>.xlarge-10 {
        width: 41.66667%;
    }
    .grid-x>.xlarge-11 {
        width: 45.83333%;
    }
    .grid-x>.xlarge-12 {
        width: 50%;
    }
    .grid-x>.xlarge-13 {
        width: 54.16667%;
    }
    .grid-x>.xlarge-14 {
        width: 58.33333%;
    }
    .grid-x>.xlarge-15 {
        width: 62.5%;
    }
    .grid-x>.xlarge-16 {
        width: 66.66667%;
    }
    .grid-x>.xlarge-17 {
        width: 70.83333%;
    }
    .grid-x>.xlarge-18 {
        width: 75%;
    }
    .grid-x>.xlarge-19 {
        width: 79.16667%;
    }
    .grid-x>.xlarge-20 {
        width: 83.33333%;
    }
    .grid-x>.xlarge-21 {
        width: 87.5%;
    }
    .grid-x>.xlarge-22 {
        width: 91.66667%;
    }
    .grid-x>.xlarge-23 {
        width: 95.83333%;
    }
    .grid-x>.xlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-x>.xxlarge-auto {
        flex: 1 1 0;
        width: auto;
    }
    .grid-x>.xxlarge-1,
    .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-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-13,
    .grid-x>.xxlarge-14,
    .grid-x>.xxlarge-15,
    .grid-x>.xxlarge-16,
    .grid-x>.xxlarge-17,
    .grid-x>.xxlarge-18,
    .grid-x>.xxlarge-19,
    .grid-x>.xxlarge-20,
    .grid-x>.xxlarge-21,
    .grid-x>.xxlarge-22,
    .grid-x>.xxlarge-23,
    .grid-x>.xxlarge-24,
    .grid-x>.xxlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-x>.xxlarge-shrink {
        width: auto;
    }
    .grid-x>.xxlarge-1 {
        width: 4.16667%;
    }
    .grid-x>.xxlarge-2 {
        width: 8.33333%;
    }
    .grid-x>.xxlarge-3 {
        width: 12.5%;
    }
    .grid-x>.xxlarge-4 {
        width: 16.66667%;
    }
    .grid-x>.xxlarge-5 {
        width: 20.83333%;
    }
    .grid-x>.xxlarge-6 {
        width: 25%;
    }
    .grid-x>.xxlarge-7 {
        width: 29.16667%;
    }
    .grid-x>.xxlarge-8 {
        width: 33.33333%;
    }
    .grid-x>.xxlarge-9 {
        width: 37.5%;
    }
    .grid-x>.xxlarge-10 {
        width: 41.66667%;
    }
    .grid-x>.xxlarge-11 {
        width: 45.83333%;
    }
    .grid-x>.xxlarge-12 {
        width: 50%;
    }
    .grid-x>.xxlarge-13 {
        width: 54.16667%;
    }
    .grid-x>.xxlarge-14 {
        width: 58.33333%;
    }
    .grid-x>.xxlarge-15 {
        width: 62.5%;
    }
    .grid-x>.xxlarge-16 {
        width: 66.66667%;
    }
    .grid-x>.xxlarge-17 {
        width: 70.83333%;
    }
    .grid-x>.xxlarge-18 {
        width: 75%;
    }
    .grid-x>.xxlarge-19 {
        width: 79.16667%;
    }
    .grid-x>.xxlarge-20 {
        width: 83.33333%;
    }
    .grid-x>.xxlarge-21 {
        width: 87.5%;
    }
    .grid-x>.xxlarge-22 {
        width: 91.66667%;
    }
    .grid-x>.xxlarge-23 {
        width: 95.83333%;
    }
    .grid-x>.xxlarge-24 {
        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: -0.3125rem;
    margin-right: -0.3125rem;
}

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

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

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

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

.grid-margin-x>.small-1 {
    width: calc(4.16667% - 0.625rem);
}

.grid-margin-x>.small-2 {
    width: calc(8.33333% - 0.625rem);
}

.grid-margin-x>.small-3 {
    width: calc(12.5% - 0.625rem);
}

.grid-margin-x>.small-4 {
    width: calc(16.66667% - 0.625rem);
}

.grid-margin-x>.small-5 {
    width: calc(20.83333% - 0.625rem);
}

.grid-margin-x>.small-6 {
    width: calc(25% - 0.625rem);
}

.grid-margin-x>.small-7 {
    width: calc(29.16667% - 0.625rem);
}

.grid-margin-x>.small-8 {
    width: calc(33.33333% - 0.625rem);
}

.grid-margin-x>.small-9 {
    width: calc(37.5% - 0.625rem);
}

.grid-margin-x>.small-10 {
    width: calc(41.66667% - 0.625rem);
}

.grid-margin-x>.small-11 {
    width: calc(45.83333% - 0.625rem);
}

.grid-margin-x>.small-12 {
    width: calc(50% - 0.625rem);
}

.grid-margin-x>.small-13 {
    width: calc(54.16667% - 0.625rem);
}

.grid-margin-x>.small-14 {
    width: calc(58.33333% - 0.625rem);
}

.grid-margin-x>.small-15 {
    width: calc(62.5% - 0.625rem);
}

.grid-margin-x>.small-16 {
    width: calc(66.66667% - 0.625rem);
}

.grid-margin-x>.small-17 {
    width: calc(70.83333% - 0.625rem);
}

.grid-margin-x>.small-18 {
    width: calc(75% - 0.625rem);
}

.grid-margin-x>.small-19 {
    width: calc(79.16667% - 0.625rem);
}

.grid-margin-x>.small-20 {
    width: calc(83.33333% - 0.625rem);
}

.grid-margin-x>.small-21 {
    width: calc(87.5% - 0.625rem);
}

.grid-margin-x>.small-22 {
    width: calc(91.66667% - 0.625rem);
}

.grid-margin-x>.small-23 {
    width: calc(95.83333% - 0.625rem);
}

.grid-margin-x>.small-24 {
    width: calc(100% - 0.625rem);
}

@media print,
screen and (min-width: 48em) {
    .grid-margin-x>.auto,
    .grid-margin-x>.shrink {
        width: auto;
    }
    .grid-margin-x>.small-1 {
        width: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-x>.small-2 {
        width: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-x>.small-3 {
        width: calc(12.5% - 0.9375rem);
    }
    .grid-margin-x>.small-4 {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x>.small-5 {
        width: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-x>.small-6 {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x>.small-7 {
        width: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-x>.small-8 {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x>.small-9 {
        width: calc(37.5% - 0.9375rem);
    }
    .grid-margin-x>.small-10 {
        width: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-x>.small-11 {
        width: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-x>.small-12 {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x>.small-13 {
        width: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-x>.small-14 {
        width: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-x>.small-15 {
        width: calc(62.5% - 0.9375rem);
    }
    .grid-margin-x>.small-16 {
        width: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-x>.small-17 {
        width: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-x>.small-18 {
        width: calc(75% - 0.9375rem);
    }
    .grid-margin-x>.small-19 {
        width: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-x>.small-20 {
        width: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-x>.small-21 {
        width: calc(87.5% - 0.9375rem);
    }
    .grid-margin-x>.small-22 {
        width: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-x>.small-23 {
        width: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-x>.small-24 {
        width: calc(100% - 0.9375rem);
    }
    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto;
    }
    .grid-margin-x>.medium-1 {
        width: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-x>.medium-2 {
        width: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-x>.medium-3 {
        width: calc(12.5% - 0.9375rem);
    }
    .grid-margin-x>.medium-4 {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x>.medium-5 {
        width: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-x>.medium-6 {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x>.medium-7 {
        width: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-x>.medium-8 {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x>.medium-9 {
        width: calc(37.5% - 0.9375rem);
    }
    .grid-margin-x>.medium-10 {
        width: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-x>.medium-11 {
        width: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-x>.medium-12 {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x>.medium-13 {
        width: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-x>.medium-14 {
        width: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-x>.medium-15 {
        width: calc(62.5% - 0.9375rem);
    }
    .grid-margin-x>.medium-16 {
        width: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-x>.medium-17 {
        width: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-x>.medium-18 {
        width: calc(75% - 0.9375rem);
    }
    .grid-margin-x>.medium-19 {
        width: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-x>.medium-20 {
        width: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-x>.medium-21 {
        width: calc(87.5% - 0.9375rem);
    }
    .grid-margin-x>.medium-22 {
        width: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-x>.medium-23 {
        width: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-x>.medium-24 {
        width: calc(100% - 0.9375rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-margin-x>.large-auto,
    .grid-margin-x>.large-shrink {
        width: auto;
    }
    .grid-margin-x>.large-1 {
        width: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-x>.large-2 {
        width: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-x>.large-3 {
        width: calc(12.5% - 0.9375rem);
    }
    .grid-margin-x>.large-4 {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x>.large-5 {
        width: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-x>.large-6 {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x>.large-7 {
        width: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-x>.large-8 {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x>.large-9 {
        width: calc(37.5% - 0.9375rem);
    }
    .grid-margin-x>.large-10 {
        width: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-x>.large-11 {
        width: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-x>.large-12 {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x>.large-13 {
        width: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-x>.large-14 {
        width: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-x>.large-15 {
        width: calc(62.5% - 0.9375rem);
    }
    .grid-margin-x>.large-16 {
        width: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-x>.large-17 {
        width: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-x>.large-18 {
        width: calc(75% - 0.9375rem);
    }
    .grid-margin-x>.large-19 {
        width: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-x>.large-20 {
        width: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-x>.large-21 {
        width: calc(87.5% - 0.9375rem);
    }
    .grid-margin-x>.large-22 {
        width: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-x>.large-23 {
        width: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-x>.large-24 {
        width: calc(100% - 0.9375rem);
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-x>.xlarge-auto,
    .grid-margin-x>.xlarge-shrink {
        width: auto;
    }
    .grid-margin-x>.xlarge-1 {
        width: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-2 {
        width: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-3 {
        width: calc(12.5% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-4 {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-5 {
        width: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-6 {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-7 {
        width: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-8 {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-9 {
        width: calc(37.5% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-10 {
        width: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-11 {
        width: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-12 {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-13 {
        width: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-14 {
        width: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-15 {
        width: calc(62.5% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-16 {
        width: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-17 {
        width: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-18 {
        width: calc(75% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-19 {
        width: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-20 {
        width: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-21 {
        width: calc(87.5% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-22 {
        width: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-23 {
        width: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-x>.xlarge-24 {
        width: calc(100% - 0.9375rem);
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-margin-x>.xxlarge-auto,
    .grid-margin-x>.xxlarge-shrink {
        width: auto;
    }
    .grid-margin-x>.xxlarge-1 {
        width: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-2 {
        width: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-3 {
        width: calc(12.5% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-4 {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-5 {
        width: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-6 {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-7 {
        width: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-8 {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-9 {
        width: calc(37.5% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-10 {
        width: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-11 {
        width: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-12 {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-13 {
        width: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-14 {
        width: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-15 {
        width: calc(62.5% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-16 {
        width: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-17 {
        width: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-18 {
        width: calc(75% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-19 {
        width: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-20 {
        width: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-21 {
        width: calc(87.5% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-22 {
        width: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-23 {
        width: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-x>.xxlarge-24 {
        width: calc(100% - 0.9375rem);
    }
}

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

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

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

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

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

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

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

.small-up-1>.cell {
    width: 100%;
}

.small-up-2>.cell {
    width: 50%;
}

.small-up-3>.cell {
    width: 33.33333%;
}

.small-up-4>.cell {
    width: 25%;
}

.small-up-5>.cell {
    width: 20%;
}

.small-up-6>.cell {
    width: 16.66667%;
}

.small-up-7>.cell {
    width: 14.28571%;
}

.small-up-8>.cell {
    width: 12.5%;
}

@media print,
screen and (min-width: 48em) {
    .medium-up-1>.cell {
        width: 100%;
    }
    .medium-up-2>.cell {
        width: 50%;
    }
    .medium-up-3>.cell {
        width: 33.33333%;
    }
    .medium-up-4>.cell {
        width: 25%;
    }
    .medium-up-5>.cell {
        width: 20%;
    }
    .medium-up-6>.cell {
        width: 16.66667%;
    }
    .medium-up-7>.cell {
        width: 14.28571%;
    }
    .medium-up-8>.cell {
        width: 12.5%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-up-1>.cell {
        width: 100%;
    }
    .large-up-2>.cell {
        width: 50%;
    }
    .large-up-3>.cell {
        width: 33.33333%;
    }
    .large-up-4>.cell {
        width: 25%;
    }
    .large-up-5>.cell {
        width: 20%;
    }
    .large-up-6>.cell {
        width: 16.66667%;
    }
    .large-up-7>.cell {
        width: 14.28571%;
    }
    .large-up-8>.cell {
        width: 12.5%;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-up-1>.cell {
        width: 100%;
    }
    .xlarge-up-2>.cell {
        width: 50%;
    }
    .xlarge-up-3>.cell {
        width: 33.33333%;
    }
    .xlarge-up-4>.cell {
        width: 25%;
    }
    .xlarge-up-5>.cell {
        width: 20%;
    }
    .xlarge-up-6>.cell {
        width: 16.66667%;
    }
    .xlarge-up-7>.cell {
        width: 14.28571%;
    }
    .xlarge-up-8>.cell {
        width: 12.5%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-up-1>.cell {
        width: 100%;
    }
    .xxlarge-up-2>.cell {
        width: 50%;
    }
    .xxlarge-up-3>.cell {
        width: 33.33333%;
    }
    .xxlarge-up-4>.cell {
        width: 25%;
    }
    .xxlarge-up-5>.cell {
        width: 20%;
    }
    .xxlarge-up-6>.cell {
        width: 16.66667%;
    }
    .xxlarge-up-7>.cell {
        width: 14.28571%;
    }
    .xxlarge-up-8>.cell {
        width: 12.5%;
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 0.625rem);
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 0.625rem);
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 0.625rem);
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 0.625rem);
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 0.625rem);
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 0.625rem);
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 0.625rem);
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 0.625rem);
}

@media print,
screen and (min-width: 48em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 0.9375rem);
    }
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 0.9375rem);
    }
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 0.9375rem);
    }
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 0.9375rem);
    }
    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 0.9375rem);
    }
    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 0.9375rem);
    }
    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 0.9375rem);
    }
    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 0.9375rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 0.9375rem);
    }
    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 0.9375rem);
    }
    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 0.9375rem);
    }
    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 0.9375rem);
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-x.xlarge-up-1>.cell {
        width: calc(100% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.28571% - 0.9375rem);
    }
    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - 0.9375rem);
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-margin-x.xxlarge-up-1>.cell {
        width: calc(100% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-2>.cell {
        width: calc(50% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-3>.cell {
        width: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-4>.cell {
        width: calc(25% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-5>.cell {
        width: calc(20% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-6>.cell {
        width: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-7>.cell {
        width: calc(14.28571% - 0.9375rem);
    }
    .grid-margin-x.xxlarge-up-8>.cell {
        width: calc(12.5% - 0.9375rem);
    }
}

.small-margin-collapse,
.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
}

.small-margin-collapse>.small-1 {
    width: 4.16667%;
}

.small-margin-collapse>.small-2 {
    width: 8.33333%;
}

.small-margin-collapse>.small-3 {
    width: 12.5%;
}

.small-margin-collapse>.small-4 {
    width: 16.66667%;
}

.small-margin-collapse>.small-5 {
    width: 20.83333%;
}

.small-margin-collapse>.small-6 {
    width: 25%;
}

.small-margin-collapse>.small-7 {
    width: 29.16667%;
}

.small-margin-collapse>.small-8 {
    width: 33.33333%;
}

.small-margin-collapse>.small-9 {
    width: 37.5%;
}

.small-margin-collapse>.small-10 {
    width: 41.66667%;
}

.small-margin-collapse>.small-11 {
    width: 45.83333%;
}

.small-margin-collapse>.small-12 {
    width: 50%;
}

.small-margin-collapse>.small-13 {
    width: 54.16667%;
}

.small-margin-collapse>.small-14 {
    width: 58.33333%;
}

.small-margin-collapse>.small-15 {
    width: 62.5%;
}

.small-margin-collapse>.small-16 {
    width: 66.66667%;
}

.small-margin-collapse>.small-17 {
    width: 70.83333%;
}

.small-margin-collapse>.small-18 {
    width: 75%;
}

.small-margin-collapse>.small-19 {
    width: 79.16667%;
}

.small-margin-collapse>.small-20 {
    width: 83.33333%;
}

.small-margin-collapse>.small-21 {
    width: 87.5%;
}

.small-margin-collapse>.small-22 {
    width: 91.66667%;
}

.small-margin-collapse>.small-23 {
    width: 95.83333%;
}

.small-margin-collapse>.small-24 {
    width: 100%;
}

@media print,
screen and (min-width: 48em) {
    .small-margin-collapse>.medium-1 {
        width: 4.16667%;
    }
    .small-margin-collapse>.medium-2 {
        width: 8.33333%;
    }
    .small-margin-collapse>.medium-3 {
        width: 12.5%;
    }
    .small-margin-collapse>.medium-4 {
        width: 16.66667%;
    }
    .small-margin-collapse>.medium-5 {
        width: 20.83333%;
    }
    .small-margin-collapse>.medium-6 {
        width: 25%;
    }
    .small-margin-collapse>.medium-7 {
        width: 29.16667%;
    }
    .small-margin-collapse>.medium-8 {
        width: 33.33333%;
    }
    .small-margin-collapse>.medium-9 {
        width: 37.5%;
    }
    .small-margin-collapse>.medium-10 {
        width: 41.66667%;
    }
    .small-margin-collapse>.medium-11 {
        width: 45.83333%;
    }
    .small-margin-collapse>.medium-12 {
        width: 50%;
    }
    .small-margin-collapse>.medium-13 {
        width: 54.16667%;
    }
    .small-margin-collapse>.medium-14 {
        width: 58.33333%;
    }
    .small-margin-collapse>.medium-15 {
        width: 62.5%;
    }
    .small-margin-collapse>.medium-16 {
        width: 66.66667%;
    }
    .small-margin-collapse>.medium-17 {
        width: 70.83333%;
    }
    .small-margin-collapse>.medium-18 {
        width: 75%;
    }
    .small-margin-collapse>.medium-19 {
        width: 79.16667%;
    }
    .small-margin-collapse>.medium-20 {
        width: 83.33333%;
    }
    .small-margin-collapse>.medium-21 {
        width: 87.5%;
    }
    .small-margin-collapse>.medium-22 {
        width: 91.66667%;
    }
    .small-margin-collapse>.medium-23 {
        width: 95.83333%;
    }
    .small-margin-collapse>.medium-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .small-margin-collapse>.large-1 {
        width: 4.16667%;
    }
    .small-margin-collapse>.large-2 {
        width: 8.33333%;
    }
    .small-margin-collapse>.large-3 {
        width: 12.5%;
    }
    .small-margin-collapse>.large-4 {
        width: 16.66667%;
    }
    .small-margin-collapse>.large-5 {
        width: 20.83333%;
    }
    .small-margin-collapse>.large-6 {
        width: 25%;
    }
    .small-margin-collapse>.large-7 {
        width: 29.16667%;
    }
    .small-margin-collapse>.large-8 {
        width: 33.33333%;
    }
    .small-margin-collapse>.large-9 {
        width: 37.5%;
    }
    .small-margin-collapse>.large-10 {
        width: 41.66667%;
    }
    .small-margin-collapse>.large-11 {
        width: 45.83333%;
    }
    .small-margin-collapse>.large-12 {
        width: 50%;
    }
    .small-margin-collapse>.large-13 {
        width: 54.16667%;
    }
    .small-margin-collapse>.large-14 {
        width: 58.33333%;
    }
    .small-margin-collapse>.large-15 {
        width: 62.5%;
    }
    .small-margin-collapse>.large-16 {
        width: 66.66667%;
    }
    .small-margin-collapse>.large-17 {
        width: 70.83333%;
    }
    .small-margin-collapse>.large-18 {
        width: 75%;
    }
    .small-margin-collapse>.large-19 {
        width: 79.16667%;
    }
    .small-margin-collapse>.large-20 {
        width: 83.33333%;
    }
    .small-margin-collapse>.large-21 {
        width: 87.5%;
    }
    .small-margin-collapse>.large-22 {
        width: 91.66667%;
    }
    .small-margin-collapse>.large-23 {
        width: 95.83333%;
    }
    .small-margin-collapse>.large-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .small-margin-collapse>.xlarge-1 {
        width: 4.16667%;
    }
    .small-margin-collapse>.xlarge-2 {
        width: 8.33333%;
    }
    .small-margin-collapse>.xlarge-3 {
        width: 12.5%;
    }
    .small-margin-collapse>.xlarge-4 {
        width: 16.66667%;
    }
    .small-margin-collapse>.xlarge-5 {
        width: 20.83333%;
    }
    .small-margin-collapse>.xlarge-6 {
        width: 25%;
    }
    .small-margin-collapse>.xlarge-7 {
        width: 29.16667%;
    }
    .small-margin-collapse>.xlarge-8 {
        width: 33.33333%;
    }
    .small-margin-collapse>.xlarge-9 {
        width: 37.5%;
    }
    .small-margin-collapse>.xlarge-10 {
        width: 41.66667%;
    }
    .small-margin-collapse>.xlarge-11 {
        width: 45.83333%;
    }
    .small-margin-collapse>.xlarge-12 {
        width: 50%;
    }
    .small-margin-collapse>.xlarge-13 {
        width: 54.16667%;
    }
    .small-margin-collapse>.xlarge-14 {
        width: 58.33333%;
    }
    .small-margin-collapse>.xlarge-15 {
        width: 62.5%;
    }
    .small-margin-collapse>.xlarge-16 {
        width: 66.66667%;
    }
    .small-margin-collapse>.xlarge-17 {
        width: 70.83333%;
    }
    .small-margin-collapse>.xlarge-18 {
        width: 75%;
    }
    .small-margin-collapse>.xlarge-19 {
        width: 79.16667%;
    }
    .small-margin-collapse>.xlarge-20 {
        width: 83.33333%;
    }
    .small-margin-collapse>.xlarge-21 {
        width: 87.5%;
    }
    .small-margin-collapse>.xlarge-22 {
        width: 91.66667%;
    }
    .small-margin-collapse>.xlarge-23 {
        width: 95.83333%;
    }
    .small-margin-collapse>.xlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .small-margin-collapse>.xxlarge-1 {
        width: 4.16667%;
    }
    .small-margin-collapse>.xxlarge-2 {
        width: 8.33333%;
    }
    .small-margin-collapse>.xxlarge-3 {
        width: 12.5%;
    }
    .small-margin-collapse>.xxlarge-4 {
        width: 16.66667%;
    }
    .small-margin-collapse>.xxlarge-5 {
        width: 20.83333%;
    }
    .small-margin-collapse>.xxlarge-6 {
        width: 25%;
    }
    .small-margin-collapse>.xxlarge-7 {
        width: 29.16667%;
    }
    .small-margin-collapse>.xxlarge-8 {
        width: 33.33333%;
    }
    .small-margin-collapse>.xxlarge-9 {
        width: 37.5%;
    }
    .small-margin-collapse>.xxlarge-10 {
        width: 41.66667%;
    }
    .small-margin-collapse>.xxlarge-11 {
        width: 45.83333%;
    }
    .small-margin-collapse>.xxlarge-12 {
        width: 50%;
    }
    .small-margin-collapse>.xxlarge-13 {
        width: 54.16667%;
    }
    .small-margin-collapse>.xxlarge-14 {
        width: 58.33333%;
    }
    .small-margin-collapse>.xxlarge-15 {
        width: 62.5%;
    }
    .small-margin-collapse>.xxlarge-16 {
        width: 66.66667%;
    }
    .small-margin-collapse>.xxlarge-17 {
        width: 70.83333%;
    }
    .small-margin-collapse>.xxlarge-18 {
        width: 75%;
    }
    .small-margin-collapse>.xxlarge-19 {
        width: 79.16667%;
    }
    .small-margin-collapse>.xxlarge-20 {
        width: 83.33333%;
    }
    .small-margin-collapse>.xxlarge-21 {
        width: 87.5%;
    }
    .small-margin-collapse>.xxlarge-22 {
        width: 91.66667%;
    }
    .small-margin-collapse>.xxlarge-23 {
        width: 95.83333%;
    }
    .small-margin-collapse>.xxlarge-24 {
        width: 100%;
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
}

@media print,
screen and (min-width: 48em) {
    .medium-margin-collapse,
    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 48em) {
    .medium-margin-collapse>.small-1 {
        width: 4.16667%;
    }
    .medium-margin-collapse>.small-2 {
        width: 8.33333%;
    }
    .medium-margin-collapse>.small-3 {
        width: 12.5%;
    }
    .medium-margin-collapse>.small-4 {
        width: 16.66667%;
    }
    .medium-margin-collapse>.small-5 {
        width: 20.83333%;
    }
    .medium-margin-collapse>.small-6 {
        width: 25%;
    }
    .medium-margin-collapse>.small-7 {
        width: 29.16667%;
    }
    .medium-margin-collapse>.small-8 {
        width: 33.33333%;
    }
    .medium-margin-collapse>.small-9 {
        width: 37.5%;
    }
    .medium-margin-collapse>.small-10 {
        width: 41.66667%;
    }
    .medium-margin-collapse>.small-11 {
        width: 45.83333%;
    }
    .medium-margin-collapse>.small-12 {
        width: 50%;
    }
    .medium-margin-collapse>.small-13 {
        width: 54.16667%;
    }
    .medium-margin-collapse>.small-14 {
        width: 58.33333%;
    }
    .medium-margin-collapse>.small-15 {
        width: 62.5%;
    }
    .medium-margin-collapse>.small-16 {
        width: 66.66667%;
    }
    .medium-margin-collapse>.small-17 {
        width: 70.83333%;
    }
    .medium-margin-collapse>.small-18 {
        width: 75%;
    }
    .medium-margin-collapse>.small-19 {
        width: 79.16667%;
    }
    .medium-margin-collapse>.small-20 {
        width: 83.33333%;
    }
    .medium-margin-collapse>.small-21 {
        width: 87.5%;
    }
    .medium-margin-collapse>.small-22 {
        width: 91.66667%;
    }
    .medium-margin-collapse>.small-23 {
        width: 95.83333%;
    }
    .medium-margin-collapse>.small-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 48em) {
    .medium-margin-collapse>.medium-1 {
        width: 4.16667%;
    }
    .medium-margin-collapse>.medium-2 {
        width: 8.33333%;
    }
    .medium-margin-collapse>.medium-3 {
        width: 12.5%;
    }
    .medium-margin-collapse>.medium-4 {
        width: 16.66667%;
    }
    .medium-margin-collapse>.medium-5 {
        width: 20.83333%;
    }
    .medium-margin-collapse>.medium-6 {
        width: 25%;
    }
    .medium-margin-collapse>.medium-7 {
        width: 29.16667%;
    }
    .medium-margin-collapse>.medium-8 {
        width: 33.33333%;
    }
    .medium-margin-collapse>.medium-9 {
        width: 37.5%;
    }
    .medium-margin-collapse>.medium-10 {
        width: 41.66667%;
    }
    .medium-margin-collapse>.medium-11 {
        width: 45.83333%;
    }
    .medium-margin-collapse>.medium-12 {
        width: 50%;
    }
    .medium-margin-collapse>.medium-13 {
        width: 54.16667%;
    }
    .medium-margin-collapse>.medium-14 {
        width: 58.33333%;
    }
    .medium-margin-collapse>.medium-15 {
        width: 62.5%;
    }
    .medium-margin-collapse>.medium-16 {
        width: 66.66667%;
    }
    .medium-margin-collapse>.medium-17 {
        width: 70.83333%;
    }
    .medium-margin-collapse>.medium-18 {
        width: 75%;
    }
    .medium-margin-collapse>.medium-19 {
        width: 79.16667%;
    }
    .medium-margin-collapse>.medium-20 {
        width: 83.33333%;
    }
    .medium-margin-collapse>.medium-21 {
        width: 87.5%;
    }
    .medium-margin-collapse>.medium-22 {
        width: 91.66667%;
    }
    .medium-margin-collapse>.medium-23 {
        width: 95.83333%;
    }
    .medium-margin-collapse>.medium-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .medium-margin-collapse>.large-1 {
        width: 4.16667%;
    }
    .medium-margin-collapse>.large-2 {
        width: 8.33333%;
    }
    .medium-margin-collapse>.large-3 {
        width: 12.5%;
    }
    .medium-margin-collapse>.large-4 {
        width: 16.66667%;
    }
    .medium-margin-collapse>.large-5 {
        width: 20.83333%;
    }
    .medium-margin-collapse>.large-6 {
        width: 25%;
    }
    .medium-margin-collapse>.large-7 {
        width: 29.16667%;
    }
    .medium-margin-collapse>.large-8 {
        width: 33.33333%;
    }
    .medium-margin-collapse>.large-9 {
        width: 37.5%;
    }
    .medium-margin-collapse>.large-10 {
        width: 41.66667%;
    }
    .medium-margin-collapse>.large-11 {
        width: 45.83333%;
    }
    .medium-margin-collapse>.large-12 {
        width: 50%;
    }
    .medium-margin-collapse>.large-13 {
        width: 54.16667%;
    }
    .medium-margin-collapse>.large-14 {
        width: 58.33333%;
    }
    .medium-margin-collapse>.large-15 {
        width: 62.5%;
    }
    .medium-margin-collapse>.large-16 {
        width: 66.66667%;
    }
    .medium-margin-collapse>.large-17 {
        width: 70.83333%;
    }
    .medium-margin-collapse>.large-18 {
        width: 75%;
    }
    .medium-margin-collapse>.large-19 {
        width: 79.16667%;
    }
    .medium-margin-collapse>.large-20 {
        width: 83.33333%;
    }
    .medium-margin-collapse>.large-21 {
        width: 87.5%;
    }
    .medium-margin-collapse>.large-22 {
        width: 91.66667%;
    }
    .medium-margin-collapse>.large-23 {
        width: 95.83333%;
    }
    .medium-margin-collapse>.large-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .medium-margin-collapse>.xlarge-1 {
        width: 4.16667%;
    }
    .medium-margin-collapse>.xlarge-2 {
        width: 8.33333%;
    }
    .medium-margin-collapse>.xlarge-3 {
        width: 12.5%;
    }
    .medium-margin-collapse>.xlarge-4 {
        width: 16.66667%;
    }
    .medium-margin-collapse>.xlarge-5 {
        width: 20.83333%;
    }
    .medium-margin-collapse>.xlarge-6 {
        width: 25%;
    }
    .medium-margin-collapse>.xlarge-7 {
        width: 29.16667%;
    }
    .medium-margin-collapse>.xlarge-8 {
        width: 33.33333%;
    }
    .medium-margin-collapse>.xlarge-9 {
        width: 37.5%;
    }
    .medium-margin-collapse>.xlarge-10 {
        width: 41.66667%;
    }
    .medium-margin-collapse>.xlarge-11 {
        width: 45.83333%;
    }
    .medium-margin-collapse>.xlarge-12 {
        width: 50%;
    }
    .medium-margin-collapse>.xlarge-13 {
        width: 54.16667%;
    }
    .medium-margin-collapse>.xlarge-14 {
        width: 58.33333%;
    }
    .medium-margin-collapse>.xlarge-15 {
        width: 62.5%;
    }
    .medium-margin-collapse>.xlarge-16 {
        width: 66.66667%;
    }
    .medium-margin-collapse>.xlarge-17 {
        width: 70.83333%;
    }
    .medium-margin-collapse>.xlarge-18 {
        width: 75%;
    }
    .medium-margin-collapse>.xlarge-19 {
        width: 79.16667%;
    }
    .medium-margin-collapse>.xlarge-20 {
        width: 83.33333%;
    }
    .medium-margin-collapse>.xlarge-21 {
        width: 87.5%;
    }
    .medium-margin-collapse>.xlarge-22 {
        width: 91.66667%;
    }
    .medium-margin-collapse>.xlarge-23 {
        width: 95.83333%;
    }
    .medium-margin-collapse>.xlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .medium-margin-collapse>.xxlarge-1 {
        width: 4.16667%;
    }
    .medium-margin-collapse>.xxlarge-2 {
        width: 8.33333%;
    }
    .medium-margin-collapse>.xxlarge-3 {
        width: 12.5%;
    }
    .medium-margin-collapse>.xxlarge-4 {
        width: 16.66667%;
    }
    .medium-margin-collapse>.xxlarge-5 {
        width: 20.83333%;
    }
    .medium-margin-collapse>.xxlarge-6 {
        width: 25%;
    }
    .medium-margin-collapse>.xxlarge-7 {
        width: 29.16667%;
    }
    .medium-margin-collapse>.xxlarge-8 {
        width: 33.33333%;
    }
    .medium-margin-collapse>.xxlarge-9 {
        width: 37.5%;
    }
    .medium-margin-collapse>.xxlarge-10 {
        width: 41.66667%;
    }
    .medium-margin-collapse>.xxlarge-11 {
        width: 45.83333%;
    }
    .medium-margin-collapse>.xxlarge-12 {
        width: 50%;
    }
    .medium-margin-collapse>.xxlarge-13 {
        width: 54.16667%;
    }
    .medium-margin-collapse>.xxlarge-14 {
        width: 58.33333%;
    }
    .medium-margin-collapse>.xxlarge-15 {
        width: 62.5%;
    }
    .medium-margin-collapse>.xxlarge-16 {
        width: 66.66667%;
    }
    .medium-margin-collapse>.xxlarge-17 {
        width: 70.83333%;
    }
    .medium-margin-collapse>.xxlarge-18 {
        width: 75%;
    }
    .medium-margin-collapse>.xxlarge-19 {
        width: 79.16667%;
    }
    .medium-margin-collapse>.xxlarge-20 {
        width: 83.33333%;
    }
    .medium-margin-collapse>.xxlarge-21 {
        width: 87.5%;
    }
    .medium-margin-collapse>.xxlarge-22 {
        width: 91.66667%;
    }
    .medium-margin-collapse>.xxlarge-23 {
        width: 95.83333%;
    }
    .medium-margin-collapse>.xxlarge-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 48em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-margin-collapse,
    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-margin-collapse>.small-1 {
        width: 4.16667%;
    }
    .large-margin-collapse>.small-2 {
        width: 8.33333%;
    }
    .large-margin-collapse>.small-3 {
        width: 12.5%;
    }
    .large-margin-collapse>.small-4 {
        width: 16.66667%;
    }
    .large-margin-collapse>.small-5 {
        width: 20.83333%;
    }
    .large-margin-collapse>.small-6 {
        width: 25%;
    }
    .large-margin-collapse>.small-7 {
        width: 29.16667%;
    }
    .large-margin-collapse>.small-8 {
        width: 33.33333%;
    }
    .large-margin-collapse>.small-9 {
        width: 37.5%;
    }
    .large-margin-collapse>.small-10 {
        width: 41.66667%;
    }
    .large-margin-collapse>.small-11 {
        width: 45.83333%;
    }
    .large-margin-collapse>.small-12 {
        width: 50%;
    }
    .large-margin-collapse>.small-13 {
        width: 54.16667%;
    }
    .large-margin-collapse>.small-14 {
        width: 58.33333%;
    }
    .large-margin-collapse>.small-15 {
        width: 62.5%;
    }
    .large-margin-collapse>.small-16 {
        width: 66.66667%;
    }
    .large-margin-collapse>.small-17 {
        width: 70.83333%;
    }
    .large-margin-collapse>.small-18 {
        width: 75%;
    }
    .large-margin-collapse>.small-19 {
        width: 79.16667%;
    }
    .large-margin-collapse>.small-20 {
        width: 83.33333%;
    }
    .large-margin-collapse>.small-21 {
        width: 87.5%;
    }
    .large-margin-collapse>.small-22 {
        width: 91.66667%;
    }
    .large-margin-collapse>.small-23 {
        width: 95.83333%;
    }
    .large-margin-collapse>.small-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-margin-collapse>.medium-1 {
        width: 4.16667%;
    }
    .large-margin-collapse>.medium-2 {
        width: 8.33333%;
    }
    .large-margin-collapse>.medium-3 {
        width: 12.5%;
    }
    .large-margin-collapse>.medium-4 {
        width: 16.66667%;
    }
    .large-margin-collapse>.medium-5 {
        width: 20.83333%;
    }
    .large-margin-collapse>.medium-6 {
        width: 25%;
    }
    .large-margin-collapse>.medium-7 {
        width: 29.16667%;
    }
    .large-margin-collapse>.medium-8 {
        width: 33.33333%;
    }
    .large-margin-collapse>.medium-9 {
        width: 37.5%;
    }
    .large-margin-collapse>.medium-10 {
        width: 41.66667%;
    }
    .large-margin-collapse>.medium-11 {
        width: 45.83333%;
    }
    .large-margin-collapse>.medium-12 {
        width: 50%;
    }
    .large-margin-collapse>.medium-13 {
        width: 54.16667%;
    }
    .large-margin-collapse>.medium-14 {
        width: 58.33333%;
    }
    .large-margin-collapse>.medium-15 {
        width: 62.5%;
    }
    .large-margin-collapse>.medium-16 {
        width: 66.66667%;
    }
    .large-margin-collapse>.medium-17 {
        width: 70.83333%;
    }
    .large-margin-collapse>.medium-18 {
        width: 75%;
    }
    .large-margin-collapse>.medium-19 {
        width: 79.16667%;
    }
    .large-margin-collapse>.medium-20 {
        width: 83.33333%;
    }
    .large-margin-collapse>.medium-21 {
        width: 87.5%;
    }
    .large-margin-collapse>.medium-22 {
        width: 91.66667%;
    }
    .large-margin-collapse>.medium-23 {
        width: 95.83333%;
    }
    .large-margin-collapse>.medium-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-margin-collapse>.large-1 {
        width: 4.16667%;
    }
    .large-margin-collapse>.large-2 {
        width: 8.33333%;
    }
    .large-margin-collapse>.large-3 {
        width: 12.5%;
    }
    .large-margin-collapse>.large-4 {
        width: 16.66667%;
    }
    .large-margin-collapse>.large-5 {
        width: 20.83333%;
    }
    .large-margin-collapse>.large-6 {
        width: 25%;
    }
    .large-margin-collapse>.large-7 {
        width: 29.16667%;
    }
    .large-margin-collapse>.large-8 {
        width: 33.33333%;
    }
    .large-margin-collapse>.large-9 {
        width: 37.5%;
    }
    .large-margin-collapse>.large-10 {
        width: 41.66667%;
    }
    .large-margin-collapse>.large-11 {
        width: 45.83333%;
    }
    .large-margin-collapse>.large-12 {
        width: 50%;
    }
    .large-margin-collapse>.large-13 {
        width: 54.16667%;
    }
    .large-margin-collapse>.large-14 {
        width: 58.33333%;
    }
    .large-margin-collapse>.large-15 {
        width: 62.5%;
    }
    .large-margin-collapse>.large-16 {
        width: 66.66667%;
    }
    .large-margin-collapse>.large-17 {
        width: 70.83333%;
    }
    .large-margin-collapse>.large-18 {
        width: 75%;
    }
    .large-margin-collapse>.large-19 {
        width: 79.16667%;
    }
    .large-margin-collapse>.large-20 {
        width: 83.33333%;
    }
    .large-margin-collapse>.large-21 {
        width: 87.5%;
    }
    .large-margin-collapse>.large-22 {
        width: 91.66667%;
    }
    .large-margin-collapse>.large-23 {
        width: 95.83333%;
    }
    .large-margin-collapse>.large-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .large-margin-collapse>.xlarge-1 {
        width: 4.16667%;
    }
    .large-margin-collapse>.xlarge-2 {
        width: 8.33333%;
    }
    .large-margin-collapse>.xlarge-3 {
        width: 12.5%;
    }
    .large-margin-collapse>.xlarge-4 {
        width: 16.66667%;
    }
    .large-margin-collapse>.xlarge-5 {
        width: 20.83333%;
    }
    .large-margin-collapse>.xlarge-6 {
        width: 25%;
    }
    .large-margin-collapse>.xlarge-7 {
        width: 29.16667%;
    }
    .large-margin-collapse>.xlarge-8 {
        width: 33.33333%;
    }
    .large-margin-collapse>.xlarge-9 {
        width: 37.5%;
    }
    .large-margin-collapse>.xlarge-10 {
        width: 41.66667%;
    }
    .large-margin-collapse>.xlarge-11 {
        width: 45.83333%;
    }
    .large-margin-collapse>.xlarge-12 {
        width: 50%;
    }
    .large-margin-collapse>.xlarge-13 {
        width: 54.16667%;
    }
    .large-margin-collapse>.xlarge-14 {
        width: 58.33333%;
    }
    .large-margin-collapse>.xlarge-15 {
        width: 62.5%;
    }
    .large-margin-collapse>.xlarge-16 {
        width: 66.66667%;
    }
    .large-margin-collapse>.xlarge-17 {
        width: 70.83333%;
    }
    .large-margin-collapse>.xlarge-18 {
        width: 75%;
    }
    .large-margin-collapse>.xlarge-19 {
        width: 79.16667%;
    }
    .large-margin-collapse>.xlarge-20 {
        width: 83.33333%;
    }
    .large-margin-collapse>.xlarge-21 {
        width: 87.5%;
    }
    .large-margin-collapse>.xlarge-22 {
        width: 91.66667%;
    }
    .large-margin-collapse>.xlarge-23 {
        width: 95.83333%;
    }
    .large-margin-collapse>.xlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .large-margin-collapse>.xxlarge-1 {
        width: 4.16667%;
    }
    .large-margin-collapse>.xxlarge-2 {
        width: 8.33333%;
    }
    .large-margin-collapse>.xxlarge-3 {
        width: 12.5%;
    }
    .large-margin-collapse>.xxlarge-4 {
        width: 16.66667%;
    }
    .large-margin-collapse>.xxlarge-5 {
        width: 20.83333%;
    }
    .large-margin-collapse>.xxlarge-6 {
        width: 25%;
    }
    .large-margin-collapse>.xxlarge-7 {
        width: 29.16667%;
    }
    .large-margin-collapse>.xxlarge-8 {
        width: 33.33333%;
    }
    .large-margin-collapse>.xxlarge-9 {
        width: 37.5%;
    }
    .large-margin-collapse>.xxlarge-10 {
        width: 41.66667%;
    }
    .large-margin-collapse>.xxlarge-11 {
        width: 45.83333%;
    }
    .large-margin-collapse>.xxlarge-12 {
        width: 50%;
    }
    .large-margin-collapse>.xxlarge-13 {
        width: 54.16667%;
    }
    .large-margin-collapse>.xxlarge-14 {
        width: 58.33333%;
    }
    .large-margin-collapse>.xxlarge-15 {
        width: 62.5%;
    }
    .large-margin-collapse>.xxlarge-16 {
        width: 66.66667%;
    }
    .large-margin-collapse>.xxlarge-17 {
        width: 70.83333%;
    }
    .large-margin-collapse>.xxlarge-18 {
        width: 75%;
    }
    .large-margin-collapse>.xxlarge-19 {
        width: 79.16667%;
    }
    .large-margin-collapse>.xxlarge-20 {
        width: 83.33333%;
    }
    .large-margin-collapse>.xxlarge-21 {
        width: 87.5%;
    }
    .large-margin-collapse>.xxlarge-22 {
        width: 91.66667%;
    }
    .large-margin-collapse>.xxlarge-23 {
        width: 95.83333%;
    }
    .large-margin-collapse>.xxlarge-24 {
        width: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse,
    .xlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.small-1 {
        width: 4.16667%;
    }
    .xlarge-margin-collapse>.small-2 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse>.small-3 {
        width: 12.5%;
    }
    .xlarge-margin-collapse>.small-4 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse>.small-5 {
        width: 20.83333%;
    }
    .xlarge-margin-collapse>.small-6 {
        width: 25%;
    }
    .xlarge-margin-collapse>.small-7 {
        width: 29.16667%;
    }
    .xlarge-margin-collapse>.small-8 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse>.small-9 {
        width: 37.5%;
    }
    .xlarge-margin-collapse>.small-10 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse>.small-11 {
        width: 45.83333%;
    }
    .xlarge-margin-collapse>.small-12 {
        width: 50%;
    }
    .xlarge-margin-collapse>.small-13 {
        width: 54.16667%;
    }
    .xlarge-margin-collapse>.small-14 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse>.small-15 {
        width: 62.5%;
    }
    .xlarge-margin-collapse>.small-16 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse>.small-17 {
        width: 70.83333%;
    }
    .xlarge-margin-collapse>.small-18 {
        width: 75%;
    }
    .xlarge-margin-collapse>.small-19 {
        width: 79.16667%;
    }
    .xlarge-margin-collapse>.small-20 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse>.small-21 {
        width: 87.5%;
    }
    .xlarge-margin-collapse>.small-22 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse>.small-23 {
        width: 95.83333%;
    }
    .xlarge-margin-collapse>.small-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.medium-1 {
        width: 4.16667%;
    }
    .xlarge-margin-collapse>.medium-2 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse>.medium-3 {
        width: 12.5%;
    }
    .xlarge-margin-collapse>.medium-4 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse>.medium-5 {
        width: 20.83333%;
    }
    .xlarge-margin-collapse>.medium-6 {
        width: 25%;
    }
    .xlarge-margin-collapse>.medium-7 {
        width: 29.16667%;
    }
    .xlarge-margin-collapse>.medium-8 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse>.medium-9 {
        width: 37.5%;
    }
    .xlarge-margin-collapse>.medium-10 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse>.medium-11 {
        width: 45.83333%;
    }
    .xlarge-margin-collapse>.medium-12 {
        width: 50%;
    }
    .xlarge-margin-collapse>.medium-13 {
        width: 54.16667%;
    }
    .xlarge-margin-collapse>.medium-14 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse>.medium-15 {
        width: 62.5%;
    }
    .xlarge-margin-collapse>.medium-16 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse>.medium-17 {
        width: 70.83333%;
    }
    .xlarge-margin-collapse>.medium-18 {
        width: 75%;
    }
    .xlarge-margin-collapse>.medium-19 {
        width: 79.16667%;
    }
    .xlarge-margin-collapse>.medium-20 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse>.medium-21 {
        width: 87.5%;
    }
    .xlarge-margin-collapse>.medium-22 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse>.medium-23 {
        width: 95.83333%;
    }
    .xlarge-margin-collapse>.medium-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.large-1 {
        width: 4.16667%;
    }
    .xlarge-margin-collapse>.large-2 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse>.large-3 {
        width: 12.5%;
    }
    .xlarge-margin-collapse>.large-4 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse>.large-5 {
        width: 20.83333%;
    }
    .xlarge-margin-collapse>.large-6 {
        width: 25%;
    }
    .xlarge-margin-collapse>.large-7 {
        width: 29.16667%;
    }
    .xlarge-margin-collapse>.large-8 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse>.large-9 {
        width: 37.5%;
    }
    .xlarge-margin-collapse>.large-10 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse>.large-11 {
        width: 45.83333%;
    }
    .xlarge-margin-collapse>.large-12 {
        width: 50%;
    }
    .xlarge-margin-collapse>.large-13 {
        width: 54.16667%;
    }
    .xlarge-margin-collapse>.large-14 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse>.large-15 {
        width: 62.5%;
    }
    .xlarge-margin-collapse>.large-16 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse>.large-17 {
        width: 70.83333%;
    }
    .xlarge-margin-collapse>.large-18 {
        width: 75%;
    }
    .xlarge-margin-collapse>.large-19 {
        width: 79.16667%;
    }
    .xlarge-margin-collapse>.large-20 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse>.large-21 {
        width: 87.5%;
    }
    .xlarge-margin-collapse>.large-22 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse>.large-23 {
        width: 95.83333%;
    }
    .xlarge-margin-collapse>.large-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-margin-collapse>.xlarge-1 {
        width: 4.16667%;
    }
    .xlarge-margin-collapse>.xlarge-2 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse>.xlarge-3 {
        width: 12.5%;
    }
    .xlarge-margin-collapse>.xlarge-4 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse>.xlarge-5 {
        width: 20.83333%;
    }
    .xlarge-margin-collapse>.xlarge-6 {
        width: 25%;
    }
    .xlarge-margin-collapse>.xlarge-7 {
        width: 29.16667%;
    }
    .xlarge-margin-collapse>.xlarge-8 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse>.xlarge-9 {
        width: 37.5%;
    }
    .xlarge-margin-collapse>.xlarge-10 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse>.xlarge-11 {
        width: 45.83333%;
    }
    .xlarge-margin-collapse>.xlarge-12 {
        width: 50%;
    }
    .xlarge-margin-collapse>.xlarge-13 {
        width: 54.16667%;
    }
    .xlarge-margin-collapse>.xlarge-14 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse>.xlarge-15 {
        width: 62.5%;
    }
    .xlarge-margin-collapse>.xlarge-16 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse>.xlarge-17 {
        width: 70.83333%;
    }
    .xlarge-margin-collapse>.xlarge-18 {
        width: 75%;
    }
    .xlarge-margin-collapse>.xlarge-19 {
        width: 79.16667%;
    }
    .xlarge-margin-collapse>.xlarge-20 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse>.xlarge-21 {
        width: 87.5%;
    }
    .xlarge-margin-collapse>.xlarge-22 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse>.xlarge-23 {
        width: 95.83333%;
    }
    .xlarge-margin-collapse>.xlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xlarge-margin-collapse>.xxlarge-1 {
        width: 4.16667%;
    }
    .xlarge-margin-collapse>.xxlarge-2 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse>.xxlarge-3 {
        width: 12.5%;
    }
    .xlarge-margin-collapse>.xxlarge-4 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse>.xxlarge-5 {
        width: 20.83333%;
    }
    .xlarge-margin-collapse>.xxlarge-6 {
        width: 25%;
    }
    .xlarge-margin-collapse>.xxlarge-7 {
        width: 29.16667%;
    }
    .xlarge-margin-collapse>.xxlarge-8 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse>.xxlarge-9 {
        width: 37.5%;
    }
    .xlarge-margin-collapse>.xxlarge-10 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse>.xxlarge-11 {
        width: 45.83333%;
    }
    .xlarge-margin-collapse>.xxlarge-12 {
        width: 50%;
    }
    .xlarge-margin-collapse>.xxlarge-13 {
        width: 54.16667%;
    }
    .xlarge-margin-collapse>.xxlarge-14 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse>.xxlarge-15 {
        width: 62.5%;
    }
    .xlarge-margin-collapse>.xxlarge-16 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse>.xxlarge-17 {
        width: 70.83333%;
    }
    .xlarge-margin-collapse>.xxlarge-18 {
        width: 75%;
    }
    .xlarge-margin-collapse>.xxlarge-19 {
        width: 79.16667%;
    }
    .xlarge-margin-collapse>.xxlarge-20 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse>.xxlarge-21 {
        width: 87.5%;
    }
    .xlarge-margin-collapse>.xxlarge-22 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse>.xxlarge-23 {
        width: 95.83333%;
    }
    .xlarge-margin-collapse>.xxlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .xlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-margin-collapse,
    .xxlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-margin-collapse>.small-1 {
        width: 4.16667%;
    }
    .xxlarge-margin-collapse>.small-2 {
        width: 8.33333%;
    }
    .xxlarge-margin-collapse>.small-3 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse>.small-4 {
        width: 16.66667%;
    }
    .xxlarge-margin-collapse>.small-5 {
        width: 20.83333%;
    }
    .xxlarge-margin-collapse>.small-6 {
        width: 25%;
    }
    .xxlarge-margin-collapse>.small-7 {
        width: 29.16667%;
    }
    .xxlarge-margin-collapse>.small-8 {
        width: 33.33333%;
    }
    .xxlarge-margin-collapse>.small-9 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse>.small-10 {
        width: 41.66667%;
    }
    .xxlarge-margin-collapse>.small-11 {
        width: 45.83333%;
    }
    .xxlarge-margin-collapse>.small-12 {
        width: 50%;
    }
    .xxlarge-margin-collapse>.small-13 {
        width: 54.16667%;
    }
    .xxlarge-margin-collapse>.small-14 {
        width: 58.33333%;
    }
    .xxlarge-margin-collapse>.small-15 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse>.small-16 {
        width: 66.66667%;
    }
    .xxlarge-margin-collapse>.small-17 {
        width: 70.83333%;
    }
    .xxlarge-margin-collapse>.small-18 {
        width: 75%;
    }
    .xxlarge-margin-collapse>.small-19 {
        width: 79.16667%;
    }
    .xxlarge-margin-collapse>.small-20 {
        width: 83.33333%;
    }
    .xxlarge-margin-collapse>.small-21 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse>.small-22 {
        width: 91.66667%;
    }
    .xxlarge-margin-collapse>.small-23 {
        width: 95.83333%;
    }
    .xxlarge-margin-collapse>.small-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-margin-collapse>.medium-1 {
        width: 4.16667%;
    }
    .xxlarge-margin-collapse>.medium-2 {
        width: 8.33333%;
    }
    .xxlarge-margin-collapse>.medium-3 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse>.medium-4 {
        width: 16.66667%;
    }
    .xxlarge-margin-collapse>.medium-5 {
        width: 20.83333%;
    }
    .xxlarge-margin-collapse>.medium-6 {
        width: 25%;
    }
    .xxlarge-margin-collapse>.medium-7 {
        width: 29.16667%;
    }
    .xxlarge-margin-collapse>.medium-8 {
        width: 33.33333%;
    }
    .xxlarge-margin-collapse>.medium-9 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse>.medium-10 {
        width: 41.66667%;
    }
    .xxlarge-margin-collapse>.medium-11 {
        width: 45.83333%;
    }
    .xxlarge-margin-collapse>.medium-12 {
        width: 50%;
    }
    .xxlarge-margin-collapse>.medium-13 {
        width: 54.16667%;
    }
    .xxlarge-margin-collapse>.medium-14 {
        width: 58.33333%;
    }
    .xxlarge-margin-collapse>.medium-15 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse>.medium-16 {
        width: 66.66667%;
    }
    .xxlarge-margin-collapse>.medium-17 {
        width: 70.83333%;
    }
    .xxlarge-margin-collapse>.medium-18 {
        width: 75%;
    }
    .xxlarge-margin-collapse>.medium-19 {
        width: 79.16667%;
    }
    .xxlarge-margin-collapse>.medium-20 {
        width: 83.33333%;
    }
    .xxlarge-margin-collapse>.medium-21 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse>.medium-22 {
        width: 91.66667%;
    }
    .xxlarge-margin-collapse>.medium-23 {
        width: 95.83333%;
    }
    .xxlarge-margin-collapse>.medium-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-margin-collapse>.large-1 {
        width: 4.16667%;
    }
    .xxlarge-margin-collapse>.large-2 {
        width: 8.33333%;
    }
    .xxlarge-margin-collapse>.large-3 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse>.large-4 {
        width: 16.66667%;
    }
    .xxlarge-margin-collapse>.large-5 {
        width: 20.83333%;
    }
    .xxlarge-margin-collapse>.large-6 {
        width: 25%;
    }
    .xxlarge-margin-collapse>.large-7 {
        width: 29.16667%;
    }
    .xxlarge-margin-collapse>.large-8 {
        width: 33.33333%;
    }
    .xxlarge-margin-collapse>.large-9 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse>.large-10 {
        width: 41.66667%;
    }
    .xxlarge-margin-collapse>.large-11 {
        width: 45.83333%;
    }
    .xxlarge-margin-collapse>.large-12 {
        width: 50%;
    }
    .xxlarge-margin-collapse>.large-13 {
        width: 54.16667%;
    }
    .xxlarge-margin-collapse>.large-14 {
        width: 58.33333%;
    }
    .xxlarge-margin-collapse>.large-15 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse>.large-16 {
        width: 66.66667%;
    }
    .xxlarge-margin-collapse>.large-17 {
        width: 70.83333%;
    }
    .xxlarge-margin-collapse>.large-18 {
        width: 75%;
    }
    .xxlarge-margin-collapse>.large-19 {
        width: 79.16667%;
    }
    .xxlarge-margin-collapse>.large-20 {
        width: 83.33333%;
    }
    .xxlarge-margin-collapse>.large-21 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse>.large-22 {
        width: 91.66667%;
    }
    .xxlarge-margin-collapse>.large-23 {
        width: 95.83333%;
    }
    .xxlarge-margin-collapse>.large-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-margin-collapse>.xlarge-1 {
        width: 4.16667%;
    }
    .xxlarge-margin-collapse>.xlarge-2 {
        width: 8.33333%;
    }
    .xxlarge-margin-collapse>.xlarge-3 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse>.xlarge-4 {
        width: 16.66667%;
    }
    .xxlarge-margin-collapse>.xlarge-5 {
        width: 20.83333%;
    }
    .xxlarge-margin-collapse>.xlarge-6 {
        width: 25%;
    }
    .xxlarge-margin-collapse>.xlarge-7 {
        width: 29.16667%;
    }
    .xxlarge-margin-collapse>.xlarge-8 {
        width: 33.33333%;
    }
    .xxlarge-margin-collapse>.xlarge-9 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse>.xlarge-10 {
        width: 41.66667%;
    }
    .xxlarge-margin-collapse>.xlarge-11 {
        width: 45.83333%;
    }
    .xxlarge-margin-collapse>.xlarge-12 {
        width: 50%;
    }
    .xxlarge-margin-collapse>.xlarge-13 {
        width: 54.16667%;
    }
    .xxlarge-margin-collapse>.xlarge-14 {
        width: 58.33333%;
    }
    .xxlarge-margin-collapse>.xlarge-15 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse>.xlarge-16 {
        width: 66.66667%;
    }
    .xxlarge-margin-collapse>.xlarge-17 {
        width: 70.83333%;
    }
    .xxlarge-margin-collapse>.xlarge-18 {
        width: 75%;
    }
    .xxlarge-margin-collapse>.xlarge-19 {
        width: 79.16667%;
    }
    .xxlarge-margin-collapse>.xlarge-20 {
        width: 83.33333%;
    }
    .xxlarge-margin-collapse>.xlarge-21 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse>.xlarge-22 {
        width: 91.66667%;
    }
    .xxlarge-margin-collapse>.xlarge-23 {
        width: 95.83333%;
    }
    .xxlarge-margin-collapse>.xlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-margin-collapse>.xxlarge-1 {
        width: 4.16667%;
    }
    .xxlarge-margin-collapse>.xxlarge-2 {
        width: 8.33333%;
    }
    .xxlarge-margin-collapse>.xxlarge-3 {
        width: 12.5%;
    }
    .xxlarge-margin-collapse>.xxlarge-4 {
        width: 16.66667%;
    }
    .xxlarge-margin-collapse>.xxlarge-5 {
        width: 20.83333%;
    }
    .xxlarge-margin-collapse>.xxlarge-6 {
        width: 25%;
    }
    .xxlarge-margin-collapse>.xxlarge-7 {
        width: 29.16667%;
    }
    .xxlarge-margin-collapse>.xxlarge-8 {
        width: 33.33333%;
    }
    .xxlarge-margin-collapse>.xxlarge-9 {
        width: 37.5%;
    }
    .xxlarge-margin-collapse>.xxlarge-10 {
        width: 41.66667%;
    }
    .xxlarge-margin-collapse>.xxlarge-11 {
        width: 45.83333%;
    }
    .xxlarge-margin-collapse>.xxlarge-12 {
        width: 50%;
    }
    .xxlarge-margin-collapse>.xxlarge-13 {
        width: 54.16667%;
    }
    .xxlarge-margin-collapse>.xxlarge-14 {
        width: 58.33333%;
    }
    .xxlarge-margin-collapse>.xxlarge-15 {
        width: 62.5%;
    }
    .xxlarge-margin-collapse>.xxlarge-16 {
        width: 66.66667%;
    }
    .xxlarge-margin-collapse>.xxlarge-17 {
        width: 70.83333%;
    }
    .xxlarge-margin-collapse>.xxlarge-18 {
        width: 75%;
    }
    .xxlarge-margin-collapse>.xxlarge-19 {
        width: 79.16667%;
    }
    .xxlarge-margin-collapse>.xxlarge-20 {
        width: 83.33333%;
    }
    .xxlarge-margin-collapse>.xxlarge-21 {
        width: 87.5%;
    }
    .xxlarge-margin-collapse>.xxlarge-22 {
        width: 91.66667%;
    }
    .xxlarge-margin-collapse>.xxlarge-23 {
        width: 95.83333%;
    }
    .xxlarge-margin-collapse>.xxlarge-24 {
        width: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .xxlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

.small-offset-1 {
    margin-left: 4.16667%;
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(4.16667% + 0.3125rem);
}

.small-offset-2 {
    margin-left: 8.33333%;
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(8.33333% + 0.3125rem);
}

.small-offset-3 {
    margin-left: 12.5%;
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(12.5% + 0.3125rem);
}

.small-offset-4 {
    margin-left: 16.66667%;
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(16.66667% + 0.3125rem);
}

.small-offset-5 {
    margin-left: 20.83333%;
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(20.83333% + 0.3125rem);
}

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

.grid-margin-x>.small-offset-6 {
    margin-left: calc(25% + 0.3125rem);
}

.small-offset-7 {
    margin-left: 29.16667%;
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(29.16667% + 0.3125rem);
}

.small-offset-8 {
    margin-left: 33.33333%;
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(33.33333% + 0.3125rem);
}

.small-offset-9 {
    margin-left: 37.5%;
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(37.5% + 0.3125rem);
}

.small-offset-10 {
    margin-left: 41.66667%;
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(41.66667% + 0.3125rem);
}

.small-offset-11 {
    margin-left: 45.83333%;
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(45.83333% + 0.3125rem);
}

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

.grid-margin-x>.small-offset-12 {
    margin-left: calc(50% + 0.3125rem);
}

.small-offset-13 {
    margin-left: 54.16667%;
}

.grid-margin-x>.small-offset-13 {
    margin-left: calc(54.16667% + 0.3125rem);
}

.small-offset-14 {
    margin-left: 58.33333%;
}

.grid-margin-x>.small-offset-14 {
    margin-left: calc(58.33333% + 0.3125rem);
}

.small-offset-15 {
    margin-left: 62.5%;
}

.grid-margin-x>.small-offset-15 {
    margin-left: calc(62.5% + 0.3125rem);
}

.small-offset-16 {
    margin-left: 66.66667%;
}

.grid-margin-x>.small-offset-16 {
    margin-left: calc(66.66667% + 0.3125rem);
}

.small-offset-17 {
    margin-left: 70.83333%;
}

.grid-margin-x>.small-offset-17 {
    margin-left: calc(70.83333% + 0.3125rem);
}

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

.grid-margin-x>.small-offset-18 {
    margin-left: calc(75% + 0.3125rem);
}

.small-offset-19 {
    margin-left: 79.16667%;
}

.grid-margin-x>.small-offset-19 {
    margin-left: calc(79.16667% + 0.3125rem);
}

.small-offset-20 {
    margin-left: 83.33333%;
}

.grid-margin-x>.small-offset-20 {
    margin-left: calc(83.33333% + 0.3125rem);
}

.small-offset-21 {
    margin-left: 87.5%;
}

.grid-margin-x>.small-offset-21 {
    margin-left: calc(87.5% + 0.3125rem);
}

.small-offset-22 {
    margin-left: 91.66667%;
}

.grid-margin-x>.small-offset-22 {
    margin-left: calc(91.66667% + 0.3125rem);
}

.small-offset-23 {
    margin-left: 95.83333%;
}

.grid-margin-x>.small-offset-23 {
    margin-left: calc(95.83333% + 0.3125rem);
}

@media print,
screen and (min-width: 48em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: 0.46875rem;
    }
    .medium-offset-1 {
        margin-left: 4.16667%;
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(4.16667% + 0.46875rem);
    }
    .medium-offset-2 {
        margin-left: 8.33333%;
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(8.33333% + 0.46875rem);
    }
    .medium-offset-3 {
        margin-left: 12.5%;
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(12.5% + 0.46875rem);
    }
    .medium-offset-4 {
        margin-left: 16.66667%;
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(16.66667% + 0.46875rem);
    }
    .medium-offset-5 {
        margin-left: 20.83333%;
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(20.83333% + 0.46875rem);
    }
    .medium-offset-6 {
        margin-left: 25%;
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(25% + 0.46875rem);
    }
    .medium-offset-7 {
        margin-left: 29.16667%;
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(29.16667% + 0.46875rem);
    }
    .medium-offset-8 {
        margin-left: 33.33333%;
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(33.33333% + 0.46875rem);
    }
    .medium-offset-9 {
        margin-left: 37.5%;
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(37.5% + 0.46875rem);
    }
    .medium-offset-10 {
        margin-left: 41.66667%;
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(41.66667% + 0.46875rem);
    }
    .medium-offset-11 {
        margin-left: 45.83333%;
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(45.83333% + 0.46875rem);
    }
    .medium-offset-12 {
        margin-left: 50%;
    }
    .grid-margin-x>.medium-offset-12 {
        margin-left: calc(50% + 0.46875rem);
    }
    .medium-offset-13 {
        margin-left: 54.16667%;
    }
    .grid-margin-x>.medium-offset-13 {
        margin-left: calc(54.16667% + 0.46875rem);
    }
    .medium-offset-14 {
        margin-left: 58.33333%;
    }
    .grid-margin-x>.medium-offset-14 {
        margin-left: calc(58.33333% + 0.46875rem);
    }
    .medium-offset-15 {
        margin-left: 62.5%;
    }
    .grid-margin-x>.medium-offset-15 {
        margin-left: calc(62.5% + 0.46875rem);
    }
    .medium-offset-16 {
        margin-left: 66.66667%;
    }
    .grid-margin-x>.medium-offset-16 {
        margin-left: calc(66.66667% + 0.46875rem);
    }
    .medium-offset-17 {
        margin-left: 70.83333%;
    }
    .grid-margin-x>.medium-offset-17 {
        margin-left: calc(70.83333% + 0.46875rem);
    }
    .medium-offset-18 {
        margin-left: 75%;
    }
    .grid-margin-x>.medium-offset-18 {
        margin-left: calc(75% + 0.46875rem);
    }
    .medium-offset-19 {
        margin-left: 79.16667%;
    }
    .grid-margin-x>.medium-offset-19 {
        margin-left: calc(79.16667% + 0.46875rem);
    }
    .medium-offset-20 {
        margin-left: 83.33333%;
    }
    .grid-margin-x>.medium-offset-20 {
        margin-left: calc(83.33333% + 0.46875rem);
    }
    .medium-offset-21 {
        margin-left: 87.5%;
    }
    .grid-margin-x>.medium-offset-21 {
        margin-left: calc(87.5% + 0.46875rem);
    }
    .medium-offset-22 {
        margin-left: 91.66667%;
    }
    .grid-margin-x>.medium-offset-22 {
        margin-left: calc(91.66667% + 0.46875rem);
    }
    .medium-offset-23 {
        margin-left: 95.83333%;
    }
    .grid-margin-x>.medium-offset-23 {
        margin-left: calc(95.83333% + 0.46875rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: 0.46875rem;
    }
    .large-offset-1 {
        margin-left: 4.16667%;
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(4.16667% + 0.46875rem);
    }
    .large-offset-2 {
        margin-left: 8.33333%;
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(8.33333% + 0.46875rem);
    }
    .large-offset-3 {
        margin-left: 12.5%;
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(12.5% + 0.46875rem);
    }
    .large-offset-4 {
        margin-left: 16.66667%;
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(16.66667% + 0.46875rem);
    }
    .large-offset-5 {
        margin-left: 20.83333%;
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(20.83333% + 0.46875rem);
    }
    .large-offset-6 {
        margin-left: 25%;
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(25% + 0.46875rem);
    }
    .large-offset-7 {
        margin-left: 29.16667%;
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(29.16667% + 0.46875rem);
    }
    .large-offset-8 {
        margin-left: 33.33333%;
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(33.33333% + 0.46875rem);
    }
    .large-offset-9 {
        margin-left: 37.5%;
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(37.5% + 0.46875rem);
    }
    .large-offset-10 {
        margin-left: 41.66667%;
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(41.66667% + 0.46875rem);
    }
    .large-offset-11 {
        margin-left: 45.83333%;
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(45.83333% + 0.46875rem);
    }
    .large-offset-12 {
        margin-left: 50%;
    }
    .grid-margin-x>.large-offset-12 {
        margin-left: calc(50% + 0.46875rem);
    }
    .large-offset-13 {
        margin-left: 54.16667%;
    }
    .grid-margin-x>.large-offset-13 {
        margin-left: calc(54.16667% + 0.46875rem);
    }
    .large-offset-14 {
        margin-left: 58.33333%;
    }
    .grid-margin-x>.large-offset-14 {
        margin-left: calc(58.33333% + 0.46875rem);
    }
    .large-offset-15 {
        margin-left: 62.5%;
    }
    .grid-margin-x>.large-offset-15 {
        margin-left: calc(62.5% + 0.46875rem);
    }
    .large-offset-16 {
        margin-left: 66.66667%;
    }
    .grid-margin-x>.large-offset-16 {
        margin-left: calc(66.66667% + 0.46875rem);
    }
    .large-offset-17 {
        margin-left: 70.83333%;
    }
    .grid-margin-x>.large-offset-17 {
        margin-left: calc(70.83333% + 0.46875rem);
    }
    .large-offset-18 {
        margin-left: 75%;
    }
    .grid-margin-x>.large-offset-18 {
        margin-left: calc(75% + 0.46875rem);
    }
    .large-offset-19 {
        margin-left: 79.16667%;
    }
    .grid-margin-x>.large-offset-19 {
        margin-left: calc(79.16667% + 0.46875rem);
    }
    .large-offset-20 {
        margin-left: 83.33333%;
    }
    .grid-margin-x>.large-offset-20 {
        margin-left: calc(83.33333% + 0.46875rem);
    }
    .large-offset-21 {
        margin-left: 87.5%;
    }
    .grid-margin-x>.large-offset-21 {
        margin-left: calc(87.5% + 0.46875rem);
    }
    .large-offset-22 {
        margin-left: 91.66667%;
    }
    .grid-margin-x>.large-offset-22 {
        margin-left: calc(91.66667% + 0.46875rem);
    }
    .large-offset-23 {
        margin-left: 95.83333%;
    }
    .grid-margin-x>.large-offset-23 {
        margin-left: calc(95.83333% + 0.46875rem);
    }
}

@media screen and (min-width: 100em) {
    .xlarge-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x>.xlarge-offset-0 {
        margin-left: 0.46875rem;
    }
    .xlarge-offset-1 {
        margin-left: 4.16667%;
    }
    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(4.16667% + 0.46875rem);
    }
    .xlarge-offset-2 {
        margin-left: 8.33333%;
    }
    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(8.33333% + 0.46875rem);
    }
    .xlarge-offset-3 {
        margin-left: 12.5%;
    }
    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(12.5% + 0.46875rem);
    }
    .xlarge-offset-4 {
        margin-left: 16.66667%;
    }
    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(16.66667% + 0.46875rem);
    }
    .xlarge-offset-5 {
        margin-left: 20.83333%;
    }
    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(20.83333% + 0.46875rem);
    }
    .xlarge-offset-6 {
        margin-left: 25%;
    }
    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(25% + 0.46875rem);
    }
    .xlarge-offset-7 {
        margin-left: 29.16667%;
    }
    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(29.16667% + 0.46875rem);
    }
    .xlarge-offset-8 {
        margin-left: 33.33333%;
    }
    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(33.33333% + 0.46875rem);
    }
    .xlarge-offset-9 {
        margin-left: 37.5%;
    }
    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(37.5% + 0.46875rem);
    }
    .xlarge-offset-10 {
        margin-left: 41.66667%;
    }
    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(41.66667% + 0.46875rem);
    }
    .xlarge-offset-11 {
        margin-left: 45.83333%;
    }
    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(45.83333% + 0.46875rem);
    }
    .xlarge-offset-12 {
        margin-left: 50%;
    }
    .grid-margin-x>.xlarge-offset-12 {
        margin-left: calc(50% + 0.46875rem);
    }
    .xlarge-offset-13 {
        margin-left: 54.16667%;
    }
    .grid-margin-x>.xlarge-offset-13 {
        margin-left: calc(54.16667% + 0.46875rem);
    }
    .xlarge-offset-14 {
        margin-left: 58.33333%;
    }
    .grid-margin-x>.xlarge-offset-14 {
        margin-left: calc(58.33333% + 0.46875rem);
    }
    .xlarge-offset-15 {
        margin-left: 62.5%;
    }
    .grid-margin-x>.xlarge-offset-15 {
        margin-left: calc(62.5% + 0.46875rem);
    }
    .xlarge-offset-16 {
        margin-left: 66.66667%;
    }
    .grid-margin-x>.xlarge-offset-16 {
        margin-left: calc(66.66667% + 0.46875rem);
    }
    .xlarge-offset-17 {
        margin-left: 70.83333%;
    }
    .grid-margin-x>.xlarge-offset-17 {
        margin-left: calc(70.83333% + 0.46875rem);
    }
    .xlarge-offset-18 {
        margin-left: 75%;
    }
    .grid-margin-x>.xlarge-offset-18 {
        margin-left: calc(75% + 0.46875rem);
    }
    .xlarge-offset-19 {
        margin-left: 79.16667%;
    }
    .grid-margin-x>.xlarge-offset-19 {
        margin-left: calc(79.16667% + 0.46875rem);
    }
    .xlarge-offset-20 {
        margin-left: 83.33333%;
    }
    .grid-margin-x>.xlarge-offset-20 {
        margin-left: calc(83.33333% + 0.46875rem);
    }
    .xlarge-offset-21 {
        margin-left: 87.5%;
    }
    .grid-margin-x>.xlarge-offset-21 {
        margin-left: calc(87.5% + 0.46875rem);
    }
    .xlarge-offset-22 {
        margin-left: 91.66667%;
    }
    .grid-margin-x>.xlarge-offset-22 {
        margin-left: calc(91.66667% + 0.46875rem);
    }
    .xlarge-offset-23 {
        margin-left: 95.83333%;
    }
    .grid-margin-x>.xlarge-offset-23 {
        margin-left: calc(95.83333% + 0.46875rem);
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: 0.46875rem;
    }
    .xxlarge-offset-1 {
        margin-left: 4.16667%;
    }
    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(4.16667% + 0.46875rem);
    }
    .xxlarge-offset-2 {
        margin-left: 8.33333%;
    }
    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(8.33333% + 0.46875rem);
    }
    .xxlarge-offset-3 {
        margin-left: 12.5%;
    }
    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(12.5% + 0.46875rem);
    }
    .xxlarge-offset-4 {
        margin-left: 16.66667%;
    }
    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(16.66667% + 0.46875rem);
    }
    .xxlarge-offset-5 {
        margin-left: 20.83333%;
    }
    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(20.83333% + 0.46875rem);
    }
    .xxlarge-offset-6 {
        margin-left: 25%;
    }
    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(25% + 0.46875rem);
    }
    .xxlarge-offset-7 {
        margin-left: 29.16667%;
    }
    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(29.16667% + 0.46875rem);
    }
    .xxlarge-offset-8 {
        margin-left: 33.33333%;
    }
    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(33.33333% + 0.46875rem);
    }
    .xxlarge-offset-9 {
        margin-left: 37.5%;
    }
    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(37.5% + 0.46875rem);
    }
    .xxlarge-offset-10 {
        margin-left: 41.66667%;
    }
    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(41.66667% + 0.46875rem);
    }
    .xxlarge-offset-11 {
        margin-left: 45.83333%;
    }
    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(45.83333% + 0.46875rem);
    }
    .xxlarge-offset-12 {
        margin-left: 50%;
    }
    .grid-margin-x>.xxlarge-offset-12 {
        margin-left: calc(50% + 0.46875rem);
    }
    .xxlarge-offset-13 {
        margin-left: 54.16667%;
    }
    .grid-margin-x>.xxlarge-offset-13 {
        margin-left: calc(54.16667% + 0.46875rem);
    }
    .xxlarge-offset-14 {
        margin-left: 58.33333%;
    }
    .grid-margin-x>.xxlarge-offset-14 {
        margin-left: calc(58.33333% + 0.46875rem);
    }
    .xxlarge-offset-15 {
        margin-left: 62.5%;
    }
    .grid-margin-x>.xxlarge-offset-15 {
        margin-left: calc(62.5% + 0.46875rem);
    }
    .xxlarge-offset-16 {
        margin-left: 66.66667%;
    }
    .grid-margin-x>.xxlarge-offset-16 {
        margin-left: calc(66.66667% + 0.46875rem);
    }
    .xxlarge-offset-17 {
        margin-left: 70.83333%;
    }
    .grid-margin-x>.xxlarge-offset-17 {
        margin-left: calc(70.83333% + 0.46875rem);
    }
    .xxlarge-offset-18 {
        margin-left: 75%;
    }
    .grid-margin-x>.xxlarge-offset-18 {
        margin-left: calc(75% + 0.46875rem);
    }
    .xxlarge-offset-19 {
        margin-left: 79.16667%;
    }
    .grid-margin-x>.xxlarge-offset-19 {
        margin-left: calc(79.16667% + 0.46875rem);
    }
    .xxlarge-offset-20 {
        margin-left: 83.33333%;
    }
    .grid-margin-x>.xxlarge-offset-20 {
        margin-left: calc(83.33333% + 0.46875rem);
    }
    .xxlarge-offset-21 {
        margin-left: 87.5%;
    }
    .grid-margin-x>.xxlarge-offset-21 {
        margin-left: calc(87.5% + 0.46875rem);
    }
    .xxlarge-offset-22 {
        margin-left: 91.66667%;
    }
    .grid-margin-x>.xxlarge-offset-22 {
        margin-left: calc(91.66667% + 0.46875rem);
    }
    .xxlarge-offset-23 {
        margin-left: 95.83333%;
    }
    .grid-margin-x>.xxlarge-offset-23 {
        margin-left: calc(95.83333% + 0.46875rem);
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap;
}

.grid-y>.cell {
    height: auto;
    max-height: none;
}

.grid-y>.auto,
.grid-y>.shrink {
    height: auto;
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-13,
.grid-y>.small-14,
.grid-y>.small-15,
.grid-y>.small-16,
.grid-y>.small-17,
.grid-y>.small-18,
.grid-y>.small-19,
.grid-y>.small-20,
.grid-y>.small-21,
.grid-y>.small-22,
.grid-y>.small-23,
.grid-y>.small-24,
.grid-y>.small-full,
.grid-y>.small-shrink {
    flex-basis: auto;
}

@media print,
screen and (min-width: 48em) {
    .grid-y>.medium-1,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-13,
    .grid-y>.medium-14,
    .grid-y>.medium-15,
    .grid-y>.medium-16,
    .grid-y>.medium-17,
    .grid-y>.medium-18,
    .grid-y>.medium-19,
    .grid-y>.medium-20,
    .grid-y>.medium-21,
    .grid-y>.medium-22,
    .grid-y>.medium-23,
    .grid-y>.medium-24,
    .grid-y>.medium-full,
    .grid-y>.medium-shrink {
        flex-basis: auto;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-y>.large-1,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-13,
    .grid-y>.large-14,
    .grid-y>.large-15,
    .grid-y>.large-16,
    .grid-y>.large-17,
    .grid-y>.large-18,
    .grid-y>.large-19,
    .grid-y>.large-20,
    .grid-y>.large-21,
    .grid-y>.large-22,
    .grid-y>.large-23,
    .grid-y>.large-24,
    .grid-y>.large-full,
    .grid-y>.large-shrink {
        flex-basis: auto;
    }
}

@media screen and (min-width: 100em) {
    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-13,
    .grid-y>.xlarge-14,
    .grid-y>.xlarge-15,
    .grid-y>.xlarge-16,
    .grid-y>.xlarge-17,
    .grid-y>.xlarge-18,
    .grid-y>.xlarge-19,
    .grid-y>.xlarge-20,
    .grid-y>.xlarge-21,
    .grid-y>.xlarge-22,
    .grid-y>.xlarge-23,
    .grid-y>.xlarge-24,
    .grid-y>.xlarge-full,
    .grid-y>.xlarge-shrink {
        flex-basis: auto;
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-13,
    .grid-y>.xxlarge-14,
    .grid-y>.xxlarge-15,
    .grid-y>.xxlarge-16,
    .grid-y>.xxlarge-17,
    .grid-y>.xxlarge-18,
    .grid-y>.xxlarge-19,
    .grid-y>.xxlarge-20,
    .grid-y>.xxlarge-21,
    .grid-y>.xxlarge-22,
    .grid-y>.xxlarge-23,
    .grid-y>.xxlarge-24,
    .grid-y>.xxlarge-full,
    .grid-y>.xxlarge-shrink {
        flex-basis: auto;
    }
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-13,
.grid-y>.small-14,
.grid-y>.small-15,
.grid-y>.small-16,
.grid-y>.small-17,
.grid-y>.small-18,
.grid-y>.small-19,
.grid-y>.small-20,
.grid-y>.small-21,
.grid-y>.small-22,
.grid-y>.small-23,
.grid-y>.small-24 {
    flex: 0 0 auto;
}

.grid-y>.small-1 {
    height: 4.16667%;
}

.grid-y>.small-2 {
    height: 8.33333%;
}

.grid-y>.small-3 {
    height: 12.5%;
}

.grid-y>.small-4 {
    height: 16.66667%;
}

.grid-y>.small-5 {
    height: 20.83333%;
}

.grid-y>.small-6 {
    height: 25%;
}

.grid-y>.small-7 {
    height: 29.16667%;
}

.grid-y>.small-8 {
    height: 33.33333%;
}

.grid-y>.small-9 {
    height: 37.5%;
}

.grid-y>.small-10 {
    height: 41.66667%;
}

.grid-y>.small-11 {
    height: 45.83333%;
}

.grid-y>.small-12 {
    height: 50%;
}

.grid-y>.small-13 {
    height: 54.16667%;
}

.grid-y>.small-14 {
    height: 58.33333%;
}

.grid-y>.small-15 {
    height: 62.5%;
}

.grid-y>.small-16 {
    height: 66.66667%;
}

.grid-y>.small-17 {
    height: 70.83333%;
}

.grid-y>.small-18 {
    height: 75%;
}

.grid-y>.small-19 {
    height: 79.16667%;
}

.grid-y>.small-20 {
    height: 83.33333%;
}

.grid-y>.small-21 {
    height: 87.5%;
}

.grid-y>.small-22 {
    height: 91.66667%;
}

.grid-y>.small-23 {
    height: 95.83333%;
}

.grid-y>.small-24 {
    height: 100%;
}

@media print,
screen and (min-width: 48em) {
    .grid-y>.medium-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y>.medium-1,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-13,
    .grid-y>.medium-14,
    .grid-y>.medium-15,
    .grid-y>.medium-16,
    .grid-y>.medium-17,
    .grid-y>.medium-18,
    .grid-y>.medium-19,
    .grid-y>.medium-20,
    .grid-y>.medium-21,
    .grid-y>.medium-22,
    .grid-y>.medium-23,
    .grid-y>.medium-24,
    .grid-y>.medium-shrink {
        flex: 0 0 auto;
    }
    .grid-y>.medium-shrink {
        height: auto;
    }
    .grid-y>.medium-1 {
        height: 4.16667%;
    }
    .grid-y>.medium-2 {
        height: 8.33333%;
    }
    .grid-y>.medium-3 {
        height: 12.5%;
    }
    .grid-y>.medium-4 {
        height: 16.66667%;
    }
    .grid-y>.medium-5 {
        height: 20.83333%;
    }
    .grid-y>.medium-6 {
        height: 25%;
    }
    .grid-y>.medium-7 {
        height: 29.16667%;
    }
    .grid-y>.medium-8 {
        height: 33.33333%;
    }
    .grid-y>.medium-9 {
        height: 37.5%;
    }
    .grid-y>.medium-10 {
        height: 41.66667%;
    }
    .grid-y>.medium-11 {
        height: 45.83333%;
    }
    .grid-y>.medium-12 {
        height: 50%;
    }
    .grid-y>.medium-13 {
        height: 54.16667%;
    }
    .grid-y>.medium-14 {
        height: 58.33333%;
    }
    .grid-y>.medium-15 {
        height: 62.5%;
    }
    .grid-y>.medium-16 {
        height: 66.66667%;
    }
    .grid-y>.medium-17 {
        height: 70.83333%;
    }
    .grid-y>.medium-18 {
        height: 75%;
    }
    .grid-y>.medium-19 {
        height: 79.16667%;
    }
    .grid-y>.medium-20 {
        height: 83.33333%;
    }
    .grid-y>.medium-21 {
        height: 87.5%;
    }
    .grid-y>.medium-22 {
        height: 91.66667%;
    }
    .grid-y>.medium-23 {
        height: 95.83333%;
    }
    .grid-y>.medium-24 {
        height: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-y>.large-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y>.large-1,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-13,
    .grid-y>.large-14,
    .grid-y>.large-15,
    .grid-y>.large-16,
    .grid-y>.large-17,
    .grid-y>.large-18,
    .grid-y>.large-19,
    .grid-y>.large-20,
    .grid-y>.large-21,
    .grid-y>.large-22,
    .grid-y>.large-23,
    .grid-y>.large-24,
    .grid-y>.large-shrink {
        flex: 0 0 auto;
    }
    .grid-y>.large-shrink {
        height: auto;
    }
    .grid-y>.large-1 {
        height: 4.16667%;
    }
    .grid-y>.large-2 {
        height: 8.33333%;
    }
    .grid-y>.large-3 {
        height: 12.5%;
    }
    .grid-y>.large-4 {
        height: 16.66667%;
    }
    .grid-y>.large-5 {
        height: 20.83333%;
    }
    .grid-y>.large-6 {
        height: 25%;
    }
    .grid-y>.large-7 {
        height: 29.16667%;
    }
    .grid-y>.large-8 {
        height: 33.33333%;
    }
    .grid-y>.large-9 {
        height: 37.5%;
    }
    .grid-y>.large-10 {
        height: 41.66667%;
    }
    .grid-y>.large-11 {
        height: 45.83333%;
    }
    .grid-y>.large-12 {
        height: 50%;
    }
    .grid-y>.large-13 {
        height: 54.16667%;
    }
    .grid-y>.large-14 {
        height: 58.33333%;
    }
    .grid-y>.large-15 {
        height: 62.5%;
    }
    .grid-y>.large-16 {
        height: 66.66667%;
    }
    .grid-y>.large-17 {
        height: 70.83333%;
    }
    .grid-y>.large-18 {
        height: 75%;
    }
    .grid-y>.large-19 {
        height: 79.16667%;
    }
    .grid-y>.large-20 {
        height: 83.33333%;
    }
    .grid-y>.large-21 {
        height: 87.5%;
    }
    .grid-y>.large-22 {
        height: 91.66667%;
    }
    .grid-y>.large-23 {
        height: 95.83333%;
    }
    .grid-y>.large-24 {
        height: 100%;
    }
}

@media screen and (min-width: 100em) {
    .grid-y>.xlarge-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-13,
    .grid-y>.xlarge-14,
    .grid-y>.xlarge-15,
    .grid-y>.xlarge-16,
    .grid-y>.xlarge-17,
    .grid-y>.xlarge-18,
    .grid-y>.xlarge-19,
    .grid-y>.xlarge-20,
    .grid-y>.xlarge-21,
    .grid-y>.xlarge-22,
    .grid-y>.xlarge-23,
    .grid-y>.xlarge-24,
    .grid-y>.xlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-y>.xlarge-shrink {
        height: auto;
    }
    .grid-y>.xlarge-1 {
        height: 4.16667%;
    }
    .grid-y>.xlarge-2 {
        height: 8.33333%;
    }
    .grid-y>.xlarge-3 {
        height: 12.5%;
    }
    .grid-y>.xlarge-4 {
        height: 16.66667%;
    }
    .grid-y>.xlarge-5 {
        height: 20.83333%;
    }
    .grid-y>.xlarge-6 {
        height: 25%;
    }
    .grid-y>.xlarge-7 {
        height: 29.16667%;
    }
    .grid-y>.xlarge-8 {
        height: 33.33333%;
    }
    .grid-y>.xlarge-9 {
        height: 37.5%;
    }
    .grid-y>.xlarge-10 {
        height: 41.66667%;
    }
    .grid-y>.xlarge-11 {
        height: 45.83333%;
    }
    .grid-y>.xlarge-12 {
        height: 50%;
    }
    .grid-y>.xlarge-13 {
        height: 54.16667%;
    }
    .grid-y>.xlarge-14 {
        height: 58.33333%;
    }
    .grid-y>.xlarge-15 {
        height: 62.5%;
    }
    .grid-y>.xlarge-16 {
        height: 66.66667%;
    }
    .grid-y>.xlarge-17 {
        height: 70.83333%;
    }
    .grid-y>.xlarge-18 {
        height: 75%;
    }
    .grid-y>.xlarge-19 {
        height: 79.16667%;
    }
    .grid-y>.xlarge-20 {
        height: 83.33333%;
    }
    .grid-y>.xlarge-21 {
        height: 87.5%;
    }
    .grid-y>.xlarge-22 {
        height: 91.66667%;
    }
    .grid-y>.xlarge-23 {
        height: 95.83333%;
    }
    .grid-y>.xlarge-24 {
        height: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-y>.xxlarge-auto {
        flex: 1 1 0;
        height: auto;
    }
    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-13,
    .grid-y>.xxlarge-14,
    .grid-y>.xxlarge-15,
    .grid-y>.xxlarge-16,
    .grid-y>.xxlarge-17,
    .grid-y>.xxlarge-18,
    .grid-y>.xxlarge-19,
    .grid-y>.xxlarge-20,
    .grid-y>.xxlarge-21,
    .grid-y>.xxlarge-22,
    .grid-y>.xxlarge-23,
    .grid-y>.xxlarge-24,
    .grid-y>.xxlarge-shrink {
        flex: 0 0 auto;
    }
    .grid-y>.xxlarge-shrink {
        height: auto;
    }
    .grid-y>.xxlarge-1 {
        height: 4.16667%;
    }
    .grid-y>.xxlarge-2 {
        height: 8.33333%;
    }
    .grid-y>.xxlarge-3 {
        height: 12.5%;
    }
    .grid-y>.xxlarge-4 {
        height: 16.66667%;
    }
    .grid-y>.xxlarge-5 {
        height: 20.83333%;
    }
    .grid-y>.xxlarge-6 {
        height: 25%;
    }
    .grid-y>.xxlarge-7 {
        height: 29.16667%;
    }
    .grid-y>.xxlarge-8 {
        height: 33.33333%;
    }
    .grid-y>.xxlarge-9 {
        height: 37.5%;
    }
    .grid-y>.xxlarge-10 {
        height: 41.66667%;
    }
    .grid-y>.xxlarge-11 {
        height: 45.83333%;
    }
    .grid-y>.xxlarge-12 {
        height: 50%;
    }
    .grid-y>.xxlarge-13 {
        height: 54.16667%;
    }
    .grid-y>.xxlarge-14 {
        height: 58.33333%;
    }
    .grid-y>.xxlarge-15 {
        height: 62.5%;
    }
    .grid-y>.xxlarge-16 {
        height: 66.66667%;
    }
    .grid-y>.xxlarge-17 {
        height: 70.83333%;
    }
    .grid-y>.xxlarge-18 {
        height: 75%;
    }
    .grid-y>.xxlarge-19 {
        height: 79.16667%;
    }
    .grid-y>.xxlarge-20 {
        height: 83.33333%;
    }
    .grid-y>.xxlarge-21 {
        height: 87.5%;
    }
    .grid-y>.xxlarge-22 {
        height: 91.66667%;
    }
    .grid-y>.xxlarge-23 {
        height: 95.83333%;
    }
    .grid-y>.xxlarge-24 {
        height: 100%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
}

@media print,
screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.46875rem;
        margin-bottom: -0.46875rem;
    }
}

.grid-padding-y>.cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media print,
screen and (min-width: 48em) {
    .grid-padding-y>.cell {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-padding-y>.cell {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
}

@media print,
screen and (min-width: 48em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }
    .cell .medium-grid-frame {
        width: 100%;
    }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }
    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }
    .cell .large-grid-frame {
        width: 100%;
    }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }
    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (min-width: 100em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }
    .cell .xlarge-grid-frame {
        width: 100%;
    }
    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }
    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (min-width: 120.0625em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }
    .cell .xxlarge-grid-frame {
        width: 100%;
    }
    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .xxlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }
    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
}

@media print,
screen and (min-width: 48em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

@media screen and (min-width: 100em) {
    .grid-y.xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-y.xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print,
screen and (min-width: 48em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

@media screen and (min-width: 100em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
}

@media print,
screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top: -0.46875rem;
        margin-bottom: -0.46875rem;
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

@media print,
screen and (min-width: 48em) {
    .grid-margin-y>.cell {
        height: calc(100% - 0.9375rem);
        margin-top: 0.46875rem;
        margin-bottom: 0.46875rem;
    }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
    height: auto;
}

.grid-margin-y>.small-1 {
    height: calc(4.16667% - 0.625rem);
}

.grid-margin-y>.small-2 {
    height: calc(8.33333% - 0.625rem);
}

.grid-margin-y>.small-3 {
    height: calc(12.5% - 0.625rem);
}

.grid-margin-y>.small-4 {
    height: calc(16.66667% - 0.625rem);
}

.grid-margin-y>.small-5 {
    height: calc(20.83333% - 0.625rem);
}

.grid-margin-y>.small-6 {
    height: calc(25% - 0.625rem);
}

.grid-margin-y>.small-7 {
    height: calc(29.16667% - 0.625rem);
}

.grid-margin-y>.small-8 {
    height: calc(33.33333% - 0.625rem);
}

.grid-margin-y>.small-9 {
    height: calc(37.5% - 0.625rem);
}

.grid-margin-y>.small-10 {
    height: calc(41.66667% - 0.625rem);
}

.grid-margin-y>.small-11 {
    height: calc(45.83333% - 0.625rem);
}

.grid-margin-y>.small-12 {
    height: calc(50% - 0.625rem);
}

.grid-margin-y>.small-13 {
    height: calc(54.16667% - 0.625rem);
}

.grid-margin-y>.small-14 {
    height: calc(58.33333% - 0.625rem);
}

.grid-margin-y>.small-15 {
    height: calc(62.5% - 0.625rem);
}

.grid-margin-y>.small-16 {
    height: calc(66.66667% - 0.625rem);
}

.grid-margin-y>.small-17 {
    height: calc(70.83333% - 0.625rem);
}

.grid-margin-y>.small-18 {
    height: calc(75% - 0.625rem);
}

.grid-margin-y>.small-19 {
    height: calc(79.16667% - 0.625rem);
}

.grid-margin-y>.small-20 {
    height: calc(83.33333% - 0.625rem);
}

.grid-margin-y>.small-21 {
    height: calc(87.5% - 0.625rem);
}

.grid-margin-y>.small-22 {
    height: calc(91.66667% - 0.625rem);
}

.grid-margin-y>.small-23 {
    height: calc(95.83333% - 0.625rem);
}

.grid-margin-y>.small-24 {
    height: calc(100% - 0.625rem);
}

@media print,
screen and (min-width: 48em) {
    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto;
    }
    .grid-margin-y>.small-1 {
        height: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-y>.small-2 {
        height: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-y>.small-3 {
        height: calc(12.5% - 0.9375rem);
    }
    .grid-margin-y>.small-4 {
        height: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-y>.small-5 {
        height: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-y>.small-6 {
        height: calc(25% - 0.9375rem);
    }
    .grid-margin-y>.small-7 {
        height: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-y>.small-8 {
        height: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-y>.small-9 {
        height: calc(37.5% - 0.9375rem);
    }
    .grid-margin-y>.small-10 {
        height: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-y>.small-11 {
        height: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-y>.small-12 {
        height: calc(50% - 0.9375rem);
    }
    .grid-margin-y>.small-13 {
        height: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-y>.small-14 {
        height: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-y>.small-15 {
        height: calc(62.5% - 0.9375rem);
    }
    .grid-margin-y>.small-16 {
        height: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-y>.small-17 {
        height: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-y>.small-18 {
        height: calc(75% - 0.9375rem);
    }
    .grid-margin-y>.small-19 {
        height: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-y>.small-20 {
        height: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-y>.small-21 {
        height: calc(87.5% - 0.9375rem);
    }
    .grid-margin-y>.small-22 {
        height: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-y>.small-23 {
        height: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-y>.small-24 {
        height: calc(100% - 0.9375rem);
    }
    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto;
    }
    .grid-margin-y>.medium-1 {
        height: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-y>.medium-2 {
        height: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-y>.medium-3 {
        height: calc(12.5% - 0.9375rem);
    }
    .grid-margin-y>.medium-4 {
        height: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-y>.medium-5 {
        height: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-y>.medium-6 {
        height: calc(25% - 0.9375rem);
    }
    .grid-margin-y>.medium-7 {
        height: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-y>.medium-8 {
        height: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-y>.medium-9 {
        height: calc(37.5% - 0.9375rem);
    }
    .grid-margin-y>.medium-10 {
        height: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-y>.medium-11 {
        height: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-y>.medium-12 {
        height: calc(50% - 0.9375rem);
    }
    .grid-margin-y>.medium-13 {
        height: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-y>.medium-14 {
        height: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-y>.medium-15 {
        height: calc(62.5% - 0.9375rem);
    }
    .grid-margin-y>.medium-16 {
        height: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-y>.medium-17 {
        height: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-y>.medium-18 {
        height: calc(75% - 0.9375rem);
    }
    .grid-margin-y>.medium-19 {
        height: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-y>.medium-20 {
        height: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-y>.medium-21 {
        height: calc(87.5% - 0.9375rem);
    }
    .grid-margin-y>.medium-22 {
        height: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-y>.medium-23 {
        height: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-y>.medium-24 {
        height: calc(100% - 0.9375rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-margin-y>.large-auto,
    .grid-margin-y>.large-shrink {
        height: auto;
    }
    .grid-margin-y>.large-1 {
        height: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-y>.large-2 {
        height: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-y>.large-3 {
        height: calc(12.5% - 0.9375rem);
    }
    .grid-margin-y>.large-4 {
        height: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-y>.large-5 {
        height: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-y>.large-6 {
        height: calc(25% - 0.9375rem);
    }
    .grid-margin-y>.large-7 {
        height: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-y>.large-8 {
        height: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-y>.large-9 {
        height: calc(37.5% - 0.9375rem);
    }
    .grid-margin-y>.large-10 {
        height: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-y>.large-11 {
        height: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-y>.large-12 {
        height: calc(50% - 0.9375rem);
    }
    .grid-margin-y>.large-13 {
        height: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-y>.large-14 {
        height: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-y>.large-15 {
        height: calc(62.5% - 0.9375rem);
    }
    .grid-margin-y>.large-16 {
        height: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-y>.large-17 {
        height: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-y>.large-18 {
        height: calc(75% - 0.9375rem);
    }
    .grid-margin-y>.large-19 {
        height: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-y>.large-20 {
        height: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-y>.large-21 {
        height: calc(87.5% - 0.9375rem);
    }
    .grid-margin-y>.large-22 {
        height: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-y>.large-23 {
        height: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-y>.large-24 {
        height: calc(100% - 0.9375rem);
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-y>.xlarge-auto,
    .grid-margin-y>.xlarge-shrink {
        height: auto;
    }
    .grid-margin-y>.xlarge-1 {
        height: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-2 {
        height: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-3 {
        height: calc(12.5% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-4 {
        height: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-5 {
        height: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-6 {
        height: calc(25% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-7 {
        height: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-8 {
        height: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-9 {
        height: calc(37.5% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-10 {
        height: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-11 {
        height: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-12 {
        height: calc(50% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-13 {
        height: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-14 {
        height: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-15 {
        height: calc(62.5% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-16 {
        height: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-17 {
        height: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-18 {
        height: calc(75% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-19 {
        height: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-20 {
        height: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-21 {
        height: calc(87.5% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-22 {
        height: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-23 {
        height: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-y>.xlarge-24 {
        height: calc(100% - 0.9375rem);
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-margin-y>.xxlarge-auto,
    .grid-margin-y>.xxlarge-shrink {
        height: auto;
    }
    .grid-margin-y>.xxlarge-1 {
        height: calc(4.16667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-2 {
        height: calc(8.33333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-3 {
        height: calc(12.5% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-4 {
        height: calc(16.66667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-5 {
        height: calc(20.83333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-6 {
        height: calc(25% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-7 {
        height: calc(29.16667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-8 {
        height: calc(33.33333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-9 {
        height: calc(37.5% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-10 {
        height: calc(41.66667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-11 {
        height: calc(45.83333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-12 {
        height: calc(50% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-13 {
        height: calc(54.16667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-14 {
        height: calc(58.33333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-15 {
        height: calc(62.5% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-16 {
        height: calc(66.66667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-17 {
        height: calc(70.83333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-18 {
        height: calc(75% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-19 {
        height: calc(79.16667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-20 {
        height: calc(83.33333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-21 {
        height: calc(87.5% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-22 {
        height: calc(91.66667% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-23 {
        height: calc(95.83333% - 0.9375rem);
    }
    .grid-margin-y>.xxlarge-24 {
        height: calc(100% - 0.9375rem);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 0.625rem);
}

@media print,
screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 0.9375rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 0.9375rem);
    }
}

@media screen and (min-width: 100em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 0.9375rem);
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 0.9375rem);
    }
}

@media print,
screen and (min-width: 48em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 0.9375rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 0.9375rem);
    }
}

@media screen and (min-width: 100em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 0.9375rem);
    }
}

@media screen and (min-width: 120.0625em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 0.9375rem);
    }
}

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

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

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

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

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

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #0054a4;
    color: #fff;
}

.button:focus,
.button:hover {
    background-color: #00478b;
    color: #fff;
}

.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: #0054a4;
    color: #fff;
}

.button.primary:focus,
.button.primary:hover {
    background-color: #004383;
    color: #fff;
}

.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: #070707;
    color: #fff;
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #060606;
    color: #fff;
}

.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: #3adb76;
    color: #474c55;
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #474c55;
}

.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: #474c55;
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #474c55;
}

.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: #cc4b37;
    color: #fff;
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #fff;
}

.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: 1px solid #0054a4;
    color: #0054a4;
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #002a52;
    color: #002a52;
}

.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: 1px solid #0054a4;
    color: #0054a4;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #002a52;
    color: #002a52;
}

.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: 1px solid #070707;
    color: #070707;
}

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

.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: 1px solid #3adb76;
    color: #3adb76;
}

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

.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: 1px 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: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a;
}

.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 {
    border-color: transparent;
    background-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: #0054a4;
}

.button.clear:focus,
.button.clear:hover {
    color: #002a52;
}

.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: #0054a4;
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #002a52;
}

.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: #070707;
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #040404;
}

.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: #3adb76;
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539;
}

.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: #cc4b37;
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a;
}

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

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

.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
    border-top-color: #0054a4;
}

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

.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76;
}

.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: #cc4b37;
}

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

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

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1;
}

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

.button-group:after {
    clear: both;
}

.button-group:after,
.button-group:before {
    display: none;
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.button-group .button:last-child {
    margin-right: 0;
}

.button-group.tiny .button {
    font-size: 0.6rem;
}

.button-group.small .button {
    font-size: 0.75rem;
}

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

.button-group.expanded .button {
    flex: 1 1 0px;
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
    background-color: #0054a4;
    color: #fff;
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #004383;
    color: #fff;
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover {
    background-color: #070707;
    color: #fff;
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #060606;
    color: #fff;
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover {
    background-color: #3adb76;
    color: #474c55;
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #474c55;
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover {
    background-color: #ffae00;
    color: #474c55;
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #474c55;
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover {
    background-color: #cc4b37;
    color: #fff;
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fff;
}

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

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
    border: 1px solid #0054a4;
    color: #0054a4;
}

.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
    border-color: #002a52;
    color: #002a52;
}

.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover {
    border: 1px solid #0054a4;
    color: #0054a4;
}

.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover {
    border-color: #002a52;
    color: #002a52;
}

.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover {
    border: 1px solid #070707;
    color: #070707;
}

.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover {
    border-color: #040404;
    color: #040404;
}

.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
    border-color: #157539;
    color: #157539;
}

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

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

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover,
.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover {
    border-color: #67251a;
    color: #67251a;
}

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

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
    color: #0054a4;
}

.button-group.clear .button:focus,
.button-group.clear .button:hover {
    color: #002a52;
}

.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
    color: #0054a4;
}

.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
    color: #002a52;
}

.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
    color: #070707;
}

.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
    color: #040404;
}

.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
    color: #3adb76;
}

.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
    color: #157539;
}

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

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

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover {
    color: #cc4b37;
}

.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover,
.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover {
    color: #67251a;
}

.button-group.no-gaps .button {
    margin-right: -0.0625rem;
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent;
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    flex-wrap: wrap;
}

.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
    flex: 0 0 100%;
}

.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
    margin-bottom: 0;
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    flex: 1 1 0px;
}

@media print,
screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}

@media print,
screen and (max-width: 47.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

@media print,
screen and (max-width: 77.49875em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #474c55;
    cursor: pointer;
}

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

.close-button:focus,
.close-button:hover {
    color: #474c55;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}

.label,
.label.primary {
    background: #0054a4;
    color: #fff;
}

.label.secondary {
    background: #070707;
    color: #fff;
}

.label.success {
    background: #3adb76;
    color: #474c55;
}

.label.warning {
    background: #ffae00;
    color: #474c55;
}

.label.alert {
    background: #cc4b37;
    color: #fff;
}

.switch {
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2rem;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0.25rem;
    background: #474c55;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input+.switch-paddle {
    margin: 0;
}

.switch-paddle:after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateZ(0);
    border-radius: 0.25rem;
    background: #fff;
    transition: all 0.25s ease-out;
    content: "";
}

input:checked~.switch-paddle {
    background: #0054a4;
}

input:checked~.switch-paddle:after {
    left: 2.25rem;
}

input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
}

[data-whatinput="mouse"] input:focus~.switch-paddle {
    outline: 0;
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked+label>.switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked+label>.switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}

.switch.tiny .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked~.switch-paddle:after {
    left: 1.75rem;
}

.switch.small {
    height: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.switch.small .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked~.switch-paddle:after {
    left: 2rem;
}

.switch.large {
    height: 2.5rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked~.switch-paddle:after {
    left: 2.75rem;
}

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

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

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}

thead {
    background: #f9f9f9;
}

tfoot,
thead {
    color: #474c55;
}

tfoot {
    background: #f2f2f2;
}

tfoot tr,
thead tr {
    background: transparent;
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}

tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}

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

table.unstriped tbody {
    background-color: #fff;
}

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

@media print,
screen and (max-width: 77.49875em) {
    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;
    width: 100%;
    overflow-x: auto;
}

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

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

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

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

.table-scroll {
    overflow-x: auto;
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}

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

.breadcrumbs:after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #474c55;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #474c55;
}

.breadcrumbs a {
    color: #0054a4;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #474c55;
    cursor: not-allowed;
}

.callout {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(71, 76, 85, 0.25);
    border-radius: 0.25rem;
    background-color: #fff;
    color: #474c55;
}

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

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

.callout.primary {
    background-color: #cbe6ff;
    color: #474c55;
}

.callout.secondary {
    background-color: #dadada;
    color: #474c55;
}

.callout.success {
    background-color: #e1faea;
    color: #474c55;
}

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

.callout.alert {
    background-color: #f7e4e1;
    color: #474c55;
}

.callout.small {
    padding: 0.5rem;
}

.callout.large {
    padding: 3rem;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #474c55;
    border-radius: 0.25rem;
    background-color: #fff;
    font-size: 1rem;
}

.dropdown-pane.is-opening {
    display: block;
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

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

.pagination:after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    display: none;
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}

@media print,
screen and (min-width: 48em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0.25rem;
    color: #474c55;
}

.pagination a:hover,
.pagination button:hover {
    background: #f0f5f9;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #0054a4;
    color: #fff;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #474c55;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis:after {
    padding: 0.1875rem 0.625rem;
    content: "\2026";
    color: #474c55;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #474c55;
    font-weight: 700;
    cursor: help;
}

.tooltip {
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0.25rem;
    background-color: #474c55;
    font-size: 80%;
    color: #fff;
}

.tooltip,
.tooltip:before {
    position: absolute;
}

.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #474c55;
    border-style: solid;
    border-width: 0 0.75rem 0.75rem;
    bottom: 100%;
}

.tooltip.bottom.align-center:before {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #474c55 transparent transparent;
    border-style: solid;
    border-width: 0.75rem 0.75rem 0;
    top: 100%;
    bottom: auto;
}

.tooltip.top.align-center:before {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #474c55;
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 0.75rem;
    left: 100%;
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #474c55 transparent transparent;
    border-style: solid;
    border-width: 0.75rem 0.75rem 0.75rem 0;
    right: 100%;
    left: auto;
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip.align-top:before {
    bottom: auto;
    top: 10%;
}

.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto;
}

.tooltip.align-left:before {
    left: 10%;
    right: auto;
}

.tooltip.align-right:before {
    left: auto;
    right: 10%;
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}

.accordion-item:first-child> :first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.accordion-item:last-child> :last-child {
    border-radius: 0 0 0.25rem 0.25rem;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: none;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #0054a4;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
    border-radius: 0 0 0.25rem 0.25rem;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #f0f5f9;
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: transparent;
    color: #474c55;
}

:last-child>.accordion-content:last-child {
    border-bottom: none;
}

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

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

@media print,
screen and (max-width: 47.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: 47.99875em) {
    .stack-for-small .media-object-section {
        padding: 0 0 1rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}

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

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

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

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

.flex-video.portrait,
.responsive-embed.portrait {
    padding-bottom: 133.33333%;
}

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

.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    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: #0054a4;
}

.tabs.primary>li>a {
    color: #fff;
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #005db5;
}

.tabs-title {
    float: left;
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #0054a4;
}

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

.tabs-title>a:hover {
    background: #fff;
    color: #00488d;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected="true"] {
    background: #f0f5f9;
    color: #0054a4;
}

.tabs-content {
    border: 1px solid #f0f5f9;
    border-top: 0;
    background: #fff;
    color: #474c55;
    transition: all 0.5s ease;
}

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

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

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

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(71, 76, 85, 0.2);
    line-height: 0;
}

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

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0, 84, 164, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
    outline: 0;
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.75rem 1rem;
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
}

.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a svg,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a svg {
    text-align: left;
}

.menu.expanded li {
    flex: 1 1 0px;
}

.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a svg,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a svg {
    text-align: left;
}

.menu.simple {
    align-items: center;
}

.menu.simple li+li {
    margin-left: 1rem;
}

.menu.simple a {
    padding: 0;
}

@media print,
screen and (min-width: 48em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 100em) {
    .menu.xlarge-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.xlarge-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.xlarge-expanded li,
    .menu.xlarge-simple li {
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 120.0625em) {
    .menu.xxlarge-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.xxlarge-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.xxlarge-expanded li,
    .menu.xxlarge-simple li {
        flex: 1 1 0px;
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: flex;
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
    flex-flow: row nowrap;
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a svg {
    margin-right: 0.25rem;
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
    flex-flow: row nowrap;
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a svg {
    margin-left: 0.25rem;
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
    flex-flow: column nowrap;
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
    flex-flow: column nowrap;
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}

.menu .active>a,
.menu .is-active>a {
    background: #0054a4;
    color: #fff;
}

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

.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}

.menu.align-right li .submenu li {
    justify-content: flex-start;
}

.menu.align-right.vertical li {
    display: block;
    text-align: right;
}

.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a svg,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a svg,
.menu.align-right.vertical li .submenu li {
    text-align: right;
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}

.menu.align-center li {
    display: flex;
    justify-content: center;
}

.menu.align-center li .submenu li {
    justify-content: flex-start;
}

.menu .menu-text {
    padding: 0.75rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.menu-centered>.menu {
    justify-content: center;
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center;
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.accordion-menu li {
    width: 100%;
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.75rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}

.is-accordion-submenu-parent {
    position: relative;
}

.has-submenu-toggle>a {
    margin-right: 40px;
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.submenu-toggle:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #0054a4 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.submenu-toggle[aria-expanded="true"]:after {
    transform: scaleY(-1);
    transform-origin: 50% 50%;
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu>li>a {
    background: #474c55;
    padding: 0.75rem 1rem;
}

.dropdown.menu>li.is-active>a {
    background: transparent;
    color: #0054a4;
}

.no-js .dropdown.menu ul {
    display: none;
}

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

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
}

@media print,
screen and (min-width: 48em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}

@media screen and (min-width: 100em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}

@media screen and (min-width: 120.0625em) {
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -5px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 320px;
    border: 1px solid #474c55;
    background: #474c55;
}

.country-width .is-dropdown-submenu {
    min-width: 200px;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.75rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu>li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

html.is-reveal-open body {
    overflow-y: hidden;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(71, 76, 85, 0.45);
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #474c55;
    border-radius: 0.25rem;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
}

[data-whatinput="mouse"] .reveal {
    outline: 0;
}

@media print,
screen and (min-width: 48em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column {
    min-width: 0;
}

.reveal> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
    .reveal {
        width: 600px;
        max-width: 120rem;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print,
screen and (min-width: 48em) {
    .reveal.tiny {
        width: 30%;
        max-width: 120rem;
    }
}

@media print,
screen and (min-width: 48em) {
    .reveal.small {
        width: 50%;
        max-width: 120rem;
    }
}

@media print,
screen and (min-width: 48em) {
    .reveal.large {
        width: 90%;
        max-width: 120rem;
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media print,
screen and (max-width: 47.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

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

.clearfix:after {
    clear: both;
}

.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 {
    justify-content: center;
    align-items: center;
    align-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: 48em) {
    .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: 77.5em) {
    .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: 100em) {
    .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: 120.0625em) {
    .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: 48em) {
    .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: 77.5em) {
    .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: 100em) {
    .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: 120.0625em) {
    .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: 47.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !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;
}

.chr-header {
    position: fixed;
    width: 100%;
    max-width: 160rem;
    top: 0;
    z-index: 21;
    font-weight: 700;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 0 rgba(71, 76, 85, 0.2);
}

.admin-bar .chr-header {
    top: 2rem;
}

.chr-header .white-icon svg circle,
.chr-header .white-icon svg g,
.chr-header .white-icon svg path {
    fill: currentColor;
}

.chr-header .chr-header-container {
    transition: height 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.25rem;
}

@media print,
screen and (min-width: 48em) {
    .chr-header .chr-header-container {
        height: 5rem;
        padding: 0 2.0625rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .chr-header-container {
        height: 6.5rem;
        padding: 0 5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body.scroll .chr-header .chr-header-container {
        height: 5rem;
    }
}

.header-logo {
    align-self: flex-start;
}

.chr-header .header-logo img {
    height: 100%;
    width: 5.645rem;
    background-color: white;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

@media print,
screen and (min-width: 48em) {
    .chr-header .header-logo img {
        height: 100%;
        width: 6.58563rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .header-logo img {
        height: 100%;
        width: 8.47875rem;
    }
}


/* Image Logo on scroll down */

.scroll .header-logo img {
    height: 3.7rem;
    width: 64px;
}

@media print,
screen and (min-width: 48em) {
    .scroll .header-logo img {
        height: 4rem;
        width: 64px;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .scroll .header-logo img {
        height: 79px;
        width: 80px;
    }
}


/* End: Image Logo on scroll down */

.chr-header .chr-header-right {
    flex: 0 1 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .chr-header-right {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media screen and (min-width: 100em) {
    .chr-header .chr-header-right {
        -moz-column-gap: 10.625rem;
        column-gap: 10.625rem;
    }
}

.chr-header .chr-header-right .nav-buttons {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .chr-header .chr-header-right .nav-buttons {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}

.chr-header .chr-header-right .nav-buttons .nav-phone .nav-phone-link {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.chr-header .chr-header-right .nav-buttons .nav-phone .cta-phone {
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: -1;
}

.chr-header .chr-header-right .nav-buttons .nav-phone .phone {
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.chr-header .chr-header-right .nav-buttons .nav-button-action {
    display: flex;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.chr-header .chr-header-right .nav-buttons .nav-button-action .chr-button:active,
.chr-header .chr-header-right .nav-buttons .nav-button-action .chr-button:focus,
.chr-header .chr-header-right .nav-buttons .nav-button-action .chr-button:hover {
    background-color: #009fda;
    color: #fff;
}

.chr-header .chr-header-right .nav-buttons .nav-button-quote-btn {
    margin-bottom: 0;
    padding: 0.875rem 0.9375rem;
    line-height: 0.9375rem;
    background-color: #0054a4;
    border-radius: 50%;
}

.chr-header .chr-header-right .nav-buttons .nav-button-quote-btn svg {
    width: 1.125rem;
    height: 1.125rem;
}

.chr-header .chr-header-right .nav-buttons .nav-button-quote-btn svg path {
    fill: #fff;
}

.chr-header .chr-header-right .nav-buttons .nav-phone-btn {
    background-color: #fff;
    border: 0.0625rem solid rgba(0, 84, 164, 0.4);
    border-radius: 50%;
    padding: 0.875rem;
    line-height: 0.9375rem;
    height: 3rem;
}

.chr-header .chr-header-right .nav-buttons .nav-phone-btn svg {
    width: 1.125rem;
    height: 1.125rem;
}

.chr-header .chr-header-right .nav-buttons .nav-phone-btn svg path {
    fill: #0054a4;
}

@media print,
screen and (min-width: 48em) {
    .chr-header .chr-header-right .nav-buttons .nav-phone-btn {
        display: none;
    }
}

.chr-header .chr-header-right .nav-buttons-responsive {
    flex-direction: column;
    padding: 1.25rem;
    row-gap: 1rem;
}

.chr-header .chr-header-right .nav-buttons-responsive li {
    width: 100%;
}

.chr-header .chr-header-right .nav-buttons-responsive .nav-phone {
    display: flex;
    justify-content: space-between;
}

.chr-header .chr-header-right .nav-buttons-responsive .nav-phone a {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.chr-header .chr-header-right .nav-buttons-responsive .nav-phone .cta-phone {
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: -0.05rem;
}

.chr-header .chr-header-right .nav-buttons-responsive .chr-hamburger {
    padding: 0.625rem 0.71875rem;
    height: 2.5rem;
}

.chr-header .chr-header-right .nav-buttons-responsive .chr-hamburger-icon {
    width: 0.9375rem;
}

.chr-header .chr-header-right .nav-buttons-responsive .nav-button-action a {
    width: 100%;
}

.chr-header .menu:not(.submenu) {
    position: static;
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .menu:not(.submenu) {
        position: relative;
        height: 6.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body.scroll .chr-header .menu:not(.submenu) {
        height: 5rem;
    }
}

.chr-header .menu:not(.submenu)>li {
    position: static;
    padding: 1.25rem;
    border-bottom: 0.0625rem dashed rgba(0, 84, 164, 0.4);
    justify-content: space-between;
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .menu:not(.submenu)>li {
        position: relative;
        border: 0;
        margin: 0 0.625rem;
        padding: 0;
    }
}

@media screen and (min-width: 100em) {
    .chr-header .menu:not(.submenu)>li {
        margin: 0 1.25rem;
    }
}

.chr-header .menu:not(.submenu)>li.menu-icon .submenu-action {
    width: 1rem;
    height: 1rem;
    background-color: #0054a4;
    border-radius: 50%;
    position: relative;
}

.chr-header .menu:not(.submenu)>li.menu-icon .submenu-action svg {
    width: 0.4375rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chr-header .menu:not(.submenu)>li.menu-icon .submenu-action svg polygon {
    fill: #fff;
}

.chr-header .menu:not(.submenu)>li.current-menu-item:before,
.chr-header .menu:not(.submenu)>li.is-active:before,
.chr-header .menu:not(.submenu)>li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .menu:not(.submenu)>li.current-menu-item:before,
    .chr-header .menu:not(.submenu)>li.is-active:before,
    .chr-header .menu:not(.submenu)>li:hover:before {
        border-left: 0.3125rem solid transparent;
        border-right: 0.3125rem solid transparent;
        border-top: 0.375rem solid #0054a4;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .chr-header .menu:not(.submenu)>li.current-menu-item .menu.submenu,
    .chr-header .menu:not(.submenu)>li.is-active .menu.submenu,
    .chr-header .menu:not(.submenu)>li:hover .menu.submenu {
        display: block;
        height: auto;
    }
}

.chr-header .menu>li {
    display: flex;
    align-items: center;
}

.chr-header .menu>li>a {
    background: transparent;
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
}

.chr-header .menu .submenu a {
    color: #fff;
    display: flex;
    line-height: 1rem;
    padding: 1.25rem;
    border-bottom: 0.0625rem dashed hsla(0, 0%, 100%, 0.4);
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    align-items: center;
}

.chr-header .menu .submenu .menu-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.chr-header .menu .is-dropdown-submenu {
    background-color: #0054a4;
    border: 0;
}

.chr-header .menu .is-dropdown-submenu:before {
    content: "";
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-bottom: 0.5rem solid #0054a4;
    height: 0;
    width: 0;
    display: block;
    top: -0.5rem;
    position: absolute;
    left: 2rem;
}

.chr-header .menu .is-dropdown-submenu li {
    display: block;
}

.chr-header .menu .is-dropdown-submenu li:last-child a {
    border: 0;
}

.chr-header .menu .menu.submenu {
    background-color: #0054a4;
    color: #fff;
    position: absolute;
    top: 0;
    right: -20rem;
    z-index: 1;
    height: 100vh;
    width: 100%;
    transition: top 0.3s ease, height 0.3s ease, right 0.3s ease;
}

@media print,
screen and (max-width: 77.49875em) {
    .chr-header .menu .menu.submenu {
        position: fixed;
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 8.75rem;
        width: 20rem;
    }
}

.chr-header .menu .menu.submenu.is-active {
    right: 0;
}

.chr-header .menu .menu.submenu li {
    display: block;
}

.chr-header .menu .menu.submenu .menu-item-close {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0.75rem 1.25rem;
}

.chr-header .menu .menu.submenu .menu-item-close .submenu-action-title {
    display: flex;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.chr-header .menu .menu.submenu .menu-item-close .svg-wrapper {
    min-width: 1rem;
    height: 1rem;
    background-color: #0054a4;
    border-radius: 50%;
}

.chr-header .menu .menu.submenu .menu-item-close .svg-wrapper svg {
    width: 0.4375rem;
    height: 0.4375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chr-header .menu .menu.submenu .menu-item-close .svg-wrapper polygon {
    fill: #fff;
}

.chr-header .menu .menu.submenu .menu-item-close .chr-hamburger {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.75rem 0.5625rem;
}

.chr-header .menu .menu.submenu .menu-item-close .submenu-title {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #0054a4;
    text-transform: uppercase;
    display: flex;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.chr-header .is-dropdown-submenu {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.chr-header .is-dropdown-submenu.js-dropdown-active {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}

.chr-header .menu.icon-nav>li:first-child {
    margin-left: 1rem;
}

.chr-header .menu.icon-nav>li {
    margin-left: 0.5rem;
}

.chr-header .menu.icon-nav svg {
    height: 1.25rem;
    width: 1.25rem;
}

.chr-header .menu.icon-nav .button--icon {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.no-js .is-dropdown-submenu {
    display: none;
}

.scroll .admin-bar .chr-header {
    margin-top: 32px;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

.chr-black-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #474c55;
    opacity: 0.5;
    z-index: 20;
}

.subpage-banner {
    position: relative;
    height: 37.5rem;
    background-color: #f0f5f9;
}

.subpage-banner .subpage-banner-content {
    position: relative;
    z-index: 1;
}

body,
html {
    color: #474c55;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
}

html {
    background-color: #474c55;
}

* {
    outline: none;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 160rem;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.page-content {
    padding-top: 3.75rem;
}

@media print,
screen and (min-width: 48em) {
    .page-content {
        padding-top: 5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .page-content {
        padding-top: 6.5rem;
    }
}

p {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.0125rem;
}

@media print,
screen and (min-width: 77.5em) {
    p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: -0.015rem;
    }
}

::-moz-selection {
    color: #fff;
    background: #0054a4;
}

::selection {
    color: #fff;
    background: #0054a4;
}

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

.svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.container {
    max-width: 120rem;
    margin: auto;
}

.container,
.container-curve {
    position: relative;
}

.container-curve:before {
    content: "";
    width: 100vw;
    height: 100%;
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-left-radius: 3.75rem;
}

@media print,
screen and (min-width: 48em) {
    .container-curve:before {
        border-bottom-left-radius: 5rem;
    }
}

@media screen and (min-width: 100em) {
    .container-curve:before {
        border-bottom-left-radius: 7.5rem;
    }
}

a {
    transition: color 0.3s ease;
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: 0.5rem;
}

.content-wrapper,
.module {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media print,
screen and (min-width: 48em) {
    .content-wrapper,
    .module {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .content-wrapper,
    .module {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media screen and (min-width: 100em) {
    .content-wrapper,
    .module {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

.content-wrapper.bg-grey+.content-wrapper.bg-grey,
.content-wrapper.bg-grey+.module.bg-grey,
.content-wrapper.bg-white+.content-wrapper.bg-white,
.content-wrapper.bg-white+.module.bg-white,
.module.bg-grey+.content-wrapper.bg-grey,
.module.bg-grey+.module.bg-grey,
.module.bg-white+.content-wrapper.bg-white,
.module.bg-white+.module.bg-white {
    padding-top: 0;
}

.bg-grey {
    background-color: #f0f5f9;
}

.home .content-wrapper:first-of-type,
.home .module:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
}

.bar-wrapper {
    padding: 1.875rem 0;
}

.bar-wrapper .button {
    margin-bottom: 0;
}

.bar-wrapper--share .bas-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media print,
screen and (max-width: 47.99875em) {
    .bar-wrapper--share .bas-items {
        display: block;
    }
    .bar-wrapper--share .bas-items .button {
        margin-bottom: 1.25rem;
    }
}

.social-btns .h6 {
    margin-bottom: 1.25rem;
    margin-right: 0.9375rem;
}

.social-btns .social-btn {
    margin-right: 0.9375rem;
    display: inline-block;
}

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

.bg-blue {
    background-color: #009fda;
    color: #fff;
}

.bg-ice-blue,
.page-title {
    background-color: #0054a4;
    color: #fff;
}

.page-title .title {
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.page-title+.content-wrapper,
.page-title+.module {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .page-title+.content-wrapper,
    .page-title+.module {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .page-title+.content-wrapper,
    .page-title+.module {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 100em) {
    .page-title+.content-wrapper,
    .page-title+.module {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.top-content {
    margin-bottom: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .top-content {
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 100em) {
    .top-content {
        margin-bottom: 3.75rem;
    }
}

.bottom-content {
    margin-top: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .bottom-content {
        margin-top: 2.5rem;
    }
}

@media screen and (min-width: 100em) {
    .bottom-content {
        margin-top: 3.75rem;
    }
}

.slider {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.recaptcha-text {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
    .recaptcha-text {
        position: absolute;
        bottom: 0;
        width: 25rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .recaptcha-text {
        width: 20rem;
        bottom: -2rem;
    }
}

@media screen and (min-width: 100em) {
    .recaptcha-text {
        width: 25rem;
        bottom: 0;
    }
}

.chr-hamburger {
    float: right;
    cursor: pointer;
    outline: none;
    padding: 0.9375rem 0.8125rem;
    border: 0.0625rem solid rgba(0, 84, 164, 0.4);
    border-radius: 50%;
    height: 3rem;
}

@media print,
screen and (min-width: 48em) {
    .chr-hamburger {
        padding: 1.125rem 1.0625rem;
        height: auto;
    }
}

.chr-hamburger .chr-hamburger-icon {
    display: block;
    position: relative;
    width: 1.25rem;
    transition: background-color 0.5s ease;
}

.chr-hamburger .chr-hamburger-icon:after,
.chr-hamburger .chr-hamburger-icon:before {
    width: 100%;
}

.chr-hamburger .chr-hamburger-icon:before {
    bottom: 0.4375rem;
}

.chr-hamburger .chr-hamburger-icon:after,
.chr-hamburger .chr-hamburger-icon:before {
    position: absolute;
    left: 0;
    content: "";
    transition: bottom 0.3s ease 0.3s, transform 0.3s ease, background-color 0.3s ease;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.chr-hamburger .chr-hamburger-icon:after {
    bottom: -0.4375rem;
}

.chr-hamburger[aria-expanded="true"] .chr-hamburger-icon {
    background-color: transparent;
}

.chr-hamburger[aria-expanded="true"] .chr-hamburger-icon:before {
    bottom: 0;
    transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transform: rotate(-45deg);
}

.chr-hamburger[aria-expanded="true"] .chr-hamburger-icon:after {
    bottom: 0;
    transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transform: rotate(45deg);
}

.chr-hamburger .chr-hamburger-icon,
.chr-hamburger .chr-hamburger-icon:after,
.chr-hamburger .chr-hamburger-icon:before {
    height: 0.0625rem;
    margin: 0 auto;
    background-color: #0054a4;
}

@media print,
screen and (min-width: 77.5em) {
    .fadeOnView--slide-up {
        opacity: 0;
        transform: translateY(7.5rem);
        transition: all 0.75s ease;
    }
    .fadeOnView--slide-up.show {
        opacity: 1;
        transform: translateY(0);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .fadeOnView--slide-left {
        opacity: 0;
        transform: translateX(7.5rem);
        transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
    }
    .fadeOnView--slide-left.show {
        opacity: 1;
        transform: translateX(0);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .fadeOnView--slide-right {
        opacity: 0;
        transform: translateX(-7.5rem);
        transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
    }
    .fadeOnView--slide-right.show {
        opacity: 1;
        transform: translateX(0);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .one-by-one .single-onebyone {
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateY(7.5rem);
    }
    .one-by-one .single-onebyone.show {
        opacity: 1;
        transform: translateY(0);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .slideOneByOne-Left .single-onebyone {
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(7.5rem);
    }
    .slideOneByOne-Left .single-onebyone.show {
        opacity: 1;
        transform: translateX(0);
    }
    .slideOneByOne-Right .single-onebyone {
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(-7.5rem);
    }
    .slideOneByOne-Right .single-onebyone.show {
        opacity: 1;
        transform: translateX(0);
    }
}

footer.chr-footer {
    color: #fff;
    position: relative;
}

footer.chr-footer:before {
    background-color: #0054a4;
    content: "";
    width: 100vw;
    height: 100%;
    border-top-right-radius: 3.75rem;
    z-index: 0;
    display: block;
    position: absolute;
    right: 0;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer:before {
        border-top-right-radius: 5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer:before {
        border-top-right-radius: 7.5rem;
    }
}

footer.chr-footer hr {
    margin: 2rem 0;
    border-top: 0.0625rem solid transparent;
    position: relative;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer hr {
        margin: 2.5rem 0;
    }
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer hr {
        margin: 3.75rem 0;
    }
}

footer.chr-footer hr:before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
    background-image: repeating-linear-gradient( 135deg, transparent 0.0625rem 0.3125rem, hsla(0, 0%, 100%, 0.4) 0 0.625rem);
    background-color: transparent;
    height: 0.0625rem;
    width: 100%;
}

footer.chr-footer a {
    color: inherit;
}

footer.chr-footer p {
    margin-bottom: 0;
}

footer.chr-footer .chr-footer-top {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
}

footer.chr-footer .chr-footer-top .footer-widgets {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer .chr-footer-top {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

footer.chr-footer .chr-footer-top .column-title {
    color: hsla(0, 0%, 100%, 0.4);
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.875rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 1rem;
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top .column-title {
        font-size: 0.75rem;
        line-height: 1rem;
        letter-spacing: 0.075rem;
    }
}

footer.chr-footer .chr-footer-top .column.footer-contact {
    order: 2;
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top .column.footer-contact {
        order: 1;
        margin-right: 0;
    }
}

footer.chr-footer .chr-footer-top .column.footer-contact .contact-link {
    display: flex;
    flex-direction: column;
}

footer.chr-footer .chr-footer-top .column.footer-contact .cta-phone {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.04rem;
    font-weight: 700;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer .chr-footer-top .column.footer-contact .cta-phone {
        font-size: 1.375rem;
        line-height: 1.75rem;
        letter-spacing: -0.05rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top .column.footer-contact .cta-phone {
        font-size: 1.75rem;
        line-height: 2.125rem;
        letter-spacing: -0.0625rem;
    }
}

footer.chr-footer .chr-footer-top .column.footer-contact .phone {
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 700;
}

footer.chr-footer .chr-footer-top .column.footer-contact .chr-address {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.03rem;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer .chr-footer-top .column.footer-contact .chr-address,
    footer.chr-footer .chr-footer-top .column.footer-form .chr-address {
        font-size: 1.125rem;
        line-height: 1.625rem;
        letter-spacing: -0.03625rem;
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 100em) {
    footer.chr-footer .chr-footer-top .column.footer-contact .chr-address,
    footer.chr-footer .chr-footer-top .column.footer-form .chr-address {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: -0.04rem;
        margin-bottom: 1rem;
    }
}

footer.chr-footer .chr-footer-top .column.footer-form {
    order: 1;
}

footer.chr-footer .chr-footer-top .column.footer-form .cell {
    padding-right: 3rem;
    padding-bottom: 1rem;
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top .column.footer-form {
        order: 2;
        margin-right: 0;
    }
}

footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="color"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="date"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="datetime-local"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="datetime"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="email"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="month"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="number"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="password"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="search"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="tel"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="text"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="time"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="url"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields [type="week"],
footer.chr-footer .chr-footer-top .column.footer-form .gform_fields textarea {
    border-color: #fff;
}

footer.chr-footer .chr-footer-top .column.footer-form textarea {
    height: 16.375rem;
    resize: none;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer .chr-footer-top .column.footer-form textarea {
        height: 10rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top .column.footer-form textarea {
        height: 7.25rem;
    }
}

footer.chr-footer .chr-footer-top .widget h6 {
    color: #588fc3;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

footer.chr-footer .chr-footer-top .menu-footer-container .menu,
footer.chr-footer .chr-footer-top .column .menu-footer-container .menu {
    row-gap: 0.5rem;
}

footer.chr-footer .chr-footer-top .menu-footer-container .menu li {
    flex: 0 0 50%;
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-top .menu-footer-container .menu,
    footer.chr-footer .chr-footer-top .column .menu-footer-container .menu {
        row-gap: 0.75rem;
    }
}

footer.chr-footer .chr-footer-top .menu-footer-container .menu-item a,
footer.chr-footer .chr-footer-top .column .footer-link {
    padding: 0 !important;
    flex: 0 0 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -0.015rem;
    font-weight: 700;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer .chr-footer-top .column .footer-link {
        flex: 0 0 50%;
    }
}

footer.chr-footer .chr-footer-top .column .social-icons {
    margin-top: 2.5rem;
    display: flex;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

footer.chr-footer .chr-footer-top .column .social-icons .social-icon {
    background-color: #fff;
    padding: 0.96875rem 1.03125rem;
    line-height: 0.9375rem;
    border-radius: 50%;
}

footer.chr-footer .chr-footer-top .column .social-icons svg {
    width: 0.9375rem;
    height: 0.9375rem;
}

footer.chr-footer .chr-footer-top .column .social-icons svg path {
    fill: #0054a4;
}

body footer.chr-footer .chr-footer-top .column .gform_wrapper {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
}

@media print,
screen and (min-width: 48em) {
    body footer.chr-footer .chr-footer-top .column .gform_wrapper {
        margin-bottom: 3.125rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body footer.chr-footer .chr-footer-top .column .gform_wrapper {
        margin-bottom: 0;
    }
}

body footer.chr-footer .chr-footer-top .column .gform_wrapper .gfield_label,
body footer.chr-footer .chr-footer-top .column .gform_wrapper .gfield_required {
    color: #fff;
    font-size: 0.75rem;
}

body footer.chr-footer .chr-footer-top .column .gform_wrapper .gform_footer .gform_button {
    background-color: #fff;
    color: #0054a4;
}

body footer.chr-footer .chr-footer-top .column .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #009fda;
    color: #fff;
}

footer.chr-footer .chr-footer-bottom {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.01313rem;
    color: hsla(0, 0%, 100%, 0.4);
    border-top: 0.0625rem solid transparent;
}

footer.chr-footer .chr-footer-bottom:before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
    background-image: repeating-linear-gradient( 135deg, transparent 0.0625rem 0.3125rem, hsla(0, 0%, 100%, 0.4) 0 0.625rem);
    background-color: transparent;
    height: 0.0625rem;
    width: 100%;
}

@media print,
screen and (min-width: 48em) {
    footer.chr-footer .chr-footer-bottom {
        padding-top: 1.25rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-bottom {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

footer.chr-footer .chr-footer-bottom .copyright {
    display: inline-flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-content: center;
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-bottom .copyright {
        justify-content: unset;
    }
}

footer.chr-footer .chr-footer-bottom .chr-web-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    row-gap: 0.75rem;
}

@media print,
screen and (min-width: 77.5em) {
    footer.chr-footer .chr-footer-bottom .chr-web-link {
        justify-content: space-between;
        flex-direction: row;
        text-align: unset;
    }
}

@media print,
screen and (max-width: 47.99875em) {
    footer.chr-footer .chr-footer-bottom .chr-web-link,
    footer.chr-footer .chr-footer-bottom .copyright {
        display: block;
        padding-left: 0;
        border: 0;
    }
}

.footer-menu .footer-link {
    display: block;
    position: relative;
    margin-bottom: 0.625rem;
}

@media print,
screen and (max-width: 47.99875em) {
    .footer-menu {
        margin-bottom: 1.25rem;
    }
}

.chr-body-wrapper,
.mce-content-body {
    color: #474c55;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

.chr-body-wrapper b,
.chr-body-wrapper strong,
.mce-content-body b,
.mce-content-body strong {
    font-weight: 700;
}

.chr-body-wrapper em,
.chr-body-wrapper i,
.mce-content-body em,
.mce-content-body i {
    font-style: italic;
}

i.social-icon {
    font-style: normal;
}

.chr-body-wrapper small,
.mce-content-body small {
    font-size: 0.8em;
}

.chr-body-wrapper embed,
.chr-body-wrapper iframe,
.chr-body-wrapper img,
.chr-body-wrapper object,
.mce-content-body embed,
.mce-content-body iframe,
.mce-content-body img,
.mce-content-body object {
    max-width: 100%;
}

.chr-body-wrapper hr,
.mce-content-body hr {
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
    border: 0;
    position: relative;
    border-top: 0.0625rem solid transparent;
}

.chr-body-wrapper hr:before,
.mce-content-body hr:before {
    content: "";
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
    background-image: repeating-linear-gradient( 135deg, transparent 0.0625rem 0.3125rem, #0054a4 0 0.625rem);
    background-color: transparent;
    height: 0.0625rem;
    width: 100%;
}

.page-heading {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.11813rem;
}

@media print,
screen and (min-width: 48em) {
    .page-heading {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: -0.165rem;
    }
}

@media screen and (min-width: 100em) {
    .page-heading {
        font-size: 4rem;
        line-height: 4.5rem;
        letter-spacing: -0.1875rem;
        margin-bottom: 2.5rem;
    }
}

.section-heading {
    font-weight: 500;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.06rem;
    margin-bottom: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .section-heading {
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.0675rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 100em) {
    .section-heading {
        font-size: 1.125rem;
        line-height: 1.375rem;
        letter-spacing: 0.075rem;
        margin-bottom: 1.5rem;
    }
}

.section-feature-text {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: -0.07rem;
    margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .section-feature-text {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.1rem;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 100em) {
    .section-feature-text {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: -0.1125rem;
        margin-bottom: 2.5rem;
    }
}

.feature-text {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 1.625rem;
    line-height: 2.125rem;
    letter-spacing: -0.01375rem;
    margin-bottom: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .feature-text {
        font-size: 2.25rem;
        line-height: 2.75rem;
        letter-spacing: -0.08rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .feature-text {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.0925rem;
        margin-bottom: 1.75rem;
    }
}

.chr-title,
.chr-title>* {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.03rem
}

{
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.04rem;
    margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 48em) {
    .chr-title,
    .chr-title>* {
        font-size: 1.375rem;
        line-height: 1.75rem;
        letter-spacing: -0.05rem;
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 100em) {
    .chr-title,
    .chr-title>* {
        font-size: 1.75rem;
        line-height: 2.125rem;
        letter-spacing: -0.0625rem;
        margin-bottom: 1rem;
    }
}

.chr-small-title {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.03rem;
}

.chr-title .chr-small-title {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
    .chr-small-title {
        font-size: 1.125rem;
        line-height: 1.625rem;
        letter-spacing: -0.03625rem;
        margin-bottom: 0.75rem;
    }
    .chr-title .chr-small-title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 100em) {
    .chr-small-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: -0.04rem;
        margin-bottom: 1rem;
    }
    .chr-title .chr-small-title {
        margin-bottom: 0;
    }
}

.module.module--content-with-profile-thumbnails .chr-description * {
    margin-bottom: 0;
    line-height: 1.5;
}

.module.module--content-with-profile-thumbnails .chr-description *:last-of-type {
    margin-bottom: 0;
}

.chr-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background-color: #0054a4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2rem;
    padding: 1.0625rem 2rem;
    height: 3rem;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
    min-width: unset;
    font-size: 0.75rem;
    line-height: 0.875rem;
    transition: all 0.3s ease;
}

@media print,
screen and (min-width: 48em) {
    .chr-button {
        width: unset;
        min-width: 11.25rem;
        height: 3.5rem;
        padding: 1.3125rem 2rem;
        margin: 0 0.1875rem 0 0;
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

@media screen and (min-width: 100em) {
    .chr-button {
        padding: 1.5rem 2rem;
        height: 4rem;
        margin: 0 0.4375rem 0 0;
        min-width: 12.5rem;
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.chr-button:last-of-type {
    margin-right: 0;
}

.chr-button:focus,
.chr-button:hover {
    background-color: #009fda;
    color: #fff;
}

.chr-label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.875rem;
    letter-spacing: 0.0625rem;
}

@media screen and (min-width: 100em) {
    .chr-label {
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: 0.075rem;
    }
}

.chr-label-small {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.875rem;
    letter-spacing: 0.0625rem;
}

@media print,
screen and (min-width: 77.5em) {
    .chr-label-small {
        font-size: 0.75rem;
        line-height: 1rem;
        letter-spacing: 0.075rem;
    }
}

.chr-small-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.01313rem;
    font-weight: 400;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
}

.chr-link {
    font-size: 0.875rem;
    line-height: 1rem;
}

.chr-link,
.chr-small-link {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    text-transform: uppercase;
}

.chr-small-link {
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.text-color-navy {
    color: #0054a4;
}

.text-color-blue {
    color: #009fda;
}

.text-color-dark-grey {
    color: #474c55;
}

.text-color-light-grey {
    color: #f0f5f9;
}

.mce-content-body> :last-child,
.wysiwyg-wrapper> :last-child {
    margin-bottom: 0;
}

.mce-content-body--center,
.wysiwyg-wrapper--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
}

.mce-content-body ol,
.mce-content-body ul,
.wysiwyg-wrapper ol,
.wysiwyg-wrapper ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1rem;
}

.mce-content-body ol li,
.mce-content-body ul li,
.wysiwyg-wrapper ol li,
.wysiwyg-wrapper ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.625rem;
}

.mce-content-body ul li:before,
.wysiwyg-wrapper ul li:before {
    position: absolute;
    top: 0.5625rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #0054a4;
    content: "";
    border-radius: 50%;
}

.mce-content-body ol,
.wysiwyg-wrapper ol {
    counter-reset: step-counter;
}

.mce-content-body ol li,
.wysiwyg-wrapper ol li {
    counter-increment: step-counter;
}

.mce-content-body ol li:before,
.wysiwyg-wrapper ol li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: counter(step-counter) ".";
    color: #0054a4;
    font-weight: 700;
}

.mce-content-body img,
.wysiwyg-wrapper img {
    max-width: 100%;
    height: auto;
}

.mce-content-body img.aligncenter,
.wysiwyg-wrapper img.aligncenter {
    display: block;
    margin: 1rem auto;
}

.mce-content-body img.alignleft,
.wysiwyg-wrapper img.alignleft {
    float: left;
    clear: both;
    max-width: 45%;
    margin: 0.625rem 1.25rem 1rem 0;
}

@media print,
screen and (max-width: 47.99875em) {
    .mce-content-body img.alignleft,
    .wysiwyg-wrapper img.alignleft {
        display: block;
        float: none;
        max-width: 100%;
        margin: 0.9375rem 0;
    }
}

.mce-content-body img.alignright,
.wysiwyg-wrapper img.alignright {
    float: right;
    clear: both;
    max-width: 45%;
    margin: 0.625rem 0 1rem 1.25rem;
}

@media print,
screen and (max-width: 47.99875em) {
    .mce-content-body img.alignright,
    .wysiwyg-wrapper img.alignright {
        display: block;
        float: none;
        max-width: 100%;
        margin: 1rem 0;
    }
}

.mce-content-body .gallery,
.wysiwyg-wrapper .gallery {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 1.875rem -0.625rem 0.9375rem;
}

.mce-content-body .gallery .gallery-item,
.wysiwyg-wrapper .gallery .gallery-item {
    text-align: center;
    margin: 0 0.625rem;
    flex: 1 0 auto;
    max-width: 9.375rem;
}

.mce-content-body .gallery .gallery-item .gallery-icon,
.wysiwyg-wrapper .gallery .gallery-item .gallery-icon {
    margin-bottom: 0.9375rem;
}

.mce-content-body .gallery .gallery-item img,
.wysiwyg-wrapper .gallery .gallery-item img {
    border: 0;
}

@media print,
screen and (max-width: 47.99875em) {
    .mce-content-body .gallery .gallery-item,
    .wysiwyg-wrapper .gallery .gallery-item {
        max-width: 4.6875rem;
    }
}

.mce-content-body p+p>a.chr-button,
.mce-content-body ul+p>a.chr-button,
.wysiwyg-wrapper p+p>a.chr-button,
.wysiwyg-wrapper ul+p>a.chr-button {
    margin-top: 1.5rem;
}

.mce-content-body p+p>a.chr-button+a.chr-button,
.mce-content-body ul+p>a.chr-button+a.chr-button,
.wysiwyg-wrapper p+p>a.chr-button+a.chr-button,
.wysiwyg-wrapper ul+p>a.chr-button+a.chr-button {
    margin-top: 0;
}

.mce-content-body p+.chr-title,
.mce-content-body ul+.chr-title,
.wysiwyg-wrapper p+.chr-title,
.wysiwyg-wrapper ul+.chr-title {
    margin-top: 2rem;
}

.gform_heading {
    padding: 1rem;
}

.gform_required_legend {
    display: none;
}

body .gform_wrapper.gravity-theme .gform_body [id^="gform_fields"] {
    grid-row-gap: 5px;
}

.gform_body [id^="gform_fields"] .gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging)::before,
.gform_body [id^="gform_fields"] .gfield:focus-within::before,
.gfield:hover::before {
    opacity: 0;
}

body .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body .gform_wrapper .gform_fields [type="color"],
body .gform_wrapper .gform_fields [type="date"],
body .gform_wrapper .gform_fields [type="datetime-local"],
body .gform_wrapper .gform_fields [type="datetime"],
body .gform_wrapper .gform_fields [type="email"],
body .gform_wrapper .gform_fields [type="month"],
body .gform_wrapper .gform_fields [type="number"],
body .gform_wrapper .gform_fields [type="password"],
body .gform_wrapper .gform_fields [type="search"],
body .gform_wrapper .gform_fields [type="tel"],
body .gform_wrapper .gform_fields [type="text"],
body .gform_wrapper .gform_fields [type="time"],
body .gform_wrapper .gform_fields [type="url"],
body .gform_wrapper .gform_fields [type="week"],
body .gform_wrapper .gform_fields textarea {
    font-weight: 400;
    margin: 0;
}

@media print,
screen and (max-width: 47.99875em) {
    body .gform_wrapper .gform_fields [type="color"],
    body .gform_wrapper .gform_fields [type="date"],
    body .gform_wrapper .gform_fields [type="datetime-local"],
    body .gform_wrapper .gform_fields [type="datetime"],
    body .gform_wrapper .gform_fields [type="email"],
    body .gform_wrapper .gform_fields [type="month"],
    body .gform_wrapper .gform_fields [type="number"],
    body .gform_wrapper .gform_fields [type="password"],
    body .gform_wrapper .gform_fields [type="search"],
    body .gform_wrapper .gform_fields [type="tel"],
    body .gform_wrapper .gform_fields [type="text"],
    body .gform_wrapper .gform_fields [type="time"],
    body .gform_wrapper .gform_fields [type="url"],
    body .gform_wrapper .gform_fields [type="week"],
    body .gform_wrapper .gform_fields textarea {
        margin-bottom: 0.625rem;
        padding: 0.625rem 3.25rem 0.625rem 1rem;
    }
}

@media print,
screen and (min-width: 48em) {
    body .gform_wrapper .gform_fields [type="color"],
    body .gform_wrapper .gform_fields [type="date"],
    body .gform_wrapper .gform_fields [type="datetime-local"],
    body .gform_wrapper .gform_fields [type="datetime"],
    body .gform_wrapper .gform_fields [type="email"],
    body .gform_wrapper .gform_fields [type="month"],
    body .gform_wrapper .gform_fields [type="number"],
    body .gform_wrapper .gform_fields [type="password"],
    body .gform_wrapper .gform_fields [type="search"],
    body .gform_wrapper .gform_fields [type="tel"],
    body .gform_wrapper .gform_fields [type="text"],
    body .gform_wrapper .gform_fields [type="time"],
    body .gform_wrapper .gform_fields [type="url"],
    body .gform_wrapper .gform_fields [type="week"],
    body .gform_wrapper .gform_fields textarea {
        padding: 0.875rem 3.5rem 0.875rem 1.25rem;
    }
}

@media print,
screen and (max-width: 77.49875em) {
    body .gform_wrapper .gform_fields [type="color"],
    body .gform_wrapper .gform_fields [type="date"],
    body .gform_wrapper .gform_fields [type="datetime-local"],
    body .gform_wrapper .gform_fields [type="datetime"],
    body .gform_wrapper .gform_fields [type="email"],
    body .gform_wrapper .gform_fields [type="month"],
    body .gform_wrapper .gform_fields [type="number"],
    body .gform_wrapper .gform_fields [type="password"],
    body .gform_wrapper .gform_fields [type="search"],
    body .gform_wrapper .gform_fields [type="tel"],
    body .gform_wrapper .gform_fields [type="text"],
    body .gform_wrapper .gform_fields [type="time"],
    body .gform_wrapper .gform_fields [type="url"],
    body .gform_wrapper .gform_fields [type="week"],
    body .gform_wrapper .gform_fields textarea {
        font-size: 1rem;
        line-height: 1.625rem;
        letter-spacing: -0.0125rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body .gform_wrapper .gform_fields [type="color"],
    body .gform_wrapper .gform_fields [type="date"],
    body .gform_wrapper .gform_fields [type="datetime-local"],
    body .gform_wrapper .gform_fields [type="datetime"],
    body .gform_wrapper .gform_fields [type="email"],
    body .gform_wrapper .gform_fields [type="month"],
    body .gform_wrapper .gform_fields [type="number"],
    body .gform_wrapper .gform_fields [type="password"],
    body .gform_wrapper .gform_fields [type="search"],
    body .gform_wrapper .gform_fields [type="tel"],
    body .gform_wrapper .gform_fields [type="text"],
    body .gform_wrapper .gform_fields [type="time"],
    body .gform_wrapper .gform_fields [type="url"],
    body .gform_wrapper .gform_fields [type="week"],
    body .gform_wrapper .gform_fields textarea {
        padding: 1.125rem 3.5rem 1rem 1.25rem;
    }
}

.gform_body [id^="gform_fields"] fieldset,
.gform_body [id^="gform_fields"] legend {
    padding: 1rem;
}

body .gform_wrapper fieldset.gfield legend {
    top: inherit;
}

body .gform_wrapper .gform_fields select {
    background: #fff url(../svg/arrow-down5f4c.svg) no-repeat right 1rem center;
    background-size: 0.75rem 0.75rem;
    margin-bottom: 0;
    border-color: #fff;
    padding: 0.625rem 3.25rem 0.625rem 1rem;
    height: auto;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.0125rem;
}

@media print,
screen and (min-width: 48em) {
    body .gform_wrapper .gform_fields select {
        padding: 0.875rem 3.5rem 0.875rem 1.25rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body .gform_wrapper .gform_fields select {
        padding: 1.125rem 3.5rem 1rem 1.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: -0.015rem;
    }
}

body .gform_wrapper .gform_fields textarea {
    height: 16.375rem;
    resize: none;
}

@media print,
screen and (min-width: 48em) {
    body .gform_wrapper .gform_fields textarea {
        height: 10rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body .gform_wrapper .gform_fields textarea {
        height: 12.8125rem;
    }
}

body .gform_wrapper .gform_fields input[type="range"] {
    width: 100%;
}

body .gform_wrapper .gform_fields input[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

body .gform_wrapper .gform_fields .gf-file-type {
    border: 0.0625rem solid rgba(71, 76, 85, 0.4);
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    background-color: #fff;
}

body .gform_wrapper .gform_fields .gf-file-type.focus {
    border-color: #0054a4;
}

body .gform_wrapper .gform_fields .gf-file-type-label {
    font-weight: 500;
    color: #0054a4;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.375rem;
}

body .gform_wrapper .gform_fields .gf-file-type+.gfield_label {
    display: none;
}

body .gform_wrapper .gform_fields .gf-file-type .file-btn {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    background-color: #0054a4;
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-right: 1rem;
    border-radius: 2rem;
}

body .gform_wrapper .gform_fields .gf-file-type .file-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -0.015rem;
    color: #474c55;
}

body .gform_wrapper .gform_fields .gform_fileupload_rules {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.01313rem;
    color: #474c55;
}

body .gform_wrapper .gform_fields .gfmc-container {
    flex-basis: 100%;
    max-width: 100%;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gform_fields .gfield,
.gform_wrapper.gravity-theme .gform_fields .gfield body .gform_wrapper .gform_fields .gfield,
body .gform_wrapper.gravity-theme .gform_fields .gfield {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
}

@media print,
screen and (min-width: 48em) {
    body .gform_wrapper .gform_fields .gfield,
    body .gform_wrapper.gravity-theme .gform_fields .gfield {
        margin-bottom: 0.75rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    body .gform_wrapper .gform_fields .gfield,
    body .gform_wrapper.gravity-theme .gform_fields .gfield {
        margin-bottom: 1rem;
    }
}

body .gform_wrapper .gform_fields .gfield.center {
    text-align: center;
}


/* @media print, screen and (min-width: 48em) {
  body .gform_wrapper .gform_fields .gfield--width-half {
    flex-basis: 49%;
    max-width: 49%;
  }
} */

body .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
body .gform_wrapper .gform_fields .gfield .gfield_radio label {
    font-size: 1.125rem;
    letter-spacing: -0.015rem;
    line-height: 1.75rem;
    color: #474c55;
    margin: 0;
}

body .gform_wrapper .gform_fields .gfield .gfield_radio input {
    position: absolute;
    z-index: -1;
}

body .gform_wrapper .gform_fields .gfield .gfield_radio input:checked+label:before {
    box-shadow: inset 0 0 0 0.4375rem #0054a4;
}

body .gform_wrapper .gform_fields .gfield .gfield_radio label {
    display: flex;
    align-items: center;
}

body .gform_wrapper .gform_fields .gfield .gfield_radio label:before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.75rem;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.0625rem #0054a4;
}

body .gform_wrapper .gform_fields .gfield .gchoice {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

body .gform_wrapper .gform_fields .gfield .gchoice .gfield-choice-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: 0;
}

body .gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
    display: none;
}

body .gform_wrapper .gform_fields .gfield.center-field .gchoice {
    justify-content: center;
}

body .gform_wrapper .validation_error {
    color: #cc4b37;
    margin-bottom: 1rem;
}

body .gform_wrapper .validation_message {
    color: #cc4b37;
    font-size: 0.8125rem;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error textarea {
    border: 0.0625rem solid rgba(0, 84, 164, 0.4);
    box-shadow: inset 0 -0.1875rem 0 0 #0054a4;
}

body .gform_wrapper .gfield_error input::-moz-placeholder,
body .gform_wrapper .gfield_error textarea::-moz-placeholder {
    color: #0054a4;
}

body .gform_wrapper .gfield_error input:-ms-input-placeholder,
body .gform_wrapper .gfield_error textarea:-ms-input-placeholder {
    color: #0054a4;
}

body .gform_wrapper .gfield_error input::placeholder,
body .gform_wrapper .gfield_error textarea::placeholder {
    color: #0054a4;
}

body .gform_wrapper .gfield_error .validation_message {
    color: #0054a4;
}

body .gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.gform_confirmation_wrapper {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 1rem;
    border-radius: 0.25rem;
    background-color: #e1faea;
    color: #474c55;
    border: 0.0625rem solid #3adb76;
}

.gform_confirmation_wrapper> :first-child {
    margin-top: 0;
}

.gform_confirmation_wrapper> :last-child {
    margin-bottom: 0;
}

.gform_ajax_spinner {
    margin-left: 1rem;
}

.gform_drop_area {
    border: 0.25rem dashed #f0f5f9;
    width: 100%;
    padding: 0.9375rem;
    text-align: center;
}

.gform_drop_area .button {
    border: 0.0625rem solid #f0f5f9;
    margin: 0.3125rem;
    background-color: #fff;
}

.ginput_container_fileupload+div .ginput_preview {
    margin-top: 0.375rem;
}

.ginput_container_fileupload+div .ginput_preview:first-child {
    margin-top: 0.75rem;
}

.gform_footer {
    display: flex;
    flex-wrap: wrap;
}

.gform_footer .gform_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background-color: #0054a4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2rem;
    padding: 1.0625rem 2rem;
    height: 3rem;
    width: 100%;
    min-width: unset;
    font-size: 0.75rem;
    line-height: 0.875rem;
    transition: all 0.3s ease;
    margin: 0;
}

@media print,
screen and (min-width: 48em) {
    .gform_footer .gform_button {
        width: unset;
        min-width: 11.25rem;
        height: 3.5rem;
        padding: 1.3125rem 2rem;
        margin: 0 0.1875rem 0 0;
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

@media screen and (min-width: 100em) {
    .gform_footer .gform_button {
        padding: 1.5rem 2rem;
        height: 4rem;
        margin: 0 0.4375rem 0 0;
        min-width: 12.5rem;
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.gform_footer .gform_button:last-of-type {
    margin-right: 0;
}

.gform_footer .gform_button:focus,
.gform_footer .gform_button:hover {
    background-color: #009fda;
    color: #fff;
}

.gform_footer .g-recaptcha-text {
    order: -1;
    font-size: 0.875rem;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
}

@media print,
screen and (min-width: 48em) {
    .gform_footer .g-recaptcha-text {
        margin-bottom: 1.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .gform_footer .g-recaptcha-text {
        margin-bottom: 2rem;
    }
}

.gform_footer .g-recaptcha-text a {
    text-decoration: underline;
    color: inherit;
}

@media print,
screen and (min-width: 48em) {
    .footer-form .gform_footer {
        align-items: center;
        justify-content: space-between;
    }
}

.footer-form .gform_footer .g-recaptcha-text {
    text-align: left;
}

@media print,
screen and (min-width: 48em) {
    .footer-form .gform_footer .g-recaptcha-text {
        margin-bottom: 0;
        flex-basis: 50%;
        max-width: 50%;
    }
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
    color: #0054a4;
    text-transform: uppercase;
    margin-bottom: 0.125rem;
    position: relative;
    font-size: 0.625rem;
    line-height: 0.875rem;
    letter-spacing: 0.0625rem;
}

@media print,
screen and (min-width: 48em) {
    body .gform_wrapper.gravity-theme .gfield_label {
        margin-bottom: 0.25rem;
    }
}

@media screen and (min-width: 100em) {
    body .gform_wrapper.gravity-theme .gfield_label {
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 0.375rem;
        letter-spacing: 0.075rem;
        padding-top: 6px;
    }
}

label {
    margin-bottom: 0.1875rem;
}

.gfield_select+.chosen-container {
    position: relative;
    max-width: 100%;
}

.gfield_select+.chosen-container .chosen-search-input {
    padding: 0.625rem 2.5rem 0.625rem 0.625rem;
    background-image: url(../svg/icon-searchfe73.svg);
    background-position: right 1rem center;
    background-size: 0.875rem 0.875rem;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.gfield_select+.chosen-container .chosen-single {
    display: block;
    border: 1px solid #474c55;
    background-color: #fff;
    background-image: url(../svg/arrow-down5f4c.svg);
    background-position: right 1rem center;
    background-size: 0.875rem 0.875rem;
    background-repeat: no-repeat;
    color: inherit;
    padding: 1.1875rem 3.5rem 1.0625rem 1.25rem;
}

.gfield_select+.chosen-container .chosen-drop {
    position: absolute;
    z-index: 10;
    width: 100%;
    border: 1px solid #474c55;
    border-top: 0;
    background: #fff;
    display: none;
}

.gfield_select+.chosen-container .chosen-search {
    padding: 0.25rem;
}

.gfield_select+.chosen-container .chosen-results {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25rem 1.1875rem 3.5rem 1.0625rem;
    max-height: 15rem;
}

.gfield_select+.chosen-container .chosen-results .gf_placeholder {
    font-weight: 700;
}

.gfield_select+.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

.range-field .range-input-field {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.range-field .price-labels {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.01313rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1.625rem;
}

@media print,
screen and (min-width: 48em) {
    .range-field .price-labels {
        margin-bottom: 0;
    }
}

.range-field .price-labels .value {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.625rem;
}

@media print,
screen and (min-width: 48em) {
    .range-field .price-labels .value {
        bottom: 0;
    }
}

.gfield_tooltip_icon {
    background-color: #009fda;
    color: #fff;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 0.5625rem;
    margin-left: 0.5rem;
    line-height: 1.125rem;
}

@media print,
screen and (max-width: 47.99875em) {
    .gfield_tooltip_icon {
        top: -0.1875rem;
    }
}

.gfield_tooltip_icon:hover {
    cursor: pointer;
}

@media print,
screen and (min-width: 48em) {
    .gfield_tooltip_icon:hover+.gfield_tooltip {
        display: inline;
    }
}

.gfield_tooltip {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    display: none;
    color: #fff;
}

.gfield_tooltip.open {
    display: inline;
    z-index: 19;
}

@media print,
screen and (min-width: 48em) {
    .gfield_tooltip {
        position: relative;
    }
}

.gfield_tooltip_wrapper {
    position: absolute;
    width: 26.25rem;
    background-color: #009fda;
    border-radius: 1rem;
    padding: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
    z-index: 2;
}

@media print,
screen and (max-width: 47.99875em) {
    .gfield_tooltip_wrapper {
        max-width: 100%;
    }
}

@media print,
screen and (min-width: 48em) {
    .gfield_tooltip_wrapper {
        left: 1.875rem;
        transform: translateX(0);
    }
}

.gfield_tooltip_close {
    position: absolute;
    right: 0;
    top: 0.625rem;
    width: 1rem;
    height: 1rem;
    visibility: visible;
    cursor: pointer;
}

@media print,
screen and (min-width: 77.5em) {
    .gfield_tooltip_close {
        visibility: hidden;
    }
}

.gfield_tooltip_close:after,
.gfield_tooltip_close:before {
    position: absolute;
    content: " ";
    height: 1rem;
    width: 0.0625rem;
    background-color: #fff;
}

.gfield_tooltip_close:before {
    transform: rotate(45deg);
}

.gfield_tooltip_close:after {
    transform: rotate(-45deg);
}

.gfield_tooltip ul {
    margin-bottom: 0;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.01313rem;
    list-style-type: none;
}

.gfield_tooltip ul li {
    position: relative;
}

.gfield_tooltip ul li:before {
    position: absolute;
    top: 0.375rem;
    left: -1.25rem;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #fff;
    content: "";
    border-radius: 50%;
}

.gfield_tooltip p {
    text-transform: none;
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: -0.01313rem;
}

.gfield_tooltip:before {
    content: "";
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-right: 0.5rem solid #009fda;
    height: 0;
    width: 0;
    top: 0;
    position: absolute;
    left: 1.5625rem;
    display: none;
}

@media print,
screen and (min-width: 48em) {
    .gfield_tooltip:before {
        display: block;
    }
}

.tease {
    background-color: #fff;
    padding: 1rem 1rem 2.75rem;
    border-radius: 0.5rem;
    position: relative;
    height: 100%;
}

@media print,
screen and (min-width: 48em) {
    .tease {
        padding: 1.5rem 1.5rem 3.4375rem;
        border-radius: 0.75rem;
    }
}

@media screen and (min-width: 100em) {
    .tease {
        padding: 2rem 2rem 3.75rem;
        border-radius: 1rem;
    }
}

.tease .tease-img-link {
    position: relative;
    padding-bottom: 14.1875rem;
    display: block;
    overflow: hidden;
    background-color: #f0f5f9;
    border-radius: 0.25rem;
}

@media print,
screen and (min-width: 48em) {
    .tease .tease-img-link {
        padding-bottom: 14.0625rem;
        border-radius: 0.375rem;
    }
}

@media screen and (min-width: 100em) {
    .tease .tease-img-link {
        border-radius: 0.5rem;
        padding-bottom: 17.0625rem;
    }
}

.tease .tease-img-link .tease-img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

@media screen and (min-width: 100em) {
    .tease .tease-img-link:hover .tease-img-wrap {
        transform: scale(1.1);
    }
}

.tease__btn {
    padding: 0.875rem 1rem;
    display: flex;
    width: 100%;
    bottom: 0;
    right: 0;
    color: #0054a4;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    border-top: 0.0625rem dashed rgba(0, 84, 164, 0.4);
    position: absolute;
}

@media print,
screen and (min-width: 48em) {
    .tease__btn {
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .tease__btn {
        padding: 1.25rem 2rem;
    }
}

.tease__btn .arrow {
    background-color: #0054a4;
    border-radius: 50%;
    padding: 0.375rem;
    line-height: 0.4375rem;
}

.tease__btn .arrow svg {
    width: 0.5rem;
    height: 0.5rem;
}

.tease__btn .arrow svg polygon {
    fill: #fff;
}

.tease__details {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

@media print,
screen and (min-width: 48em) {
    .tease__details {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .tease__details {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.tease__details .chr-title a {
    color: #474c55;
}

.tease__details .chr-label {
    color: #0054a4;
}

.widget {
    margin-bottom: 1.5rem;
}

@media print,
screen and (max-width: 77.49875em) {
    .chr-main-menu {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 20rem;
        max-width: 90vw;
        background-color: #fff;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-property: top, height;
        overflow: auto;
        overflow-x: hidden;
        right: 0;
        z-index: 2;
        border-left: 1px solid rgba(0, 84, 164, 0.4);
        padding-bottom: 8.75rem;
    }
    .admin-bar .chr-main-menu {
        top: 2rem;
    }
    .chr-main-menu.slideout-menu--right {
        right: -20rem;
        transition: top 0.3s ease, height 0.3s ease, right 0.3s ease;
    }
    .chr-main-menu.slideout-menu--right.open {
        right: 0;
        visibility: visible;
    }
    .chr-main-menu.slideout-menu--left {
        left: -20rem;
        transition: top 0.3s ease, height 0.3s ease, left 0.3s ease;
    }
    .chr-main-menu.slideout-menu--left.open {
        left: 0;
    }
}

.sidebar-cart {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 31.25rem;
    max-width: 90vw;
    background-color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: top, height;
    overflow: auto;
    overflow-x: hidden;
    right: 0;
    z-index: 2;
    border-left: 1px solid rgba(0, 84, 164, 0.4);
    padding-bottom: 8.75rem;
}

.admin-bar .sidebar-cart {
    top: 2rem;
}

.sidebar-cart.slideout-menu--right {
    right: -31.25rem;
    transition: top 0.3s ease, height 0.3s ease, right 0.3s ease;
}

.sidebar-cart.slideout-menu--right.open {
    right: 0;
    visibility: visible;
}

.sidebar-cart.slideout-menu--left {
    left: -31.25rem;
    transition: top 0.3s ease, height 0.3s ease, left 0.3s ease;
}

.sidebar-cart.slideout-menu--left.open {
    left: 0;
}

.category-links {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .category-links {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .category-links {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.category-links .category-title {
    margin-bottom: 0;
}

.category-links .dropdown-category-label {
    font-weight: 700;
    cursor: pointer;
}

@media print,
screen and (max-width: 77.49875em) {
    .category-links .dropdown-category-label {
        position: relative;
        display: block;
    }
}

.category-links .dropdown-category-label svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.5rem;
    top: 0.3125rem;
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

@media print,
screen and (min-width: 77.5em) {
    .category-links .dropdown-category-label svg {
        position: relative;
        top: 0.125rem;
    }
}

.category-links .dropdown-category-label svg g,
.category-links .dropdown-category-label svg path {
    fill: #009fda;
}

.category-links .dropdown-category-label.opened svg {
    transform: rotate(180deg);
}

@media print,
screen and (min-width: 77.5em) {
    .category-links .category-list-menu-wrapper {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }
}

.category-links .category-list-menu {
    display: none;
    background-color: #fff;
    z-index: 1;
    list-style: none;
    margin: 0;
}

@media print,
screen and (max-width: 77.49875em) {
    .category-links .category-list-menu {
        margin-top: 1.5rem;
    }
}

@media print,
screen and (min-width: 48em) and (max-width: 77.49875em) {
    .category-links .category-list-menu li {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .category-links .category-list-menu {
        padding: 1rem;
        position: absolute;
        right: 0;
        top: 1.875rem;
        width: 18.75rem;
        border: 1px solid #f0f5f9;
    }
}

.category-links .category-list-menu a {
    font-weight: 700;
    color: inherit;
}

.category-links .category-list-menu li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.post-container {
    background-color: #f0f5f9;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .post-container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .post-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (min-width: 100em) {
    .post-container {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.pagination {
    margin-bottom: 0;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    position: relative;
    align-items: center;
}

.pagination .nav-links .page-numbers {
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    text-transform: uppercase;
    background: none;
    color: #0054a4;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.pagination .nav-links .page-numbers:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-bottom: 0.375rem solid #0054a4;
}

.pagination .nav-links .page-numbers.current {
    background: none;
    color: #0054a4;
}

.pagination .nav-links .page-numbers.current:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-left: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    border-bottom: 0.375rem solid #0054a4;
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0054a4;
    padding: 0.85938rem;
    border-radius: 50%;
}

.pagination .nav-links .page-numbers.next svg,
.pagination .nav-links .page-numbers.prev svg {
    width: 0.78125rem;
    height: 0.78125rem;
}

.pagination .nav-links .page-numbers.next svg polygon,
.pagination .nav-links .page-numbers.prev svg polygon {
    fill: #fff;
}

.pagination .nav-links .page-numbers.prev {
    left: 0;
}

.pagination .nav-links .page-numbers.prev:before {
    border: 0;
}

.pagination .nav-links .page-numbers.next {
    right: 0;
}

.pagination .nav-links .page-numbers.next:before {
    border: 0;
}

.single-post .content-wrapper {
    padding-bottom: 0;
}

.single-post .post-type-post {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-type-post {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-type-post {
        max-width: 120rem;
    }
}

@media screen and (min-width: 100em) {
    .single-post .post-type-post {
        padding-top: 5rem;
        padding-bottom: 7.5rem;
    }
}

.single-post .post-type-post .post-content .module {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.single-post .post-type-post .post-content .grid-container {
    padding-left: 0;
    padding-right: 0;
}

.single-post .post-details {
    margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-details {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 100em) {
    .single-post .post-details {
        margin-bottom: 3.75rem;
    }
}

.single-post .post-details .post-title {
    text-align: center;
}

.single-post .post-details .post-detail {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    -moz-column-gap: 2.0625rem;
    column-gap: 2.0625rem;
    justify-content: center;
    color: #0054a4;
}

.single-post .post-details .post-detail span {
    position: relative;
}

.single-post .post-details .post-detail span:after {
    height: 1.0625rem;
    width: 0.0625rem;
    position: absolute;
    content: "";
    background-color: rgba(71, 76, 85, 0.4);
    right: -1.125rem;
    top: 50%;
    transform: translateY(-50%);
}

.single-post .post-details .post-detail span:last-of-type:after {
    display: none;
}

.single-post .post-image {
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
    width: 100%;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-image {
        margin-bottom: 0.75rem;
        border-radius: 0.75rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-image {
        margin-bottom: 1.75rem;
        border-radius: 1rem;
    }
}

.single-post .post-actions {
    background-color: #0054a4;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem;
    padding: 1.25rem;
    flex-direction: column;
    row-gap: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-actions {
        padding: 1rem 1.5rem;
        margin-top: 0.75rem;
        border-radius: 0.75rem;
        flex-direction: row;
    }
}

@media screen and (min-width: 100em) {
    .single-post .post-actions {
        padding: 1.5rem 2rem;
        margin-top: 2.5rem;
        border-radius: 1rem;
    }
}

.single-post .post-actions .social-btns {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    flex-wrap: wrap;
    justify-content: center;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-actions .social-btns {
        justify-content: space-between;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
}

.single-post .post-actions .social-btns a {
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    padding: 0 0.875rem;
    line-height: 2.5rem;
}

.single-post .post-actions .social-btns span {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.075rem;
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0.75rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-actions .social-btns span {
        flex: 0 0 auto;
        text-align: left;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}

.single-post .post-actions .social-btns svg {
    width: 0.78125rem;
    height: 0.78125rem;
}

.single-post .post-actions .social-btns svg path {
    fill: #0054a4;
}

.single-post .post-actions .post-back-btn {
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    font-weight: 700;
    background-color: transparent;
}

.single-post .post-actions .post-back-btn svg {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    padding: 0.375rem;
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-actions .post-back-btn svg {
        background-color: #fff;
    }
}

.single-post .post-actions .post-back-btn svg polygon {
    fill: #fff;
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-actions .post-back-btn svg polygon {
        fill: #0054a4;
    }
}

.single-post .post-testimonials:last-of-type {
    padding: 0;
    margin-bottom: -4.0625rem;
    position: relative;
    z-index: 1;
}

.single-post .post-testimonials .testimonials .testimonial {
    background-color: #f0f5f9;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.single-post .post-testimonials .testimonials .testimonial .testimonial-upper {
    padding: 13.5625rem 2rem 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-testimonials .testimonials .testimonial .testimonial-upper {
        padding: 24.5rem 3rem 2.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .testimonial .testimonial-upper {
        padding: 5rem 5rem 3.75rem;
    }
}

.single-post .post-testimonials .testimonials .testimonial .testimonial-bottom {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    color: #0054a4;
    border-top: 0.0625rem dashed rgba(0, 84, 164, 0.4);
    padding: 1rem 2rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-testimonials .testimonials .testimonial .testimonial-bottom {
        padding: 1.25rem 3rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .testimonial .testimonial-bottom {
        padding: 1.5rem 5rem;
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.single-post .post-testimonials .testimonials .testimonial .image-wrapper {
    width: 27.5rem;
    height: 27.5rem;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    right: 50%;
    transform: translate(50%, -50%);
    bottom: unset;
    top: -2.1875rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-testimonials .testimonials .testimonial .image-wrapper {
        width: 53.75rem;
        height: 53.75rem;
        top: -4.375rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .testimonial .image-wrapper {
        width: 47.8125rem;
        height: 47.8125rem;
        right: -10.9375rem;
        bottom: -3.5rem;
        transform: unset;
        top: unset;
    }
}

.single-post .post-testimonials .testimonials .testimonial .image-wrapper picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.single-post .post-testimonials .testimonials .testimonial .image-wrapper img {
    bottom: -6.25rem;
    position: absolute;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-testimonials .testimonials .testimonial .image-wrapper img {
        bottom: -8.4375rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .testimonial .image-wrapper img {
        bottom: 3.5rem;
        scale: 1.1;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .testimonial .wysiwyg-wrapper {
        width: 41.66667%;
    }
}

.single-post .post-testimonials .testimonials .ratings {
    margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-testimonials .testimonials .ratings {
        margin-bottom: 2rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .ratings {
        margin-bottom: 2.4375rem;
    }
}

.single-post .post-testimonials .testimonials .ratings .star path,
.single-post .post-testimonials .testimonials .ratings .star polygon {
    fill: #0054a4;
}

.single-post .post-testimonials .testimonials .ratings .star-outline path,
.single-post .post-testimonials .testimonials .ratings .star-outline polygon {
    stroke: #0054a4;
    fill: none;
}

.single-post .post-testimonials .testimonials .ratings svg {
    width: 1.25rem;
    height: 1.25rem;
}

@media print,
screen and (min-width: 48em) {
    .single-post .post-testimonials .testimonials .ratings svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-post .post-testimonials .testimonials .ratings svg {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.single-post .post-testimonials .testimonials .slick-arrow {
    z-index: 1;
    top: 50%;
}

.single-post .post-testimonials .testimonials .slick-arrow.slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.single-post .post-testimonials .testimonials .slick-arrow.slick-prev {
    transform: translate(-50%, -50%) rotate(180deg);
}

.icon-nav--search {
    position: relative;
}

.chr-search-form-wrapper {
    display: none;
    position: absolute;
    right: 0;
    width: 21.875rem;
    margin-top: 0.625rem;
}

@media print,
screen and (max-width: 77.49875em) {
    .chr-search-form-wrapper {
        position: fixed;
        width: 100%;
    }
}

.chr-header-search {
    display: flex;
    padding: 0.9375rem;
    background-color: #474c55;
}

.chr-header-search input {
    margin-bottom: 0;
}

.chr-header-search .submit {
    flex-basis: 2.4375rem;
    max-width: 2.4375rem;
    height: 2.4375rem;
    background: #0054a4 url(../svg/icon-searchfe73.svg) no-repeat 50%;
    background-size: 0.9375rem 0.9375rem;
    font-size: 0;
    color: transparent;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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

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

.slick-slide:focus,
.slick-slide:hover {
    outline: none;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 1rem;
    padding: 0;
    width: 0.625rem;
    height: 0.625rem;
    font-size: 0;
}

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

.slick-dots li:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    margin: 0;
    border: transparent;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(71, 76, 85, 0.2);
}

.slick-dots li.slick-active:before {
    background-color: #0054a4;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li button {
    height: 0;
}

.slick-arrow {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #0054a4 url(../svg/stem-right-white3993.svg) no-repeat 50%;
    background-size: 0.75rem 0.75rem;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50%;
}

@media print,
screen and (min-width: 48em) {
    .slick-arrow {
        width: 3rem;
        height: 3rem;
        background-size: 1.25rem 1.25rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .slick-arrow {
        width: 4rem;
        height: 4rem;
    }
}

.slick-arrow.slick-prev {
    transform: rotate(180deg);
}

.slick-arrow:hover {
    background-color: #009fda;
}

.chr-video-poster {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

@media screen and (min-width: 100em) {
    .chr-video-poster .module-image {
        transition: transform 0.5s ease;
    }
    .chr-video-poster:hover .module-image {
        transform: scale(1.1);
    }
}

.chr-video-poster .svg-wrapper {
    position: absolute;
    background-color: #0054a4;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    z-index: 1;
}

@media print,
screen and (min-width: 48em) {
    .chr-video-poster .svg-wrapper {
        width: 6.25rem;
        height: 6.25rem;
    }
}

@media screen and (min-width: 100em) {
    .chr-video-poster .svg-wrapper {
        width: 10rem;
        height: 10rem;
    }
}

.chr-video-poster .svg-wrapper svg {
    width: 1.5rem;
    height: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .chr-video-poster .svg-wrapper svg {
        width: 2.25rem;
        height: 2.25rem;
    }
}

@media screen and (min-width: 100em) {
    .chr-video-poster .svg-wrapper svg {
        width: 3rem;
        height: 3rem;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.module.bg-white {
    background-color: #fff;
}

.module.bg-white .list-item {
    background-color: #f0f5f9;
}

.module.bg-white .list-item-icon .svg-wrapper:before {
    border-color: #0054a4;
}

.module.bg-white .list-item-icon .svg-wrapper:after {
    background-color: #0054a4;
}

.module.bg-white .list-item-icon .svg-wrapper svg path,
.module.bg-white .list-item-icon .svg-wrapper svg polygon {
    fill: #fff;
}

.module.bg-white .chr-button:hover,
.module.bg-white .gform_button:hover {
    background-color: #009fda;
    color: #fff;
}

.module.bg-grey {
    background-color: #f0f5f9;
}

.module.bg-grey .list-item {
    background-color: #fff;
}

.module.bg-grey .list-item-card {
    background-color: #fff;
    color: #474c55;
}

.module.bg-grey .list-item-card__title {
    background-color: #0054a4;
    color: #fff;
}

.module.bg-grey .list-item-card__btn {
    color: #0054a4;
    border-top-color: rgba(0, 84, 164, 0.4);
}

.module.bg-grey .list-item-card__btn span {
    color: inherit;
}

.module.bg-grey .list-item-card__btn .arrow {
    background-color: #0054a4;
}

.module.bg-grey .list-item-card__btn .arrow svg polygon {
    fill: #fff;
}

.module.bg-grey .list-item-icon .svg-wrapper:before {
    border-color: #0054a4;
}

.module.bg-grey .list-item-icon .svg-wrapper:after {
    background-color: #0054a4;
}

.module.bg-grey .chr-button:hover,
.module.bg-grey .gform_button:hover {
    background-color: #009fda;
    color: #fff;
}

.module.bg-grey-curve:before {
    background-color: #f0f5f9;
}

.module.bg-grey-curve .list-item-icon .svg-wrapper:before {
    border-color: #0054a4;
}

.module.bg-grey-curve .list-item-icon .svg-wrapper:after {
    background-color: #0054a4;
}

.module.bg-grey-curve .list-item-icon .svg-wrapper svg path,
.module.bg-grey-curve .list-item-icon .svg-wrapper svg polygon {
    fill: #fff;
}

.module.bg-grey-curve .chr-button:hover,
.module.bg-grey-curve .gform_button:hover {
    background-color: #009fda;
    color: #fff;
}

.module.bg-blue {
    background-color: #009fda;
}

.module.bg-blue .chr-button {
    background-color: #fff;
    color: #0054a4;
}

.module.bg-blue .chr-button:hover {
    background-color: #0054a4;
    color: #fff;
}

.module.bg-blue-curve {
    color: #fff;
}

.module.bg-blue-curve:before {
    background-color: #009fda;
}

.module.bg-blue-curve .list-item-icon .svg-wrapper:before {
    border-color: #fff;
}

.module.bg-blue-curve .list-item-icon .svg-wrapper:after {
    background-color: #fff;
}

.module.bg-blue-curve .list-item-icon .svg-wrapper svg path,
.module.bg-blue-curve .list-item-icon .svg-wrapper svg polygon {
    fill: #0054a4;
}

.module.bg-blue-curve .chr-button {
    background-color: #fff;
    color: #0054a4;
}

.module.bg-blue-curve .chr-button:hover {
    background-color: #0054a4;
    color: #fff;
}

.module.bg-blue .list-item-icon .svg-wrapper:before {
    border-color: #fff;
}

.module.bg-blue .list-item-icon .svg-wrapper:after {
    background-color: #fff;
}

.module.bg-blue .list-item-icon .svg-wrapper svg path,
.module.bg-blue .list-item-icon .svg-wrapper svg polygon {
    fill: #0054a4;
}

.module.bg-ice-blue {
    background-color: #0054a4;
}

.module.bg-ice-blue input,
.module.bg-ice-blue input:focus,
.module.bg-ice-blue select,
.module.bg-ice-blue select:focus,
.module.bg-ice-blue textarea,
.module.bg-ice-blue textarea:focus {
    border-color: #fff;
}

.module.bg-ice-blue .gfield_label,
.module.bg-ice-blue .gform_fields .gf-file-type-label,
.module.bg-ice-blue .gform_fields .gfield .gfield_checkbox label,
.module.bg-ice-blue .gform_fields .gfield .gfield_radio label,
.module.bg-ice-blue .gform_fields .gform_fileupload_rules {
    color: #fff;
}

.module.bg-ice-blue .gf-file-type .focus {
    border-color: #fff;
}

.module.bg-ice-blue .gfield_error .validation_message {
    color: #0054a4;
}

.module--cta {
    position: relative;
    padding: 0;
}

.module--cta+footer {
    background-color: #009fda;
}

.module--cta .image-wrapper {
    height: 14.0625rem;
    order: 2;
    position: relative;
    border-top: 0.0625rem solid hsla(0, 0%, 100%, 0.4);
}

@media print,
screen and (min-width: 48em) {
    .module--cta .image-wrapper {
        height: 28.75rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module--cta .image-wrapper {
        min-height: 40.3125rem;
        height: auto;
        order: 1;
        border: 0;
        position: relative;
    }
}

.module--cta .image-wrapper img {
    position: absolute;
    bottom: 0;
    left: -1.25rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
}

@media print,
screen and (min-width: 77.5em) {
    .module--cta .image-wrapper img {
        left: 0;
        -o-object-position: bottom right;
        object-position: bottom right;
    }
}

.module--cta .content-wrapper {
    order: 1;
    padding: 6.875rem 1.25rem 2.5rem;
}

@media print,
screen and (min-width: 48em) {
    .module--cta .content-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module--cta .content-wrapper {
        order: 2;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module--cta .wysiwyg-wrapper {
        width: 66.66667%;
        margin-right: 16.66667%;
        margin-left: 8.33333%;
    }
}

.module--cta ul {
    list-style: none;
    margin: 0;
    padding-left: 2.5rem;
}

.module--cta ul li {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.03rem;
    position: relative;
    padding-left: 0;
}

@media print,
screen and (min-width: 48em) {
    .module--cta ul li {
        font-size: 1.125rem;
        line-height: 1.625rem;
        letter-spacing: -0.03625rem;
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 100em) {
    .module--cta ul li {
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: -0.04rem;
        margin-bottom: 1rem;
    }
}

.module--cta ul li:before {
    content: "";
    background-image: url(../svg/feature-check5bb2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    display: block;
    left: -2.5rem;
    top: 0;
    background-color: transparent;
}

@media print,
screen and (min-width: 48em) {
    .module--cta ul li:before {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module--cta ul li:before {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.single-case-study .content-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .content-wrapper {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-case-study .content-wrapper {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .content-wrapper {
        padding-top: 5rem;
        padding-bottom: 7.5rem;
    }
}

.single-case-study .post-details {
    margin-bottom: 2rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-details {
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-details {
        margin-bottom: 0;
    }
}

.single-case-study .post-details .post-logo {
    width: 12.5rem;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    margin-bottom: 2.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-details .post-logo {
        height: 5rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-case-study .post-details .post-logo {
        height: 6.25rem;
    }
}

.single-case-study .post-details .post-back-btn {
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #0054a4;
    font-weight: 700;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.single-case-study .post-details .post-back-btn svg {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    padding: 0.375rem;
    background-color: #0054a4;
}

.single-case-study .post-details .post-back-btn svg polygon {
    fill: #fff;
}

.single-case-study .post-details .result-summary {
    background-color: #0054a4;
    color: #fff;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.single-case-study .post-details .result-summary .header {
    padding: 0.875rem 1rem;
    border-bottom: 0.0625rem dashed hsla(0, 0%, 100%, 0.4);
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-details .result-summary .header {
        padding: 1.125rem 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-details .result-summary .header {
        padding: 1.25rem 2rem;
    }
}

.single-case-study .post-details .result-summary .header p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: normal;
}

@media screen and (min-width: 100em) {
    .single-case-study .post-details .result-summary .header p {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.single-case-study .post-details .content {
    padding: 1rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-details .content {
        padding: 1.25rem 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-details .content {
        padding: 1.5rem 2rem;
    }
}

.single-case-study .post-details ul {
    list-style: none;
    margin: 0;
}

.single-case-study .post-details ul li {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.0125rem;
}

@media screen and (min-width: 100em) {
    .single-case-study .post-details ul li {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: -0.015rem;
    }
}

.single-case-study .post-details ul li svg {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 50%;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-details ul li svg {
        width: 2.25rem;
        height: 2.25rem;
        padding: 0.45rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-details ul li svg {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
    }
}

.single-case-study .post-details ul li svg path {
    fill: #0054a4;
}

.single-case-study .post-image {
    border-radius: 1rem;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 3rem;
}

.single-case-study .post-content .module {
    padding-top: 0;
    padding-bottom: 0;
}

.single-case-study .post-content .grid-container {
    padding-left: 0;
    padding-right: 0;
}

.single-case-study .post-testimonials:last-of-type {
    padding: 0;
    position: relative;
    z-index: 1;
}

.single-case-study .post-testimonials .testimonials .testimonial {
    background-color: #f0f5f9;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.single-case-study .post-testimonials .testimonials .testimonial .testimonial-upper {
    padding: 13.5625rem 2rem 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-testimonials .testimonials .testimonial .testimonial-upper {
        padding: 24.5rem 3rem 2.5rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-testimonials .testimonials .testimonial .testimonial-upper {
        padding: 5rem 5rem 3.75rem;
    }
}

.single-case-study .post-testimonials .testimonials .testimonial .testimonial-bottom {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    color: #0054a4;
    border-top: 0.0625rem dashed rgba(0, 84, 164, 0.4);
    padding: 1rem 2rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-testimonials .testimonials .testimonial .testimonial-bottom {
        padding: 1.25rem 3rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-testimonials .testimonials .testimonial .testimonial-bottom {
        padding: 1.5rem 5rem;
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.single-case-study .post-testimonials .testimonials .testimonial .image-wrapper {
    width: 27.5rem;
    height: 27.5rem;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    right: 50%;
    transform: translate(50%, -50%);
    bottom: unset;
    top: -2.1875rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-testimonials .testimonials .testimonial .image-wrapper {
        width: 53.75rem;
        height: 53.75rem;
        top: -4.375rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-case-study .post-testimonials .testimonials .testimonial .image-wrapper {
        width: 47.8125rem;
        height: 47.8125rem;
        right: -10.9375rem;
        bottom: -3.5rem;
        transform: unset;
        top: unset;
    }
}

.single-case-study .post-testimonials .testimonials .testimonial .image-wrapper picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.single-case-study .post-testimonials .testimonials .testimonial .image-wrapper img {
    bottom: -6.25rem;
    position: absolute;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-testimonials .testimonials .testimonial .image-wrapper img {
        bottom: -8.4375rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .single-case-study .post-testimonials .testimonials .testimonial .image-wrapper img {
        bottom: 3.5rem;
        scale: 1.1;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-testimonials .testimonials .testimonial .wysiwyg-wrapper {
        width: 41.66667%;
    }
}

.single-case-study .post-testimonials .testimonials .ratings {
    margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-testimonials .testimonials .ratings {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-testimonials .testimonials .ratings {
        margin-bottom: 2.4375rem;
    }
}

.single-case-study .post-testimonials .testimonials .ratings .star path,
.single-case-study .post-testimonials .testimonials .ratings .star polygon {
    fill: #0054a4;
}

.single-case-study .post-testimonials .testimonials .ratings .star-outline path,
.single-case-study .post-testimonials .testimonials .ratings .star-outline polygon {
    stroke: #0054a4;
    fill: none;
}

.single-case-study .post-testimonials .testimonials .ratings svg {
    width: 1.25rem;
    height: 1.25rem;
}

@media print,
screen and (min-width: 48em) {
    .single-case-study .post-testimonials .testimonials .ratings svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .single-case-study .post-testimonials .testimonials .ratings svg {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.single-case-study .post-testimonials .testimonials .slick-arrow {
    z-index: 1;
    top: 50%;
}

.single-case-study .post-testimonials .testimonials .slick-arrow.slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.single-case-study .post-testimonials .testimonials .slick-arrow.slick-prev {
    transform: translate(-50%, -50%) rotate(180deg);
}

.post-type-archive-case-study .tease-case-study {
    padding: 0.75rem 0.75rem 3.125rem;
}

@media print,
screen and (min-width: 48em) {
    .post-type-archive-case-study .tease-case-study {
        padding: 1.5rem 1.5rem 3.4375rem;
    }
}

@media screen and (min-width: 100em) {
    .post-type-archive-case-study .tease-case-study {
        padding: 2rem 2rem 3.875rem;
    }
}

.post-type-archive-case-study .tease-case-study .chr-small-title {
    margin-bottom: 0;
}

.post-type-archive-case-study .tease-case-study .chr-small-title a {
    color: #474c55;
}

.post-type-archive-case-study .tease-case-study .tease-img-link {
    padding-bottom: 6.4375rem;
}

@media print,
screen and (min-width: 48em) {
    .post-type-archive-case-study .tease-case-study .tease-img-link {
        padding-bottom: 13.9375rem;
    }
}

@media screen and (min-width: 100em) {
    .post-type-archive-case-study .tease-case-study .tease-img-link {
        padding-bottom: 17.0625rem;
    }
}

.post-type-archive-case-study .tease-case-study .tease-img-link.has-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.post-type-archive-case-study .tease-case-study .tease-img-link.has-logo .tease-logo-wrap {
    position: absolute;
    z-index: 1;
    width: 6rem;
    height: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: .5rem;
}

@media print,
screen and (min-width: 48em) {
    .post-type-archive-case-study .tease-case-study .tease-img-link.has-logo .tease-logo-wrap {
        width: 10rem;
        height: auto;
    }
}

@media screen and (min-width: 100em) {
    .post-type-archive-case-study .tease-case-study .tease-img-link.has-logo .tease-logo-wrap {
        width: 12.5rem;
        height: auto;
    }
}

.post-type-archive-case-study .tease__details {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

@media print,
screen and (min-width: 48em) {
    .post-type-archive-case-study .tease__details {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

.post-type-archive-case-study .tease__btn {
    padding: 0.875rem 0.75rem;
}

@media print,
screen and (min-width: 48em) {
    .post-type-archive-case-study .tease__btn {
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width: 100em) {
    .post-type-archive-case-study .tease__btn {
        padding: 1.25rem 2rem;
    }
}

input[type="range"] {
    color: #009fda;
    --thumb-height: 1.25em;
    --track-height: 0.5em;
    --track-color: rgba(71, 76, 85, 0.2);
    --clip-edges: 0.5em;
    position: relative;
    background: hsla(0, 0%, 100%, 0);
    overflow: hidden;
    border-radius: 0.25em;
}

input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    height: var(--thumb-height);
}

input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
    position: relative;
}

input[type="range"]::-webkit-slider-thumb {
    --thumb-radius: calc(var(--thumb-height) * 0.5 - 1px);
    --clip-top: calc( var(--thumb-height) * 0.5 - var(--track-height) * 0.5 - 0.5px);
    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
    --clip-further: calc(100% + 1px);
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax #009fda;
    width: var(--thumb-width, var(--thumb-height));
    background: linear-gradient(#fff 0 0) scroll no-repeat 0/50% calc(var(--track-height) + 1px);
    background-color: #fff;
    box-shadow: var(--box-fill);
    border-radius: var(--thumb-width, var(--thumb-height));
    border: 5px solid #009fda;
    filter: brightness(100%);
    -webkit-clip-path: polygon( 100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
    clip-path: polygon( 100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}

input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(var(--track-color) 0 0) scroll no-repeat 50%/100% var(--track-height);
}

input[type="range"]:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

input[type="range"],
input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    -moz-transition: all ease 0.1s;
    transition: all 0.1s ease;
    height: var(--thumb-height);
}

input[type="range"]::-moz-range-progress,
input[type="range"]::-moz-range-thumb,
input[type="range"]::-moz-range-track {
    background: #fff;
}

input[type="range"]::-moz-range-thumb {
    background: #fff;
    width: calc(var(--thumb-width, var(--thumb-height)) - 10px);
    height: calc(var(--thumb-width, var(--thumb-height)) - 10px);
    border-radius: 50%;
    cursor: grab;
    border: 5px solid #009fda;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    background: var(--track-color);
}

input[type="range"]::-moz-range-progress {
    -moz-appearance: none;
    appearance: none;
    background: #009fda;
    transition-delay: 30ms;
}

input[type="range"]::-moz-range-progress,
input[type="range"]::-moz-range-track {
    height: var(--track-height);
}

input[type="range"]::-moz-range-progress,
input[type="range"]::-moz-range-thumb {
    filter: brightness(100%);
}

.footer-form input[type="range"] {
    --track-color: #fff;
}

.footer-form input[type="range"]::-webkit-slider-thumb {
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax #009fda;
    background: linear-gradient(#0054a4 0 0) scroll no-repeat 0/50% calc(var(--track-height) + 1px);
    background-color: #0054a4;
    border: 5px solid #fff;
}

.footer-form input[type="range"]::-moz-range-thumb {
    background: #0054a4;
    border: 5px solid #fff;
}

.footer-form input[type="range"]::-moz-range-progress {
    background: #009fda;
}