.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.wp-block-audio audio {
    width: 100%;
    min-width: 300px
    }
.wp-block-button {
    color: #fff
    }
.wp-block-button.aligncenter {
    text-align: center
    }
.wp-block-button.alignright {
    text-align: right
    }
.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
    }
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: inherit
    }
.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
    }
.is-style-squared .wp-block-button__link {
    border-radius: 0
    }
.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
    }
.is-style-outline {
    color: #32373c
    }
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
    }
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
    }
.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px
    }
.wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center
    }
.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
    }
.wp-block-calendar tfoot td {
    border: none
    }
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
    }
.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0
    }
.wp-block-calendar a {
    text-decoration: underline
    }
.wp-block-calendar tfoot a {
    color: #00739c
    }
.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
    }
.wp-block-categories.alignleft {
    margin-right: 2em
    }
.wp-block-categories.alignright {
    margin-left: 2em
    }
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
    }
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
        }
    }
.wp-block-columns.has-background {
    padding: 20px 30px
    }
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
    }
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
        }
    }
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
        }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
        }
    }
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
        }
    .wp-block-column[style] {
        flex-grow: 0
        }
    .wp-block-column:not(:first-child) {
        margin-left: 32px
        }
    }
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
    }
.wp-block-columns.are-vertically-aligned-center {
    align-items: center
    }
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
    }
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
    }
.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
    }
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
    }
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
    }
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
    }
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
    }
@supports (-webkit-overflow-scrolling: touch) {
    . wp-block-cover-image . has-parallax, . wp-block-cover . has-parallax {
        background-attachment: scroll
        }
    }
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
        }
    }
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
    }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
    }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: 0.5
    }
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1
    }
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1
    }
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2
    }
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2
    }
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3
    }
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3
    }
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4
    }
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4
    }
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5
    }
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5
    }
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6
    }
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6
    }
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7
    }
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7
    }
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8
    }
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8
    }
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9
    }
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9
    }
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
    }
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
    }
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
    }
.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . wp-block-cover-image: after, . wp-block-cover: after {
        content: none
        }
    }
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
    }
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
    }
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
    }
.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
    }
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff
    }
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
    }
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
    }
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
    }
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
    }
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
    }
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
    }
.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .wp-block-embed.alignleft, .wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
    }
.wp-block-embed {
    margin-bottom: 1em
    }
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
    }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
    }
.wp-block-file {
    margin-bottom: 1.5em
    }
.wp-block-file.aligncenter {
    text-align: center
    }
.wp-block-file.alignright {
    text-align: right
    }
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 1em
    }
.wp-block-file a.wp-block-file__button {
    text-decoration: none
    }
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none
    }
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em
    }
.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
    }
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
    }
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . blocks-gallery-grid . blocks-gallery-image figure, . blocks-gallery-grid . blocks-gallery-item figure, . wp-block-gallery . blocks-gallery-image figure, . wp-block-gallery . blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
        }
    }
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . blocks-gallery-grid . blocks-gallery-image img, . blocks-gallery-grid . blocks-gallery-item img, . wp-block-gallery . blocks-gallery-image img, . wp-block-gallery . blocks-gallery-item img {
        width: auto
        }
    }
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent)
    }
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
    }
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . blocks-gallery-grid . is-cropped . blocks-gallery-image a, . blocks-gallery-grid . is-cropped . blocks-gallery-image img, . blocks-gallery-grid . is-cropped . blocks-gallery-item a, . blocks-gallery-grid . is-cropped . blocks-gallery-item img, . wp-block-gallery . is-cropped . blocks-gallery-image a, . wp-block-gallery . is-cropped . blocks-gallery-image img, . wp-block-gallery . is-cropped . blocks-gallery-item a, . wp-block-gallery . is-cropped . blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
        }
    }
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
    }
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
    }
@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 16px
        }
    @supports (-ms-ime-align: auto) {
        . blocks-gallery-grid . columns-3 . blocks-gallery-image, . blocks-gallery-grid . columns-3 . blocks-gallery-item, . wp-block-gallery . columns-3 . blocks-gallery-image, . wp-block-gallery . columns-3 . blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
            }
        }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 16px
        }
    @supports (-ms-ime-align: auto) {
        . blocks-gallery-grid . columns-4 . blocks-gallery-image, . blocks-gallery-grid . columns-4 . blocks-gallery-item, . wp-block-gallery . columns-4 . blocks-gallery-image, . wp-block-gallery . columns-4 . blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
            }
        }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 16px
        }
    @supports (-ms-ime-align: auto) {
        . blocks-gallery-grid . columns-5 . blocks-gallery-image, . blocks-gallery-grid . columns-5 . blocks-gallery-item, . wp-block-gallery . columns-5 . blocks-gallery-image, . wp-block-gallery . columns-5 . blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
            }
        }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 16px
        }
    @supports (-ms-ime-align: auto) {
        . blocks-gallery-grid . columns-6 . blocks-gallery-image, . blocks-gallery-grid . columns-6 . blocks-gallery-item, . wp-block-gallery . columns-6 . blocks-gallery-image, . wp-block-gallery . columns-6 . blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
            }
        }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 16px
        }
    @supports (-ms-ime-align: auto) {
        . blocks-gallery-grid . columns-7 . blocks-gallery-image, . blocks-gallery-grid . columns-7 . blocks-gallery-item, . wp-block-gallery . columns-7 . blocks-gallery-image, . wp-block-gallery . columns-7 . blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
            }
        }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 16px
        }
    @supports (-ms-ime-align: auto) {
        . blocks-gallery-grid . columns-8 . blocks-gallery-image, . blocks-gallery-grid . columns-8 . blocks-gallery-item, . wp-block-gallery . columns-8 . blocks-gallery-image, . wp-block-gallery . columns-8 . blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
            }
        }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
        }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
        }
    }
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
    }
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
    }
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
    }
.wp-block-image {
    margin-bottom: 1em
    }
.wp-block-image img {
    max-width: 100%
    }
.wp-block-image.aligncenter {
    text-align: center
    }
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
    }
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
    }
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom
    }
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
    }
.wp-block-image .alignright {
    float: right;
    margin-left: 1em
    }
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
    }
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px
    }
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    . is-style-circle-mask img {
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
        mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
        }
    }
.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
    }
.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
    }
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
    }
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
    }
.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
    }
.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
    }
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
    }
.wp-block-latest-posts.alignleft {
    margin-right: 2em
    }
.wp-block-latest-posts.alignright {
    margin-left: 2em
    }
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
    }
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
    }
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
    }
.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
    }
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
        }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
        }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
        }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
        }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
        }
    }
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
    }
.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
    }
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
    }
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
    }
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
    }
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
    }
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
    }
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
    }
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
    }
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
    }
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
    }
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
    }
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
    }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/
    }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/
    }
.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
    }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
    }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
        }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
        }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
        }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
        }
    }
.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0
    }
@media (min-width: 600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap
        }
    }
.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
    }
.wp-block-navigation > ul ul li {
    margin: 0
    }
.wp-block-navigation > ul li {
    z-index: 1
    }
.wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
    cursor: pointer;
    z-index: 99999
    }
.wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul, .wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
    }
.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden
    }
.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
    }
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width: 200px
    }
.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    margin: 0;
    width: auto
    }
.wp-block-navigation, .wp-block-navigation > .wp-block-navigation__container {
    align-items: center;
    width: 100%
    }
.wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0
    }
.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height: 1.4
    }
.wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0
    }
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0
    }
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
    display: none
    }
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0
    }
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top: -1px
    }
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit
    }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 6px 16px
    }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px
    }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px
    }
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative
    }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px
    }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
    }
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0)
    }
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
    color: inherit
    }
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #111
    }
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #fff
    }
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #fff
    }
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #333
    }
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding: 0
    }
.wp-block-navigation > ul > li > a {
    display: flex;
    align-items: center
    }
.wp-block-navigation > ul > li:first-of-type > a {
    padding-left: 0
    }
.wp-block-navigation > ul > li:last-of-type > a {
    padding-right: 0
    }
.wp-block-navigation.items-justified-left > ul {
    justify-content: flex-start
    }
.wp-block-navigation.items-justified-center > ul {
    justify-content: center
    }
.wp-block-navigation.items-justified-right > ul {
    justify-content: flex-end
    }
.is-small-text {
    font-size: 14px
    }
.is-regular-text {
    font-size: 16px
    }
.is-large-text {
    font-size: 36px
    }
.is-larger-text {
    font-size: 48px
    }
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal
    }
p.has-background {
    padding: 20px 30px
    }
p.has-text-color a {
    color: inherit
    }
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
    }
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 290px
    }
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 20px
    }
.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
    }
.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
    }
.wp-block-pullquote .has-text-color a {
    color: inherit
    }
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
    }
.wp-block-pullquote.is-style-solid-color {
    border: none
    }
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
    }
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
    }
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
    }
.wp-block-pullquote cite {
    color: inherit
    }
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
    }
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
    }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
    }
.wp-block-rss.alignleft {
    margin-right: 2em
    }
.wp-block-rss.alignright {
    margin-left: 2em
    }
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
    }
.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
    }
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
        }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
        }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
        }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
        }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
        }
    }
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
    }
.wp-block-search {
    display: flex;
    flex-wrap: wrap
    }
.wp-block-search .wp-block-search__label {
    width: 100%
    }
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
    }
.wp-block-search .wp-block-search__button {
    margin-left: 10px
    }
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
    }
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
    }
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
    }
.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
    }
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
    }
.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform 0.1s ease
    }
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s
        }
    }
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease
    }
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor
    }
.wp-social-link:hover {
    transform: scale(1.1)
    }
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
    }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
    }
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
    }
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
    }
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
    }
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
    }
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
    }
.wp-block-spacer {
    clear: both
    }
p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75
    }
.wp-block-table {
    overflow-x: auto
    }
.wp-block-table table {
    width: 100%
    }
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
    }
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
    }
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
    }
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
    }
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
    }
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
    }
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
    }
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
    }
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
    }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
    }
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
    }
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
    }
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
    }
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
    }
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
    }
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
    }
.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
    }
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
    }
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
    }
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
    }
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
    }
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
    }
.wp-block-video {
    margin-left: 0;
    margin-right: 0
    }
.wp-block-video video {
    max-width: 100%
    }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    . wp-block-video [poster] {
        object-fit: cover
        }
    }
.wp-block-video.aligncenter {
    text-align: center
    }
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em
    }
:root .has-pale-pink-background-color {
    background-color: #f78da7
    }
:root .has-vivid-red-background-color {
    background-color: #cf2e2e
    }
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
    }
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
    }
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
    }
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
    }
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
    }
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
    }
:root .has-vivid-purple-background-color {
    background-color: #9b51e0
    }
:root .has-very-light-gray-background-color {
    background-color: #eee
    }
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
    }
:root .has-very-dark-gray-background-color {
    background-color: #313131
    }
:root .has-pale-pink-color {
    color: #f78da7
    }
:root .has-vivid-red-color {
    color: #cf2e2e
    }
:root .has-luminous-vivid-orange-color {
    color: #ff6900
    }
:root .has-luminous-vivid-amber-color {
    color: #fcb900
    }
:root .has-light-green-cyan-color {
    color: #7bdcb5
    }
:root .has-vivid-green-cyan-color {
    color: #00d084
    }
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
    }
:root .has-vivid-cyan-blue-color {
    color: #0693e3
    }
:root .has-vivid-purple-color {
    color: #9b51e0
    }
:root .has-very-light-gray-color {
    color: #eee
    }
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
    }
:root .has-very-dark-gray-color {
    color: #313131
    }
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
    }
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
    }
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
    }
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
    }
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
    }
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
    }
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
    }
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
    }
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
    }
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
    }
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
    }
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
    }
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
    }
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
    }
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
    }
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
    }
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
    }
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
    }
.has-small-font-size {
    font-size: 13px
    }
.has-normal-font-size, .has-regular-font-size {
    font-size: 16px
    }
.has-medium-font-size {
    font-size: 20px
    }
.has-large-font-size {
    font-size: 36px
    }
.has-huge-font-size, .has-larger-font-size {
    font-size: 42px
    }
.has-text-align-center {
    text-align: center
    }
.has-text-align-left {
    text-align: left
    }
.has-text-align-right {
    text-align: right
    }
@media print, screen and (min-width: 48em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
        }
    }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    font-family: Lato, "æ¸¸ã´ã·ãã¯ Medium", "æ¸¸ã´ã·ãã¯ä½", "Yu Gothic Medium", YuGothic, "ãã©ã®ãè§ã´ ProN", "Hiragino Kaku Gothic ProN", "ã¡ã¤ãªãª", Meiryo, "ï¼­ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    }
body {
    margin: 0
    }
article, aside, footer, header, nav, section {
    display: block
    }
h1 {
    font-size: 2em;
    margin: 0.67em 0
    }
figcaption, figure {
    display: block
    }
figure {
    margin: 1em 40px
    }
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
    }
main {
    display: block
    }
pre {
    font-family: monospace, monospace;
    font-size: 1em
    }
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
    }
a:active, a:hover {
    outline-width: 0
    }
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
    }
b, strong {
    font-weight: inherit
    }
b, strong {
    font-weight: bolder
    }
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
    }
dfn {
    font-style: italic
    }
mark {
    background-color: #ff0;
    color: #000
    }
small {
    font-size: 80%
    }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
    }
sub {
    bottom: -0.25em
    }
sup {
    top: -0.5em
    }
audio, video {
    display: inline-block
    }
audio:not([controls]) {
    display: none;
    height: 0
    }
img {
    border-style: none
    }
svg:not(:root) {
    overflow: hidden
    }
button, input, optgroup, select, textarea {
    font-family: Lato, "æ¸¸ã´ã·ãã¯ Medium", "æ¸¸ã´ã·ãã¯ä½", "Yu Gothic Medium", YuGothic, "ãã©ã®ãè§ã´ ProN", "Hiragino Kaku Gothic ProN", "ã¡ã¤ãªãª", Meiryo, "ï¼­ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
    }
button {
    overflow: visible
    }
button, select {
    text-transform: none
    }
button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
    }
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
    }
input {
    overflow: visible
    }
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
    }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
    }
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
    }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
    }
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
    }
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
    }
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
    }
progress {
    display: inline-block;
    vertical-align: baseline
    }
textarea {
    overflow: auto
    }
details {
    display: block
    }
summary {
    display: list-item
    }
menu {
    display: block
    }
canvas {
    display: inline-block
    }
template {
    display: none
    }
[hidden] {
    display: none
    }
.foundation-mq {
    font-family: "small=0em&medium=48em&large=62.5em&xlarge=75em&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: 400;
    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: 0 0;
    line-height: 1
    }
[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 {
    max-width: 75rem;
    margin: 0 auto
    }
.grid-container-padded {
    padding-left: 0.625rem;
    padding-right: 0.625rem
    }
@media print, screen and (min-width: 48em) {
    .grid-container-padded {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem
        }
    }
@media screen and (min-width: 75em) {
    .grid-container-padded {
        padding-left: 0;
        padding-right: 0
        }
    }
.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
    }
.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
    }
.cell.auto {
    -ms-flex: 1 1 0;
    flex: 1 1 0
    }
.cell.shrink {
    -ms-flex: 0 0 auto;
    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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
    }
@media print, screen and (min-width: 48em) {
    .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 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    }
@media print, screen and (min-width: 62.5em) {
    .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 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    }
.grid-x > .small-1 {
    width: 8.33333%
    }
.grid-x > .small-2 {
    width: 16.66667%
    }
