@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url("../font/icomoon/style.css");

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
    display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
    border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
    overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
    display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=56.25em&large=81.25em&xlarge=100em&xxlarge=90em";
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -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;
}

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

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

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

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

pre {
    overflow: auto;
}

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

.is-visible {
    display: block !important;
}

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

.grid-container {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    max-width: 1400px;
    margin: 0 auto;
}

/*@media print, screen and (min-width: 56.25em) {*/
/*.grid-container {*/
/*padding-right: 0.46875rem;*/
/*padding-left: 0.46875rem;*/
/*}*/
/*}*/

/*@media print, screen and (min-width: 81.25em) {*/
/*.grid-container {*/
/*padding-right: 0.9375rem;*/
/*padding-left: 0.9375rem;*/
/*}*/
/*}*/

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

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

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

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

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

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

.cell.auto {
    flex: 1 1 0px;
}

.cell.shrink {
    flex: 0 0 auto;
}

.grid-x > .auto {
    width: auto;
}

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

.grid-x > .small-shrink, .grid-x > .small-full, .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 {
    flex-basis: auto;
}

@media print, screen and (min-width: 56.25em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .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 {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 81.25em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .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 {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 100em) {
    .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .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 {
        flex-basis: auto;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .grid-x > .medium-auto {
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .medium-shrink {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 81.25em) {
    .grid-x > .large-auto {
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .large-shrink {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 100em) {
    .grid-x > .xlarge-auto {
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .xlarge-shrink {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .grid-margin-x > .auto {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x > .medium-1 {
        width: calc(8.3333333333% - 0.9375rem);
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.6666666667% - 0.9375rem);
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 0.9375rem);
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.3333333333% - 0.9375rem);
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.6666666667% - 0.9375rem);
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 0.9375rem);
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.3333333333% - 0.9375rem);
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.6666666667% - 0.9375rem);
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 0.9375rem);
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.3333333333% - 0.9375rem);
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.6666666667% - 0.9375rem);
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 0.9375rem);
    }
}

@media print, screen and (min-width: 81.25em) {
    .grid-margin-x > .auto {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-x > .medium-1 {
        width: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem);
    }

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

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

    .grid-margin-x > .large-1 {
        width: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-x > .large-2 {
        width: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .large-4 {
        width: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-x > .large-5 {
        width: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .large-7 {
        width: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-x > .large-8 {
        width: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .large-10 {
        width: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-x > .large-11 {
        width: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 100em) {
    .grid-margin-x > .xlarge-auto {
        width: auto;
    }

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

    .grid-margin-x > .xlarge-1 {
        width: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.875rem);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .medium-up-1 > .cell {
        width: 100%;
    }

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

    .medium-up-3 > .cell {
        width: 33.3333333333%;
    }

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

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

    .medium-up-6 > .cell {
        width: 16.6666666667%;
    }

    .medium-up-7 > .cell {
        width: 14.2857142857%;
    }

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

@media print, screen and (min-width: 81.25em) {
    .large-up-1 > .cell {
        width: 100%;
    }

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

    .large-up-3 > .cell {
        width: 33.3333333333%;
    }

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

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

    .large-up-6 > .cell {
        width: 16.6666666667%;
    }

    .large-up-7 > .cell {
        width: 14.2857142857%;
    }

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

@media print, screen and (min-width: 100em) {
    .xlarge-up-1 > .cell {
        width: 100%;
    }

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

    .xlarge-up-3 > .cell {
        width: 33.3333333333%;
    }

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

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

    .xlarge-up-6 > .cell {
        width: 16.6666666667%;
    }

    .xlarge-up-7 > .cell {
        width: 14.2857142857%;
    }

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

.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.3333333333% - 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.6666666667% - 0.9375rem);
}

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

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

@media print, screen and (min-width: 56.25em) {
    .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.3333333333% - 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.6666666667% - 0.9375rem);
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.2857142857% - 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.3333333333% - 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.6666666667% - 0.9375rem);
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.2857142857% - 0.9375rem);
    }

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

@media print, screen and (min-width: 81.25em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 0.9375rem);
    }

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

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

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

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

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.3333333333% - 0.9375rem);
    }

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

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

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

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

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

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.6666666667% - 0.9375rem);
    }

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

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.2857142857% - 0.9375rem);
    }

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

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

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

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

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem);
    }

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

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

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem);
    }

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

@media print, screen and (min-width: 100em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

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

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.3333333333% - 1.875rem);
    }

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

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

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.2857142857% - 1.875rem);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 81.25em) {
    .small-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 100em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

    .small-margin-collapse > .xlarge-12 {
        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: 56.25em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

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

@media print, screen and (min-width: 56.25em) {
    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 81.25em) {
    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse > .large-3 {
        width: 25%;
    }

    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse > .large-6 {
        width: 50%;
    }

    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse > .large-9 {
        width: 75%;
    }

    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 100em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 56.25em) {
    .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: 81.25em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

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

@media print, screen and (min-width: 81.25em) {
    .large-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 81.25em) {
    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .medium-3 {
        width: 25%;
    }

    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .medium-6 {
        width: 50%;
    }

    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .medium-9 {
        width: 75%;
    }

    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 81.25em) {
    .large-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .large-3 {
        width: 25%;
    }

    .large-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .large-6 {
        width: 50%;
    }

    .large-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .large-9 {
        width: 75%;
    }

    .large-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 100em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%;
    }
}

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

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

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

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

@media print, screen and (min-width: 100em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.3333333333%;
    }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 100em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 100em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 100em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%;
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%;
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%;
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.3333333333%;
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.6666666667%;
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%;
    }
}

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

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

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

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0.46875rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .medium-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.46875rem);
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.3333333333% + 0.46875rem);
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.6666666667% + 0.46875rem);
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.46875rem);
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.3333333333% + 0.46875rem);
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.6666666667% + 0.46875rem);
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.46875rem);
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.3333333333% + 0.46875rem);
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.6666666667% + 0.46875rem);
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.46875rem);
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.3333333333% + 0.46875rem);
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.6666666667% + 0.46875rem);
    }
}

@media print, screen and (min-width: 81.25em) {
    .large-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }

    .large-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem);
    }

    .large-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem);
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }

    .large-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem);
    }

    .large-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem);
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }

    .large-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem);
    }

    .large-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem);
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }

    .large-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem);
    }

    .large-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem);
    }
}

@media print, screen and (min-width: 100em) {
    .xlarge-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem);
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem);
    }

    .xlarge-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem);
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem);
    }

    .xlarge-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem);
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem);
    }

    .xlarge-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem);
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem);
    }
}

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

.grid-y > .cell {
    width: auto;
}

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

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

.grid-y > .small-shrink, .grid-y > .small-full, .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 {
    flex-basis: auto;
}

@media print, screen and (min-width: 56.25em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .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 {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 81.25em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .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 {
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 100em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .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 {
        flex-basis: auto;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .grid-y > .medium-auto {
        flex: 1 1 0px;
        height: auto;
    }

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

    .grid-y > .medium-1 {
        height: 8.3333333333%;
    }

    .grid-y > .medium-2 {
        height: 16.6666666667%;
    }

    .grid-y > .medium-3 {
        height: 25%;
    }

    .grid-y > .medium-4 {
        height: 33.3333333333%;
    }

    .grid-y > .medium-5 {
        height: 41.6666666667%;
    }

    .grid-y > .medium-6 {
        height: 50%;
    }

    .grid-y > .medium-7 {
        height: 58.3333333333%;
    }

    .grid-y > .medium-8 {
        height: 66.6666666667%;
    }

    .grid-y > .medium-9 {
        height: 75%;
    }

    .grid-y > .medium-10 {
        height: 83.3333333333%;
    }

    .grid-y > .medium-11 {
        height: 91.6666666667%;
    }

    .grid-y > .medium-12 {
        height: 100%;
    }
}

@media print, screen and (min-width: 81.25em) {
    .grid-y > .large-auto {
        flex: 1 1 0px;
        height: auto;
    }

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

    .grid-y > .large-1 {
        height: 8.3333333333%;
    }

    .grid-y > .large-2 {
        height: 16.6666666667%;
    }

    .grid-y > .large-3 {
        height: 25%;
    }

    .grid-y > .large-4 {
        height: 33.3333333333%;
    }

    .grid-y > .large-5 {
        height: 41.6666666667%;
    }

    .grid-y > .large-6 {
        height: 50%;
    }

    .grid-y > .large-7 {
        height: 58.3333333333%;
    }

    .grid-y > .large-8 {
        height: 66.6666666667%;
    }

    .grid-y > .large-9 {
        height: 75%;
    }

    .grid-y > .large-10 {
        height: 83.3333333333%;
    }

    .grid-y > .large-11 {
        height: 91.6666666667%;
    }

    .grid-y > .large-12 {
        height: 100%;
    }
}

@media print, screen and (min-width: 100em) {
    .grid-y > .xlarge-auto {
        flex: 1 1 0px;
        height: auto;
    }

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

    .grid-y > .xlarge-1 {
        height: 8.3333333333%;
    }

    .grid-y > .xlarge-2 {
        height: 16.6666666667%;
    }

    .grid-y > .xlarge-3 {
        height: 25%;
    }

    .grid-y > .xlarge-4 {
        height: 33.3333333333%;
    }

    .grid-y > .xlarge-5 {
        height: 41.6666666667%;
    }

    .grid-y > .xlarge-6 {
        height: 50%;
    }

    .grid-y > .xlarge-7 {
        height: 58.3333333333%;
    }

    .grid-y > .xlarge-8 {
        height: 66.6666666667%;
    }

    .grid-y > .xlarge-9 {
        height: 75%;
    }

    .grid-y > .xlarge-10 {
        height: 83.3333333333%;
    }

    .grid-y > .xlarge-11 {
        height: 91.6666666667%;
    }

    .grid-y > .xlarge-12 {
        height: 100%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .grid-margin-y > .auto {
        height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 0.9375rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 0.9375rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 0.9375rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 0.9375rem);
    }
}

@media print, screen and (min-width: 81.25em) {
    .grid-margin-y > .auto {
        height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }

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

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

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 100em) {
    .grid-margin-y > .xlarge-auto {
        height: auto;
    }

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

    .grid-margin-y > .xlarge-1 {
        height: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem);
    }
}

.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%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.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: 56.25em) {
    .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-stype: -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%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }
}