.grid-x > .small-3 {
    width: 25%
    }
.grid-x > .small-4 {
    width: 33.33333%
    }
.grid-x > .small-5 {
    width: 41.66667%
    }
.grid-x > .small-6 {
    width: 50%
    }
.grid-x > .small-7 {
    width: 58.33333%
    }
.grid-x > .small-8 {
    width: 66.66667%
    }
.grid-x > .small-9 {
    width: 75%
    }
.grid-x > .small-10 {
    width: 83.33333%
    }
.grid-x > .small-11 {
    width: 91.66667%
    }
.grid-x > .small-12 {
    width: 100%
    }
@media print, screen and (min-width: 48em) {
    .grid-x > .medium-auto {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: auto
        }
    .grid-x > .medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
        }
    .grid-x > .medium-1 {
        width: 8.33333%
        }
    .grid-x > .medium-2 {
        width: 16.66667%
        }
    .grid-x > .medium-3 {
        width: 25%
        }
    .grid-x > .medium-4 {
        width: 33.33333%
        }
    .grid-x > .medium-5 {
        width: 41.66667%
        }
    .grid-x > .medium-6 {
        width: 50%
        }
    .grid-x > .medium-7 {
        width: 58.33333%
        }
    .grid-x > .medium-8 {
        width: 66.66667%
        }
    .grid-x > .medium-9 {
        width: 75%
        }
    .grid-x > .medium-10 {
        width: 83.33333%
        }
    .grid-x > .medium-11 {
        width: 91.66667%
        }
    .grid-x > .medium-12 {
        width: 100%
        }
    }
@media print, screen and (min-width: 62.5em) {
    .grid-x > .large-auto {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: auto
        }
    .grid-x > .large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
        }
    .grid-x > .large-1 {
        width: 8.33333%
        }
    .grid-x > .large-2 {
        width: 16.66667%
        }
    .grid-x > .large-3 {
        width: 25%
        }
    .grid-x > .large-4 {
        width: 33.33333%
        }
    .grid-x > .large-5 {
        width: 41.66667%
        }
    .grid-x > .large-6 {
        width: 50%
        }
    .grid-x > .large-7 {
        width: 58.33333%
        }
    .grid-x > .large-8 {
        width: 66.66667%
        }
    .grid-x > .large-9 {
        width: 75%
        }
    .grid-x > .large-10 {
        width: 83.33333%
        }
    .grid-x > .large-11 {
        width: 91.66667%
        }
    .grid-x > .large-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.625rem;
    margin-right: -0.625rem
    }
@media print, screen and (min-width: 48em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem
        }
    }
.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem
    }
@media print, screen and (min-width: 48em) {
    .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.33333% - 1.25rem)
    }
.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem)
    }
.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
    }
.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem)
    }
.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem)
    }
.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
    }
.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem)
    }
.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem)
    }
.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
    }
.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem)
    }
.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem)
    }
.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
    }
@media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
        width: auto
        }
    .grid-margin-x > .shrink {
        width: auto
        }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem)
        }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem)
        }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem)
        }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem)
        }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem)
        }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem)
        }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem)
        }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem)
        }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem)
        }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem)
        }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem)
        }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem)
        }
    .grid-margin-x > .medium-auto {
        width: auto
        }
    .grid-margin-x > .medium-shrink {
        width: auto
        }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem)
        }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem)
        }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem)
        }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem)
        }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem)
        }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem)
        }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem)
        }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem)
        }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem)
        }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem)
        }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem)
        }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem)
        }
    }
@media print, screen and (min-width: 62.5em) {
    .grid-margin-x > .large-auto {
        width: auto
        }
    .grid-margin-x > .large-shrink {
        width: auto
        }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem)
        }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem)
        }
    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
        }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem)
        }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem)
        }
    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
        }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem)
        }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem)
        }
    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
        }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem)
        }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem)
        }
    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
        }
    }
.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
    }
@media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
        }
    }
.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem
    }
@media print, screen and (min-width: 48em) {
    .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.33333%
    }
.small-up-4 > .cell {
    width: 25%
    }
.small-up-5 > .cell {
    width: 20%
    }
.small-up-6 > .cell {
    width: 16.66667%
    }
.small-up-7 > .cell {
    width: 14.28571%
    }
.small-up-8 > .cell {
    width: 12.5%
    }
@media print, screen and (min-width: 48em) {
    .medium-up-1 > .cell {
        width: 100%
        }
    .medium-up-2 > .cell {
        width: 50%
        }
    .medium-up-3 > .cell {
        width: 33.33333%
        }
    .medium-up-4 > .cell {
        width: 25%
        }
    .medium-up-5 > .cell {
        width: 20%
        }
    .medium-up-6 > .cell {
        width: 16.66667%
        }
    .medium-up-7 > .cell {
        width: 14.28571%
        }
    .medium-up-8 > .cell {
        width: 12.5%
        }
    }
@media print, screen and (min-width: 62.5em) {
    .large-up-1 > .cell {
        width: 100%
        }
    .large-up-2 > .cell {
        width: 50%
        }
    .large-up-3 > .cell {
        width: 33.33333%
        }
    .large-up-4 > .cell {
        width: 25%
        }
    .large-up-5 > .cell {
        width: 20%
        }
    .large-up-6 > .cell {
        width: 16.66667%
        }
    .large-up-7 > .cell {
        width: 14.28571%
        }
    .large-up-8 > .cell {
        width: 12.5%
        }
    }
.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
    }
.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
    }
.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem)
    }
.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
    }
.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
    }
.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem)
    }
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem)
    }
.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
    }
@media print, screen and (min-width: 48em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
        }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
        }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
        }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
        }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
        }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
        }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
        }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
        }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
        }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem)
        }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
        }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem)
        }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem)
        }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
        }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
        }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
        }
    }
@media print, screen and (min-width: 62.5em) {
    .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.33333% - 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.66667% - 1.875rem)
        }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
        }
    .grid-margin-x.large-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.33333%
    }
.small-margin-collapse > .small-2 {
    width: 16.66667%
    }
.small-margin-collapse > .small-3 {
    width: 25%
    }
.small-margin-collapse > .small-4 {
    width: 33.33333%
    }
.small-margin-collapse > .small-5 {
    width: 41.66667%
    }
.small-margin-collapse > .small-6 {
    width: 50%
    }
.small-margin-collapse > .small-7 {
    width: 58.33333%
    }
.small-margin-collapse > .small-8 {
    width: 66.66667%
    }
.small-margin-collapse > .small-9 {
    width: 75%
    }
.small-margin-collapse > .small-10 {
    width: 83.33333%
    }
.small-margin-collapse > .small-11 {
    width: 91.66667%
    }
.small-margin-collapse > .small-12 {
    width: 100%
    }
.small-margin-collapse > .medium-1 {
    width: 8.33333%
    }
.small-margin-collapse > .medium-2 {
    width: 16.66667%
    }
.small-margin-collapse > .medium-3 {
    width: 25%
    }
.small-margin-collapse > .medium-4 {
    width: 33.33333%
    }
.small-margin-collapse > .medium-5 {
    width: 41.66667%
    }
.small-margin-collapse > .medium-6 {
    width: 50%
    }
.small-margin-collapse > .medium-7 {
    width: 58.33333%
    }
.small-margin-collapse > .medium-8 {
    width: 66.66667%
    }
.small-margin-collapse > .medium-9 {
    width: 75%
    }
.small-margin-collapse > .medium-10 {
    width: 83.33333%
    }
.small-margin-collapse > .medium-11 {
    width: 91.66667%
    }
.small-margin-collapse > .medium-12 {
    width: 100%
    }
.small-margin-collapse > .large-1 {
    width: 8.33333%
    }
.small-margin-collapse > .large-2 {
    width: 16.66667%
    }
.small-margin-collapse > .large-3 {
    width: 25%
    }
.small-margin-collapse > .large-4 {
    width: 33.33333%
    }
.small-margin-collapse > .large-5 {
    width: 41.66667%
    }
.small-margin-collapse > .large-6 {
    width: 50%
    }
.small-margin-collapse > .large-7 {
    width: 58.33333%
    }
.small-margin-collapse > .large-8 {
    width: 66.66667%
    }
.small-margin-collapse > .large-9 {
    width: 75%
    }
.small-margin-collapse > .large-10 {
    width: 83.33333%
    }
.small-margin-collapse > .large-11 {
    width: 91.66667%
    }
.small-margin-collapse > .large-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: 48em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
        }
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
        }
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
        }
    .medium-margin-collapse > .small-2 {
        width: 16.66667%
        }
    .medium-margin-collapse > .small-3 {
        width: 25%
        }
    .medium-margin-collapse > .small-4 {
        width: 33.33333%
        }
    .medium-margin-collapse > .small-5 {
        width: 41.66667%
        }
    .medium-margin-collapse > .small-6 {
        width: 50%
        }
    .medium-margin-collapse > .small-7 {
        width: 58.33333%
        }
    .medium-margin-collapse > .small-8 {
        width: 66.66667%
        }
    .medium-margin-collapse > .small-9 {
        width: 75%
        }
    .medium-margin-collapse > .small-10 {
        width: 83.33333%
        }
    .medium-margin-collapse > .small-11 {
        width: 91.66667%
        }
    .medium-margin-collapse > .small-12 {
        width: 100%
        }
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
        }
    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
        }
    .medium-margin-collapse > .medium-3 {
        width: 25%
        }
    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
        }
    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
        }
    .medium-margin-collapse > .medium-6 {
        width: 50%
        }
    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
        }
    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
        }
    .medium-margin-collapse > .medium-9 {
        width: 75%
        }
    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
        }
    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
        }
    .medium-margin-collapse > .medium-12 {
        width: 100%
        }
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
        }
    .medium-margin-collapse > .large-2 {
        width: 16.66667%
        }
    .medium-margin-collapse > .large-3 {
        width: 25%
        }
    .medium-margin-collapse > .large-4 {
        width: 33.33333%
        }
    .medium-margin-collapse > .large-5 {
        width: 41.66667%
        }
    .medium-margin-collapse > .large-6 {
        width: 50%
        }
    .medium-margin-collapse > .large-7 {
        width: 58.33333%
        }
    .medium-margin-collapse > .large-8 {
        width: 66.66667%
        }
    .medium-margin-collapse > .large-9 {
        width: 75%
        }
    .medium-margin-collapse > .large-10 {
        width: 83.33333%
        }
    .medium-margin-collapse > .large-11 {
        width: 91.66667%
        }
    .medium-margin-collapse > .large-12 {
        width: 100%
        }
    .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: 62.5em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
        }
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
        }
    .large-margin-collapse > .small-1 {
        width: 8.33333%
        }
    .large-margin-collapse > .small-2 {
        width: 16.66667%
        }
    .large-margin-collapse > .small-3 {
        width: 25%
        }
    .large-margin-collapse > .small-4 {
        width: 33.33333%
        }
    .large-margin-collapse > .small-5 {
        width: 41.66667%
        }
    .large-margin-collapse > .small-6 {
        width: 50%
        }
    .large-margin-collapse > .small-7 {
        width: 58.33333%
        }
    .large-margin-collapse > .small-8 {
        width: 66.66667%
        }
    .large-margin-collapse > .small-9 {
        width: 75%
        }
    .large-margin-collapse > .small-10 {
        width: 83.33333%
        }
    .large-margin-collapse > .small-11 {
        width: 91.66667%
        }
    .large-margin-collapse > .small-12 {
        width: 100%
        }
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
        }
    .large-margin-collapse > .medium-2 {
        width: 16.66667%
        }
    .large-margin-collapse > .medium-3 {
        width: 25%
        }
    .large-margin-collapse > .medium-4 {
        width: 33.33333%
        }
    .large-margin-collapse > .medium-5 {
        width: 41.66667%
        }
    .large-margin-collapse > .medium-6 {
        width: 50%
        }
    .large-margin-collapse > .medium-7 {
        width: 58.33333%
        }
    .large-margin-collapse > .medium-8 {
        width: 66.66667%
        }
    .large-margin-collapse > .medium-9 {
        width: 75%
        }
    .large-margin-collapse > .medium-10 {
        width: 83.33333%
        }
    .large-margin-collapse > .medium-11 {
        width: 91.66667%
        }
    .large-margin-collapse > .medium-12 {
        width: 100%
        }
    .large-margin-collapse > .large-1 {
        width: 8.33333%
        }
    .large-margin-collapse > .large-2 {
        width: 16.66667%
        }
    .large-margin-collapse > .large-3 {
        width: 25%
        }
    .large-margin-collapse > .large-4 {
        width: 33.33333%
        }
    .large-margin-collapse > .large-5 {
        width: 41.66667%
        }
    .large-margin-collapse > .large-6 {
        width: 50%
        }
    .large-margin-collapse > .large-7 {
        width: 58.33333%
        }
    .large-margin-collapse > .large-8 {
        width: 66.66667%
        }
    .large-margin-collapse > .large-9 {
        width: 75%
        }
    .large-margin-collapse > .large-10 {
        width: 83.33333%
        }
    .large-margin-collapse > .large-11 {
        width: 91.66667%
        }
    .large-margin-collapse > .large-12 {
        width: 100%
        }
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
        }
    .large-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.625rem)
    }
.small-offset-1 {
    margin-left: 8.33333%
    }
.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem)
    }
.small-offset-2 {
    margin-left: 16.66667%
    }
.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem)
    }
.small-offset-3 {
    margin-left: 25%
    }
.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem)
    }
.small-offset-4 {
    margin-left: 33.33333%
    }
.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem)
    }
.small-offset-5 {
    margin-left: 41.66667%
    }
.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem)
    }
.small-offset-6 {
    margin-left: 50%
    }
.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem)
    }
.small-offset-7 {
    margin-left: 58.33333%
    }
.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem)
    }
.small-offset-8 {
    margin-left: 66.66667%
    }
.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem)
    }
.small-offset-9 {
    margin-left: 75%
    }
.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem)
    }
.small-offset-10 {
    margin-left: 83.33333%
    }
.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem)
    }
.small-offset-11 {
    margin-left: 91.66667%
    }
.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem)
    }
@media print, screen and (min-width: 48em) {
    .medium-offset-0 {
        margin-left: 0
        }
    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.9375rem)
        }
    .medium-offset-1 {
        margin-left: 8.33333%
        }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem)
        }
    .medium-offset-2 {
        margin-left: 16.66667%
        }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem)
        }
    .medium-offset-3 {
        margin-left: 25%
        }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem)
        }
    .medium-offset-4 {
        margin-left: 33.33333%
        }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem)
        }
    .medium-offset-5 {
        margin-left: 41.66667%
        }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem)
        }
    .medium-offset-6 {
        margin-left: 50%
        }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem)
        }
    .medium-offset-7 {
        margin-left: 58.33333%
        }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem)
        }
    .medium-offset-8 {
        margin-left: 66.66667%
        }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem)
        }
    .medium-offset-9 {
        margin-left: 75%
        }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem)
        }
    .medium-offset-10 {
        margin-left: 83.33333%
        }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem)
        }
    .medium-offset-11 {
        margin-left: 91.66667%
        }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem)
        }
    }
@media print, screen and (min-width: 62.5em) {
    .large-offset-0 {
        margin-left: 0
        }
    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 0.9375rem)
        }
    .large-offset-1 {
        margin-left: 8.33333%
        }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem)
        }
    .large-offset-2 {
        margin-left: 16.66667%
        }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 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.33333%
        }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem)
        }
    .large-offset-5 {
        margin-left: 41.66667%
        }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 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.33333%
        }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem)
        }
    .large-offset-8 {
        margin-left: 66.66667%
        }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 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.33333%
        }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem)
        }
    .large-offset-11 {
        margin-left: 91.66667%
        }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem)
        }
    }