@media print, screen and (min-width: 81.25em) {
    .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-stype: -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%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }
}

@media print, 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-stype: -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%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
    .grid-margin-y > .auto {
        height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 0.9375rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 0.9375rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 0.9375rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 0.9375rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 0.9375rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 0.9375rem);
    }
}

@media print, screen and (min-width: 81.25em) {
    .grid-margin-y > .auto {
        height: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }

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

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

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 100em) {
    .grid-margin-y > .xlarge-auto {
        height: auto;
    }

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

    .grid-margin-y > .xlarge-1 {
        height: calc(8.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.3333333333% - 1.875rem);
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.6666666667% - 1.875rem);
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem);
    }
}

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

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

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

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

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

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

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

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

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

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

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

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

@media screen and (min-width: 56.25em) and (max-width: 81.1875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

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

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

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

@media screen and (min-width: 81.25em) and (max-width: 99.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

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

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

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

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

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

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

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

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

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

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        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;
    }
}

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

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

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

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

.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: 56.25em) {
    .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: 81.25em) {
    .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 print, 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;
    }
}

.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: 56.25em) {
    .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: 81.25em) {
    .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 print, 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;
    }
}

.color-base {
    color: rgba(0, 0, 0, 0.85) !important;
}

.bgColor-base {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.color-base-base {
    color: rgba(0, 0, 0, 0.85) !important;
}

.bgColor-base-base {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.color-base-light {
    color: rgba(0, 0, 0, 0.5) !important;
}

.bgColor-base-light {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.color-base-darken {
    color: rgba(0, 0, 0, 0.85) !important;
}

.bgColor-base-darken {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.color-base-lighten {
    color: rgba(26, 25, 25, 0.85) !important;
}

.bgColor-base-lighten {
    background-color: rgba(26, 25, 25, 0.85) !important;
}

.color-main {
    color: #58B6E8 !important;
}

.bgColor-main {
    background-color: #58B6E8 !important;
}

.color-main-base {
    color: #58B6E8 !important;
}

.bgColor-main-base {
    background-color: #58B6E8 !important;
}

.color-main-darken {
    color: #2ba2e2 !important;
}

.bgColor-main-darken {
    background-color: #2ba2e2 !important;
}

.color-main-lighten {
    color: #85caee !important;
}

.bgColor-main-lighten {
    background-color: #85caee !important;
}

.color-risfax {
    color: #58B6E8 !important;
}

.bgColor-risfax {
    background-color: #58B6E8 !important;
}

.color-risfax-base {
    color: #58B6E8 !important;
}

.bgColor-risfax-base {
    background-color: #58B6E8 !important;
}

.color-risfax-darken {
    color: #2ba2e2 !important;
}

.bgColor-risfax-darken {
    background-color: #2ba2e2 !important;
}

.color-risfax-lighten {
    color: #85caee !important;
}

.bgColor-risfax-lighten {
    background-color: #85caee !important;
}

.color-column {
    color: #9AADFF !important;
}

.bgColor-column {
    background-color: #9AADFF !important;
}

.color-column-base {
    color: #9AADFF !important;
}

.bgColor-column-base {
    background-color: #9AADFF !important;
}

.color-column-darken {
    color: #6784ff !important;
}

.bgColor-column-darken {
    background-color: #6784ff !important;
}

.color-column-lighten {
    color: #cdd6ff !important;
}

.bgColor-column-lighten {
    background-color: #cdd6ff !important;
}

.color-link {
    color: #2483A7 !important;
}

.bgColor-link {
    background-color: #2483A7 !important;
}

.color-link-base {
    color: #2483A7 !important;
}

.bgColor-link-base {
    background-color: #2483A7 !important;
}

.color-link-darken {
    color: #1b627d !important;
}

.bgColor-link-darken {
    background-color: #1b627d !important;
}

.color-link-lighten {
    color: #2da4d1 !important;
}

.bgColor-link-lighten {
    background-color: #2da4d1 !important;
}

.color-pickUp {
    color: #FFBA00 !important;
}

.bgColor-pickUp {
    background-color: #FFBA00 !important;
}

.color-pickUp-base {
    color: #FFBA00 !important;
}

.bgColor-pickUp-base {
    background-color: #FFBA00 !important;
}

.color-pickUp-darken {
    color: #cc9500 !important;
}

.bgColor-pickUp-darken {
    background-color: #cc9500 !important;
}

.color-pickUp-lighten {
    color: #ffc833 !important;
}

.bgColor-pickUp-lighten {
    background-color: #ffc833 !important;
}

.color-alert {
    color: #FF0000 !important;
}

.bgColor-alert {
    background-color: #FF0000 !important;
}

.color-alert-base {
    color: #FF0000 !important;
}

.bgColor-alert-base {
    background-color: #FF0000 !important;
}

.color-alert-darken {
    color: #cc0000 !important;
}

.bgColor-alert-darken {
    background-color: #cc0000 !important;
}

.color-alert-lighten {
    color: #ff3333 !important;
}

.bgColor-alert-lighten {
    background-color: #ff3333 !important;
}

.color-gray {
    color: #C9C9C9 !important;
}

.bgColor-gray {
    background-color: #C9C9C9 !important;
}

.color-gray-dark {
    color: #676262 !important;
}

.bgColor-gray-dark {
    background-color: #676262 !important;
}

.color-gray-bold {
    color: #939393 !important;
}

.bgColor-gray-bold {
    background-color: #939393 !important;
}

.color-gray-base {
    color: #C9C9C9 !important;
}

.bgColor-gray-base {
    background-color: #C9C9C9 !important;
}

.color-gray-light {
    color: #DEDEDE !important;
}

.bgColor-gray-light {
    background-color: #DEDEDE !important;
}

.color-gray-thin {
    color: #F2F2F2 !important;
}

.bgColor-gray-thin {
    background-color: #F2F2F2 !important;
}

.color-gray-darken {
    color: #b0afaf !important;
}

.bgColor-gray-darken {
    background-color: #b0afaf !important;
}

.color-gray-lighten {
    color: #e3e2e2 !important;
}

.bgColor-gray-lighten {
    background-color: #e3e2e2 !important;
}

.color-white {
    color: white !important;
}

.bgColor-white {
    background-color: white !important;
}

.color-white-base {
    color: white !important;
}

.bgColor-white-base {
    background-color: white !important;
}

.color-white-darken {
    color: #e6e5e5 !important;
}

.bgColor-white-darken {
    background-color: #e6e5e5 !important;
}

.color-white-lighten {
    color: white !important;
}

.bgColor-white-lighten {
    background-color: white !important;
}

.mt-small-0 {
    margin-top: 0px !important;
}

.mb-small-0 {
    margin-bottom: 0px !important;
}

.my-small-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.mr-small-0 {
    margin-right: 0px !important;
}

.ml-small-0 {
    margin-left: 0px !important;
}

.mt-small-5 {
    margin-top: 15px !important;
}

.mb-small-5 {
    margin-bottom: 15px !important;
}

.my-small-5 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.mr-small-5 {
    margin-right: 15px !important;
}

.ml-small-5 {
    margin-left: 15px !important;
}

.mt-small-10 {
    margin-top: 30px !important;
}

.mb-small-10 {
    margin-bottom: 30px !important;
}

.my-small-10 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.mr-small-10 {
    margin-right: 30px !important;
}

.ml-small-10 {
    margin-left: 30px !important;
}

.mt-small-15 {
    margin-top: 45px !important;
}

.mb-small-15 {
    margin-bottom: 45px !important;
}

.my-small-15 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
}

.mr-small-15 {
    margin-right: 45px !important;
}

.ml-small-15 {
    margin-left: 45px !important;
}

.mt-small-20 {
    margin-top: 60px !important;
}

.mb-small-20 {
    margin-bottom: 60px !important;
}

.my-small-20 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}

.mr-small-20 {
    margin-right: 60px !important;
}

.ml-small-20 {
    margin-left: 60px !important;
}

.mt-small-25 {
    margin-top: 75px !important;
}

.mb-small-25 {
    margin-bottom: 75px !important;
}

.my-small-25 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
}

.mr-small-25 {
    margin-right: 75px !important;
}

.ml-small-25 {
    margin-left: 75px !important;
}

.mt-small-30 {
    margin-top: 90px !important;
}

.mb-small-30 {
    margin-bottom: 90px !important;
}

.my-small-30 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
}