.grid-y {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
    }
@media print, screen and (min-width: 48em) {
    .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 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    }
@media print, screen and (min-width: 62.5em) {
    .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 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    }
.grid-y > .small-1 {
    height: 8.33333%
    }
.grid-y > .small-2 {
    height: 16.66667%
    }
.grid-y > .small-3 {
    height: 25%
    }
.grid-y > .small-4 {
    height: 33.33333%
    }
.grid-y > .small-5 {
    height: 41.66667%
    }
.grid-y > .small-6 {
    height: 50%
    }
.grid-y > .small-7 {
    height: 58.33333%
    }
.grid-y > .small-8 {
    height: 66.66667%
    }
.grid-y > .small-9 {
    height: 75%
    }
.grid-y > .small-10 {
    height: 83.33333%
    }
.grid-y > .small-11 {
    height: 91.66667%
    }
.grid-y > .small-12 {
    height: 100%
    }
@media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        height: auto
        }
    .grid-y > .medium-shrink {
        height: auto
        }
    .grid-y > .medium-1 {
        height: 8.33333%
        }
    .grid-y > .medium-2 {
        height: 16.66667%
        }
    .grid-y > .medium-3 {
        height: 25%
        }
    .grid-y > .medium-4 {
        height: 33.33333%
        }
    .grid-y > .medium-5 {
        height: 41.66667%
        }
    .grid-y > .medium-6 {
        height: 50%
        }
    .grid-y > .medium-7 {
        height: 58.33333%
        }
    .grid-y > .medium-8 {
        height: 66.66667%
        }
    .grid-y > .medium-9 {
        height: 75%
        }
    .grid-y > .medium-10 {
        height: 83.33333%
        }
    .grid-y > .medium-11 {
        height: 91.66667%
        }
    .grid-y > .medium-12 {
        height: 100%
        }
    }
@media print, screen and (min-width: 62.5em) {
    .grid-y > .large-auto {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        height: auto
        }
    .grid-y > .large-shrink {
        height: auto
        }
    .grid-y > .large-1 {
        height: 8.33333%
        }
    .grid-y > .large-2 {
        height: 16.66667%
        }
    .grid-y > .large-3 {
        height: 25%
        }
    .grid-y > .large-4 {
        height: 33.33333%
        }
    .grid-y > .large-5 {
        height: 41.66667%
        }
    .grid-y > .large-6 {
        height: 50%
        }
    .grid-y > .large-7 {
        height: 58.33333%
        }
    .grid-y > .large-8 {
        height: 66.66667%
        }
    .grid-y > .large-9 {
        height: 75%
        }
    .grid-y > .large-10 {
        height: 83.33333%
        }
    .grid-y > .large-11 {
        height: 91.66667%
        }
    .grid-y > .large-12 {
        height: 100%
        }
    }
.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
    }
@media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
        }
    }
.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
    }
@media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem
        }
    }
.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
    }
@media print, screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem
        }
    }
.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
    }
@media print, screen and (min-width: 48em) {
    .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.33333% - 1.25rem)
    }
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
    }
.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
    }
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
    }
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
    }
.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
    }
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
    }
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
    }
.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
    }
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
    }
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
    }
.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
    }
@media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
        height: auto
        }
    .grid-margin-y > .shrink {
        height: auto
        }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
        }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
        }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
        }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
        }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
        }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
        }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
        }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
        }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
        }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
        }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 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.33333% - 1.875rem)
        }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
        }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
        }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
        }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
        }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
        }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
        }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
        }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
        }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
        }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
        }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
        }
    }
@media print, screen and (min-width: 62.5em) {
    .grid-margin-y > .large-auto {
        height: auto
        }
    .grid-margin-y > .large-shrink {
        height: auto
        }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
        }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
        }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
        }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
        }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
        }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
        }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
        }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
        }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
        }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
        }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
        }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
        }
    }
.grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
    }
.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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
    }
.cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
    }
@media print, screen and (min-width: 48em) {
    .medium-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
        }
    .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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
        }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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: 62.5em) {
    .large-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
        }
    .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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
        }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .large-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;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
    }
@media print, screen and (min-width: 48em) {
    .grid-y.medium-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
        }
    }
@media print, screen and (min-width: 62.5em) {
    .grid-y.large-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
        }
    }
.cell .grid-y.grid-frame {
    height: 100%
    }
@media print, screen and (min-width: 48em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
        }
    }
@media print, screen and (min-width: 62.5em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
        }
    }
.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
    }
.align-center {
    -ms-flex-pack: center;
    justify-content: center
    }
.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
    }
.align-right.vertical.menu > li > a {
    -ms-flex-pack: end;
    justify-content: flex-end
    }
.align-center.vertical.menu > li > a {
    -ms-flex-pack: center;
    justify-content: center
    }
.align-top {
    -ms-flex-align: start;
    align-items: flex-start
    }
.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
    }
.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
    }
.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
    }
.align-middle {
    -ms-flex-align: center;
    align-items: center
    }
.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
    }
.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
    }
.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
    }
.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
    }
.small-order-1 {
    -ms-flex-order: 1;
    order: 1
    }
.small-order-2 {
    -ms-flex-order: 2;
    order: 2
    }
.small-order-3 {
    -ms-flex-order: 3;
    order: 3
    }
.small-order-4 {
    -ms-flex-order: 4;
    order: 4
    }
.small-order-5 {
    -ms-flex-order: 5;
    order: 5
    }
.small-order-6 {
    -ms-flex-order: 6;
    order: 6
    }
@media print, screen and (min-width: 48em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1
        }
    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2
        }
    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3
        }
    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4
        }
    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5
        }
    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6
        }
    }
@media print, screen and (min-width: 62.5em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1
        }
    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
        }
    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
        }
    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
        }
    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
        }
    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
        }
    }
.flex-container {
    display: -ms-flexbox;
    display: flex
    }
.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
    }
.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
    }
.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
    }
.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
    }
.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
    }
.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
    }
.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
    }
@media print, screen and (min-width: 48em) {
    .medium-flex-container {
        display: -ms-flexbox;
        display: flex
        }
    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
        }
    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
        }
    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
        }
    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
        }
    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
        }
    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
        }
    }
@media print, screen and (min-width: 62.5em) {
    .large-flex-container {
        display: -ms-flexbox;
        display: flex
        }
    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
        }
    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
        }
    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
        }
    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
        }
    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
        }
    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
        }
    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
        }
    }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
    }
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
    }
em, i {
    font-style: italic;
    line-height: inherit
    }
strong, b {
    font-weight: 700;
    line-height: inherit
    }
small {
    font-size: 80%;
    line-height: inherit
    }
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
    }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca
    }
h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
@media print, screen and (min-width: 48em) {
    h1 {
        font-size: 3rem
        }
    h2 {
        font-size: 2.5rem
        }
    h3 {
        font-size: 1.9375rem
        }
    h4 {
        font-size: 1.5625rem
        }
    h5 {
        font-size: 1.25rem
        }
    h6 {
        font-size: 1rem
        }
    }
a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
    }
a:hover, a:focus {
    color: #1468a0
    }
a img {
    border: 0
    }
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
    }
ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
    }
li {
    font-size: inherit
    }
ul {
    margin-left: 1.25rem;
    list-style-type: none
    }
ol {
    margin-left: 1.25rem
    }
ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
    }
dl {
    margin-bottom: 1rem
    }
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700
    }
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
    }
blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a
    }
cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a
    }
cite:before {
    content: "â "
    }
abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
    }
figure {
    margin: 0
    }
code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a
    }
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a
    }
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
    }
.lead {
    font-size: 125%;
    line-height: 1.6
    }
.stat {
    font-size: 2.5rem;
    line-height: 1
    }
p + .stat {
    margin-top: -1rem
    }
ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
    }
.text-left {
    text-align: left
    }
.text-right {
    text-align: right
    }
.text-center {
    text-align: center
    }
.text-justify {
    text-align: justify
    }
@media print, screen and (min-width: 48em) {
    .medium-text-left {
        text-align: left
        }
    .medium-text-right {
        text-align: right
        }
    .medium-text-center {
        text-align: center
        }
    .medium-text-justify {
        text-align: justify
        }
    }
@media print, screen and (min-width: 62.5em) {
    .large-text-left {
        text-align: left
        }
    .large-text-right {
        text-align: right
        }
    .large-text-center {
        text-align: center
        }
    .large-text-justify {
        text-align: justify
        }
    }
.show-for-print {
    display: none !important
    }
@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
        }
    .show-for-print {
        display: block !important
        }
    .hide-for-print {
        display: none !important
        }
    table.show-for-print {
        display: table !important
        }
    thead.show-for-print {
        display: table-header-group !important
        }
    tbody.show-for-print {
        display: table-row-group !important
        }
    tr.show-for-print {
        display: table-row !important
        }
    td.show-for-print {
        display: table-cell !important
        }
    th.show-for-print {
        display: table-cell !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    pre, blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    .print-break-inside {
        page-break-inside: auto
        }
    }
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe
    }
[data-whatinput=mouse] .button {
    outline: 0
    }
.button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe
    }
.button.tiny {
    font-size: 0.6rem
    }
.button.small {
    font-size: 0.75rem
    }
.button.large {
    font-size: 1.25rem
    }
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
    }
.button.primary {
    background-color: #1779ba;
    color: #fefefe
    }
.button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe
    }
.button.secondary {
    background-color: #767676;
    color: #fefefe
    }
.button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe
    }
.button.success {
    background-color: #3adb76;
    color: #0a0a0a
    }
.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a
    }
.button.warning {
    background-color: #ffae00;
    color: #0a0a0a
    }
.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a
    }
.button.alert {
    background-color: #cc4b37;
    color: #fefefe
    }
.button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe
    }
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed
    }
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe
    }
.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed
    }
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #1779ba;
    color: #fefefe
    }
.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed
    }
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #767676;
    color: #fefefe
    }
.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed
    }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #3adb76;
    color: #0a0a0a
    }
.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed
    }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #ffae00;
    color: #0a0a0a
    }
.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed
    }
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #fefefe
    }
.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent
    }
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent
    }
.button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
    }
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
    }
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676
    }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b
    }
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676
    }
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
    }
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539
    }
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
    }
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
    }
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
    }
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
    }
.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
    }
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a
    }
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
    }
.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.clear, .button.clear:hover, .button.clear:focus {
    background-color: transparent
    }
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    background-color: transparent
    }
.button.clear:hover, .button.clear:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
    }
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border-color: transparent
    }
.button.clear.primary {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.clear.primary:hover, .button.clear.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
    }
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
    }
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border-color: transparent
    }
.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676
    }
.button.clear.secondary:hover, .button.clear.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b
    }
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676
    }
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border-color: transparent
    }
.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76
    }
.button.clear.success:hover, .button.clear.success:focus {
    border-color: #157539;
    color: #157539
    }
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
    }
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border-color: transparent
    }
.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00
    }
.button.clear.warning:hover, .button.clear.warning:focus {
    border-color: #805700;
    color: #805700
    }
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
    }
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border-color: transparent
    }
.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
    }
.button.clear.alert:hover, .button.clear.alert:focus {
    border-color: #67251a;
    color: #67251a
    }
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
    }
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border-color: transparent
    }
.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em
    }
.button.dropdown.hollow:after {
    border-top-color: #1779ba
    }
.button.dropdown.hollow.primary:after {
    border-top-color: #1779ba
    }
.button.dropdown.hollow.secondary:after {
    border-top-color: #767676
    }
.button.dropdown.hollow.success:after {
    border-top-color: #3adb76
    }
.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00
    }
.button.dropdown.hollow.alert:after {
    border-top-color: #cc4b37
    }
.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0
    }
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
    }
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
    }
textarea {
    max-width: 100%
    }
textarea[rows] {
    height: auto
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca
    }
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cacaca
    }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca
    }
input::placeholder, textarea::placeholder {
    color: #cacaca
    }
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
    }
[type=submit], [type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
    }
input[type=search] {
    box-sizing: border-box
    }
[type=file], [type=checkbox], [type=radio] {
    margin: 0 0 1rem
    }
[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0
    }
[type=checkbox] + label[for], [type=radio] + label[for] {
    cursor: pointer
    }
label > [type=checkbox], label > [type=radio] {
    margin-right: 0.5rem
    }
[type=file] {
    width: 100%
    }
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
    }
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0
    }
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a
    }
.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -ms-flex-align: stretch;
    align-items: stretch
    }
.input-group > :first-child {
    border-radius: 0
    }
.input-group > :last-child > * {
    border-radius: 0
    }
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap
    }
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center
    }
.input-group-label:first-child {
    border-right: 0
    }
.input-group-label:last-child {
    border-left: 0
    }
.input-group-field {
    border-radius: 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    height: auto;
    min-width: 0
    }
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
    }
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
    }
fieldset {
    margin: 0;
    padding: 0;
    border: 0
    }
legend {
    max-width: 100%;
    margin-bottom: 0.5rem
    }
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
    }
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem
    }
select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
    }
@media screen and (min-width: 0 ) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
        }
    }
select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
    }
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
    }
select::-ms-expand {
    display: none
    }
select[multiple] {
    height: auto;
    background-image: none
    }
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
    }
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
    }
.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37
    }
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
    }
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
    }
.is-invalid-label {
    color: #cc4b37
    }
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #cc4b37
    }
.form-error.is-visible {
    display: block
    }
.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
    }
.accordion[disabled] .accordion-title {
    cursor: not-allowed
    }
.accordion-item:first-child > :first-child {
    border-radius: 0
    }
.accordion-item:last-child > :last-child {
    border-radius: 0
    }
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba
    }
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
    }
.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6
    }
.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
    }
.is-active > .accordion-title:before {
    content: "–"
    }
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
    }
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
    }
.accordion-menu li {
    width: 100%
    }
.accordion-menu a {
    padding: 0.7rem 1rem
    }
.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem
    }
.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
    }
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
    }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
    }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
    }
.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
    left: auto;
    right: 1rem
    }
.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
    right: auto;
    left: 1rem
    }
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
    }
.is-accordion-submenu-parent {
    position: relative
    }
.has-submenu-toggle > a {
    margin-right: 40px
    }
.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px
    }
.submenu-toggle:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
    }
.submenu-toggle[aria-expanded=true]:after {
    -ms-transform: scaley(-1);
    transform: scaley(-1);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
    }
.submenu-toggle-text {
    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
    }
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe
    }
.badge.primary {
    background: #1779ba;
    color: #fefefe
    }
.badge.secondary {
    background: #767676;
    color: #fefefe
    }
.badge.success {
    background: #3adb76;
    color: #0a0a0a
    }
.badge.warning {
    background: #ffae00;
    color: #0a0a0a
    }
.badge.alert {
    background: #cc4b37;
    color: #fefefe
    }
.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none
    }
.breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
    }
.breadcrumbs:after {
    clear: both
    }
.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
    }
.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
    }
.breadcrumbs a {
    color: #1779ba
    }
.breadcrumbs a:hover {
    text-decoration: underline
    }
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
    }
.button-group {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
    }
.button-group:before, .button-group:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
    }
.button-group:after {
    clear: both
    }
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
    }
.button-group .button:last-child {
    margin-right: 0
    }
.button-group.tiny .button {
    font-size: 0.6rem
    }
.button-group.small .button {
    font-size: 0.75rem
    }