.mr-small-30 {
    margin-right: 90px !important;
}

.ml-small-30 {
    margin-left: 90px !important;
}

.mt-small-35 {
    margin-top: 105px !important;
}

.mb-small-35 {
    margin-bottom: 105px !important;
}

.my-small-35 {
    margin-bottom: 105px !important;
    margin-top: 105px !important;
}

.mr-small-35 {
    margin-right: 105px !important;
}

.ml-small-35 {
    margin-left: 105px !important;
}

.mt-small-40 {
    margin-top: 120px !important;
}

.mb-small-40 {
    margin-bottom: 120px !important;
}

.my-small-40 {
    margin-bottom: 120px !important;
    margin-top: 120px !important;
}

.mr-small-40 {
    margin-right: 120px !important;
}

.ml-small-40 {
    margin-left: 120px !important;
}

.mt-small-45 {
    margin-top: 135px !important;
}

.mb-small-45 {
    margin-bottom: 135px !important;
}

.my-small-45 {
    margin-bottom: 135px !important;
    margin-top: 135px !important;
}

.mr-small-45 {
    margin-right: 135px !important;
}

.ml-small-45 {
    margin-left: 135px !important;
}

.mt-small-50 {
    margin-top: 150px !important;
}

.mb-small-50 {
    margin-bottom: 150px !important;
}

.my-small-50 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
}

.mr-small-50 {
    margin-right: 150px !important;
}