.button-group.large .button {
    font-size: 1.25rem
    }
.button-group.expanded .button {
    -ms-flex: 1 1 0;
    flex: 1 1 0
    }
.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe
    }
.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #126195;
    color: #fefefe
    }
.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe
    }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe
    }
.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a
    }
.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a
    }
.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a
    }
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a
    }
.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe
    }
.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe
    }
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
    }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
    }
@media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        margin-bottom: 0
        }
    }
@media print, screen and (min-width: 62.5em) {
    .button-group.stacked-for-medium .button {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        margin-bottom: 0
        }
    }
@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
        }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
        }
    }
.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
    }
.card > :last-child {
    margin-bottom: 0
    }
.card-divider {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #e6e6e6
    }
.card-divider > :last-child {
    margin-bottom: 0
    }
.card-section {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
    }
.card-section > :last-child {
    margin-bottom: 0
    }
.card-image {
    min-height: 1px
    }
.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a
    }
.callout > :first-child {
    margin-top: 0
    }
.callout > :last-child {
    margin-bottom: 0
    }
.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a
    }
.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a
    }
.callout.success {
    background-color: #e1faea;
    color: #0a0a0a
    }
.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a
    }
.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a
    }
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem
    }
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
    }
.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
    }
[data-whatinput=mouse] .close-button {
    outline: 0
    }
.close-button:hover, .close-button:focus {
    color: #0a0a0a
    }
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
    }
.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
    }
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
[data-whatinput=mouse] .menu li {
    outline: 0
    }
.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 1rem
    }
.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0
    }
.menu input {
    display: inline-block
    }
.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
    }
.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column
    }
.menu.expanded li {
    -ms-flex: 1 1 0;
    flex: 1 1 0
    }
.menu.simple {
    -ms-flex-align: center;
    align-items: center
    }
.menu.simple li + li {
    margin-left: 1rem
    }
.menu.simple a {
    padding: 0
    }
@media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
        }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .menu.medium-expanded li {
        -ms-flex: 1 1 0;
        flex: 1 1 0
        }
    .menu.medium-simple li {
        -ms-flex: 1 1 0;
        flex: 1 1 0
        }
    }
@media print, screen and (min-width: 62.5em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
        }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .menu.large-expanded li {
        -ms-flex: 1 1 0;
        flex: 1 1 0
        }
    .menu.large-simple li {
        -ms-flex: 1 1 0;
        flex: 1 1 0
        }
    }
.menu.nested {
    margin-right: 0;
    margin-left: 1rem
    }
.menu.icons a {
    display: -ms-flexbox;
    display: flex
    }
.menu.icon-left li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
    }
.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
    margin-right: 0.25rem
    }
.menu.icon-right li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
    }
.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
    margin-left: 0.25rem
    }
.menu.icon-top li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
    }
.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center
    }
.menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
    }
.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center
    }
.menu .is-active > a {
    background: #1779ba;
    color: #fefefe
    }
.menu .active > a {
    background: #1779ba;
    color: #fefefe
    }
.menu.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
    }
.menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
    }
.menu.align-right li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
    }
.menu.align-right.vertical li {
    display: block;
    text-align: right
    }
.menu.align-right.vertical li .submenu li {
    text-align: right
    }
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
    }
.menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
    }
.menu.align-center li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
    }
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
    }
.menu-centered > .menu {
    -ms-flex-pack: center;
    justify-content: center
    }
.menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
    }
.menu-centered > .menu li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
    }
.no-js [data-responsive-menu] ul {
    display: none
    }
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
    }
.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ""
    }
.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
    }
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
    }
.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ""
    }
.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
    }
.is-drilldown {
    position: relative;
    overflow: hidden
    }
.is-drilldown li {
    display: block
    }
.is-drilldown.animate-height {
    transition: height 0.5s
    }
.drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe
    }
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform 0.15s linear
    }
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translatex(-100%);
    transform: translatex(-100%)
    }
.drilldown .is-drilldown-submenu.is-closing {
    -ms-transform: translatex(100%);
    transform: translatex(100%)
    }
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem
    }
.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
    }
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
    }
.drilldown .is-drilldown-submenu-parent > a {
    position: relative
    }
.drilldown .is-drilldown-submenu-parent > a:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
    }
.drilldown.align-left .is-drilldown-submenu-parent > a:after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
    }
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent
    }
.drilldown .js-drilldown-back > a:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0
    }
.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
    }
.dropdown-pane.is-opening {
    display: block
    }
.dropdown-pane.is-open {
    visibility: visible;
    display: block
    }
.dropdown-pane.tiny {
    width: 100px
    }
.dropdown-pane.small {
    width: 200px
    }
.dropdown-pane.large {
    width: 400px
    }
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
    }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
    }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
    }
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px
    }
.dropdown.menu a {
    padding: 0.7rem 1rem
    }
[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
    }
.dropdown.menu .is-active > a {
    background: 0 0;
    color: #1779ba
    }
.no-js .dropdown.menu ul {
    display: none
    }
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
    }
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
    }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
    }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
    }
.dropdown.menu.vertical > li > a:after {
    right: 14px
    }
.dropdown.menu.vertical > li.opens-left > a:after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent
    }
.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
    }
@media print, screen and (min-width: 48em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
        }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
        }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
        }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px
        }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
        }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
        }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
        }
    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px
        }
    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent
        }
    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
        }
    }
@media print, screen and (min-width: 62.5em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
        }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
        }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
        }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px
        }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
        }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
        }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
        }
    .dropdown.menu.large-vertical > li > a:after {
        right: 14px
        }
    .dropdown.menu.large-vertical > li.opens-left > a:after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent
        }
    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
        }
    }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
    }
.is-dropdown-menu.vertical {
    width: 100px
    }
.is-dropdown-menu.vertical.align-right {
    float: right
    }
.is-dropdown-submenu-parent {
    position: relative
    }
.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px
    }
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto
    }
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto
    }
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
    }
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
    }
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem
    }
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
    right: 14px
    }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent
    }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
    }
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
    }
.is-dropdown-submenu > li {
    width: 100%
    }
.is-dropdown-submenu.js-dropdown-active {
    display: block
    }
.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
    }
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%
    }
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe
    }
.label.primary {
    background: #1779ba;
    color: #fefefe
    }
.label.secondary {
    background: #767676;
    color: #fefefe
    }
.label.success {
    background: #3adb76;
    color: #0a0a0a
    }
.label.warning {
    background: #ffae00;
    color: #0a0a0a
    }
.label.alert {
    background: #cc4b37;
    color: #fefefe
    }
.media-object {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
    }
.media-object img {
    max-width: none
    }
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    }
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
        }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
        }
    }
.media-object-section {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
    }
.media-object-section:first-child {
    padding-right: 1rem
    }
.media-object-section > :last-child {
    margin-bottom: 0
    }
.media-object-section.main-section {
    -ms-flex: 1 1 0;
    flex: 1 1 0
    }
.is-off-canvas-open {
    overflow: hidden
    }
.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
    }
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
    }
.js-off-canvas-overlay.is-closable {
    cursor: pointer
    }
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
    }
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
    }
.off-canvas-wrapper {
    position: relative;
    overflow: hidden
    }
.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
    }
[data-whatinput=mouse] .off-canvas {
    outline: 0
    }
.off-canvas.is-transition-push {
    z-index: 12
    }
.off-canvas.is-closed {
    visibility: hidden
    }
.off-canvas.is-transition-overlap {
    z-index: 13
    }
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
    }
.off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
    }
[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
    }
.off-canvas-absolute.is-transition-push {
    z-index: 12
    }
.off-canvas-absolute.is-closed {
    visibility: hidden
    }
.off-canvas-absolute.is-transition-overlap {
    z-index: 13
    }
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
    }
.off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -ms-transform: translatex(-250px);
    transform: translatex(-250px);
    overflow-y: auto
    }
.off-canvas-content .off-canvas.position-left {
    -ms-transform: translatex(-250px);
    transform: translatex(-250px)
    }
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translatex(250px);
    transform: translatex(250px)
    }
.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25)
    }
.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -ms-transform: translatex(250px);
    transform: translatex(250px);
    overflow-y: auto
    }
.off-canvas-content .off-canvas.position-right {
    -ms-transform: translatex(250px);
    transform: translatex(250px)
    }
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translatex(-250px);
    transform: translatex(-250px)
    }
.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25)
    }
.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -ms-transform: translatey(-250px);
    transform: translatey(-250px);
    overflow-x: auto
    }
.off-canvas-content .off-canvas.position-top {
    -ms-transform: translatey(-250px);
    transform: translatey(-250px)
    }
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translatey(250px);
    transform: translatey(250px)
    }
.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25)
    }
.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -ms-transform: translatey(250px);
    transform: translatey(250px);
    overflow-x: auto
    }
.off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translatey(250px);
    transform: translatey(250px)
    }
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translatey(-250px);
    transform: translatey(-250px)
    }
.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25)
    }
.off-canvas-content {
    -ms-transform: none;
    transform: none;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.off-canvas-content.has-transition-push {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
.off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
    }
@media print, screen and (min-width: 48em) {
    .position-left.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-left.reveal-for-medium .close-button {
        display: none
        }
    .off-canvas-content .position-left.reveal-for-medium {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
        }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
        }
    .position-right.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-right.reveal-for-medium .close-button {
        display: none
        }
    .off-canvas-content .position-right.reveal-for-medium {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
        }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
        }
    .position-top.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-top.reveal-for-medium .close-button {
        display: none
        }
    .off-canvas-content .position-top.reveal-for-medium {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
        }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
        }
    .position-bottom.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-bottom.reveal-for-medium .close-button {
        display: none
        }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
        }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
        }
    }
@media print, screen and (min-width: 62.5em) {
    .position-left.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-left.reveal-for-large .close-button {
        display: none
        }
    .off-canvas-content .position-left.reveal-for-large {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
        }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
        }
    .position-right.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-right.reveal-for-large .close-button {
        display: none
        }
    .off-canvas-content .position-right.reveal-for-large {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
        }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
        }
    .position-top.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-top.reveal-for-large .close-button {
        display: none
        }
    .off-canvas-content .position-top.reveal-for-large {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
        }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
        }
    .position-bottom.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
        }
    .position-bottom.reveal-for-large .close-button {
        display: none
        }
    .off-canvas-content .position-bottom.reveal-for-large {
        -ms-transform: none;
        transform: none
        }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
        }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
        }
    }
@media print, screen and (min-width: 48em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
        }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        -ms-transform: none;
        transform: none
        }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
        }
    }
@media print, screen and (min-width: 62.5em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
        }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        -ms-transform: none;
        transform: none
        }
    .off-canvas.in-canvas-for-large .close-button {
        display: none
        }
    }
.orbit {
    position: relative
    }
.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
    }
.orbit-slide {
    width: 100%
    }
.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
    }
.orbit-figure {
    margin: 0
    }
.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
    }
.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe
    }
.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe
    }
[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
    outline: 0
    }
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5)
    }
.orbit-previous {
    left: 0
    }
.orbit-next {
    left: auto;
    right: 0
    }
.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center
    }
[data-whatinput=mouse] .orbit-bullets {
    outline: 0
    }
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca
    }
.orbit-bullets button:hover {
    background-color: #8a8a8a
    }
.orbit-bullets button.is-active {
    background-color: #8a8a8a
    }
.pagination {
    margin-left: 0;
    margin-bottom: 1rem
    }
.pagination:before, .pagination:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
    }
.pagination:after {
    clear: both
    }
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none
    }
.pagination li:last-child, .pagination li:first-child {
    display: inline-block
    }
@media print, screen and (min-width: 48em) {
    .pagination li {
        display: inline-block
        }
    }
.pagination a, .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a
    }
.pagination a:hover, .pagination button:hover {
    background: #e6e6e6
    }
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default
    }
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed
    }
.pagination .disabled:hover {
    background: 0 0
    }
.pagination .ellipsis:after {
    padding: 0.1875rem 0.625rem;
    content: "…";
    color: #0a0a0a
    }
.pagination-previous a:before, .pagination-previous.disabled:before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«"
    }
.pagination-next a:after, .pagination-next.disabled:after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»"
    }
.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
    }
.progress.primary .progress-meter {
    background-color: #1779ba
    }
.progress.secondary .progress-meter {
    background-color: #767676
    }
.progress.success .progress-meter {
    background-color: #3adb76
    }
.progress.warning .progress-meter {
    background-color: #ffae00
    }
.progress.alert .progress-meter {
    background-color: #cc4b37
    }
.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #1779ba
    }
.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
    }
body.is-reveal-open {
    overflow: hidden
    }
html.is-reveal-open, html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll
    }
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
    }
[data-whatinput=mouse] .reveal {
    outline: 0
    }
@media print, screen and (min-width: 48em) {
    .reveal {
        min-height: 0
        }
    }
.reveal .column {
    min-width: 0
    }
.reveal > :last-child {
    margin-bottom: 0
    }
@media print, screen and (min-width: 48em) {
    .reveal {
        width: 600px;
        max-width: 75rem
        }
    }
.reveal.collapse {
    padding: 0
    }
@media print, screen and (min-width: 48em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
        }
    }
@media print, screen and (min-width: 48em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
        }
    }
@media print, screen and (min-width: 48em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
        }
    }
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
    }
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
        }
    }
.reveal.without-overlay {
    position: fixed
    }
.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
    }
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out
    }
.slider-fill.is-dragging {
    transition: all 0s linear
    }
.slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
    }
[data-whatinput=mouse] .slider-handle {
    outline: 0
    }
.slider-handle:hover {
    background-color: #14679e
    }
.slider-handle.is-dragging {
    transition: all 0s linear
    }
.slider.disabled, .slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed
    }
.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
    }
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%
    }
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.sticky-container {
    position: relative
    }
.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0)
    }
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
    }
.sticky.is-stuck.is-at-top {
    top: 0
    }
.sticky.is-stuck.is-at-bottom {
    bottom: 0
    }
.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
    }
.sticky.is-anchored.is-at-bottom {
    bottom: 0
    }
.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
    }
.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
    }
input + .switch-paddle {
    margin: 0
    }
.switch-paddle:after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ""
    }
input:checked ~ .switch-paddle {
    background: #1779ba
    }
input:checked ~ .switch-paddle:after {
    left: 2.25rem
    }
[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
    }
.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.switch-active {
    left: 8%;
    display: none
    }
input:checked + label > .switch-active {
    display: block
    }
.switch-inactive {
    right: 15%
    }
input:checked + label > .switch-inactive {
    display: none
    }
.switch.tiny {
    height: 1.5rem
    }
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem
    }
.switch.tiny .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem
    }
.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem
    }
.switch.small {
    height: 1.75rem
    }
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem
    }
.switch.small .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem
    }
.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem
    }
.switch.large {
    height: 2.5rem
    }
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
    }
.switch.large .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem
    }
.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem
    }
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
    }
table thead, table tbody, table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
    }
table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700
    }
table thead {
    background: #f8f8f8;
    color: #0a0a0a
    }
table tfoot {
    background: #f1f1f1;
    color: #0a0a0a
    }
table thead tr, table tfoot tr {
    background: 0 0
    }
table thead th, table thead td, table tfoot th, table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left
    }
table tbody th, table tbody td {
    padding: 0.5rem 0.625rem 0.625rem
    }
table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
    }
table.unstriped tbody {
    background-color: #fefefe
    }
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
    }
@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none
        }
    table.stack tfoot {
        display: none
        }
    table.stack tr, table.stack th, table.stack td {
        display: block
        }
    table.stack td {
        border-top: 0
        }
    }
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
    }
table.hover thead tr:hover {
    background-color: #f3f3f3
    }
table.hover tfoot tr:hover {
    background-color: #ececec
    }
table.hover tbody tr:hover {
    background-color: #f9f9f9
    }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
    }
.table-scroll {
    overflow-x: auto
    }
.table-scroll table {
    width: auto
    }
.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
    }
.tabs:before, .tabs:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
    }
.tabs:after {
    clear: both
    }
.tabs.vertical > li {
    display: block;
    float: none;
    width: auto
    }
.tabs.simple > li > a {
    padding: 0
    }
.tabs.simple > li > a:hover {
    background: 0 0
    }
.tabs.primary {
    background: #1779ba
    }
.tabs.primary > li > a {
    color: #fefefe
    }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1673b1
    }
.tabs-title {
    float: left
    }
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba
    }
.tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0
    }
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba
    }
.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease
    }
.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
    }
.tabs-panel {
    display: none;
    padding: 1rem
    }
.tabs-panel.is-active {
    display: block
    }
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0
    }
a.thumbnail {
    transition: box-shadow 0.2s ease-out
    }
a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5)
    }
a.thumbnail image {
    box-shadow: none
    }
.title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
    }
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem
    }
.title-bar-left, .title-bar-right {
    -ms-flex: 1 1 0;
    flex: 1 1 0
    }
.title-bar-right {
    text-align: right
    }
.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
    }
.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
    }
.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
    }
.tooltip:before {
    position: absolute
    }
.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%
    }
.tooltip.bottom.align-center:before {
    left: 50%;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto
    }
.tooltip.top.align-center:before {
    left: 50%;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%
    }
.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto
    }
.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.tooltip.align-top:before {
    bottom: auto;
    top: 10%
    }
.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto
    }
.tooltip.align-left:before {
    left: 10%;
    right: auto
    }
.tooltip.align-right:before {
    left: auto;
    right: 10%
    }
.top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.top-bar, .top-bar ul {
    background-color: #e6e6e6
    }
.top-bar input {
    max-width: 200px;
    margin-right: 1rem
    }
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
    }
.top-bar input.button {
    width: auto
    }
.top-bar .top-bar-left, .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
    }
@media print, screen and (min-width: 48em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
        }
    .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
        }
    }
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
        }
    }
@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
        }
    }
.top-bar-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
    }
.top-bar-left, .top-bar-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
    }
.hide {
    display: none !important
    }
.invisible {
    visibility: hidden
    }
@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
        }
    }
@media screen and (max-width: 0), screen and (min-width: 48em) {
    .show-for-small-only {
        display: none !important
        }
    }
@media print, screen and (min-width: 48em) {
    .hide-for-medium {
        display: none !important
        }
    }
@media screen and (max-width: 47.9375em) {
    .show-for-medium {
        display: none !important
        }
    }
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
    .hide-for-medium-only {
        display: none !important
        }
    }
@media screen and (max-width: 47.9375em), screen and (min-width: 62.5em) {
    .show-for-medium-only {
        display: none !important
        }
    }
@media print, screen and (min-width: 62.5em) {
    .hide-for-large {
        display: none !important
        }
    }
@media screen and (max-width: 62.4375em) {
    .show-for-large {
        display: none !important
        }
    }
@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
        }
    }
@media screen and (max-width: 62.4375em), screen and (min-width: 75em) {
    .show-for-large-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
        }
    }
.float-left {
    float: left !important
    }
.float-right {
    float: right !important
    }
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
    }
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
    }
.clearfix:after {
    clear: both
    }
.slide-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translatey(0);
    transform: translatey(0)
    }
.slide-in-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translatex(0);
    transform: translatex(0)
    }
.slide-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatey(100%);
    transform: translatey(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translatey(0);
    transform: translatey(0)
    }
.slide-in-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translatex(0);
    transform: translatex(0)
    }
.slide-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatey(0);
    transform: translatey(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translatey(100%);
    transform: translatey(100%)
    }
.slide-out-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatex(0);
    transform: translatex(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translatex(100%);
    transform: translatex(100%)
    }
.slide-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatey(0);
    transform: translatey(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translatey(-100%);
    transform: translatey(-100%)
    }
.slide-out-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: translatex(0);
    transform: translatex(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translatex(-100%);
    transform: translatex(-100%)
    }
.fade-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
    }
.fade-in.mui-enter.mui-enter-active {
    opacity: 1
    }
.fade-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
    }
.fade-out.mui-leave.mui-leave-active {
    opacity: 0
    }
.hinge-in-from-top.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotatex(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
    }
.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
    }
.hinge-in-from-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotatey(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
    }
.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
    }
.hinge-in-from-bottom.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotatex(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
    }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
    }
.hinge-in-from-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotatey(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
    }
.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
    }
.hinge-in-from-middle-x.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotatex(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
    }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
    }
.hinge-in-from-middle-y.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotatey(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
    }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
    }
.hinge-out-from-top.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1
    }
.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotatex(-90deg);
    opacity: 0
    }
.hinge-out-from-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
    }
.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotatey(-90deg);
    opacity: 0
    }
.hinge-out-from-bottom.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
    }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotatex(90deg);
    opacity: 0
    }
.hinge-out-from-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
    }
.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotatey(90deg);
    opacity: 0
    }
.hinge-out-from-middle-x.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
    }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotatex(-90deg);
    opacity: 0
    }
.hinge-out-from-middle-y.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
    }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotatey(-90deg);
    opacity: 0
    }
.scale-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0
    }
.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
    }
.scale-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
    }
.scale-in-down.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
    }
.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
    }
.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
    }
.scale-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
    }
.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
    }
.spin-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: transform, opacity;
    opacity: 0
    }
.spin-in.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
    }
.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
    }
.spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0
    }
.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: transform, opacity;
    opacity: 0
    }
.spin-in-ccw.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
    }
.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
    }
.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0
    }
.slow {
    transition-duration: 0.75s !important
    }
.fast {
    transition-duration: 0.25s !important
    }
.linear {
    transition-timing-function: linear !important
    }
.ease {
    transition-timing-function: ease !important
    }
.ease-in {
    transition-timing-function: ease-in !important
    }
.ease-out {
    transition-timing-function: ease-out !important
    }
.ease-in-out {
    transition-timing-function: ease-in-out !important
    }
.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
    }
.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
    }
.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
    }
.short-delay {
    transition-delay: 0.3s !important
    }
.long-delay {
    transition-delay: 0.7s !important
    }
.shake {
    animation-name: shake-7
    }
@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%)
        } 5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        transform: translateX(-7%)
        }
    }
.spin-cw {
    animation-name: spin-cw-1turn
    }
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
        } 100% {
        transform: rotate(0)
        }
    }
.spin-ccw {
    animation-name: spin-cw-1turn
    }
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0)
        } 100% {
        transform: rotate(1turn)
        }
    }
.wiggle {
    animation-name: wiggle-7deg
    }
@keyframes wiggle-7deg {
    40%, 50%, 60% {
        transform: rotate(7deg)
        } 35%, 45%, 55%, 65% {
        transform: rotate(-7deg)
        } 0%, 30%, 70%, 100% {
        transform: rotate(0)
        }
    }
.shake, .spin-cw, .spin-ccw, .wiggle {
    animation-duration: 0.5s
    }
.infinite {
    animation-iteration-count: infinite
    }
.slow {
    animation-duration: 0.75s !important
    }
.fast {
    animation-duration: 0.25s !important
    }
.linear {
    animation-timing-function: linear !important
    }
.ease {
    animation-timing-function: ease !important
    }
.ease-in {
    animation-timing-function: ease-in !important
    }
.ease-out {
    animation-timing-function: ease-out !important
    }
.ease-in-out {
    animation-timing-function: ease-in-out !important
    }
.bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
    }
.bounce-out {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
    }
.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
    }
.short-delay {
    animation-delay: 0.3s !important
    }
.long-delay {
    animation-delay: 0.7s !important
    }
body {
    font-family: "æ¸¸ã´ã·ãã¯ Medium", "æ¸¸ã´ã·ãã¯ä½", "Yu Gothic Medium", YuGothic, "ãã©ã®ãè§ã´ ProN", "Hiragino Kaku Gothic ProN", "ã¡ã¤ãªãª", Meiryo, "ï¼­ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-touch-callout: none;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.06rem;
    text-align: justify
    }
_:-ms-lang(x)::-ms-backdrop, body {
    font-family: "æ¸¸ã´ã·ãã¯ Medium", "æ¸¸ã´ã·ãã¯ä½", "Yu Gothic Medium", YuGothic, "ã¡ã¤ãªãª", Meiryo, "ï¼­ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic"
    }
img {
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    vertical-align: bottom
    }
a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
a:hover {
    opacity: 0.6
    }
a {
    transition: opacity 0.5s ease-out
    }
*:focus {
    outline: none
    }
a.tel-link, a.footer-link {
    color: #006934
    }
.responsive-embed {
    height: 300px
    }
@media screen and (min-width: 48rem) {
    .responsive-embed {
        height: 500px
        }
    }
.title-bar {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: 0 0 !important
    }
.title-bar-left {
    position: relative;
    top: 0;
    left: 0;
    right: 0
    }
.title-bar-left .btn-sp00 {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 7vw;
    height: 7vw;
    cursor: pointer
    }
.title-bar-left .btn-spsearch {
    position: absolute;
    top: 1vw;
    left: 1vw;
    width: 7vw;
    height: 7vw;
    cursor: pointer
    }
.header {
    width: 100%;
    height: 28.125vw;
    margin: 0 auto;
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/commons/back_header_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1000;
    position: fixed;
    top: 0;
    transition: 0.3s
    }
.header-inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22vw
    }
.logo-sub {
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    width: 23vw;
    max-width: 23vw;
    margin: 0 auto
    }
.home .logo-sub {
    display: none
    }
.logo-sub img {
    width: 23vw
    }
.close-button {
    position: relative;
    margin-left: 1.66rem
    }
.navi-main {
    display: none
    }
.off-canvas {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    z-index: 100
    }
.off-canvas.is-transition-overlap.is-open {
    box-shadow: none
    }
.off-canvas .navi-main-sp {
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 5vw;
    background-color: #fff
    }
.navi-main-sp .menu {
    padding: 0 auto
    }
.navi-main-sp .menu-top li {
    width: 100%
    }
.navi-main-sp li a {
    transition: opacity 0.25s ease-out
    }
.navi-main-sp li a:hover {
    opacity: 0.6
    }
.searchbox h2 {
    margin-top: 20vw
    }
.searchbox img {
    width: 60%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
    }
#cse-search-box input {
    display: inline-block;
    height: 34px
    }
#cse-search-box input[type=text] {
    width: 100%
    }
#search_btn {
    border: 0;
    width: 100%;
    height: 34px;
    margin: 0 auto 3rem auto
    }
input#search_btn:hover {
    opacity: 0.6;
    cursor: pointer
    }
@media screen and (min-width: 31.25rem) {
    .header {
        height: 30.125vw
        }
    }
@media screen and (min-width: 48rem) {
    .title-bar {
        display: none
        }
    .header {
        width: 100%;
        height: 28.125vw;
        max-height: 25rem;
        min-height: 20rem;
        margin: 0 auto;
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/commons/back_header_pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1000;
        position: fixed;
        top: 0;
        transition: 0.3s;
        pointer-events: none
        }
    .header-inner {
        position: relative;
        width: 100%;
        max-width: 64.375rem;
        height: 8rem;
        margin: 0 auto
        }
    .logo-sub {
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        max-width: 12rem;
        pointer-events: visible;
        margin-top: 1vw
        }
    .logo-sub img {
        width: 100%;
        max-width: 12rem
        }
    .home .logo-sub {
        display: none
        }
    .navi-main {
        display: block;
        max-width: 64.375rem;
        width: 100%;
        margin: 0 auto;
        pointer-events: visible
        }
    .navi-main .menu-top, .navi-main .menu-top-area {
        width: 100%;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden
        }
    .navi-main .menu-top li {
        display: block;
        width: auto;
        height: 38px;
        margin: 0 5px
        }
    .navi-main .menu-top li img {
        width: 100%;
        height: 100%
        }
    .navi-main li a {
        transition: opacity 0.25s ease-out
        }
    .navi-main li a:hover {
        opacity: 0.6
        }
    .searchbox h2 {
        font-size: 1rem;
        margin-top: 0
        }
    .searchbox img {
        width: 20%;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
        }
    #cse-search-box input[type=text] {
        width: 74%
        }
    #search_btn {
        border: 0;
        width: 25%;
        height: 34px;
        margin: 0 auto;
        vertical-align: top
        }
    }
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .navi-main .menu-top li img {
        width: auto;
        height: 100%
        }
    }
@media screen and (min-width: 62.5rem) {
    .navi-main .menu-top li {
        width: auto;
        height: 42px;
        margin: 0 5px
        }
    }
.contents-box-l {
    width: 100%;
    max-width: 63.75rem;
    margin: 0 auto
    }
.contents-box-s {
    width: 100%;
    max-width: 49.25rem;
    margin: 0 auto
    }
.contents-box-post {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    margin: 0 auto
    }
@media screen and (min-width: 48rem) {
    .contents-box-l {
        width: 100%;
        max-width: 64.375rem;
        margin: 0 auto
        }
    .contents-box-s {
        width: 100%;
        max-width: 49.875rem;
        margin: 0 auto
        }
    .contents-box-post {
        width: 100%;
        max-width: 48rem;
        margin: 0 auto
        }
    }
.pagetop {
    width: 14vw;
    max-width: 5rem;
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 100
    }
.footer {
    width: 100%;
    height: 165vw;
    max-height: 1060px;
    margin: 0 auto;
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/commons/back_footer_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    bottom: 0
    }
.footer-inner {
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0;
    margin: 0 auto
    }
.logo-footer {
    width: 50vw;
    margin: 0 auto;
    padding-bottom: 1vw
    }
.footer-title {
    color: #006934;
    font-weight: 700;
    border-bottom: 3px solid #006934;
    padding-bottom: 0.2rem
    }
.contact {
    color: #006934;
    font-weight: 700;
    margin-top: -0.5rem
    }
.menu-bottom p {
    margin: 0.3rem 0
    }
.navi-footer {
    margin-top: 3%
    }
.navi-footer .current {
    opacity: 0.6
    }
.copyright {
    color: #006934;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center
    }
_:-ms-lang(x)::-ms-backdrop, div.menu-bottom > p {
    height: 38px
    }
@media screen and (min-width: 48em) {
    .footer {
        width: 100%;
        height: 49.21875vw;
        min-height: 48rem;
        margin: 0 auto;
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/commons/back_footer_pc.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        bottom: 0
        }
    .footer-inner {
        position: absolute;
        bottom: 0.5vw;
        left: 0;
        right: 0;
        margin: 0 auto
        }
    .logo-footer {
        width: 50%;
        margin: 0 auto
        }
    .footer-title {
        color: #006934;
        font-weight: 700;
        border-bottom: 3px solid #006934;
        padding-bottom: 0.2rem
        }
    .contact {
        color: #006934;
        font-weight: 700;
        margin-top: -0.5rem
        }
    .footer-link br {
        display: none
        }
    .navi-footer {
        margin-top: 4.2%
        }
    _:-ms-lang(x)::-ms-backdrop, div.menu-bottom > p {
        height: 42px
        }
    }
@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0
        } 100% {
        transform: scale(1);
        opacity: 1
        }
    }