.ml-small-50 {
    margin-left: 150px !important;
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-0 {
        margin-top: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-0 {
        margin-bottom: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-0 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-0 {
        margin-right: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-0 {
        margin-left: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-5 {
        margin-top: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-5 {
        margin-bottom: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-5 {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-5 {
        margin-right: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-5 {
        margin-left: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-10 {
        margin-top: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-10 {
        margin-bottom: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-10 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-10 {
        margin-right: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-10 {
        margin-left: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-15 {
        margin-top: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-15 {
        margin-bottom: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-15 {
        margin-bottom: 45px !important;
        margin-top: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-15 {
        margin-right: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-15 {
        margin-left: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-20 {
        margin-top: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-20 {
        margin-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-20 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-20 {
        margin-right: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-20 {
        margin-left: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-25 {
        margin-top: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-25 {
        margin-bottom: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-25 {
        margin-bottom: 75px !important;
        margin-top: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-25 {
        margin-right: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-25 {
        margin-left: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-30 {
        margin-top: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-30 {
        margin-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-30 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-30 {
        margin-right: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-30 {
        margin-left: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-35 {
        margin-top: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-35 {
        margin-bottom: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-35 {
        margin-bottom: 105px !important;
        margin-top: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-35 {
        margin-right: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-35 {
        margin-left: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-40 {
        margin-top: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-40 {
        margin-bottom: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-40 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-40 {
        margin-right: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-40 {
        margin-left: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-45 {
        margin-top: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-45 {
        margin-bottom: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-45 {
        margin-bottom: 135px !important;
        margin-top: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-45 {
        margin-right: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-45 {
        margin-left: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mt-medium-50 {
        margin-top: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mb-medium-50 {
        margin-bottom: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .my-medium-50 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .mr-medium-50 {
        margin-right: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ml-medium-50 {
        margin-left: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-0 {
        margin-top: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-0 {
        margin-bottom: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-0 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-0 {
        margin-right: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-0 {
        margin-left: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-5 {
        margin-top: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-5 {
        margin-bottom: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-5 {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-5 {
        margin-right: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-5 {
        margin-left: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-10 {
        margin-top: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-10 {
        margin-bottom: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-10 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-10 {
        margin-right: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-10 {
        margin-left: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-15 {
        margin-top: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-15 {
        margin-bottom: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-15 {
        margin-bottom: 45px !important;
        margin-top: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-15 {
        margin-right: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-15 {
        margin-left: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-20 {
        margin-top: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-20 {
        margin-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-20 {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-20 {
        margin-right: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-20 {
        margin-left: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-25 {
        margin-top: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-25 {
        margin-bottom: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-25 {
        margin-bottom: 75px !important;
        margin-top: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-25 {
        margin-right: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-25 {
        margin-left: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-30 {
        margin-top: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-30 {
        margin-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-30 {
        margin-bottom: 90px !important;
        margin-top: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-30 {
        margin-right: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-30 {
        margin-left: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-35 {
        margin-top: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-35 {
        margin-bottom: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-35 {
        margin-bottom: 105px !important;
        margin-top: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-35 {
        margin-right: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-35 {
        margin-left: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-40 {
        margin-top: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-40 {
        margin-bottom: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-40 {
        margin-bottom: 120px !important;
        margin-top: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-40 {
        margin-right: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-40 {
        margin-left: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-45 {
        margin-top: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-45 {
        margin-bottom: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-45 {
        margin-bottom: 135px !important;
        margin-top: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-45 {
        margin-right: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-45 {
        margin-left: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mt-large-50 {
        margin-top: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mb-large-50 {
        margin-bottom: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .my-large-50 {
        margin-bottom: 150px !important;
        margin-top: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .mr-large-50 {
        margin-right: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ml-large-50 {
        margin-left: 150px !important;
    }
}

.pt-small-0 {
    padding-top: 0px !important;
}

.pb-small-0 {
    padding-bottom: 0px !important;
}

.py-small-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pr-small-0 {
    padding-right: 0px !important;
}

.pl-small-0 {
    padding-left: 0px !important;
}

.ph-small-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pt-small-5 {
    padding-top: 15px !important;
}

.pb-small-5 {
    padding-bottom: 15px !important;
}

.py-small-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pr-small-5 {
    padding-right: 15px !important;
}

.pl-small-5 {
    padding-left: 15px !important;
}

.ph-small-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pt-small-10 {
    padding-top: 30px !important;
}

.pb-small-10 {
    padding-bottom: 30px !important;
}

.py-small-10 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pr-small-10 {
    padding-right: 30px !important;
}

.pl-small-10 {
    padding-left: 30px !important;
}

.ph-small-10 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pt-small-15 {
    padding-top: 45px !important;
}

.pb-small-15 {
    padding-bottom: 45px !important;
}

.py-small-15 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.pr-small-15 {
    padding-right: 45px !important;
}

.pl-small-15 {
    padding-left: 45px !important;
}

.ph-small-15 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.pt-small-20 {
    padding-top: 60px !important;
}

.pb-small-20 {
    padding-bottom: 60px !important;
}

.py-small-20 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pr-small-20 {
    padding-right: 60px !important;
}

.pl-small-20 {
    padding-left: 60px !important;
}

.ph-small-20 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pt-small-25 {
    padding-top: 75px !important;
}

.pb-small-25 {
    padding-bottom: 75px !important;
}

.py-small-25 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.pr-small-25 {
    padding-right: 75px !important;
}

.pl-small-25 {
    padding-left: 75px !important;
}

.ph-small-25 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.pt-small-30 {
    padding-top: 90px !important;
}

.pb-small-30 {
    padding-bottom: 90px !important;
}

.py-small-30 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.pr-small-30 {
    padding-right: 90px !important;
}

.pl-small-30 {
    padding-left: 90px !important;
}

.ph-small-30 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.pt-small-35 {
    padding-top: 105px !important;
}

.pb-small-35 {
    padding-bottom: 105px !important;
}

.py-small-35 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
}

.pr-small-35 {
    padding-right: 105px !important;
}

.pl-small-35 {
    padding-left: 105px !important;
}

.ph-small-35 {
    padding-left: 105px !important;
    padding-right: 105px !important;
}

.pt-small-40 {
    padding-top: 120px !important;
}

.pb-small-40 {
    padding-bottom: 120px !important;
}

.py-small-40 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.pr-small-40 {
    padding-right: 120px !important;
}

.pl-small-40 {
    padding-left: 120px !important;
}

.ph-small-40 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.pt-small-45 {
    padding-top: 135px !important;
}

.pb-small-45 {
    padding-bottom: 135px !important;
}

.py-small-45 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
}

.pr-small-45 {
    padding-right: 135px !important;
}

.pl-small-45 {
    padding-left: 135px !important;
}

.ph-small-45 {
    padding-left: 135px !important;
    padding-right: 135px !important;
}

.pt-small-50 {
    padding-top: 150px !important;
}

.pb-small-50 {
    padding-bottom: 150px !important;
}

.py-small-50 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.pr-small-50 {
    padding-right: 150px !important;
}

.pl-small-50 {
    padding-left: 150px !important;
}

.ph-small-50 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.pt-small-55 {
    padding-top: 165px !important;
}

.pb-small-55 {
    padding-bottom: 165px !important;
}

.py-small-55 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
}

.pr-small-55 {
    padding-right: 165px !important;
}

.pl-small-55 {
    padding-left: 165px !important;
}

.ph-small-55 {
    padding-left: 165px !important;
    padding-right: 165px !important;
}

.pt-small-60 {
    padding-top: 180px !important;
}

.pb-small-60 {
    padding-bottom: 180px !important;
}

.py-small-60 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.pr-small-60 {
    padding-right: 180px !important;
}

.pl-small-60 {
    padding-left: 180px !important;
}

.ph-small-60 {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.pt-small-65 {
    padding-top: 195px !important;
}

.pb-small-65 {
    padding-bottom: 195px !important;
}

.py-small-65 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
}

.pr-small-65 {
    padding-right: 195px !important;
}

.pl-small-65 {
    padding-left: 195px !important;
}

.ph-small-65 {
    padding-left: 195px !important;
    padding-right: 195px !important;
}

.pt-small-70 {
    padding-top: 210px !important;
}

.pb-small-70 {
    padding-bottom: 210px !important;
}

.py-small-70 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
}

.pr-small-70 {
    padding-right: 210px !important;
}

.pl-small-70 {
    padding-left: 210px !important;
}

.ph-small-70 {
    padding-left: 210px !important;
    padding-right: 210px !important;
}

.pt-small-75 {
    padding-top: 225px !important;
}

.pb-small-75 {
    padding-bottom: 225px !important;
}

.py-small-75 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
}

.pr-small-75 {
    padding-right: 225px !important;
}

.pl-small-75 {
    padding-left: 225px !important;
}

.ph-small-75 {
    padding-left: 225px !important;
    padding-right: 225px !important;
}

.pt-small-80 {
    padding-top: 240px !important;
}

.pb-small-80 {
    padding-bottom: 240px !important;
}

.py-small-80 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

.pr-small-80 {
    padding-right: 240px !important;
}

.pl-small-80 {
    padding-left: 240px !important;
}

.ph-small-80 {
    padding-left: 240px !important;
    padding-right: 240px !important;
}

.pt-small-85 {
    padding-top: 255px !important;
}

.pb-small-85 {
    padding-bottom: 255px !important;
}

.py-small-85 {
    padding-top: 255px !important;
    padding-bottom: 255px !important;
}

.pr-small-85 {
    padding-right: 255px !important;
}

.pl-small-85 {
    padding-left: 255px !important;
}

.ph-small-85 {
    padding-left: 255px !important;
    padding-right: 255px !important;
}

.pt-small-90 {
    padding-top: 270px !important;
}

.pb-small-90 {
    padding-bottom: 270px !important;
}

.py-small-90 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
}

.pr-small-90 {
    padding-right: 270px !important;
}

.pl-small-90 {
    padding-left: 270px !important;
}

.ph-small-90 {
    padding-left: 270px !important;
    padding-right: 270px !important;
}

.pt-small-95 {
    padding-top: 285px !important;
}

.pb-small-95 {
    padding-bottom: 285px !important;
}

.py-small-95 {
    padding-top: 285px !important;
    padding-bottom: 285px !important;
}

.pr-small-95 {
    padding-right: 285px !important;
}

.pl-small-95 {
    padding-left: 285px !important;
}

.ph-small-95 {
    padding-left: 285px !important;
    padding-right: 285px !important;
}

.pt-small-100 {
    padding-top: 300px !important;
}

.pb-small-100 {
    padding-bottom: 300px !important;
}

.py-small-100 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

.pr-small-100 {
    padding-right: 300px !important;
}

.pl-small-100 {
    padding-left: 300px !important;
}

.ph-small-100 {
    padding-left: 300px !important;
    padding-right: 300px !important;
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-0 {
        padding-top: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-0 {
        padding-bottom: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-0 {
        padding-right: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-0 {
        padding-left: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-5 {
        padding-top: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-5 {
        padding-bottom: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-5 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-5 {
        padding-right: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-5 {
        padding-left: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-10 {
        padding-top: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-10 {
        padding-bottom: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-10 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-10 {
        padding-right: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-10 {
        padding-left: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-10 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-15 {
        padding-top: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-15 {
        padding-bottom: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-15 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-15 {
        padding-right: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-15 {
        padding-left: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-15 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-20 {
        padding-top: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-20 {
        padding-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-20 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-20 {
        padding-right: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-20 {
        padding-left: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-20 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-25 {
        padding-top: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-25 {
        padding-bottom: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-25 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-25 {
        padding-right: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-25 {
        padding-left: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-25 {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-30 {
        padding-top: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-30 {
        padding-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-30 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-30 {
        padding-right: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-30 {
        padding-left: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-30 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-35 {
        padding-top: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-35 {
        padding-bottom: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-35 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-35 {
        padding-right: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-35 {
        padding-left: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-35 {
        padding-left: 105px !important;
        padding-right: 105px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-40 {
        padding-top: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-40 {
        padding-bottom: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-40 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-40 {
        padding-right: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-40 {
        padding-left: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-40 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-45 {
        padding-top: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-45 {
        padding-bottom: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-45 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-45 {
        padding-right: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-45 {
        padding-left: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-45 {
        padding-left: 135px !important;
        padding-right: 135px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-50 {
        padding-top: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-50 {
        padding-bottom: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-50 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-50 {
        padding-right: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-50 {
        padding-left: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-50 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-55 {
        padding-top: 165px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-55 {
        padding-bottom: 165px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-55 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-55 {
        padding-right: 165px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-55 {
        padding-left: 165px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-55 {
        padding-left: 165px !important;
        padding-right: 165px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-60 {
        padding-top: 180px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-60 {
        padding-bottom: 180px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-60 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-60 {
        padding-right: 180px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-60 {
        padding-left: 180px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-60 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-65 {
        padding-top: 195px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-65 {
        padding-bottom: 195px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-65 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-65 {
        padding-right: 195px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-65 {
        padding-left: 195px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-65 {
        padding-left: 195px !important;
        padding-right: 195px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-70 {
        padding-top: 210px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-70 {
        padding-bottom: 210px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-70 {
        padding-top: 210px !important;
        padding-bottom: 210px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-70 {
        padding-right: 210px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-70 {
        padding-left: 210px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-70 {
        padding-left: 210px !important;
        padding-right: 210px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-75 {
        padding-top: 225px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-75 {
        padding-bottom: 225px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-75 {
        padding-top: 225px !important;
        padding-bottom: 225px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-75 {
        padding-right: 225px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-75 {
        padding-left: 225px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-75 {
        padding-left: 225px !important;
        padding-right: 225px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-80 {
        padding-top: 240px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-80 {
        padding-bottom: 240px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-80 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-80 {
        padding-right: 240px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-80 {
        padding-left: 240px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-80 {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-85 {
        padding-top: 255px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-85 {
        padding-bottom: 255px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-85 {
        padding-top: 255px !important;
        padding-bottom: 255px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-85 {
        padding-right: 255px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-85 {
        padding-left: 255px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-85 {
        padding-left: 255px !important;
        padding-right: 255px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-90 {
        padding-top: 270px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-90 {
        padding-bottom: 270px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-90 {
        padding-top: 270px !important;
        padding-bottom: 270px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-90 {
        padding-right: 270px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-90 {
        padding-left: 270px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-90 {
        padding-left: 270px !important;
        padding-right: 270px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-95 {
        padding-top: 285px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-95 {
        padding-bottom: 285px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-95 {
        padding-top: 285px !important;
        padding-bottom: 285px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-95 {
        padding-right: 285px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-95 {
        padding-left: 285px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-95 {
        padding-left: 285px !important;
        padding-right: 285px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pt-medium-100 {
        padding-top: 300px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pb-medium-100 {
        padding-bottom: 300px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .py-medium-100 {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pr-medium-100 {
        padding-right: 300px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .pl-medium-100 {
        padding-left: 300px !important;
    }
}

@media print, screen and (min-width: 56.25em) {
    .ph-medium-100 {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-0 {
        padding-top: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-0 {
        padding-bottom: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-0 {
        padding-right: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-0 {
        padding-left: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-5 {
        padding-top: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-5 {
        padding-bottom: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-5 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-5 {
        padding-right: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-5 {
        padding-left: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-10 {
        padding-top: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-10 {
        padding-bottom: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-10 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-10 {
        padding-right: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-10 {
        padding-left: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-10 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-15 {
        padding-top: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-15 {
        padding-bottom: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-15 {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-15 {
        padding-right: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-15 {
        padding-left: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-15 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-20 {
        padding-top: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-20 {
        padding-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-20 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-20 {
        padding-right: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-20 {
        padding-left: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-20 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-25 {
        padding-top: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-25 {
        padding-bottom: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-25 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-25 {
        padding-right: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-25 {
        padding-left: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-25 {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-30 {
        padding-top: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-30 {
        padding-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-30 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-30 {
        padding-right: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-30 {
        padding-left: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-30 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-35 {
        padding-top: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-35 {
        padding-bottom: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-35 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-35 {
        padding-right: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-35 {
        padding-left: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-35 {
        padding-left: 105px !important;
        padding-right: 105px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-40 {
        padding-top: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-40 {
        padding-bottom: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-40 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-40 {
        padding-right: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-40 {
        padding-left: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-40 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-45 {
        padding-top: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-45 {
        padding-bottom: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-45 {
        padding-top: 135px !important;
        padding-bottom: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-45 {
        padding-right: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-45 {
        padding-left: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-45 {
        padding-left: 135px !important;
        padding-right: 135px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-50 {
        padding-top: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-50 {
        padding-bottom: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-50 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-50 {
        padding-right: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-50 {
        padding-left: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-50 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-55 {
        padding-top: 165px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-55 {
        padding-bottom: 165px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-55 {
        padding-top: 165px !important;
        padding-bottom: 165px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-55 {
        padding-right: 165px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-55 {
        padding-left: 165px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-55 {
        padding-left: 165px !important;
        padding-right: 165px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-60 {
        padding-top: 180px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-60 {
        padding-bottom: 180px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-60 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-60 {
        padding-right: 180px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-60 {
        padding-left: 180px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-60 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-65 {
        padding-top: 195px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-65 {
        padding-bottom: 195px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-65 {
        padding-top: 195px !important;
        padding-bottom: 195px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-65 {
        padding-right: 195px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-65 {
        padding-left: 195px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-65 {
        padding-left: 195px !important;
        padding-right: 195px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-70 {
        padding-top: 210px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-70 {
        padding-bottom: 210px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-70 {
        padding-top: 210px !important;
        padding-bottom: 210px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-70 {
        padding-right: 210px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-70 {
        padding-left: 210px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-70 {
        padding-left: 210px !important;
        padding-right: 210px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-75 {
        padding-top: 225px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-75 {
        padding-bottom: 225px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-75 {
        padding-top: 225px !important;
        padding-bottom: 225px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-75 {
        padding-right: 225px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-75 {
        padding-left: 225px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-75 {
        padding-left: 225px !important;
        padding-right: 225px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-80 {
        padding-top: 240px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-80 {
        padding-bottom: 240px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-80 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-80 {
        padding-right: 240px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-80 {
        padding-left: 240px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-80 {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-85 {
        padding-top: 255px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-85 {
        padding-bottom: 255px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-85 {
        padding-top: 255px !important;
        padding-bottom: 255px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-85 {
        padding-right: 255px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-85 {
        padding-left: 255px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-85 {
        padding-left: 255px !important;
        padding-right: 255px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-90 {
        padding-top: 270px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-90 {
        padding-bottom: 270px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-90 {
        padding-top: 270px !important;
        padding-bottom: 270px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-90 {
        padding-right: 270px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-90 {
        padding-left: 270px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-90 {
        padding-left: 270px !important;
        padding-right: 270px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-95 {
        padding-top: 285px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-95 {
        padding-bottom: 285px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-95 {
        padding-top: 285px !important;
        padding-bottom: 285px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-95 {
        padding-right: 285px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-95 {
        padding-left: 285px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-95 {
        padding-left: 285px !important;
        padding-right: 285px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pt-large-100 {
        padding-top: 300px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pb-large-100 {
        padding-bottom: 300px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .py-large-100 {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pr-large-100 {
        padding-right: 300px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .pl-large-100 {
        padding-left: 300px !important;
    }
}

@media print, screen and (min-width: 81.25em) {
    .ph-large-100 {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
}

/*--------------------------------------
/* !baseMarginインクルード */
/*------------------------------------*/
html {
    overflow: auto;
}

body {
    overflow-x: hidden;
    color: rgba(0, 0, 0, 0.85);
    line-height: 1.8;
    font-weight: 500;
    background-color: #F2F2F2;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

button {
    color: #58B6E8;
}

a {
    color: #2483A7;
    transition: .2s;
}

a:hover {
    opacity: 0.7;
}

a, button {
    transition: .2s;
    text-decoration: none;
}

a:hover, button:hover {
    opacity: 0.85;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 15px 0;
}

button:not(:disabled) {
    cursor: pointer;
}

*:focus {
    outline: none;
}

hr {
    margin: 0;
}

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

ul li, dl li, dl li {
    list-style: none;
}

dd {
    margin: auto;
}

input[type="radio"]:not(:disabled), input[type="checkbox"]:not(:disabled), select:not(:disabled) {
    cursor: pointer;
}

input[type="text"]:not(:disabled), input[type="search"]:not(:disabled) {
    cursor: text;
}

select, input[type="text"], input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border-radius: 2px;
    height: 45px;
    font-size: 16px;
    border: 1px solid #DEDEDE;
    outline: none;
    padding: 0px 15px;
    color: #58B6E8;
    width: 100%;
}

select::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

select:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

select::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

select::placeholder, input[type="text"]::placeholder, input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

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

.bold {
    font-weight: bold;
}

.txt-center {
    text-align: center !important;
}

.a-arrow {
    display: inline-block;
    -webkit-transform-origin: center;
    transform-origin: center;
    line-height: 0;
    vertical-align: middle;
}

.a-arrow::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    border-style: solid;
    border-color: #58B6E8;
    height: 6px;
    width: 6px;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.a-arrow.-right {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.a-arrow.-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.a-arrow.-top {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.a-arrow.-bottom {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.a-arrow.-large::before {
    width: 10px;
    height: 10px;
}

.a-arrow.-risfax::before {
    border-color: #58B6E8 #58B6E8 transparent transparent !important;
}

.a-arrow.-main::before {
    border-color: #58B6E8 #58B6E8 transparent transparent !important;
}

.a-arrow.-link::before {
    border-color: #2483A7 #2483A7 transparent transparent !important;
}

.a-arrow.-column::before {
    border-color: #9AADFF #9AADFF transparent transparent !important;
}

.a-arrow.-base::before {
    border-color: rgba(0, 0, 0, 0.85) rgba(0, 0, 0, 0.85) transparent transparent !important;
}

.a-arrow.-pickUp::before {
    border-color: #FFBA00 #FFBA00 transparent transparent !important;
}

.a-arrow.-alert::before {
    border-color: #FF0000 #FF0000 transparent transparent !important;
}

.a-arrow.-dark::before {
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) transparent transparent !important;
}

.a-circleArrow {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #58B6E8;
    border-radius: 50%;
    position: relative;
    margin-top: -2px;
}

.a-circleArrow::after {
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: white white transparent transparent;
    display: block;
    position: absolute;
    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-left: -1px;
}

.a-circleArrow.-risfax {
    background: #58B6E8 !important;
}

.a-circleArrow.-main {
    background: #58B6E8 !important;
}

.a-circleArrow.-link {
    background: #2483A7 !important;
}

.a-circleArrow.-column {
    background: #9AADFF !important;
}

.a-circleArrow.-base {
    background: rgba(0, 0, 0, 0.85) !important;
}

.a-circleArrow.-pickUp {
    background: #FFBA00 !important;
}

.a-circleArrow.-alert {
    background: #FF0000 !important;
}

.a-circleArrow.-dark {
    background: rgba(0, 0, 0, 0.2);
}

.a-circleArrow.-right {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.a-circleArrow.-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.a-circleArrow.-top {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.a-circleArrow.-bottom {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.a-cross {
    width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    display: inline-block;
}

.a-cross::before, .a-cross::after {
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    width: 13px;
    height: 2px;
    background: white;
    display: block;
    content: '';
}

.a-cross::before {
    top: 6.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.a-cross::after {
    top: 6.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.a-iconBtn {
    color: #DEDEDE !important;
    font-size: 20px;
    display: inline-block;
    padding-top: 1px;
}

.a-iconBtn:hover {
    cursor: pointer;
}

.a-iconBtn.is-active {
    color: #2483A7 !important;
}

.circleArrow {
    display: inline-block;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circleArrow::before {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    content: '';
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}

.b-btn {
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #58B6E8;
    color: #58B6E8;
    font-weight: 800;
    text-align: center;
    border-radius: 4px;
    padding: 7.5px 15px;
    font-size: 14px;
}

.b-btn:hover {
    background-color: #58B6E8;
    color: white;
}

.b-btn .a-circleArrow {
    margin-right: 7.5px;
}

.b-btn.-risfax {
    border-color: #58B6E8 !important;
    color: #58B6E8 !important;
}

.b-btn.-risfax:hover {
    background-color: #58B6E8 !important;
    color: white !important;
}

.b-btn.-main {
    border-color: #58B6E8 !important;
    color: #58B6E8 !important;
}

.b-btn.-main:hover {
    background-color: #58B6E8 !important;
    color: white !important;
}

.b-btn.-link {
    border-color: #2483A7 !important;
    color: #2483A7 !important;
}

.b-btn.-link:hover {
    background-color: #2483A7 !important;
    color: white !important;
}

.b-btn.-column {
    border-color: #9AADFF !important;
    color: #9AADFF !important;
}

.b-btn.-column:hover {
    background-color: #9AADFF !important;
    color: white !important;
}

.b-btn.-base {
    border-color: rgba(0, 0, 0, 0.85) !important;
    color: rgba(0, 0, 0, 0.85) !important;
}

.b-btn.-base:hover {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: white !important;
}

.b-btn.-pickUp {
    border-color: #FFBA00 !important;
    color: #FFBA00 !important;
}

.b-btn.-pickUp:hover {
    background-color: #FFBA00 !important;
    color: white !important;
}

.b-btn.-alert {
    border-color: #FF0000 !important;
    color: #FF0000 !important;
}

.b-btn.-alert:hover {
    background-color: #FF0000 !important;
    color: white !important;
}

.b-btn.-white {
    border-color: white !important;
    color: white !important;
}

.b-btn.-white:hover {
    background-color: white !important;
    color: #58B6E8 !important;
}

.b-btn.-risfaxFill {
    border: none !important;
    color: white !important;
    background-color: #58B6E8 !important;
}

.b-btn.-risfaxFill:hover {
    background-color: #58B6E8 !important;
    color: white !important;
}

.b-btn.-mainFill {
    border: none !important;
    color: white !important;
    background-color: #58B6E8 !important;
}

.b-btn.-mainFill:hover {
    background-color: #58B6E8 !important;
    color: white !important;
}

.b-btn.-linkFill {
    border: none !important;
    color: white !important;
    background-color: #2483A7 !important;
}

.b-btn.-linkFill:hover {
    background-color: #2483A7 !important;
    color: white !important;
}

.b-btn.-columnFill {
    border: none !important;
    color: white !important;
    background-color: #9AADFF !important;
}

.b-btn.-columnFill:hover {
    background-color: #9AADFF !important;
    color: white !important;
}

.b-btn.-baseFill {
    border: none !important;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.b-btn.-baseFill:hover {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: white !important;
}

.b-btn.-pickUpFill {
    border: none !important;
    color: white !important;
    background-color: #FFBA00 !important;
}

.b-btn.-pickUpFill:hover {
    background-color: #FFBA00 !important;
    color: white !important;
}

.b-btn.-alertFill {
    border: none !important;
    color: white !important;
    background-color: #FF0000 !important;
}

.b-btn.-alertFill:hover {
    background-color: #FF0000 !important;
    color: white !important;
}

.b-btn.-subFill {
    border: none !important;
    color: white !important;
    background-color: #81a8bd !important;
}

.b-btn.-subFill:hover {
    background-color: #81a8bd !important;
    color: white !important;
}

.b-btn.-disabled {
    background-color: #DEDEDE;
    pointer-events: none;
    border: none;
    color: white;
}

.b-btn.-ex {
    display: block !important;
    width: 100%;
}

.b-btn.-large {
    padding: 15px 22.5px;
}

.b-btn.-large .a-circleArrow {
    margin-top: -4px;
}

.b-btn.-small {
    font-size: 11px;
}

.b-spHeaderBar {
    position: relative;
    z-index: 10;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #58B6E8;
}

.b-spHeaderBar ._leftArea {
    flex: 0 0 auto;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-spHeaderBar ._centerArea {
    flex: 1 0 auto;
    text-align: center;
}

/*@media print, screen and (min-width: 56.25em) {*/
/*.b-spHeaderBar ._centerArea {*/
/*text-align: left;*/
/*padding-left: 15px;*/
/*}*/
/*}*/

.b-spHeaderBar ._centerArea h1 {
    font-size: 16px;
}

.b-spHeaderBar ._centerArea h1 img {
    width: 119px;
}

.b-spHeaderBar ._rightArea {
    flex: 0 0 auto;
    width: 60px;
    height: 100%;
    position: relative;
}

.b-spHeaderBar ._rightArea a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 25px;
}

.b-spHeaderBar ._rightArea a:hover {
    background-color: #85caee;
}

.l-catHeader ._list {
    display: flex;
}

.l-catHeader ._list li {
    flex: 1 1 auto;
}

.l-catHeader ._list li:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.b-catHeader {
    display: block;
    background-color: #DEDEDE;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: .05em;
}

.b-catHeader.-risfax.is-active {
    background-color: #58B6E8 !important;
}

.b-catHeader.-main.is-active {
    background-color: #58B6E8 !important;
}

.b-catHeader.-link.is-active {
    background-color: #2483A7 !important;
}

.b-catHeader.-column.is-active {
    background-color: #9AADFF !important;
}

.b-catHeader.-base.is-active {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.b-catHeader.-pickUp.is-active {
    background-color: #FFBA00 !important;
}

.b-catHeader.-alert.is-active {
    background-color: #FF0000 !important;
}

.b-extraCatHeader {
    background-color: #2ba2e2;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-extraCatHeader ._head {
    color: white;
    font-weight: 800;
    font-size: 14px;
}

.b-headBar {
    background-color: #F2F2F2;
}

.b-headBar ._inner {
    display: flex;
    align-items: center;
    padding: 15px;
}

.b-headBar ._inner ._square {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #58B6E8;
    display: inline-block;
    margin-right: 7.5px;
}

.b-headBar ._inner [class^='icon-'] {
    margin-right: 4px;
    font-size: 13px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
}

.b-headBar ._inner ._head {
    font-size: 14px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
}

.b-headBar.-risfax ._square {
    background-color: #58B6E8 !important;
}

.b-headBar.-main ._square {
    background-color: #58B6E8 !important;
}

.b-headBar.-link ._square {
    background-color: #2483A7 !important;
}

.b-headBar.-column ._square {
    background-color: #9AADFF !important;
}

.b-headBar.-base ._square {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.b-headBar.-pickUp ._square {
    background-color: #FFBA00 !important;
}

.b-headBar.-alert ._square {
    background-color: #FF0000 !important;
}

.b-headBar.-centar ._inner {
    justify-content: center !important;
}

.b-block {
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

.l-article li:not(:last-child) {
    border-bottom: 1px solid #F2F2F2;
}

.b-article {
    display: flex;
    align-items: center;
}

.b-article ._contentArea {
    flex: 1 1 100%;
    padding: 15px 0;
}

.b-article ._contentArea ._shoulder {
    font-size: 14px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(15px - 0.35em);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 800;
}

.b-article ._contentArea a {
    /*color: rgba(0, 0, 0, 0.85);*/
}

.b-article ._contentArea a ._head {
    font-size: 16px;
    line-height: 1.5;
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
}

.b-article ._contentArea a:hover {
    /*color: rgba(0, 0, 0, 0.5);*/
}

.b-article ._contentArea ._navArea {
    margin-top: 5px;
    margin-bottom: -5px;
    height: 28px;
}

.b-article ._decoArea {
    margin-left: 7.5px;
}

.b-article ._decoArea .a-arrow::before {
    border-color: rgba(0, 0, 0, 0.85);
}

.b-clip {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    /*color: #939393 !important;*/
    font-size: 10px;
    font-weight: 800;
}

.b-clip .icon-clip {
    margin-right: 2px;
    font-size: 12px;
    color: #58B6E8 !important;
}

.b-clip.is-active .icon-clip {

    color: #939393 !important;
}

.l-accordion li:not(:first-child) {
    margin-top: -1px;
}

.b-accordionHead {
    border: 1px solid #C9C9C9;
    border-width: 1px 0 1px 0;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    padding: 15px 7.5px;
    display: flex;
    align-items: center;
}

.b-accordionHead:hover {
    background-color: #F2F2F2;
}

.b-accordionHead ._txtArea {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.b-accordionHead ._txtArea [class^='icon-'] {
    font-size: 18px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    margin-right: 7.5px;
}

.b-accordionHead ._txtArea ._head {
    font-size: 14px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    margin: auto;
}

.b-accordionHead ._stateBtnArea {
    flex: 0 1 auto;
}

.b-accordionContent {
    padding: 30px 0;
}

.b-accordionStateBtn {
    background-color: #F2F2F2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
}

.b-accordionStateBtn ._btn {
    position: absolute;
    left: 7.5px;
    top: 10.5px;
}

.b-accordionStateBtn ._btn::before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.3);
}

.b-accordionStateBtn ._btn::after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .2s;
}

.b-accordionStateBtn.is-active ._btn::before {
    opacity: 0;
}

.b-accordionStateBtn.is-active ._btn::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.b-formBox {
    position: relative;
}

.b-formBox ._settingDl {
    display: flex;
    align-items: baseline;
}

.b-formBox ._settingDl dt {
    flex: 0 0 auto;
    margin-right: 7.5px;
    font-size: 12px;
    font-weight: 800;
}

.b-formBox ._settingDl dd {
    flex: 0 0 auto;
}

.b-formBox ._settingDl dd ._termList:not(:first-child) {
    margin-top: 15px;
}

.b-formBox ._settingDl dd ._termList ._termItem {
    flex: 1 1 auto;
    display: flex;
    align-items: baseline;
}

.b-formBox ._settingDl dd ._termList ._termItem:not(:first-child) {
    margin-top: 15px;
}

.b-formBox ._settingDl dd ._termList ._termItem ._selectDesc {
    font-size: 12px;
    margin-left: 7.5px;
    font-weight: 800;
}

.b-formBox ._settingDl dd ._termList ._termItem ._selectDesc:not(:last-child) {
    margin-right: 7.5px;
}

.b-formBox ._searchBarArea {
    margin: auto;
    margin-top: 30px;
    max-width: 400px;
}

.b-searchBar {
    width: 100%;
}

.b-searchBar ._mainArea {
    display: flex;
    height: 45px;
}

.b-searchBar ._mainArea ._search {
    flex: 1 1 auto;
    border: 1px solid #C9C9C9;
    background-color: white;
    border-radius: 22.5px 0 0 22.5px;
    padding-left: 15px;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 0.5);
}

.b-searchBar ._mainArea ._submit {
    flex: 0 0 51px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #58B6E8;
    border-radius: 0 22.5px 22.5px 0;
    padding-right: 3px;
}

.b-searchBar ._mainArea ._submit::before {
    font-size: 15px;
    color: white;
}

.b-calender ._calenderHeader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    margin-bottom: 15px;
    max-width: 390px;
}

.b-calender ._calenderHeader ._head {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
}

.b-calender ._calenderHeader ._btnArea {
    margin-left: 5px;
    flex: 0 0 auto;
    position: relative;
}

.b-calender ._calenderHeader ._btnArea .a-circleArrow.is-active {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.b-calender ._calenderHeader ._btnArea ._listMenuArea {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
}

.b-calender ._calenderHeader ._prevArea {
    flex: 1 0 auto;
}

.b-calender ._calenderHeader ._nextArea {
    flex: 1 0 auto;
    text-align: right;
}

.b-calender ._calenderBody {
    margin: auto;
    max-width: 400px;
}

.b-calender ._calenderBody table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    table-layout: fixed;
}

.b-calender ._calenderBody table td, .b-calender ._calenderBody table th {
    padding: 0;
    border: none;
}

.b-calender ._calenderBody table thead th {
    font-size: 12px;
    font-weight: 800;
    padding-bottom: 15px;
    text-align: center;
}

.b-calender ._calenderBody table tbody td {
    color: rgba(0, 0, 0, 0.3);
}

.b-calender ._calenderBody table tbody td:not(._empty) {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 45px;
}

.b-calender ._calenderBody table tbody td:not(._empty) a {
    display: block;
    border-radius: 4px;
    font-weight: 800;
    background-color: #58B6E8;
    color: white;
}

.b-calender ._calenderBody table tbody td:not(._empty) a:hover {
    background-color: #58B6E8;
    color: white;
    opacity: 1;
}

.b-calender.-risfax ._calenderBody a {
    color: #58B6E8 !important;
}

.b-calender.-risfax ._calenderBody a:hover {
    background-color: #58B6E8 !important;
    color: white !important;
}

.b-calender ._calenderBody .datepicker-days table tbody td.calendar-able {
    /*display: block;*/
    border-radius: 4px;
    font-weight: 800;
    background-color: #58B6E8;
    color: white;
    cursor: pointer;
}

.b-calender.-main ._calenderBody a {
    color: #58B6E8 !important;
}

.b-calender.-main ._calenderBody a:hover {
    background-color: #58B6E8 !important;
    color: white !important;
}

.b-calender.-link ._calenderBody a {
    color: #2483A7 !important;
}

.b-calender.-link ._calenderBody a:hover {
    background-color: #2483A7 !important;
    color: white !important;
}

.b-calender.-column ._calenderBody a {
    color: #9AADFF !important;
}

.b-calender.-column ._calenderBody a:hover {
    background-color: #9AADFF !important;
    color: white !important;
}

.b-calender.-base ._calenderBody a {
    color: rgba(0, 0, 0, 0.85) !important;
}

.b-calender.-base ._calenderBody a:hover {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: white !important;
}

.b-calender.-pickUp ._calenderBody a {
    color: #FFBA00 !important;
}

.b-calender.-pickUp ._calenderBody a:hover {
    background-color: #FFBA00 !important;
    color: white !important;
}

.b-calender.-alert ._calenderBody a {
    color: #FF0000 !important;
}

.b-calender.-alert ._calenderBody a:hover {
    background-color: #FF0000 !important;
    color: white !important;
}

.b-calender.-top ._calenderBody a, .b-calender.-main ._calenderBody a {
    color: white !important;
}

.b-toggleListMenu {
    position: relative;
    border: 1px solid #F2F2F2;
}

.b-toggleListMenu ._balloon::before {
    content: '';
    border: 5px solid #F2F2F2;
    position: absolute;
    border-color: #F2F2F2 transparent transparent #F2F2F2;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    bottom: calc(100% - 5px);
    margin-bottom: 1px;
}

.b-toggleListMenu ._balloon::after {
    content: '';
    border: 5px solid white;
    position: absolute;
    border-color: white transparent transparent white;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    bottom: calc(100% - 5px);
    margin-bottom: -1px;
}

.b-toggleListMenu ._list {
    background-color: white;
}

.b-toggleListMenu ._list > li:not(:first-child) {
    border-top: 1px solid #F2F2F2;
}

.b-toggleListMenu ._list > li a {
    padding: 7.5px 15px;
    display: block;
    white-space: nowrap;
    font: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.b-toggleListMenu ._list > li a:hover {
    background-color: #F2F2F2;
}

.b-hamburger {
    width: 100%;
    height: 100%;
}

.b-hamburger ._inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 19px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.b-hamburger ._inner ._top, .b-hamburger ._inner ._middle, .b-hamburger ._inner ._bottom {
    width: 100%;
    height: 4px;
    display: block;
    background-color: white;
    content: '';
    flex: 0 0 3px;
}

.b-hamburger:hover {
    background-color: #85caee;
}

.b-mailSetting {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: auto;
}

.b-mailSetting ._selectArea {
    flex: 1 1 auto;
}

.b-mailSetting ._timeSettingArea {
    margin-top: 30px;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #C9C9C9;
}

.b-mailSetting ._timeSettingArea::before {
    content: '';
    border: 5px solid #C9C9C9;
    position: absolute;
    border-color: #C9C9C9 transparent transparent #C9C9C9;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    bottom: calc(100% - 5px);
    margin-bottom: 1px;
}

.b-mailSetting ._timeSettingArea::after {
    content: '';
    border: 5px solid white;
    position: absolute;
    border-color: white transparent transparent white;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    bottom: calc(100% - 5px);
    margin-bottom: -1px;
}

.b-mailSetting ._timeSettingArea ._txt {
    font-size: 14px;
    margin-right: 15px;
}

.b-mailSetting ._submitArea {
    margin-top: 30px;
}

.l-select {
    display: flex;
}

.l-select > li {
    flex: 0 1 auto;
    margin-right: 15px;
}

.b-select {
    display: inline-flex;
    align-items: center;
}

.b-select ._field {
    flex: 1 1 auto;
    position: relative;
    border-radius: 2px;
    border: 1px solid #C9C9C9;
    display: inline-block;
}

.b-select ._field::before {
    font-family: 'icomoon' !important;
    content: '\e90d';
    right: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #676262;
    font-size: 12px;
    pointer-events: none;
}

.b-select ._field select {
    border: none;
    padding-right: 21px;
    color: rgba(0, 0, 0, 0.5);
}

.b-select ._unit {
    flex: 1 1 auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin-left: 7.5px;
    vertical-align: bottom;
}

.b-select.-ex {
    width: 100%;
}

.l-radio {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px;
    margin-right: -30px;
}

.l-radio > li {
    flex: 0 0 auto;
    margin-right: 30px;
}

.l-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px;
    margin-right: -30px;
}

.l-checkbox > li {
    flex: 0 0 auto;
    margin-right: 30px;
}

.b-radio, .b-checkbox {
    position: relative;
}

.b-radio label, .b-checkbox label {
    cursor: pointer;
}

.b-radio label input, .b-checkbox label input {
    display: none;
}

.b-radio label ._appearance, .b-checkbox label ._appearance {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background-color: white;
}

.b-radio label ._appearance::before, .b-checkbox label ._appearance::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #58B6E8;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .15s;
}

.b-radio label ._txt, .b-checkbox label ._txt {
    display: inline-block;
    margin-left: 7.5px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

.b-radio input:checked + ._appearance::before, .b-checkbox input:checked + ._appearance::before {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.b-radio input:checked + ._appearance + ._txt, .b-checkbox input:checked + ._appearance + ._txt {
    font-weight: 800;
}

.b-radio ._appearance {
    border-radius: 50%;
    border: 1px solid #C9C9C9;
}

.b-radio ._appearance::before {
    border-radius: 50%;
}

.b-form {
    background-color: #F2F2F2;
    margin: 0 -7.5px;
    padding: 30px 7.5px;
}

@media print, screen and (min-width: 81.25em) {
    .b-form {
        margin: 0;
        padding: 60px 7.5px;
    }
}

.b-mainAreaFooter {
    background-color: #939393;
    padding: 15px;
    text-align: center;
}

.b-mainAreaFooter ._copyRight {
    font-size: 10px;
    color: white;
}

.b-gNavCell {
    max-width: 250px;
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid #85caee;
}

.b-overRay {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 50;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

.b-overRay {
    display: none;
}

.b-overRay.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.b-gNav {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 100%;
    transition: .2s;
}

/*@media screen and (max-width: 56.1875em) {*/
.b-gNav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /*overflow-y: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
}

/*}*/

/*@media screen and (max-width: 56.1875em) {*/
.b-gNav.is-active {
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}

/*}*/

.b-gNav ._closeBtnArea {
    display: flex;
    height: 45px;
    background-color: #C9C9C9;
    cursor: pointer;
}

.b-gNav ._closeBtnArea ._btnArea {
    flex: 0 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-gNav ._closeBtnArea ._btnArea ._xBtn {
    width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
}

.b-gNav ._closeBtnArea ._btnArea ._xBtn::before, .b-gNav ._closeBtnArea ._btnArea ._xBtn::after {
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    width: 13px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    content: '';
}

.b-gNav ._closeBtnArea ._btnArea ._xBtn::before {
    top: 6.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-gNav ._closeBtnArea ._btnArea ._xBtn::after {
    top: 6.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-gNav ._closeBtnArea ._txtArea {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-gNav ._closeBtnArea ._txtArea p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 800;
}

.b-gNav dd ._list li:not(:first-child) {
    border-top: 1px solid #F2F2F2;
}

/*@media print, screen and (min-width: 56.25em) {*/
/*.b-gNav {*/
/*position: relative;*/
/*}*/
/*}*/

.b-gNavLabel {
    color: white;
    font-size: 11px;
    font-weight: 800;
    background-color: #58B6E8;
    padding: 6px 15px;
}

.b-gNavLabel.-risfax {
    background-color: #58B6E8;
}

.b-gNavLabel.-main {
    background-color: #58B6E8;
}

.b-gNavLabel.-link {
    background-color: #2483A7;
}

.b-gNavLabel.-column {
    background-color: #9AADFF;
}

.b-gNavLabel.-base {
    background-color: rgba(0, 0, 0, 0.85);
}

.b-gNavLabel.-pickUp {
    background-color: #FFBA00;
}

.b-gNavLabel.-alert {
    background-color: #FF0000;
}

.b-gNavBox {
    display: block;
    background-color: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

.b-gNavBox:hover {
    background-color: #F2F2F2;
}

.b-gNavBox ._txtArea {
    flex: 1 1 auto;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.b-gNavBox ._decoArea {
    flex: 0 0 auto;
    margin-left: 60px;
}

.b-gNavBox ._decoArea .a-arrow {
    margin-top: -1px;
}

.b-gNavBox ._decoArea .a-arrow::before {
    border-color: rgba(0, 0, 0, 0.5);
}

.b-gNavBox.is-active {
    background-color: #2ba2e2;
}

.b-gNavBox.is-active ._txtArea {
    color: white;
}

.b-gNavBox.-risfax.is-active {
    background-color: #2ba2e2;
}

.b-gNavBox.-main.is-active {
    background-color: #2ba2e2;
}

.b-gNavBox.-link.is-active {
    background-color: #1b627d;
}

.b-gNavBox.-column.is-active {
    background-color: #6784ff;
}

.b-gNavBox.-base.is-active {
    background-color: rgba(0, 0, 0, 0.85);
}

.b-gNavBox.-pickUp.is-active {
    background-color: #cc9500;
}

.b-gNavBox.-alert.is-active {
    background-color: #cc0000;
}

.l-columnSelect > li:not(:first-child) {
    margin-top: 15px;
}

@media all and (min-width: 700px) {
    .l-columnSelect {
        display: flex;
        flex-wrap: wrap;
        margin: -15px -7.5px 0;
    }

    .l-columnSelect > li {
        flex: 1 1 50%;
        margin-top: 15px;
    }

    .l-columnSelect > li > .b-columnSelect {
        margin: 0 7.5px;
    }
}

.b-columnSelect {
    display: flex;
    border: 1px solid #F2F2F2;
}

.b-columnSelect ._thumArea {
    flex: 0 0 100px;
}

.b-columnSelect ._txtArea {
    padding: 7.5px 15px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.85);
}

.b-columnSelect ._txtArea ._txtAreaInner ._head {
    font-size: 16px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
}

.b-columnSelect ._txtArea ._txtAreaInner ._info {
    font-size: 12px;
    line-height: 1.7;
    margin-top: calc(15px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
}

.b-columnSelect ._decoArea {
    margin-left: 7.5px;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.b-columnSelect ._decoArea .a-arrow::before {
    border-color: rgba(0, 0, 0, 0.85);
}

.b-singleHead {
    padding: 15px;
    border-bottom: 2px solid #58B6E8;
}

.b-singleHead ._subHead {
    font-size: 14px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(15px - 0.35em);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 800;
}

.b-singleHead ._head {
    font-size: 20px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    font-weight: 800;
}

.b-singleHead ._infoArea {
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 28px;
    flex-wrap: wrap;
}

.b-singleHead ._infoArea ._date {
    font-size: 12px;
    line-height: 1.7;
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    margin-right: 15px;
}

.b-singleHead.-risfax {
    border-bottom-color: #58B6E8;
}

.b-singleHead.-main {
    border-bottom-color: #58B6E8;
}

.b-singleHead.-link {
    border-bottom-color: #2483A7;
}

.b-singleHead.-column {
    border-bottom-color: #9AADFF;
}

.b-singleHead.-base {
    border-bottom-color: rgba(0, 0, 0, 0.85);
}

.b-singleHead.-pickUp {
    border-bottom-color: #FFBA00;
}

.b-singleHead.-alert {
    border-bottom-color: #FF0000;
}

.b-singleContent {
    max-width: 900px;
}

.b-singleContent img {
    margin: 15px 0;
    display: block;
    height: auto !important;
}

.b-singleContent hr {
    margin: 15px 0;
}

.b-singleContent ._head {
    margin: 15px 0;
}

.b-pager {
    border: solid rgba(0, 0, 0, 0.5);
    border-width: 1px 0;
}

.b-pager ._list {
    display: flex;
}

.b-pager ._list > li {
    flex: 0 0 auto;
}

.b-pager ._list > li a {
    font-size: 14px;
}

.b-pager ._list > li._prev, .b-pager ._list > li._next {
    flex: 1 1 100%;
}

.b-pager ._list > li._prev .a-arrow, .b-pager ._list > li._next .a-arrow {
    margin: -1px 7.5px 0;
}

.b-pager ._list > li._prev .a-arrow:before, .b-pager ._list > li._next .a-arrow:before {
    border-color: #C9C9C9;
}

.b-pager ._list > li._next {
    text-align: right;
}

.b-pager ._list > li.is-active a {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 800;
}

.b-pager ._list > li a {
    color: rgba(0, 0, 0, 0.5);
    padding: 7.5px;
}

.b-pager ._list > li a:hover {
    opacity: .5;
}

.b-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 400px;
    margin: 0 auto;
}

.b-login ._logoArea {
    width: 200px;
    margin-bottom: 60px;
}

.b-login ._inputArea {
    display: flex;
    flex-direction: column;
}

.b-login ._inputArea label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    margin-top: 15px;
}

.b-login ._inputArea label input {
    margin-top: 7.5px;
}

.b-login ._submitArea {
    margin-top: 30px;
}

.b-login ._extraArea {
    text-align: center;
    margin-top: 45px;
}

.b-login ._extraArea ._link {
    text-decoration: underline;
}

.b-login ._messageArea ._messageHead {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    max-width: 400px;
}

.b-login ._messageArea ._messageBody {
    margin-top: 30px;
    max-width: 400px;
}

.b-message.-warn {
    border-color: #F2B100 !important;
}

.b-message.-warn ._desc {
    color: #F2B100 !important;
}

.b-message.-error {
    border-color: #F03B3B !important;
}

.b-message.-error ._desc {
    color: #F03B3B !important;
}

.b-message.-success {
    border-color: #0FA95D !important;
}

.b-message.-success ._desc {
    color: #0FA95D !important;
}

.b-message {
    border: 4px solid #E0E0E0;
    padding: 30px;
}

.b-message ._desc {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.message_area {
    padding: 15px;
    background-color: white;
}

a.article-link {
    color: #2483A7 !important;
}

a:visited.article-link {
    color: #609 !important;
}

a:hover.article-link {
    text-decoration: underline;
}

._navArea a {
    color: rgba(0, 0, 0, 0.85) !important;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/*.b-pager {*/
/*position: relative;*/
/*height: 30px;*/
/*}*/

@media print, screen and (min-width: 60em) {
    .b-pager {
        margin: 0 auto;
    }
}

.b-pager ._prev {
    position: absolute;
    left: 15px;
}

.b-pager ._prev a::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    border-style: solid;
    border-width: 1px;
    height: 6px;
    width: 6px;
    border-color: #004E6C transparent transparent #004E6C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 4px;
}

.b-pager ._next {
    position: absolute;
    right: 15px;
}

.b-pager ._next a::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    border-style: solid;
    border-width: 1px;
    height: 6px;
    width: 6px;
    border-color: #004E6C #004E6C transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 4px;
}

.b-pager ._numCell {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b-pager ._numCell ._numList {
    display: flex;
}

.b-pager ._numCell ._numList ._numItem {
    margin: 0 4px;
}

.b-pagerItem a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #E0E0E0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004E6C;
    font-size: 12px;
    font-weight: 500;
}

.b-pagerItem.is-active a {
    font-weight: 800;
    color: white;
    background-color: #004E6C;
}

.b-pagerItem.-main.is-active a {
    background-color: #004E6C !important;
}

.b-pagerItem.-top.is-active a {
    background-color: #004E6C !important;
}

.b-pagerItem.-risfax.is-active a {
    background-color: #0FA95D !important;
}

.b-pagerItem.-reporter.is-active a {
    background-color: #BCD500 !important;
}

.b-pagerItem.-pharma.is-active a {
    background-color: #F2B100 !important;
}

.b-pagerItem.-dowjones.is-active a {
    background-color: #F03B3B !important;
}

.b-pagerItem.-risbox.is-active a {
    background-color: #DB04DB !important;
}

.b-pagerItem.-beholder.is-active a {
    background-color: #7437E8 !important;
}

.b-pagerItem.-area.is-active a {
    background-color: #009BD5 !important;
}

.b-pagerItem.-economy.is-active a {
    background-color: #8199FF !important;
}

.b-pagerItem.-mook.is-active a {
    background-color: #3B3B3B !important;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

._categoryArea {
    font-size: 12px;
    margin: 5px 0px;
}

#page-loading {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 15px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 128, 192, 0.2);
    border-right: 1.1em solid rgba(0, 128, 192, 0.2);
    border-bottom: 1.1em solid rgba(0, 128, 192, 0.2);
    border-left: 1.1em solid #0080c0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;

    top: 30%;
}

.b-article ._contentArea .column-desc {
    font-size: 12px;
    height: 12px;
    margin-top: 4px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.subtitle {
    font-size: 13px;
}