@keyframes drift-fadeZoomOut {
    0% {
        transform: scale(1);
        opacity: 1
        } 15% {
        transform: scale(1.1);
        opacity: 1
        } 100% {
        transform: scale(.5);
        opacity: 0
        }
    }
@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
        } 50% {
        transform: translate(-50%, -50%) rotate(-180deg)
        } 100% {
        transform: translate(-50%, -50%) rotate(-360deg)
        }
    }
@keyframes drift-loader-before {
    0% {
        transform: scale(1)
        } 10% {
        transform: scale(1.2) translateX(6px)
        } 25% {
        transform: scale(1.3) translateX(8px)
        } 40% {
        transform: scale(1.2) translateX(6px)
        } 50% {
        transform: scale(1)
        } 60% {
        transform: scale(.8) translateX(6px)
        } 75% {
        transform: scale(.7) translateX(8px)
        } 90% {
        transform: scale(.8) translateX(6px)
        } 100% {
        transform: scale(1)
        }
    }
@keyframes drift-loader-after {
    0% {
        transform: scale(1)
        } 10% {
        transform: scale(1.2) translateX(-6px)
        } 25% {
        transform: scale(1.3) translateX(-8px)
        } 40% {
        transform: scale(1.2) translateX(-6px)
        } 50% {
        transform: scale(1)
        } 60% {
        transform: scale(.8) translateX(-6px)
        } 75% {
        transform: scale(.7) translateX(-8px)
        } 90% {
        transform: scale(.8) translateX(-6px)
        } 100% {
        transform: scale(1)
        }
    }
@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0
        } 100% {
        -webkit-transform: scale(1);
        opacity: 1
        }
    }
@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
        } 15% {
        -webkit-transform: scale(1.1);
        opacity: 1
        } 100% {
        -webkit-transform: scale(.5);
        opacity: 0
        }
    }
@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0)
        } 50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg)
        } 100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg)
        }
    }
@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1)
        } 10% {
        -webkit-transform: scale(1.2) translateX(6px)
        } 25% {
        -webkit-transform: scale(1.3) translateX(8px)
        } 40% {
        -webkit-transform: scale(1.2) translateX(6px)
        } 50% {
        -webkit-transform: scale(1)
        } 60% {
        -webkit-transform: scale(.8) translateX(6px)
        } 75% {
        -webkit-transform: scale(.7) translateX(8px)
        } 90% {
        -webkit-transform: scale(.8) translateX(6px)
        } 100% {
        -webkit-transform: scale(1)
        }
    }
@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1)
        } 10% {
        -webkit-transform: scale(1.2) translateX(-6px)
        } 25% {
        -webkit-transform: scale(1.3) translateX(-8px)
        } 40% {
        -webkit-transform: scale(1.2) translateX(-6px)
        } 50% {
        -webkit-transform: scale(1)
        } 60% {
        -webkit-transform: scale(.8) translateX(-6px)
        } 75% {
        -webkit-transform: scale(.7) translateX(-8px)
        } 90% {
        -webkit-transform: scale(.8) translateX(-6px)
        } 100% {
        -webkit-transform: scale(1)
        }
    }
.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
    }
.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 0.18s ease-out;
    -webkit-animation: drift-fadeZoomIn 0.18s ease-out
    }
.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 0.21s ease-in;
    -webkit-animation: drift-fadeZoomOut 0.21s ease-in
    }
.top-map {
    position: relative;
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    height: 100vw;
    max-height: 48rem;
    margin: 0 auto
    }
.front .top-map {
    position: relative;
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    height: 100vw;
    max-height: 42rem
    }
.course-map {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    height: 100vw;
    max-height: 48rem;
    margin: 0 auto
    }
.drift-zoom-pane.drift-inline {
    position: absolute;
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    height: 100vw;
    max-height: 48rem;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3)
    }
.front > .drift-zoom-pane.drift-inline {
    position: absolute;
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    height: 100vw;
    max-height: 42rem;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3)
    }
@media screen and (min-width: 48rem) {
    .drift-zoom-pane.drift-inline {
        position: absolute;
        width: calc(100vw - 1.875rem);
        max-width: 48rem;
        height: 100vw;
        max-height: 48rem
        }
    .front > .drift-zoom-pane.drift-inline {
        position: absolute;
        width: calc(100vw - 1.875rem);
        max-width: 48rem;
        height: 100vw;
        max-height: 42rem;
        margin: 0 auto
        }
    }
.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1.8s infinite linear;
    -webkit-animation: drift-loader-rotate 1.8s infinite linear
    }
.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9)
    }
.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1.8s infinite linear;
    -webkit-animation: drift-loader-before 1.8s infinite linear
    }
.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1.8s infinite linear;
    -webkit-animation: drift-loader-after 1.8s infinite linear;
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s
    }
.drift-bounding-box {
    background-color: rgba(0, 0, 0, 0.4)
    }
@media print {
    a[href]:after {
        content: "" !important;
        display: none
        }
    abbr[title]:after {
        content: "" !important;
        display: none
        }
    }
.top-slider {
    position: relative
    }
.logo-main {
    position: absolute;
    top: 25vw;
    right: 0;
    left: 0;
    width: 40%;
    margin: 0 auto;
    z-index: 10
    }
.orbit-container {
    margin: 0 auto
    }
.top-slider {
    width: 100vw;
    height: 70vw
    }
.page-slider {
    width: 100vw;
    height: 60vw
    }
.top-slider .orbit-slide {
    width: 100vw;
    height: 70vw
    }
.page-slider .orbit-slide {
    width: 100vw;
    height: 60vw
    }
.spslide {
    display: block
    }
.pcslide {
    display: none
    }
.home-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/top/top_main_sp.jpg);
    background-size: cover;
    background-position: center
    }
.interview-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/interview/interview_top_sp.jpg);
    background-size: cover;
    background-position: center
    }
.tanigawa00-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/tanigawa/tanigawa_main_sp.jpg);
    background-size: cover;
    background-position: center
    }
.tanigawa01-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/tanigawa/tanigawa_course01_sp.jpg);
    background-size: cover;
    background-position: center
    }
.tanigawareport-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/tanigawa/tanigawa_report01_sp1.jpg);
    background-size: cover;
    background-position: center
    }
.mikuni00-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_main_sp.jpg);
    background-size: cover;
    background-position: center
    }
.mikuni01-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_course01_sp.jpg);
    background-size: cover;
    background-position: center
    }
.mikunireport-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_report01_sp1.jpg);
    background-size: cover;
    background-position: center
    }
.mikunireport-slidesp-02 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_report02_sp.jpg);
    background-size: cover;
    background-position: center
    }
.nozoriko00-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/nozoriko/nozoriko_main_sp.jpg);
    background-size: cover;
    background-position: center
    }
.nozoriko01-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/nozoriko/nozoriko_course01_sp.jpg);
    background-size: cover;
    background-position: center
    }
.nozorikoreport-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/nozoriko/nozoriko_report01_sp1.jpg);
    background-size: cover;
    background-position: center
    }
.kusatsu00-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_main_sp.jpg);
    background-size: cover;
    background-position: center
    }
.kusatsu01-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_course01_sp.jpg);
    background-size: cover;
    background-position: center
    }
.kusatsureport-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_report01_sp1.jpg);
    background-size: cover;
    background-position: center
    }
.kusatsureport-slidesp-02 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_report02_sp.jpg);
    background-size: cover;
    background-position: center
    }
.manza00-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_main_sp.jpg);
    background-size: cover;
    background-position: center
    }
.manza01-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_course01_sp.jpg);
    background-size: cover;
    background-position: center
    }
.manzareport-slidesp-01 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_report01_sp1.jpg);
    background-size: cover;
    background-position: center
    }
.manzareport-slidesp-02 {
    background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_report02_sp.jpg);
    background-size: cover;
    background-position: center
    }
.orbit-slide:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0) 40%)
    }
@media screen and (min-width: 48rem) {
    .logo-main {
        position: absolute;
        top: 25vw;
        right: 0;
        left: 0;
        width: 40%;
        margin: 0 auto;
        z-index: 10
        }
    .spslide {
        display: none
        }
    .pcslide {
        display: block
        }
    .page-slider {
        width: 100vw;
        height: 50vw
        }
    .page-slider .orbit-slide {
        width: 100vw;
        height: 50vw
        }
    .home-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/top/top_main_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .interview-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/interview/interview_top_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .tanigawa00-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/tanigawa/tanigawa_main_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .tanigawa01-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/tanigawa/tanigawa_course01_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .tanigawareport-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/tanigawa/tanigawa_report01_pc1.jpg);
        background-size: cover;
        background-position: center
        }
    .mikuni00-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_main_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .mikuni01-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_course01_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .mikunireport-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_report01_pc1.jpg);
        background-size: cover;
        background-position: center
        }
    .mikunireport-slidepc-02 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/mikuni/mikuni_report02_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .nozoriko00-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/nozoriko/nozoriko_main_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .nozoriko01-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/nozoriko/nozoriko_course01_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .nozorikoreport-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/nozoriko/nozoriko_report01_pc1.jpg);
        background-size: cover;
        background-position: center
        }
    .kusatsu00-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_main_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .kusatsu01-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_course01_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .kusatsureport-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_report01_pc1.jpg);
        background-size: cover;
        background-position: center
        }
    .kusatsureport-slidepc-02 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/kusatsu/kusatsu_report02_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .manza00-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_main_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .manza01-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_course01_pc.jpg);
        background-size: cover;
        background-position: center
        }
    .manzareport-slidepc-01 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_report01_pc1.jpg);
        background-size: cover;
        background-position: center
        }
    .manzareport-slidepc-02 {
        background-image: url(/yamatabi/wp/wp-content/themes/gunmayamatabi_wp/assets/css/../img/manza/manza_report02_pc.jpg);
        background-size: cover;
        background-position: center
        }
    }
.contents-title {
    width: 100%;
    max-width: 48rem;
    border-bottom: 4px solid #006934;
    padding-bottom: 0.5rem;
    margin: auto;
    z-index: 10;
    margin-top: -2rem
    }
.contents-title img {
    width: auto;
    height: 100vw;
    max-height: 12.8vw
    }
.areatop .contents-title img {
    width: auto;
    height: 100vw;
    max-height: 19.2vw
    }
.coursetop .contents-title img {
    width: auto;
    height: 100vw;
    max-height: 11.2vw
    }
.reporttop .contents-title img {
    width: auto;
    height: 100vw;
    max-height: 24vw
    }
.text-lead {
    width: 100%;
    max-width: 49.25rem;
    margin: 4vw auto;
    line-height: 2rem
    }
.text-caution {
    font-size: 0.9rem;
    font-weight: 700;
    color: #cc4b37;
    border: 2px solid #cc4b37;
    padding: 3vw;
    margin-bottom: 5vw
    }
.text-caution-kusatsu {
    font-size: 1rem;
    font-weight: 700;
    color: #004ea2;
    margin-bottom: 5vw
    }
.text-caution-kusatsu br {
    display: none
    }
@media screen and (min-width: 48rem) {
    .contents-title {
        width: 100%;
        max-width: 62.5rem;
        border-bottom: 4px solid #006934;
        padding-bottom: 1rem;
        margin: 0 auto;
        z-index: 10;
        margin-top: -7rem
        }
    .contents-title img {
        width: auto;
        height: 20vw;
        max-height: 6rem
        }
    .areatop .contents-title img {
        width: auto;
        height: 20vw;
        max-height: 9rem
        }
    .coursetop .contents-title img {
        width: auto;
        height: 20vw;
        max-height: 5rem
        }
    .reporttop .contents-title img {
        width: auto;
        height: 20vw;
        max-height: 12rem
        }
    .text-lead {
        width: 100%;
        max-width: 48rem;
        margin: 2rem auto;
        line-height: 2rem
        }
    .text-caution {
        font-size: 0.9rem;
        font-weight: 700;
        max-width: 48rem;
        color: #cc4b37;
        border: 2px solid #cc4b37;
        padding: 1rem;
        margin-bottom: 2rem
        }
    .text-caution-kusatsu {
        font-size: 1rem;
        font-weight: 700;
        max-width: 48rem;
        color: #004ea2;
        margin-bottom: 2rem;
        line-height: 2rem;
        text-align: center
        }
    .text-caution-kusatsu br {
        display: block
        }
    }
.modelcourse .select-course {
    width: 100%;
    max-width: 49.25rem;
    margin: 0 auto
    }
.tabs {
    border: none
    }
.select-pc {
    display: none
    }
.select-sp {
    display: block
    }
.select-tabs {
    float: left;
    width: 33.33333%
    }
.tabs-title > a {
    margin: 0;
    padding: 0 0.625rem;
    background: 0 0
    }
.tabs-title > a:hover {
    background: 0 0
    }
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: 0 0
    }
.tabs-content {
    border: 0;
    background: 0 0;
    color: #0a0a0a;
    transition: all 0.5s ease
    }
.modelcourse h4, .trail h4 {
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-weight: 700
    }
.course-box {
    width: 100%;
    max-width: 64.375rem;
    margin: 0;
    padding: 0
    }
#beginner, #intermediate, #advanced {
    padding: 1rem 0
    }
.courselevel-tabs {
    width: 33.33333%;
    padding: 0 0.625rem
    }
.courselevel-tabs:first-child {
    padding-left: 0;
    padding-right: 1.25rem
    }
.courselevel-tabs:last-child {
    padding-left: 1.25rem;
    padding-right: 0
    }
.courselevel-tabs > a {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-bottom: 2px solid rgba(49, 154, 207, 0.5);
    color: #319acf
    }
.courselevel-tabs > a:hover {
    background: 0 0;
    border-bottom: 3px solid #004ea2;
    opacity: 0.6;
    color: #004ea2
    }
.courselevel-tabs > a:focus, .courselevel-tabs > a[aria-selected=true] {
    background: 0 0;
    border-bottom: 3px solid #004ea2;
    color: #004ea2
    }
.top-areamap {
    display: none
    }
.select-tanigawa, .select-mikuni, .select-nozoriko, .select-kusatsu, .select-manza {
    width: 100%;
    position: relative;
    margin: 1rem auto
    }
@media screen and (min-width: 48rem) {
    .modelcourse .select-course {
        width: 100%;
        max-width: 64.375rem;
        margin: 0 auto
        }
    .select-tabs {
        float: left;
        width: 33.33333%
        }
    .select-pc {
        display: block
        }
    .select-sp {
        display: none
        }
    .select-btn {
        margin-bottom: 1rem
        }
    .select-pic {
        margin-top: -1rem
        }
    .tabs-title > a {
        margin: 0;
        padding: 1rem 0.9375rem;
        background: 0 0
        }
    .top-areamap {
        display: block
        }
    .select-area {
        position: relative
        }
    .select-area a:hover {
        opacity: 1
        }
    .top-areamap {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 48rem;
        margin: 0 auto
        }
    .top-areamap img {
        width: 100%;
        max-width: 48rem;
        margin: 0 auto
        }
    .select-tanigawa {
        width: 10rem;
        position: absolute;
        top: 1.25rem;
        right: 7.8vw
        }
    .select-mikuni {
        width: 10rem;
        position: absolute;
        top: 8.3rem;
        right: 35vw
        }
    .select-nozoriko {
        width: 10rem;
        position: absolute;
        top: 15rem;
        left: 17.8vw
        }
    .select-kusatsu {
        width: 10rem;
        position: absolute;
        bottom: 11.5rem;
        left: 32.5vw
        }
    .select-manza {
        width: 10rem;
        position: absolute;
        bottom: 1.25rem;
        left: 15vw
        }
    .modelcourse h4, .trail h4 {
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: 700
        }
    }
@media screen and (min-width: 52.25rem) {
    .select-tanigawa {
        width: 10rem;
        position: absolute;
        top: 1.25rem;
        right: 15.5vw
        }
    .select-mikuni {
        width: 10rem;
        position: absolute;
        top: 8.3rem;
        right: 38vw
        }
    .select-nozoriko {
        width: 10rem;
        position: absolute;
        top: 15.2rem;
        left: 21vw
        }
    .select-kusatsu {
        width: 10rem;
        position: absolute;
        bottom: 11.5rem;
        left: 36vw
        }
    .select-manza {
        width: 10rem;
        position: absolute;
        bottom: 1.25rem;
        left: 18vw
        }
    }
@media screen and (min-width: 62.5rem) {
    .select-tanigawa {
        width: 10rem;
        position: absolute;
        top: 1.25rem;
        right: 11rem
        }
    .select-mikuni {
        width: 10rem;
        position: absolute;
        top: 8.3rem;
        right: 26rem
        }
    .select-nozoriko {
        width: 10rem;
        position: absolute;
        top: 15.2rem;
        left: 14rem
        }
    .select-kusatsu {
        width: 10rem;
        position: absolute;
        bottom: 11.5rem;
        left: 23.5rem
        }
    .select-manza {
        width: 10rem;
        position: absolute;
        bottom: 1.25rem;
        left: 15rem
        }
    }
.section-title {
    width: 100%;
    height: auto
    }
.section-title img {
    width: auto;
    height: 10vw;
    max-height: 2.4rem;
    margin-bottom: 0.5rem
    }
.text {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-top: 1rem
    }
.news-top hr {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 1px dotted #ccc;
    margin-top: 2vw
    }
.news-top .news-box {
    width: 100%;
    margin: 0 auto;
    position: relative
    }
.news-top .date {
    font-size: 0.8rem
    }
.news-top .date:before {
    font-family: FontAwesome;
    content: "";
    padding: 0 0.3rem
    }
.news-top .news-title {
    font-size: 0.9rem
    }
.news-top .news-text {
    display: none
    }
.news-box .btn {
    display: none
    }
.news-top p, .area p {
    margin: 0
    }
.news-top a, .area a {
    color: #0a0a0a
    }
.access p {
    margin-top: 0
    }
.access, .anzen {
    position: relative;
    z-index: 10
    }
@media screen and (min-width: 48rem) {
    .section-title img {
        width: auto;
        height: 3rem;
        margin-bottom: 1rem
        }
    .select-btn {
        position: relative;
        z-index: 5
        }
    .text {
        font-size: 90%;
        line-height: 1.6rem;
        margin-top: 1rem
        }
    .news-top hr {
        width: calc(100vw - 1.875rem);
        max-width: 62.5rem;
        border-bottom: 1px dotted #ccc;
        margin-top: 2vw
        }
    .news-top .news-box {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 1rem;
        position: relative
        }
    .news-top .news-title {
        font-size: 1.2rem
        }
    .news-top .news-text {
        display: block;
        line-height: 2rem;
        text-align: justify
        }
    .news-top .btn {
        display: block;
        margin-top: 1rem;
        text-align: right
        }
    .news-top p {
        margin: 0 0 0.5rem
        }
    .news-top a {
        color: #0a0a0a
        }
    .access p {
        margin-top: 1rem
        }
    }
section .btn {
    width: 100%;
    margin: 0 auto
    }
section .btn.mt {
    margin-top: 1%
    }
section .btn-center {
    display: block;
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    margin: 0 auto;
    position: relative;
    z-index: 5
    }
section .btn-base {
    display: block;
    padding: 0.3rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 1rem auto;
    text-align: center
    }
section .btn-brown {
    color: #946134;
    background-color: #fff;
    border: 2px solid #946134
    }
section .btn-tanigawa {
    color: #924898;
    background-color: #fff;
    border: 2px solid #924898
    }
section .btn-mikuni {
    color: #00aebb;
    background-color: #fff;
    border: 2px solid #00aebb
    }
section .btn-nozoriko {
    color: #45b035;
    background-color: #fff;
    border: 2px solid #45b035
    }
section .btn-kusatsu {
    color: #004ea2;
    background-color: #fff;
    border: 2px solid #004ea2
    }
section .btn-manza {
    color: #e8456c;
    background-color: #fff;
    border: 2px solid #e8456c
    }
ul.pagination {
    position: relative;
    z-index: 5
    }
ul.pagination li {
    margin: 0.2rem
    }
ul.pagination li.current_sp {
    display: inline-block
    }
ul.pagination li.arrow > a {
    color: #006934 !important
    }
ul.pagination a.arrow {
    color: #006934 !important
    }
ul.pagination a.btn-page {
    color: #006934;
    background: #fff;
    border: 2px solid #006934;
    border-radius: 10px;
    font-weight: 700
    }
ul.pagination a:hover {
    opacity: 0.6;
    background: 0 0
    }
ul.pagination a.current {
    background: #e3e98c
    }
@media screen and (min-width: 48rem) {
    section .btn {
        width: 100%;
        margin: 0 auto
        }
    section .btn-lightgreen {
        padding: 0.5rem 1rem;
        color: #45b035;
        background-color: #fff;
        border: 2px solid #45b035;
        border-radius: 10px;
        font-weight: 700;
        margin: 0 auto;
        text-align: center
        }
    section .btn-center {
        display: block;
        width: 45%;
        margin: 0 auto;
        position: relative;
        z-index: 5
        }
    }
.profile-top {
    position: relative
    }
.profile-top .interview-name {
    width: 10vw;
    min-width: 30%;
    position: absolute;
    left: 5vw;
    bottom: -3vw;
    margin-bottom: 1vw
    }
.interview-pic {
    width: 100%;
    margin: 1rem auto;
    text-align: center
    }
.q-sp {
    display: block
    }
.q-pc {
    display: none
    }
.interview-title {
    width: 100%;
    margin-top: 3rem
    }
.text-interview {
    width: 100%;
    max-width: 49.875rem;
    margin: 0 auto;
    line-height: 2rem
    }
.text-interview span.green {
    color: #006934;
    font-size: 1.5rem;
    font-weight: 700
    }
.text-interview span.orange {
    color: #f15a24;
    font-size: 1.5rem;
    font-weight: 700
    }
.profile-bottom {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-top: 4px solid #006934;
    border-bottom: 4px solid #006934;
    padding: 1rem 0;
    margin: 2rem auto
    }
.b-orange {
    border-top: 4px solid #f15a24;
    border-bottom: 4px solid #f15a24
    }
.p-title, .p-name, .p-en {
    font-weight: 700;
    text-align: center;
    margin: 0
    }
.p-name {
    font-size: 1.6rem
    }
.p-text {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: -0.2rem;
    font-size: 0.9rem;
    text-align: justify
    }
@media screen and (min-width: 31.25rem) {
    .q-sp {
        display: none
        }
    .q-pc {
        display: block
        }
    }
@media screen and (min-width: 48rem) {
    .profile-bottom {
        width: 100%;
        max-width: 48rem;
        border-top: 4px solid #006934;
        border-bottom: 4px solid #006934;
        padding: 1rem 0;
        margin: 2rem auto
        }
    .b-orange {
        border-top: 4px solid #f15a24;
        border-bottom: 4px solid #f15a24
        }
    }
.access-sp {
    display: block
    }
.access-pc {
    display: none
    }
.access-bus .bus-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2rem
    }
.access-bus p {
    margin-top: 0
    }
@media screen and (min-width: 31.25rem) {
    .access-sp {
        display: none
        }
    .access-pc {
        display: block
        }
    }
.anzen-box {
    width: 100%;
    margin: 0 auto;
    position: relative
    }
.anzen-box hr {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 5px double #ccc;
    margin: 3vw auto
    }
.anzen-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem
    }
@media screen and (min-width: 48rem) {
    .anzen-box hr {
        width: calc(100vw - 1.875rem);
        max-width: 62.5rem;
        border-bottom: 5px double #ccc;
        margin: 3vw auto
        }
    .anzen-title {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 3.4rem
        }
    }
.gunma-map {
    width: 100%;
    max-width: 62.5rem;
    margin: 0 auto;
    position: relative
    }
.gunma-main-map {
    width: 80%;
    margin: 0 auto;
    position: relative
    }
.haruna-name {
    width: 25vw;
    position: absolute;
    top: 28vw;
    left: 20vw
    }
.hotaka-name {
    width: 25vw;
    position: absolute;
    top: 8vw;
    right: 0;
    left: 0;
    margin: 0 auto
    }
.nikkoshirane-name {
    width: 25vw;
    position: absolute;
    top: 11vw;
    right: 8vw
    }
.myogi-name {
    width: 25vw;
    position: absolute;
    bottom: 28vw;
    left: 8vw
    }
.arafune-name {
    width: 25vw;
    position: absolute;
    bottom: 5vw;
    left: 0;
    right: 18vw;
    margin: 0 auto
    }
.akagi-name {
    width: 25vw;
    position: absolute;
    bottom: 25vw;
    right: 15vw
    }
.gunma-pc {
    display: none
    }
.gunma-box {
    width: 100%;
    margin: 0 auto;
    position: relative
    }
.morearea-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5
    }
.morearea-title:after {
    display: block;
    width: 100%;
    max-width: 62.5rem;
    margin: -2rem auto 2rem auto;
    content: "";
    border-bottom: 4px solid #946134
    }
.responsive-embed iframe {
    border: 0
    }
.moregunma .responsive-embed iframe {
    width: calc(100vw - 1.25rem);
    margin: 0 auto;
    border: 0;
    margin-left: 0.625rem
    }
.moregunma small {
    text-align: right;
    margin-top: 0;
    margin-bottom: 2rem
    }
.shop-wrap {
    width: 100%;
    margin: 0 auto
    }
.shop-box {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    z-index: 5
    }
.shop-info {
    padding-left: 1rem
    }
.reportinfo .shop-info {
    padding-left: 0
    }
.s-title {
    font-weight: 700
    }
.c-brown {
    color: #946134
    }
@media screen and (min-width: 48rem) {
    .gunma-main-map {
        width: 50%;
        margin: 12rem auto;
        position: relative;
        z-index: 5
        }
    .haruna-area {
        width: 32vw;
        max-width: 20rem;
        position: absolute;
        top: 12rem;
        left: 0
        }
    .haruna-pic {
        width: 100%;
        position: relative
        }
    .haruna-name {
        width: 20vw;
        max-width: 13rem;
        position: absolute;
        top: -1.5rem;
        left: 3.5rem
        }
    .hotaka-area {
        width: 32vw;
        max-width: 20rem;
        position: absolute;
        top: 1.4rem;
        right: 0;
        left: 0;
        margin: 0 auto
        }
    .hotaka-pic {
        width: 100%;
        position: relative
        }
    .hotaka-name {
        width: 20vw;
        max-width: 13rem;
        position: absolute;
        top: -1.5rem;
        right: 0;
        left: 0;
        margin: 0 auto
        }
    .nikkoshirane-area {
        width: 32vw;
        max-width: 20rem;
        position: absolute;
        top: 8.3rem;
        right: 0
        }
    .nikkoshirane-pic {
        width: 100%;
        position: relative
        }
    .nikkoshirane-name {
        width: 20vw;
        max-width: 13rem;
        position: absolute;
        top: -1.5rem;
        right: 3.5rem
        }
    .myogi-area {
        width: 32vw;
        max-width: 20rem;
        position: absolute;
        bottom: 9.5rem;
        left: 0
        }
    .myogi-pic {
        width: 100%;
        position: relative
        }
    .myogi-name {
        width: 20vw;
        max-width: 13rem;
        position: absolute;
        bottom: -1.5rem;
        left: 3.5rem
        }
    .arafune-area {
        width: 32vw;
        max-width: 20rem;
        position: absolute;
        bottom: 1.4rem;
        left: 0;
        right: 0;
        margin: 0 auto
        }
    .arafune-pic {
        width: 100%;
        position: relative
        }
    .arafune-name {
        width: 20vw;
        max-width: 13rem;
        position: absolute;
        bottom: -1.5rem;
        right: 0;
        left: 0;
        margin: 0 auto
        }
    .akagi-area {
        width: 32vw;
        max-width: 20rem;
        position: absolute;
        bottom: 12rem;
        right: 0
        }
    .akagi-pic {
        width: 100%;
        position: relative
        }
    .akagi-name {
        width: 20vw;
        max-width: 13rem;
        position: absolute;
        bottom: -1.5rem;
        right: 3.5rem
        }
    .gunma-pc {
        display: block
        }
    .responsive-embed {
        padding-bottom: 50%
        }
    .responsive-embed iframe {
        border: 0
        }
    .moregunma .responsive-embed iframe {
        width: 100%;
        padding-right: 1.66rem;
        margin-left: 0.83rem
        }
    .shop-wrap {
        width: 100%;
        margin: 0 auto;
        position: relative
        }
    }
@media screen and (min-width: 71.5rem) {
    .haruna-area {
        width: 20rem;
        max-width: 20rem;
        position: absolute;
        top: 12rem;
        left: 0
        }
    .haruna-name {
        width: 13rem;
        position: absolute;
        top: -1.5rem;
        left: 3.5rem
        }
    .hotaka-area {
        width: 20rem;
        max-width: 20rem;
        position: absolute;
        top: 1.4rem;
        right: 0;
        left: 0;
        margin: 0 auto
        }
    .hotaka-name {
        width: 13rem;
        position: absolute;
        top: -1.5rem;
        right: 0;
        left: 0;
        margin: 0 auto
        }
    .nikkoshirane-area {
        width: 20rem;
        max-width: 20rem;
        position: absolute;
        top: 8.3rem;
        right: 0
        }
    .nikkoshirane-name {
        width: 13rem;
        position: absolute;
        top: -1.5rem;
        right: 3.5rem
        }
    .myogi-area {
        width: 20rem;
        max-width: 20rem;
        position: absolute;
        bottom: 9.5rem;
        left: 0
        }
    .myogi-name {
        width: 13rem;
        position: absolute;
        bottom: -1.5rem;
        left: 3.5rem
        }
    .arafune-area {
        width: 20rem;
        max-width: 20rem;
        position: absolute;
        bottom: 1.4rem;
        left: 0;
        right: 0;
        margin: 0 auto
        }
    .arafune-name {
        width: 13rem;
        position: absolute;
        bottom: -1.5rem;
        right: 0;
        left: 0;
        margin: 0 auto
        }
    .akagi-area {
        width: 20rem;
        max-width: 20rem;
        position: absolute;
        bottom: 12rem;
        right: 0
        }
    .akagi-name {
        width: 13rem;
        position: absolute;
        bottom: -1.5rem;
        right: 3.5rem
        }
    }
.area-text {
    width: 100%;
    margin: 4vw auto;
    line-height: 2rem
    }
.area-subtitle {
    font-weight: 700;
    font-size: 1.4rem
    }
.area-map {
    width: 100%;
    margin: 0 auto
    }
.area-box {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    z-index: 5
    }
.report-info {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 6px solid #924898;
    padding: 1rem
    }
.report-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem
    }
.report-thumb {
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: relative
    }
.model-info {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 6px solid #924898;
    padding: 1rem
    }
.model-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem
    }
.report-title a:after, .model-title a:after {
    content: "▶▶▶";
    width: 1rem;
    height: 1rem;
    margin-left: 0.3rem
    }
.model-thumb {
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: relative
    }
.decoration {
    width: 30%;
    position: absolute;
    top: 1vw;
    right: 2vw;
    margin: 0 auto
    }
.onsen-box {
    width: 100%;
    max-width: 49.25rem;
    margin-bottom: 1rem
    }
.onsen-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem
    }
.onsen-en {
    font-size: 0.8rem;
    text-align: center
    }
.s-cat {
    width: 100%;
    padding: 0.3rem 1rem;
    background-color: #fff;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center
    }
.s-tel {
    margin-top: -0.5rem
    }
.a-tanigawa {
    border: 6px solid #924898
    }
.a-mikuni {
    border: 6px solid #00aebb
    }
.a-nozoriko {
    border: 6px solid #45b035
    }
.a-kusatsu {
    border: 6px solid #004ea2
    }
.a-manza {
    border: 6px solid #e8456c
    }
.t-tanigawa {
    border-bottom: 4px solid #924898
    }
.t-mikuni {
    border-bottom: 4px solid #00aebb
    }
.t-nozoriko {
    border-bottom: 4px solid #45b035
    }
.t-kusatsu {
    border-bottom: 4px solid #004ea2
    }
.t-manza {
    border-bottom: 4px solid #e8456c
    }
.i-tanigawa {
    border-bottom: 4px solid #924898
    }
.i-mikuni {
    border-bottom: 4px solid #00aebb
    }
.i-nozoriko {
    border-bottom: 4px solid #45b035
    }
.i-kusatsu {
    border-bottom: 4px solid #004ea2
    }
.i-manza {
    border-bottom: 4px solid #e8456c
    }
@media screen and (min-width: 48rem) {
    .area-text {
        margin: 2rem auto 0 auto;
        line-height: 2rem
        }
    .area-map {
        width: 100%;
        margin: 2vw auto
        }
    .area-box {
        width: 100%;
        margin: 0 auto;
        border-radius: 15px;
        position: relative;
        z-index: 5
        }
    .report-info {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        border-bottom: none;
        padding: 1rem
        }
    .report-title {
        font-size: 1.4rem;
        font-weight: 700
        }
    .report-thumb {
        width: 100%;
        border-radius: 0 10px 10px 0;
        position: relative
        }
    .decoration {
        width: 14%;
        position: absolute;
        top: 1vw;
        left: 34vw;
        right: 0;
        margin: 0 auto
        }
    .onsen-box {
        width: 100%;
        max-width: 64.375rem;
        margin-bottom: 1rem
        }
    .model-info {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        border-bottom: none;
        padding: 1rem
        }
    .model-title {
        font-size: 1.4rem;
        font-weight: 700
        }
    .model-thumb {
        width: 100%;
        border-radius: 0 10px 10px 0;
        position: relative
        }
    .s-cat {
        width: 100%;
        padding: 0.3rem 1rem;
        font-size: 0.8rem;
        font-weight: 700;
        text-align: center
        }
    .i-tanigawa {
        border-right: 4px solid #924898
        }
    .i-mikuni {
        border-right: 4px solid #00aebb
        }
    .i-nozoriko {
        border-right: 4px solid #45b035
        }
    .i-kusatsu {
        border-right: 4px solid #004ea2
        }
    .i-manza {
        border-right: 4px solid #e8456c
        }
    }
.areacourse h4 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem
    }
.areacourse h4.cap {
    padding-right: 1.2rem
    }
.areacourse .course-data {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 1.2rem
    }
.course-data .text {
    line-height: 1.8rem
    }
.capside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
    }
.c-cat {
    width: 100%;
    padding: 0.25rem 1rem;
    background-color: #fff;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin: 1rem auto;
    margin-right: 0.5rem
    }
.d-tanigawa {
    border-bottom: 2px dotted #924898
    }
.d-mikuni {
    border-bottom: 2px dotted #00aebb
    }
.d-nozoriko {
    border-bottom: 2px dotted #45b035
    }
.d-kusatsu {
    border-bottom: 2px dotted #004ea2
    }
.d-manza {
    border-bottom: 2px dotted #e8456c
    }
.area .course-data {
    font-weight: 700;
    margin: 0.5rem auto
    }
.i-level:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.i-walk:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.i-time:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.i-tree:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.i-light:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.i-hand:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.i-caution {
    color: #cc4b37;
    font-size: 1rem
    }
.i-caution:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.s-tel:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.s-access:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.s-address:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
.s-info:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 0.3rem
    }
@media screen and (min-width: 48rem) {
    .areacourse h4 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.5rem
        }
    .areacourse h4.cap {
        padding-right: 1.2rem
        }
    .areacourse .course-data {
        width: 100%;
        max-width: 48rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 1.2rem
        }
    }
.tategaki-box {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    position: relative
    }
.tategaki {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem
    }
.tategaki p {
    margin: 0
    }
.report-subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3rem;
    padding: 0 0.6rem;
    border-top: 3px double #45b035;
    border-bottom: 3px double #45b035;
    margin: 2rem auto 1rem auto
    }
.report-subtitle br {
    display: none
    }
.btbb-tanigawa {
    border-top: 3px double #924898;
    border-bottom: 3px double #924898
    }
.btbb-mikuni {
    border-top: 3px double #00aebb;
    border-bottom: 3px double #00aebb
    }
.btbb-nozoriko {
    border-top: 3px double #45b035;
    border-bottom: 3px double #45b035
    }
.btbb-kusatsu {
    border-top: 3px double #004ea2;
    border-bottom: 3px double #004ea2
    }
.btbb-manza {
    border-top: 3px double #e8456c;
    border-bottom: 3px double #e8456c
    }
.report-number {
    color: #fff;
    background-color: #45b035;
    padding: 1rem 0.8rem;
    margin-right: 0.6rem
    }
.report-guide {
    margin: 1rem auto;
    text-align: center
    }
.report-guide br {
    display: none
    }
.down-arrow {
    width: 25%;
    margin: 0 auto
    }
.report-box {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    text-align: center;
    margin: 0.5rem auto
    }
.reportphoto {
    position: relative
    }
.reportphoto-6 {
    position: relative
    }
.reportphoto:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
    }
.reportimage:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 6px dotted #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
    }
.reportphoto-6:after {
    display: block;
    content: "";
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
    }
.reportimage-6:after {
    display: block;
    content: "";
    width: 50%;
    height: 50%;
    border: 6px dotted #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30
    }
.areacourse hr.tanigawa {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 2px dotted #924898;
    margin: 0.5rem auto
    }
.areacourse hr.nozoriko {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 2px dotted #45b035;
    margin: 0.5rem auto
    }
.areacourse hr.mikuni {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 2px dotted #00aebb;
    margin: 0.5rem auto
    }
.areacourse hr.kusatsu {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 2px dotted #004ea2;
    margin: 0.5rem auto
    }
.areacourse hr.manza {
    width: calc(100vw - 1.25rem);
    max-width: 48rem;
    border-bottom: 2px dotted #e8456c;
    margin: 0.5rem auto
    }
.icon_report3 {
    display: block;
    position: absolute;
    top: -1.5rem;
    right: -0.5rem;
    width: 4rem;
    z-index: 40
    }
@media screen and (min-width: 48rem) {
    .tategaki-box {
        width: 100%;
        max-width: 48rem;
        margin: 0 auto
        }
    .tategaki {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        letter-spacing: 0.1rem;
        font-weight: 700
        }
    .report-subtitle {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 3rem;
        padding: 0 0.6rem;
        border-top: 3px double #45b035;
        border-bottom: 3px double #45b035;
        margin: 2rem auto 1rem auto
        }
    .report-subtitle br {
        display: block
        }
    .btbb-tanigawa {
        border-top: 3px double #924898;
        border-bottom: 3px double #924898
        }
    .btbb-mikuni {
        border-top: 3px double #00aebb;
        border-bottom: 3px double #00aebb
        }
    .btbb-nozoriko {
        border-top: 3px double #45b035;
        border-bottom: 3px double #45b035
        }
    .btbb-kusatsu {
        border-top: 3px double #004ea2;
        border-bottom: 3px double #004ea2
        }
    .btbb-manza {
        border-top: 3px double #e8456c;
        border-bottom: 3px double #e8456c
        }
    .report-guide {
        margin: 1rem auto;
        text-align: center
        }
    .report-guide br {
        display: block
        }
    .down-arrow {
        width: 15%;
        margin: 0 auto
        }
    .report-box {
        width: 100%;
        max-width: 62.5rem;
        text-align: center;
        margin: 1rem auto 0 auto
        }
    .reportphoto {
        position: relative
        }
    .reportphoto:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        border: 3px solid #fff;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30
        }
    .reportimage:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        border: 8px dotted #fff;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 30
        }
    .areacourse hr.tanigawa {
        width: 100%;
        max-width: 48rem;
        border-bottom: 2px dotted #924898
        }
    .areacourse hr.nozoriko {
        width: 100%;
        max-width: 48rem;
        border-bottom: 2px dotted #45b035
        }
    .areacourse hr.mikuni {
        width: 100%;
        max-width: 48rem;
        border-bottom: 2px dotted #00aebb
        }
    .areacourse hr.kusatsu {
        width: 100%;
        max-width: 48rem;
        border-bottom: 2px dotted #004ea2
        }
    .areacourse hr.manza {
        width: 100%;
        max-width: 48rem;
        border-bottom: 2px dotted #e8456c
        }
    .icon_report3 {
        display: block;
        position: absolute;
        top: -3rem;
        right: -1rem;
        width: 8vw;
        max-width: 10rem;
        z-index: 40
        }
    }
.contents-box-post a {
    color: #11c;
    border-bottom: 1px solid #11c
    }
.post-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3rem;
    padding: 0 0.6rem;
    border-top: 3px double #45b035;
    border-bottom: 3px double #45b035;
    margin: 2rem auto 1rem auto
    }
.post-title:before {
    content: "";
    color: #fff;
    background-color: #45b035;
    padding: 1rem;
    margin-right: 0.6rem
    }
.contents-box-post p {
    line-height: 2rem;
    clear: both
    }
.wp-caption {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #f8f8f8;
    padding-top: 4px;
    margin: 0 0 1rem;
    border-radius: 3px
    }
.wp-caption img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0 none
    }
.wp-caption p.wp-caption-text {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 0
    }
.contents-box-post img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0.5rem auto 1.5rem auto
    }
.contents-box-post iframe {
    width: 100%;
    height: 50vw;
    max-height: 30rem;
    margin: 0 auto
    }
.contents-box-post .alignright {
    margin: 0 0 1rem 1rem;
    float: right
    }
.contents-box-post .alignleft {
    margin: 0 1rem 1rem 0;
    float: left
    }
.contents-box-post .aligncenter {
    display: block;
    margin: 0 auto 1rem auto
    }
.contents-box-post .date {
    font-size: 0.9rem;
    text-align: right
    }
.contents-box-post .date:before {
    font-family: FontAwesome;
    content: "";
    padding: 0 0.3rem
    }
.post-nav a {
    color: #11c;
    border-bottom: 1px solid #11c
    }
.post-nav .previous {
    text-align: left
    }
.post-nav .next {
    text-align: right
    }
@media screen and (min-width: 48rem) {
    .post-title {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 3rem;
        padding: 0 0.6rem;
        border-top: 3px double #45b035;
        border-bottom: 3px double #45b035;
        margin: 2rem auto 1rem auto
        }
    .post-title:before {
        content: "";
        color: #fff;
        background-color: #45b035;
        padding: 1rem;
        margin-right: 0.6rem
        }
    }
.b-tanigawa {
    background-color: #924898
    }
.b-mikuni {
    background-color: #00aebb
    }
.b-nozoriko {
    background-color: #45b035
    }
.b-kusatsu {
    background-color: #004ea2
    }
.b-manza {
    background-color: #e8456c
    }
.b-gray {
    background-color: #3a3a3a
    }
.c-tanigawa {
    color: #924898
    }
.c-mikuni {
    color: #00aebb
    }
.c-nozoriko {
    color: #45b035
    }
.c-kusatsu {
    color: #004ea2
    }
.c-manza {
    color: #e8456c
    }
.c-gray {
    color: #3a3a3a
    }
.mt-05 {
    margin-top: 0.5%
    }
.mt-1 {
    margin-top: 1%
    }
.mt-15 {
    margin-top: 1.5%
    }
.mt-2 {
    margin-top: 2%
    }
.mt-25 {
    margin-top: 2.5%
    }
.mt-3 {
    margin-top: 3%
    }
.mt-35 {
    margin-top: 3.5%
    }
.mt-4 {
    margin-top: 4%
    }
.mt-45 {
    margin-top: 4.5%
    }
.mt-5 {
    margin-top: 5%
    }
.mt-10 {
    margin-top: 10%
    }
.mt--7 {
    margin-top: -7%
    }
.mt--1 {
    margin-top: -1%
    }
.mb-05 {
    margin-bottom: 0.5%
    }
.mb-1 {
    margin-bottom: 1%
    }
.mb-15 {
    margin-bottom: 1.5%
    }
.mb-2 {
    margin-bottom: 2%
    }
.mb-25 {
    margin-bottom: 2.5%
    }
.mb-3 {
    margin-bottom: 3%
    }
.mb-35 {
    margin-bottom: 3.5%
    }
.mb-4 {
    margin-bottom: 4%
    }
.mb-45 {
    margin-bottom: 4.5%
    }
.mb-5 {
    margin-bottom: 5%
    }
.mb-7 {
    margin-bottom: 7%
    }
.pt-05 {
    padding-top: 0.5%
    }
.pt-1 {
    padding-top: 1%
    }
.pt-15 {
    padding-top: 1.5%
    }
.pt-2 {
    padding-top: 2%
    }
.pt-25 {
    padding-top: 2.5%
    }
.pt-3 {
    padding-top: 3%
    }
.pt-35 {
    padding-top: 3.5%
    }
.pt-4 {
    padding-top: 4%
    }
.pt-45 {
    padding-top: 4.5%
    }
.pt-5 {
    padding-top: 5%
    }
.pt-7 {
    padding-top: 7%
    }
.pt-9 {
    padding-top: 9%
    }
.pb-05 {
    padding-bottom: 0.5%
    }
.pb-1 {
    padding-bottom: 1%
    }
.pb-15 {
    padding-bottom: 1.5%
    }
.pb-2 {
    padding-bottom: 2%
    }
.pb-25 {
    padding-bottom: 2.5%
    }
.pb-3 {
    padding-bottom: 3%
    }
.pb-35 {
    padding-bottom: 3.5%
    }
.pb-4 {
    padding-bottom: 4%
    }
.pb-45 {
    padding-bottom: 4.5%
    }
.pb-5 {
    padding-bottom: 5%
    }
.ml-5 {
    margin-left: 1rem
    }
.ml-g {
    margin-left: -0.625rem
    }
.sp-mt-1 {
    margin-top: 1rem
    }
.mt--ft {
    margin-top: -1rem
    }
.mt-nopic {
    margin-top: 30vw
    }
.pt-spmenu {
    padding-top: 3rem
    }
.pr-reporttxt {
    padding-right: 0
    }
.pl-reporttxt {
    padding-left: 0
    }
@media screen and (min-width: 48rem) {
    .ml-g {
        margin-left: -0.9375rem
        }
    .sp-mt-1 {
        margin-top: 0
        }
    .mt--ft {
        margin-top: -4rem
        }
    .mt-nopic {
        margin-top: 20rem
        }
    .pr-reporttxt {
        padding-right: 1rem
        }
    .pl-reporttxt {
        padding-left: 1rem
        }
    }
.comingsoon {
    width: 100%;
    font-size: 2rem;
    padding-top: 3vw;
    text-align: center
    }
.disable {
    pointer-events: none
    }