.smb-child-pages {
    display: none!important
}

.smb-contents-outline {
    display: none!important
}

.smb-like-me-box {
    display: none!important
}

.smb-pickup-slider {
    display: none!important
}

.smb-recent-posts {
    display: none!important
}

.smb-rss {
    display: none!important
}

.smb-taxonomy-posts {
    display: none!important
}

.smb-taxonomy-terms {
    display: none!important
}

.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar,.wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
    border-radius: 0!important
}

.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background) {
    background-color: initial;
    background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,.wp-block-calendar {
    text-align: center
}

.wp-block-calendar td,.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal!important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap!important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap!important
    }
}

.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
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.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-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (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 .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,.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,.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,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 .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

.wp-block-details {
    box-sizing: border-box;
    overflow: hidden
}

.wp-block-details summary {
    cursor: pointer
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-form-input__label.is-label-inline {
    align-items: center;
    flex-direction: row;
    gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
    margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
    flex-direction: row-reverse;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__label-content {
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week] {
    border: 1px solid;
    line-height: 2;
    min-height: 2em
}

textarea.wp-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right:1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100%!important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
    background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: initial;
    border: 3px solid #0000;
    border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
    background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
    scrollbar-color: #fffc #0000
}

@media (hover: none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color:#fffc #0000
    }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius:0;
        -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-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

.wp-lightbox-container img {
    cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
    opacity: 1
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #5a5a5a40;
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity .2s ease;
    width: 20px;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.wp-lightbox-container button:focus {
    opacity: 1
}

.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay button {
    background: none;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%,-50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.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: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.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;
    padding-left: 0
}

.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 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,ul {
    box-sizing: border-box
}

ol.has-background,ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    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 {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.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 {
    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 {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0
}

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit!important;
    color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting,inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting,initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000!important;
    color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color:inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display:none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size,100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top:32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.components-popover-pointer-events-trap {
    background-color: initial;
    cursor: pointer;
    inset: 0;
    position: fixed;
    z-index: 1000000
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align,initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium,smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-featured-image:where(.alignleft,.alignright) {
    width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read,.wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote p {
    margin-top: 0
}

.wp-block-pullquote p:last-child {
    margin-bottom: 0
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width:calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns:1fr
    }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright {
    float: right;
    margin-inline-end:0;margin-inline-start:2em}

.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft {
    float: left;
    margin-inline-end:2em;margin-inline-start:0}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter {
    margin-inline-end:auto;margin-inline-start:auto}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    margin-inline-start:auto}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end:auto}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-quote>cite {
    display: block
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
    text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width:calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
    max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0!important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0!important;
    border-right-width: 0!important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    width: 0!important
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: none;
    border-top: 2px solid
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "Â·Â·Â·";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: currentColor;
    fill: currentColor
}

.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: #1778f2;
    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-gravatar {
    background-color: #1d4fc4;
    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: #0d66c2;
    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-patreon {
    background-color: #000;
    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: #ff4500;
    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-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    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: #1da1f2;
    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-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
    background-color: #000;
    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: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

.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: #1778f2
}

.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-gravatar {
    color: #1d4fc4
}

.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: #0d66c2
}

.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-patreon {
    color: #000
}

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

.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-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.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: #1da1f2
}

.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-whatsapp {
    color: #25d366
}

.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-x {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.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: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset!important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none!important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.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 {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

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

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    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%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit:cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper,.entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

: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-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0px
    }
}

.smb-accordion>.smb-accordion__item {
    margin-bottom: 0;
    margin-top: 0
}

.smb-accordion__item {
    position: relative
}

.smb-accordion__item:not(:first-child) {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-accordion__item:not(:last-child) .smb-accordion__item__body {
    padding-bottom: 1.8rem;
    padding-bottom: calc(var(--_space,1.8rem)*1)
}

.smb-accordion__item__title {
    align-items: center;
    background-color: var(--_lighter-color-gray,#eee);
    color: var(--_color-text,#333);
    display: flex;
    padding: .45rem .9rem;
    padding: calc(var(--_space,1.8rem)*.25) calc(var(--_space,1.8rem)*.5)
}

.smb-accordion__item__title__label {
    flex: 1 1 auto
}

.smb-accordion__item__title__icon {
    flex: 0 0 auto;
    transition: transform var(--_transition-duration,.2s) var(--_transition-function-timing,ease-out)
}

.smb-accordion__item__control {
    -webkit-appearance: none!important;
    appearance: none!important;
    bottom: 0!important;
    cursor: pointer!important;
    display: block!important;
    height: 100%!important;
    left: 0!important;
    opacity: 0!important;
    outline: none!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    width: 100%!important;
    z-index: 1!important
}

.smb-accordion__item__control:focus-visible {
    opacity: 1!important;
    outline: 1px solid!important
}

.smb-accordion__item__body {
    display: none;
    padding-bottom: 0;
    padding-left: .9rem;
    padding-left: calc(var(--_space,1.8rem)*.5);
    padding-right: .9rem;
    padding-right: calc(var(--_space,1.8rem)*.5);
    padding-top: 1.8rem;
    padding-top: calc(var(--_space,1.8rem)*1);
    position: relative;
    z-index: 2
}

.smb-accordion__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-accordion__item__body>:first-child {
    margin-top: 0
}

.smb-accordion__item__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-accordion__item__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-accordion__item__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-accordion__item__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-accordion__item__body>h5,.smb-accordion__item__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-accordion__item__body>ol ol,.smb-accordion__item__body>ol ul,.smb-accordion__item__body>ul ol,.smb-accordion__item__body>ul ul {
    margin-bottom: 0
}

.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__body,.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title+.smb-accordion__item__body {
    display: block
}

.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title>.smb-accordion__item__title__icon {
    transform: rotate(180deg)
}

.smb-alert {
    background-color: #fff9e6;
    border: 1px solid #fff3cd;
    border-radius: var(--_border-radius,6px);
    color: #5a4d26;
    display: block;
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1)
}

.smb-alert .svg-inline--fa {
    color: #ffc81a
}

.smb-alert--warning {
    background-color: #ffede6;
    border-color: #ffdacd;
    color: #361f17
}

.smb-alert--warning .svg-inline--fa {
    color: #ff561a
}

.smb-alert--success {
    background-color: #f4ffe6;
    border-color: #dfffb3;
    color: #28321b
}

.smb-alert--success .svg-inline--fa {
    color: #84e600
}

.smb-alert--remark {
    background-color: var(--_lightest-color-gray,#f7f7f7);
    border-color: var(--_lighter-color-gray,#eee);
    color: var(--_color-text,#333)
}

.smb-alert--remark .svg-inline--fa {
    color: var(--_color-gray,#999)
}

.smb-alert__title {
    align-items: center;
    display: flex;
    margin-bottom: .45rem;
    margin-bottom: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    position: relative
}

.smb-alert__title .svg-inline--fa {
    flex: 0 0 0%;
    font-size: 1.5rem;
    line-height: calc(.83846 + var(--_half-leading,.4)*2);
    margin-right: .45rem;
    margin-right: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    position: relative;
    top: -1px
}

.smb-balloon {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.smb-balloon__person {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 0 20px
}

.smb-balloon__person .smb-balloon__name {
    margin: 0 0 0 5px
}

.smb-balloon__figure {
    border: 3px solid var(--_lighter-color-gray,#eee);
    border-radius: 100%;
    flex: 0 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px
}

.smb-balloon__figure>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%
}

.smb-balloon__name {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap
}

.smb-balloon__body {
    background-color: var(--_lightest-color-gray,#f7f7f7);
    border-color: var(--_lightest-color-gray,#f7f7f7);
    border-radius: var(--_border-radius,6px);
    color: var(--_color-text,#333);
    flex: 1 1 auto;
    overflow-wrap: break-word;
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1);
    position: relative
}

.smb-balloon__body:after {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 24px;
    margin-left: 0;
    position: absolute;
    top: -10px;
    width: 0
}

.smb-balloon--reverse {
    align-items: flex-end
}

.smb-balloon--reverse .smb-balloon__person .smb-balloon__name {
    margin-right: 5px;
    order: -1
}

.smb-balloon--reverse .smb-balloon__body:after {
    left: auto;
    right: 24px
}

@media (min-width: 640px) {
    .smb-balloon {
        align-items:center;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .smb-balloon__person {
        flex-direction: column;
        margin: 0 20px 0 0
    }

    .smb-balloon__person .smb-balloon__name {
        margin: 5px 0 0
    }

    .smb-balloon__body:after {
        border-color: transparent;
        border-right-color: inherit;
        border-width: 5px 10px 5px 0;
        left: -10px;
        margin-top: -5px;
        top: 50%
    }

    .smb-balloon--reverse {
        align-items: center;
        flex-direction: row-reverse
    }

    .smb-balloon--reverse .smb-balloon__person {
        margin: 0 0 0 20px
    }

    .smb-balloon--reverse .smb-balloon__person .smb-balloon__name {
        margin-right: 0;
        order: 0
    }

    .smb-balloon--reverse .smb-balloon__body:after {
        border-color: transparent;
        border-left-color: inherit;
        border-width: 5px 0 5px 10px;
        right: -10px
    }
}

.smb-box {
    border-radius: var(--_border-radius,6px);
    overflow: visible;
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1);
    position: relative
}

.smb-box--p-s {
    padding: .45rem;
    padding: calc(var(--_space,1.8rem)*.25)
}

.smb-box--p-l {
    padding: 1.35rem;
    padding: calc(var(--_space,1.8rem)*.75)
}

.smb-box__background {
    border: 0 solid var(--_lighter-color-gray,#eee);
    border-radius: var(--_border-radius,6px);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-box__body {
    position: relative
}

.smb-box__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-box__body>:first-child {
    margin-top: 0
}

.smb-box__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-box__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-box__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-box__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-box__body>h5,.smb-box__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-box__body>ol ol,.smb-box__body>ol ul,.smb-box__body>ul ol,.smb-box__body>ul ul {
    margin-bottom: 0
}

@media (min-width: 640px) {
    .smb-box--p-s {
        padding:.9rem;
        padding: calc(var(--_space,1.8rem)*.5)
    }

    .smb-box--p-l {
        padding: 2.7rem;
        padding: calc(var(--_space,1.8rem)*1.5)
    }
}

.smb-btn {
    background-color: #cd162c;
    border: none;
    border-radius: var(--_border-radius,6px);
    color: var(--_color-white,#fff);
    cursor: pointer;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: .63rem 2.25rem;
    padding: calc(var(--_space,1.8rem)*.35) calc(var(--_space,1.8rem)*1.25);
    text-align: center;
    text-decoration: none;
    transition: all var(--_transition-duration,.2s) var(--_transition-function-timing,ease-out);
    vertical-align: middle;
    white-space: nowrap
}

.smb-btn--little-wider {
    padding-left: 2.7rem;
    padding-left: calc(var(--_space,1.8rem)*1.5);
    padding-right: 2.7rem;
    padding-right: calc(var(--_space,1.8rem)*1.5)
}

.smb-btn--wider {
    padding-left: 3.6rem;
    padding-left: calc(var(--_space,1.8rem)*2);
    padding-right: 3.6rem;
    padding-right: calc(var(--_space,1.8rem)*2)
}

.smb-btn--full,.smb-btn--more-wider {
    display: block;
    width: 100%
}

.smb-btn--wrap {
    white-space: normal
}

.smb-btn-wrapper.is-style-ghost .smb-btn {
    background-color: transparent!important;
    border: 1px solid #cd162c;
    color: #cd162c
}

.smb-btn-wrapper.is-style-text .smb-btn {
    background-color: transparent!important;
    border: none!important;
    color: #cd162c
}

.smb-btn-wrapper.aligncenter {
    text-align: center
}

@media (min-width: 640px) {
    .smb-btn--little-wider {
        padding-left:3.6rem;
        padding-left: calc(var(--_space,1.8rem)*2);
        padding-right: 3.6rem;
        padding-right: calc(var(--_space,1.8rem)*2)
    }

    .smb-btn--wider {
        padding-left: 5.4rem;
        padding-left: calc(var(--_space,1.8rem)*3);
        padding-right: 5.4rem;
        padding-right: calc(var(--_space,1.8rem)*3)
    }

    .smb-btn--more-wider {
        display: inline-block;
        padding-left: 7.2rem;
        padding-left: calc(var(--_space,1.8rem)*4);
        padding-right: 7.2rem;
        padding-right: calc(var(--_space,1.8rem)*4);
        width: auto
    }
}

@media (hover: hover) and (pointer:fine) {
    .smb-btn:active,.smb-btn:focus,.smb-btn:hover {
        filter:brightness(90%)
    }
}

.smb-btn-box {
    padding-bottom: 2.7rem;
    padding-bottom: calc(var(--_space,1.8rem)*1.5);
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.7rem;
    padding-top: calc(var(--_space,1.8rem)*1.5)
}

.smb-btn-box__lede {
    font-weight: 700;
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    text-align: center
}

.smb-btn-box__btn-wrapper {
    text-align: center
}

.smb-btn-box__note {
    color: var(--_color-gray,#999);
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    text-align: center
}

.smb-btn-box .c-container {
    padding-left: var(--_container-margin-sm,.9rem);
    padding-right: var(--_container-margin-sm,.9rem)
}

.smb-btn-box.is-style-ghost .smb-btn {
    background-color: transparent!important;
    border: 1px solid #cd162c;
    color: #cd162c
}

@media (min-width: 640px) {
    .smb-btn-box .c-container {
        padding-left:var(--_container-margin,1.8rem);
        padding-right: var(--_container-margin,1.8rem)
    }
}

.smb-buttons {
    display: flex;
    flex-wrap: wrap
}

@supports (gap: 1px) {
    .smb-buttons {
        gap:calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }
}

.smb-buttons.has-text-align-left,.smb-buttons.is-content-justification-left {
    justify-content: flex-start
}

.smb-buttons.has-text-align-center,.smb-buttons.is-content-justification-center {
    justify-content: center
}

.smb-buttons.has-text-align-center>.smb-btn-wrapper,.smb-buttons.is-content-justification-center>.smb-btn-wrapper {
    margin-left: .45rem;
    margin-left: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    margin-right: .45rem;
    margin-right: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

@supports (gap: 1px) {
    .smb-buttons.has-text-align-center>.smb-btn-wrapper,.smb-buttons.is-content-justification-center>.smb-btn-wrapper {
        margin-left:0;
        margin-right: 0
    }
}

.smb-buttons.has-text-align-right,.smb-buttons.is-content-justification-right {
    justify-content: flex-end
}

.smb-buttons.has-text-align-right>.smb-btn-wrapper,.smb-buttons.is-content-justification-right>.smb-btn-wrapper {
    margin-left: .9rem;
    margin-left: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-right: 0
}

@supports (gap: 1px) {
    .smb-buttons.has-text-align-right>.smb-btn-wrapper,.smb-buttons.is-content-justification-right>.smb-btn-wrapper {
        margin-left:0;
        margin-right: 0
    }
}

.smb-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.smb-buttons>.smb-btn-wrapper {
    flex: 0 1 auto;
    margin: 0 .9rem 0 0;
    margin-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    padding-bottom: .9rem;
    padding-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

@supports (gap: 1px) {
    .smb-buttons>.smb-btn-wrapper {
        margin-right:0;
        padding-bottom: 0
    }
}

.smb-buttons>.smb-btn-wrapper--full {
    flex: 1 1 auto
}

@media (max-width: 639px) {
    .smb-buttons>.smb-btn-wrapper--more-wider {
        flex:1 1 auto
    }
}

.smb-categories-list__list {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.smb-categories-list__item {
    border: 1px solid var(--_lighter-color-gray,#eee);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    right: 0
}

.smb-categories-list__item:not(:first-child) {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-categories-list__item__count {
    align-items: center;
    background-color: var(--_lighter-color-gray,#eee);
    color: var(--_color-text,#333);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5);
    position: relative;
    text-align: center
}

.smb-categories-list__item__count>span {
    white-space: nowrap
}

.smb-categories-list__item__count:after {
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-left-color: var(--_lighter-color-gray,#eee);
    border-right: 0 solid transparent;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    width: 0
}

.smb-categories-list__item__count span {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2)
}

.smb-categories-list__item__category-name {
    font-weight: 700;
    margin-bottom: .45rem;
    margin-bottom: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-categories-list__item__category-description,.smb-categories-list__item__recent-label {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    margin-bottom: .45rem;
    margin-bottom: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-categories-list__item__recent-label {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-categories-list__item__recent-label:after,.smb-categories-list__item__recent-label:before {
    background-color: var(--_color-text,#333);
    content: "";
    display: block;
    flex: 1 0 0%;
    height: 1px;
    min-width: 20px
}

.smb-categories-list__item__recent-label:before {
    margin-right: .5em
}

.smb-categories-list__item__recent-label:after {
    margin-left: .5em
}

.smb-categories-list__item__list {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    word-break: break-word
}

.smb-categories-list__item__list>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-categories-list__item__list>:first-child {
    margin-top: 0
}

.smb-categories-list__item__list>h1 {
    margin-bottom: .45rem;
    margin-bottom: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    margin-top: 0
}

.smb-categories-list__item__list>h2 {
    margin-bottom: .5625rem;
    margin-bottom: calc(var(--_space,1.8rem)*.3125*var(--_margin-scale,1));
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-categories-list__item__list>h3 {
    margin-bottom: .3375rem;
    margin-bottom: calc(var(--_space,1.8rem)*.1875*var(--_margin-scale,1));
    margin-top: .7875rem;
    margin-top: calc(var(--_space,1.8rem)*.4375*var(--_margin-scale,1))
}

.smb-categories-list__item__list>h4 {
    margin-bottom: .225rem;
    margin-bottom: calc(var(--_space,1.8rem)*.125*var(--_margin-scale,1));
    margin-top: .5625rem;
    margin-top: calc(var(--_space,1.8rem)*.3125*var(--_margin-scale,1))
}

.smb-categories-list__item__list>h5,.smb-categories-list__item__list>h6 {
    margin-bottom: .225rem;
    margin-bottom: calc(var(--_space,1.8rem)*.125*var(--_margin-scale,1));
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-categories-list__item__list>ol ol,.smb-categories-list__item__list>ol ul,.smb-categories-list__item__list>ul ol,.smb-categories-list__item__list>ul ul {
    margin-bottom: 0
}

.smb-categories-list__item__detail {
    flex-grow: 1;
    padding: 1.8rem 1.8rem 1.8rem 2.25rem;
    padding: calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*1.25)
}

.smb-categories-list__item__detail a {
    color: inherit;
    text-decoration: none
}

@media (min-width: 640px) {
    .smb-categories-list__list.masonry-active .smb-categories-list__item {
        width:calc(50% - .45rem)
    }

    .smb-categories-list__list.masonry-active .smb-categories-list__item:nth-child(2) {
        margin-top: 0
    }

    .smb-categories-list__list.masonry-active .smb-categories-list__item:nth-child(2n) {
        transform: translateX(.9rem)
    }

    .smb-categories-list__list.masonry-active .smb-categories-list__item:nth-child(2n - 1) .smb-categories-list__item__count {
        order: 1
    }

    .smb-categories-list__list.masonry-active .smb-categories-list__item:nth-child(2n - 1) .smb-categories-list__item__count:after {
        border-bottom: 8px solid transparent;
        border-left: 0 solid transparent;
        border-right: 8px solid transparent;
        border-right-color: var(--_lighter-color-gray,#eee);
        border-top: 8px solid transparent;
        height: 0;
        left: auto;
        right: 100%;
        width: 0
    }

    .smb-categories-list__item:nth-child(2n - 1) .smb-categories-list__item__detail {
        padding-left: 1.8rem;
        padding-left: calc(var(--_space,1.8rem)*1);
        padding-right: 2.25rem;
        padding-right: calc(var(--_space,1.8rem)*1.25)
    }
}

@media (min-width: 1024px) {
    .smb-categories-list__item__count {
        padding:1.8rem;
        padding: calc(var(--_space,1.8rem)*1)
    }
}

@media (hover: hover) and (pointer:fine) {
    .smb-categories-list__item__detail a:active,.smb-categories-list__item__detail a:focus,.smb-categories-list__item__detail a:hover {
        text-decoration:underline
    }
}

.smb-container__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.smb-countdown__list {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0
}

.smb-countdown__list-item {
    margin-bottom: 0;
    margin-left: .45rem;
    margin-left: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    margin-right: .45rem;
    margin-right: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    margin-top: 0;
    text-align: center
}

.smb-countdown__list-item:first-child {
    margin-left: 0
}

.smb-countdown__list-item:last-child {
    margin-right: 0
}

.smb-countdown__list-item__numeric {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: calc(.83846 + var(--_half-leading,.4)*2)
}

.smb-countdown__list-item__clock {
    display: block;
    font-size: .75rem;
    line-height: calc(1.05676 + var(--_half-leading,.4)*2)
}

.smb-countdown .align-center {
    justify-content: center
}

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

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

.is-style-inline .smb-countdown__list-item__clock,.is-style-inline .smb-countdown__list-item__numeric {
    display: inline
}

.smb-directory-structure {
    background-color: var(--_lightest-color-gray,#f7f7f7);
    color: var(--_color-text,#333);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1.35rem 1.8rem;
    padding: calc(var(--_space,1.8rem)*.75) calc(var(--_space,1.8rem)*1)
}

.smb-directory-structure>:not(:first-child) {
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-directory-structure__item p {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap
}

.smb-directory-structure .fa-fw {
    width: auto
}

.smb-directory-structure__item__name {
    margin-left: .5rem;
    padding-right: 1.8rem;
    padding-right: calc(var(--_space,1.8rem)*1);
    white-space: nowrap
}

.smb-directory-structure__item__list {
    margin-left: 1.5rem
}

.smb-directory-structure__item__list>* {
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-evaluation-star {
    align-items: center;
    display: flex
}

.smb-evaluation-star__title {
    margin-left: 0;
    margin-right: .45rem;
    margin-right: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-evaluation-star--title-right .smb-evaluation-star__title {
    margin-left: .45rem;
    margin-left: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    margin-right: 0;
    order: 1
}

.smb-evaluation-star__body {
    display: inline-block
}

.smb-evaluation-star__numeric {
    color: var(--_color-gray,#999);
    font-weight: 700
}

.smb-evaluation-star__numeric--left {
    float: left;
    margin-right: .45rem;
    margin-right: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-evaluation-star__numeric--right {
    float: right;
    margin-left: .45rem;
    margin-left: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-evaluation-star__icon {
    color: #f9bb2d;
    display: inline-block
}

.smb-faq__body>*+* {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-faq__item {
    border-bottom: 1px solid var(--_lighter-color-gray,#eee);
    padding-bottom: 1.8rem;
    padding-bottom: calc(var(--_space,1.8rem)*1)
}

.smb-faq__item:first-child {
    border-top: 1px solid var(--_lighter-color-gray,#eee);
    padding-top: 1.8rem;
    padding-top: calc(var(--_space,1.8rem)*1)
}

.smb-faq__item__answer,.smb-faq__item__question {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.smb-faq__item__answer__label,.smb-faq__item__question__label {
    color: #cd162c;
    flex: 0 0 0%;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 1.8rem;
    margin-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    min-width: .8em
}

.smb-faq__item__answer__body,.smb-faq__item__question__body {
    flex: 1 1 auto
}

.smb-faq__item__answer__body>*,.smb-faq__item__question__body>* {
    margin-bottom: 0;
    margin-top: 0
}

.smb-faq__item__answer__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),.smb-faq__item__question__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-faq__item__answer__body>:first-child,.smb-faq__item__question__body>:first-child {
    margin-top: 0
}

.smb-faq__item__answer__body>h1,.smb-faq__item__question__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-faq__item__answer__body>h2,.smb-faq__item__question__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-faq__item__answer__body>h3,.smb-faq__item__question__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-faq__item__answer__body>h4,.smb-faq__item__question__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-faq__item__answer__body>h5,.smb-faq__item__answer__body>h6,.smb-faq__item__question__body>h5,.smb-faq__item__question__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-faq__item__answer__body>ol ol,.smb-faq__item__answer__body>ol ul,.smb-faq__item__answer__body>ul ol,.smb-faq__item__answer__body>ul ul,.smb-faq__item__question__body>ol ol,.smb-faq__item__question__body>ol ul,.smb-faq__item__question__body>ul ol,.smb-faq__item__question__body>ul ul {
    margin-bottom: 0
}

.smb-faq__item__question {
    font-weight: 700;
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.smb-information__item {
    margin-bottom: 0;
    margin-top: 0
}

.smb-information__item>.c-row>.c-row__col:first-child {
    display: flex;
    flex-direction: column
}

.smb-information__body>:not(:first-child) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-information:not([data-sm-split-column=true]) .smb-information__item__body {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-information[data-sm-split-column=true][data-label-align=right] .smb-information__item__label {
    text-align: right
}

.smb-information[data-sm-split-column=true][data-label-vertical-align=middle] .smb-information__item>.c-row>.c-row__col:first-child {
    justify-content: center
}

.smb-information.is-style-border .smb-information__item {
    border: 1px solid var(--_lighter-color-gray,#eee);
    margin-bottom: 0;
    margin-top: 0
}

.smb-information.is-style-border .smb-information__item:not(:first-child) {
    margin-top: -1px
}

.smb-information.is-style-border .smb-information__item__body {
    margin-top: 0;
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5)
}

.smb-information.is-style-border:not([data-sm-split-column=true]) .smb-information__item>.c-row>.c-row__col:last-child {
    border-top: 1px solid var(--_lighter-color-gray,#eee)
}

.smb-information.is-style-border:not([data-sm-split-column=true]) .smb-information__item__label {
    padding: .45rem .9rem;
    padding: calc(var(--_space,1.8rem)*.25) calc(var(--_space,1.8rem)*.5)
}

.smb-information.is-style-border[data-sm-split-column=true] .smb-information__item>.c-row>.c-row__col:last-child {
    border-left: 1px solid var(--_lighter-color-gray,#eee)
}

.smb-information.is-style-border[data-sm-split-column=true] .smb-information__item__label {
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5)
}

@media (min-width: 640px) {
    .smb-information:not([data-sm-split-column=true]) .smb-information__item__body {
        margin-top:0
    }

    .smb-information:not([data-sm-split-column=true])[data-label-align=right] .smb-information__item__label {
        text-align: right
    }

    .smb-information:not([data-sm-split-column=true])[data-label-vertical-align=middle] .smb-information__item>.c-row>.c-row__col:first-child {
        justify-content: center
    }

    .smb-information.is-style-border .smb-information__item__body {
        padding: 1.8rem;
        padding: calc(var(--_space,1.8rem)*1)
    }

    .smb-information.is-style-border:not([data-sm-split-column=true]) .smb-information__item>.c-row>.c-row__col:last-child {
        border-left: 1px solid var(--_lighter-color-gray,#eee);
        border-top: none
    }

    .smb-information.is-style-border:not([data-sm-split-column=true]) .smb-information__item__label,.smb-information.is-style-border[data-sm-split-column=true] .smb-information__item__label {
        padding: 1.8rem;
        padding: calc(var(--_space,1.8rem)*1)
    }
}

.smb-items--glue>.c-row {
    margin-bottom: -1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1))
}

.smb-items--glue>.c-row>.c-row__col {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-items--fill>.c-row>.c-row__col {
    display: flex;
    flex-direction: column
}

.smb-items--fill>.c-row>.c-row__col .smb-items__item,.smb-items--fill>.c-row>.c-row__col .smb-items__item__body {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column
}

.smb-items--fill>.c-row>.c-row__col .smb-items__item__content {
    margin-bottom: auto
}

.smb-items a.smb-items__item {
    color: var(--_color-text,#333);
    text-decoration: none;
    transition: opacity var(--_transition-duration,.2s) var(--_transition-function-timing,ease-out)
}

.smb-items__item {
    display: block;
    position: relative
}

.smb-items__item__figure {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    text-align: center
}

.smb-items__item__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(1 + var(--_half-leading,.4)*2);
    margin: 0
}

.smb-items__item__lede {
    color: var(--_color-gray,#999);
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2)
}

.smb-items__item__lede>a {
    color: inherit
}

.smb-items__item__content {
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-items__item__action {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    text-align: center
}

.smb-items__item--block-link {
    transition: filter var(--_transition-duration,.2s) var(--_transition-function-timing,ease-out)
}

.smb-items__item--block-link :not(.smb-items__item__action) a {
    position: relative;
    z-index: 1
}

.smb-items__item--block-link .smb-items__item__action a {
    filter: none!important
}

.smb-items__item--block-link .smb-items__item__action a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-items__item a.smb-items__item--block-link {
    color: inherit;
    display: block
}

.smb-items__item--free .smb-items__item__body>* {
    margin-bottom: 0;
    margin-top: 0
}

.smb-items__item--free .smb-items__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-items__item--free .smb-items__item__body>:first-child {
    margin-top: 0
}

.smb-items__item--free .smb-items__item__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-items__item--free .smb-items__item__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-items__item--free .smb-items__item__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-items__item--free .smb-items__item__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-items__item--free .smb-items__item__body>h5,.smb-items__item--free .smb-items__item__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-items__item--free .smb-items__item__body>ol ol,.smb-items__item--free .smb-items__item__body>ol ul,.smb-items__item--free .smb-items__item__body>ul ol,.smb-items__item--free .smb-items__item__body>ul ul {
    margin-bottom: 0
}

.smb-items__banner {
    background-color: var(--_color-white,#fff);
    color: var(--_color-white,#fff);
    overflow: hidden;
    position: relative
}

.smb-items__banner[class*=has-text-align-] {
    text-align: initial
}

.smb-items__banner[class*=has-text-align-] .smb-items__banner__body {
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.smb-items__banner.has-text-align-left .smb-items__banner__body {
    align-items: flex-start
}

.smb-items__banner.has-text-align-center .smb-items__banner__body {
    align-items: center
}

.smb-items__banner.has-text-align-right .smb-items__banner__body {
    align-items: flex-end
}

.smb-items__banner--left .smb-items__banner__body-inner {
    text-align: left
}

.smb-items__banner--center .smb-items__banner__body-inner {
    text-align: center
}

.smb-items__banner--right .smb-items__banner__body-inner {
    text-align: right
}

.smb-items__banner--blur .smb-items__banner__figure>img {
    filter: blur(3px);
    height: calc(100% + 6px);
    margin: -3px;
    max-height: none;
    max-width: none;
    transform: translateZ(0);
    width: calc(100% + 6px)
}

.smb-items__banner--contents .smb-items__banner__figure,.smb-items__banner--standard .smb-items__banner__figure,.smb-items__banner--vstandard .smb-items__banner__figure,.smb-items__banner--vwide .smb-items__banner__figure,.smb-items__banner--wide .smb-items__banner__figure {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-items__banner--contents .smb-items__banner__figure>img,.smb-items__banner--standard .smb-items__banner__figure>img,.smb-items__banner--vstandard .smb-items__banner__figure>img,.smb-items__banner--vwide .smb-items__banner__figure>img,.smb-items__banner--wide .smb-items__banner__figure>img {
    -o-object-fit: cover;
    object-fit: cover
}

.smb-items__banner--contents .smb-items__banner__figure__dummy,.smb-items__banner--standard .smb-items__banner__figure__dummy,.smb-items__banner--vstandard .smb-items__banner__figure__dummy,.smb-items__banner--vwide .smb-items__banner__figure__dummy,.smb-items__banner--wide .smb-items__banner__figure__dummy {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-items__banner--contents .smb-items__banner__figure__dummy:before,.smb-items__banner--standard .smb-items__banner__figure__dummy:before,.smb-items__banner--vstandard .smb-items__banner__figure__dummy:before,.smb-items__banner--vwide .smb-items__banner__figure__dummy:before,.smb-items__banner--wide .smb-items__banner__figure__dummy:before {
    display: none
}

.smb-items__banner--contents .smb-items__banner__body,.smb-items__banner--standard,.smb-items__banner--vstandard,.smb-items__banner--vwide,.smb-items__banner--wide {
    position: relative
}

.smb-items__banner--standard:before,.smb-items__banner--vstandard:before,.smb-items__banner--vwide:before,.smb-items__banner--wide:before {
    content: "";
    display: block
}

.smb-items__banner--standard:before {
    padding: 75% 0 0
}

.smb-items__banner--wide:before {
    padding: 56.25% 0 0
}

.smb-items__banner--vstandard {
    max-height: 100vh
}

.smb-items__banner--vstandard:before {
    padding: 133.33333% 0 0
}

.smb-items__banner--vwide {
    max-height: 100vh
}

.smb-items__banner--vwide:before {
    padding: 177.77777% 0 0
}

.smb-items__banner__figure {
    transition: filter var(--_transition-duration,.2s) var(--_transition-function-timing,ease-out)
}

.smb-items__banner__figure>img {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: relative;
    width: 100%!important
}

.smb-items__banner__figure__dummy {
    background-color: var(--_color-gray,#999);
    position: relative
}

.smb-items__banner__figure__dummy:before {
    content: "";
    display: block;
    padding: 56.25% 0 0
}

.smb-items__banner__figure__mask {
    background-color: var(--_color-black,#111);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-items__banner__body {
    bottom: 0;
    left: 0;
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1);
    position: absolute;
    right: 0;
    top: 0
}

.smb-items__banner__body a {
    position: relative;
    z-index: 1
}

.smb-items__banner__title {
    line-height: 1.4
}

.smb-items__banner__lede {
    font-size: .75rem;
    line-height: 1.4;
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-items__banner__action {
    font-size: 0!important
}

.smb-items__banner__action>a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.is-style-boundary-line.smb-items {
    overflow: hidden
}

.is-style-boundary-line.smb-items>.c-row {
    margin-left: -1px
}

.is-style-boundary-line.smb-items>.c-row--margin {
    margin-bottom: -3.6rem;
    margin-bottom: calc(var(--_space,1.8rem)*-2*var(--_margin-scale,1));
    margin-left: -1.8rem;
    margin-left: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1));
    margin-right: -1.8rem;
    margin-right: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1))
}

.is-style-boundary-line.smb-items>.c-row--margin>.c-row__col {
    margin-bottom: 3.6rem;
    margin-bottom: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1));
    padding-left: 1.8rem;
    padding-left: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    padding-right: 1.8rem;
    padding-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.is-style-boundary-line.smb-items>.c-row>.c-row__col {
    border-left: 1px solid var(--_lighter-color-gray,#eee)
}

.is-style-border.smb-items {
    border: 1px solid var(--_lighter-color-gray,#eee);
    overflow: hidden
}

.is-style-border.smb-items>.c-row--margin {
    margin-bottom: -1px;
    margin-left: 0;
    margin-right: -1px
}

.is-style-border.smb-items>.c-row--margin>.c-row__col {
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1)
}

.is-style-border.smb-items>.c-row>.c-row__col {
    border-bottom: 1px solid var(--_lighter-color-gray,#eee);
    border-right: 1px solid var(--_lighter-color-gray,#eee);
    margin-bottom: 0;
    margin-top: -1px
}

@media (hover: hover) and (pointer:fine) {
    .smb-items a.smb-items__item:active,.smb-items a.smb-items__item:focus,.smb-items a.smb-items__item:hover {
        opacity:.8
    }

    .smb-items__item--block-link:active,.smb-items__item--block-link:focus,.smb-items__item--block-link:hover {
        filter: brightness(90%)
    }

    .smb-items__banner:active .smb-items__banner__figure,.smb-items__banner:focus .smb-items__banner__figure,.smb-items__banner:hover .smb-items__banner__figure {
        filter: brightness(80%)
    }
}

.smb-list ul {
    list-style: none!important
}

.smb-list ul>li {
    position: relative
}

.smb-list ul>li+li {
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-list ul>li .smb-list__icon {
    left: -1.3em;
    line-height: 1;
    position: absolute;
    top: 6px
}

.smb-media-text__title {
    font-size: 1.2rem;
    line-height: calc(.93869 + var(--_half-leading,.4)*2)
}

.smb-media-text .block-editor-rich-text+.smb-media-text__body,.smb-media-text__title+.smb-media-text__body {
    margin-top: 1.35rem;
    margin-top: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1))
}

.smb-media-text__figure>img,.smb-media-text__figure>video {
    height: auto;
    width: 100%
}

.smb-media-text__caption {
    color: var(--_color-gray,#999);
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-media-text__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-media-text__body>:first-child {
    margin-top: 0
}

.smb-media-text__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-media-text__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-media-text__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-media-text__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-media-text__body>h5,.smb-media-text__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-media-text__body>ol ol,.smb-media-text__body>ol ul,.smb-media-text__body>ul ol,.smb-media-text__body>ul ul {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .smb-media-text__title {
        font-size:1.5rem;
        line-height: calc(.83846 + var(--_half-leading,.4)*2)
    }
}

@media (max-width: 1023px) {
    .smb-media-text--mobile-text>.c-row>.c-row__col:first-child {
        order:0!important
    }

    .smb-media-text--mobile-image>.c-row>.c-row__col:first-child {
        order: 1!important
    }

    .smb-media-text>.c-row--reverse>.c-row__col:first-child {
        order: 1
    }
}

.smb-panels>.c-row__col {
    margin-bottom: 0;
    margin-top: 0
}

.smb-panels__item {
    background-color: var(--_color-white,#fff);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
    color: var(--_color-text,#333);
    display: block;
    position: relative;
    text-decoration: none;
    transition: all var(--_transition-duration,.2s) var(--_transition-function-timing,ease-out)
}

.smb-panels__item__figure>img {
    width: 100%
}

.smb-panels__item__body {
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1)
}

.smb-panels__item__body a {
    position: relative;
    z-index: 1
}

.smb-panels__item__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: calc(1 + var(--_half-leading,.4)*2);
    margin: 0
}

.smb-panels__item__content {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    margin-top: .45rem;
    margin-top: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1))
}

.smb-panels__item__action {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-panels__item__action--nolabel {
    margin-top: 0
}

.smb-panels__item__action>a {
    position: static;
    text-decoration: none;
    z-index: auto
}

.smb-panels__item__action>a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-panels__item__link {
    color: #cd162c;
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2)
}

.smb-panels__item:not([class*=smb-panels__item--]) {
    text-align: center
}

.smb-panels__item--horizontal {
    display: flex;
    flex-direction: column;
    text-align: center
}

.smb-panels__item--horizontal.smb-panels__item--reverse>.smb-panels__item__figure {
    order: 1
}

.smb-panels__item--block-link>.smb-panels__item__body>*,.smb-panels__item--free>.smb-panels__item__body>* {
    margin-bottom: 0;
    margin-top: 0
}

.smb-panels__item--block-link>.smb-panels__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),.smb-panels__item--free>.smb-panels__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-panels__item--block-link>.smb-panels__item__body>:first-child,.smb-panels__item--free>.smb-panels__item__body>:first-child {
    margin-top: 0
}

.smb-panels__item--block-link>.smb-panels__item__body>h1,.smb-panels__item--free>.smb-panels__item__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-panels__item--block-link>.smb-panels__item__body>h2,.smb-panels__item--free>.smb-panels__item__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-panels__item--block-link>.smb-panels__item__body>h3,.smb-panels__item--free>.smb-panels__item__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-panels__item--block-link>.smb-panels__item__body>h4,.smb-panels__item--free>.smb-panels__item__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-panels__item--block-link>.smb-panels__item__body>h5,.smb-panels__item--block-link>.smb-panels__item__body>h6,.smb-panels__item--free>.smb-panels__item__body>h5,.smb-panels__item--free>.smb-panels__item__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-panels__item--block-link>.smb-panels__item__body>ol ol,.smb-panels__item--block-link>.smb-panels__item__body>ol ul,.smb-panels__item--block-link>.smb-panels__item__body>ul ol,.smb-panels__item--block-link>.smb-panels__item__body>ul ul,.smb-panels__item--free>.smb-panels__item__body>ol ol,.smb-panels__item--free>.smb-panels__item__body>ol ul,.smb-panels__item--free>.smb-panels__item__body>ul ol,.smb-panels__item--free>.smb-panels__item__body>ul ul {
    margin-bottom: 0
}

.smb-panels[data-image-padding=true] .smb-panels__item__figure {
    padding-bottom: 0;
    padding-left: .9rem;
    padding-left: calc(var(--_space,1.8rem)*.5);
    padding-right: .9rem;
    padding-right: calc(var(--_space,1.8rem)*.5);
    padding-top: .9rem;
    padding-top: calc(var(--_space,1.8rem)*.5)
}

.smb-panels[data-image-padding=true] .smb-panels__item--horizontal.smb-panels__item--reverse>.smb-panels__item__figure {
    padding-bottom: .9rem;
    padding-bottom: calc(var(--_space,1.8rem)*.5);
    padding-left: .9rem;
    padding-left: calc(var(--_space,1.8rem)*.5);
    padding-right: .9rem;
    padding-right: calc(var(--_space,1.8rem)*.5);
    padding-top: 0
}

@media (min-width: 640px) {
    .smb-panels__item--horizontal {
        flex-direction:row;
        text-align: left
    }

    .smb-panels__item--horizontal>.smb-panels__item__body {
        flex: 1 1 auto
    }

    .smb-panels__item--horizontal>.smb-panels__item__figure {
        flex: 0 0 50%;
        max-width: 50%;
        overflow: hidden;
        position: relative
    }

    .smb-panels__item--horizontal>.smb-panels__item__figure img {
        height: auto;
        max-height: none;
        max-width: none;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    .smb-panels__item--horizontal>.smb-panels__item__body {
        align-self: center
    }

    .smb-panels[data-image-padding=true] .smb-panels__item__figure {
        padding-bottom: 0;
        padding-left: .9rem;
        padding-left: calc(var(--_space,1.8rem)*.5);
        padding-right: .9rem;
        padding-right: calc(var(--_space,1.8rem)*.5);
        padding-top: .9rem;
        padding-top: calc(var(--_space,1.8rem)*.5)
    }

    .smb-panels[data-image-padding=true] .smb-panels__item--horizontal>.smb-panels__item__figure {
        padding-bottom: .9rem;
        padding-bottom: calc(var(--_space,1.8rem)*.5);
        padding-left: .9rem;
        padding-left: calc(var(--_space,1.8rem)*.5);
        padding-right: 0;
        padding-top: .9rem;
        padding-top: calc(var(--_space,1.8rem)*.5)
    }

    .smb-panels[data-image-padding=true] .smb-panels__item--horizontal.smb-panels__item--reverse>.smb-panels__item__figure {
        padding-bottom: .9rem;
        padding-bottom: calc(var(--_space,1.8rem)*.5);
        padding-left: 0;
        padding-right: .9rem;
        padding-right: calc(var(--_space,1.8rem)*.5);
        padding-top: .9rem;
        padding-top: calc(var(--_space,1.8rem)*.5)
    }
}

@media (hover: hover) and (pointer:fine) {
    .smb-panels__item:active,.smb-panels__item:focus,.smb-panels__item:hover {
        box-shadow:0 7px 35px 0 rgba(0,0,0,.15)
    }
}

.smb-price-menu {
    border-top: 1px solid var(--_lighter-color-gray,#eee)
}

.smb-price-menu>.smb-price-menu__item {
    margin-bottom: 0;
    margin-top: 0
}

.smb-price-menu__item {
    border-bottom: 1px solid var(--_lighter-color-gray,#eee);
    padding-bottom: .9rem;
    padding-bottom: calc(var(--_space,1.8rem)*.5);
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-top: calc(var(--_space,1.8rem)*.5)
}

@media (min-width: 640px) {
    .smb-price-menu__item {
        align-items:center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .smb-price-menu__item>* {
        flex: 0 0 auto
    }
}

.smb-pricing-table {
    background-color: var(--_background-color,transparent);
    border: 1px solid var(--_lighter-color-gray,#eee)
}

.smb-pricing-table .c-row__col {
    flex: 1 1 100%
}

.smb-pricing-table .c-row__col:not(:first-child) {
    border-top: 1px solid var(--_lighter-color-gray,#eee)
}

.smb-pricing-table__item {
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1)
}

.smb-pricing-table__item__figure {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    text-align: center
}

.smb-pricing-table__item__price,.smb-pricing-table__item__title {
    font-weight: 700;
    text-align: center
}

.smb-pricing-table__item__price {
    font-size: 1.25rem;
    line-height: calc(.92222 + var(--_half-leading,.4)*2)
}

.smb-pricing-table__item__lede {
    color: var(--_color-gray,#999);
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    text-align: center
}

.smb-pricing-table__item ul {
    border-top: 1px solid var(--_lighter-color-gray,#eee);
    list-style: none;
    margin-left: 0;
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    padding-left: 0;
    text-align: center
}

.smb-pricing-table__item ul>li {
    border-bottom: 1px solid var(--_lighter-color-gray,#eee);
    padding-bottom: .9rem;
    padding-bottom: calc(var(--_space,1.8rem)*.5);
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-top: calc(var(--_space,1.8rem)*.5)
}

.smb-pricing-table__item__action {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    text-align: center
}

@media (min-width: 640px) {
    .smb-pricing-table {
        overflow:auto
    }

    .smb-pricing-table::-webkit-scrollbar {
        height: 5px
    }

    .smb-pricing-table::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .smb-pricing-table::-webkit-scrollbar-thumb {
        background: #bcbcbc
    }

    .smb-pricing-table:not([data-has-items]) {
        white-space: nowrap
    }

    .smb-pricing-table[data-has-items] .c-row__col {
        flex: 1 0 auto;
        max-width: 30%
    }

    .smb-pricing-table[data-has-items="1"] .c-row__col {
        max-width: 100%
    }

    .smb-pricing-table[data-has-items="2"] .c-row__col {
        max-width: 50%
    }

    .smb-pricing-table[data-has-items="3"] .c-row__col {
        max-width: 33.3333%
    }

    .smb-pricing-table--col-size-1-4 {
        white-space: normal
    }

    .smb-pricing-table--col-size-1-4 .c-row .c-row__col {
        flex: 1 0 auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 25%
    }

    .smb-pricing-table--col-size-1-3 {
        white-space: normal
    }

    .smb-pricing-table--col-size-1-3 .c-row .c-row__col {
        flex: 1 0 auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 33%
    }

    .smb-pricing-table--col-size-1-2 {
        white-space: normal
    }

    .smb-pricing-table--col-size-1-2 .c-row .c-row__col {
        flex: 1 0 auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 50%
    }

    .smb-pricing-table--col-size-1-1 {
        white-space: normal
    }

    .smb-pricing-table--col-size-1-1 .c-row .c-row__col {
        flex: 1 0 auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .smb-pricing-table .c-row__col:not(:first-child) {
        border-left:1px solid var(--_lighter-color-gray,#eee);
        border-top: none
    }

    .smb-pricing-table__item__price {
        font-size: 1.5rem;
        line-height: calc(.83846 + var(--_half-leading,.4)*2)
    }
}

.smb-rating-box__body>:not(:first-child) {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-rating-box__item__title {
    margin-bottom: .225rem;
    margin-bottom: calc(var(--_space,1.8rem)*.125*var(--_margin-scale,1))
}

.smb-rating-box__item__evaluation__bar,.smb-rating-box__item__evaluation__rating {
    border-radius: var(--_border-radius,6px);
    height: 16px
}

.smb-rating-box__item__evaluation__bar {
    background-color: var(--_lighter-color-gray,#eee);
    position: relative
}

.smb-rating-box__item__evaluation__rating {
    background-color: #f9bb2d;
    left: 0;
    position: absolute;
    top: 0
}

.smb-rating-box__item__evaluation__numeric {
    color: var(--_color-gray,#999);
    font-size: .75rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -16px
}

.smb-section {
    align-items: center;
    display: flex;
    padding-bottom: 2.7rem;
    padding-bottom: calc(var(--_space,1.8rem)*1.5);
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.7rem;
    padding-top: calc(var(--_space,1.8rem)*1.5);
    position: relative
}

.smb-section__background,.smb-section__background-text,.smb-section__fixed-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section__background__texture,.smb-section__fixed-background__texture {
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section__background-text {
    height: 100%;
    overflow: hidden;
    position: relative
}

.smb-section__background-text__text {
    font-weight: 700;
    max-width: 100%;
    position: absolute
}

.smb-section__dividers {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section__divider {
    font-size: 0;
    left: -1px;
    line-height: 1;
    position: absolute;
    right: -1px
}

.smb-section__divider svg {
    height: auto;
    left: 0;
    max-height: 100px;
    position: absolute;
    right: 0;
    width: 100%
}

.smb-section__divider--top {
    top: -1px
}

.smb-section__divider--top svg {
    top: 0;
    transform: rotate(180deg)
}

.smb-section__divider--bottom {
    bottom: -1px
}

.smb-section__divider--bottom svg {
    bottom: 0
}

.smb-section__divider--triangle svg {
    margin: 0 auto;
    max-width: 200px
}

.smb-section__inner {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    max-width: 100%;
    position: relative
}

.smb-section__inner>.c-container {
    flex: 1 1 auto;
    position: relative
}

.smb-section__inner.is-content-justification-center>.c-container,.smb-section__inner.is-content-justification-left>.c-container,.smb-section__inner.is-content-justification-right>.c-container {
    display: flex
}

.smb-section__inner.is-content-justification-center>.c-container>.smb-section__contents-wrapper,.smb-section__inner.is-content-justification-left>.c-container>.smb-section__contents-wrapper,.smb-section__inner.is-content-justification-right>.c-container>.smb-section__contents-wrapper {
    margin-left: 0;
    margin-right: 0
}

.smb-section__inner.is-content-justification-left>.c-container {
    justify-content: flex-start
}

.smb-section__inner.is-content-justification-center>.c-container {
    justify-content: center
}

.smb-section__inner.is-content-justification-right>.c-container {
    justify-content: flex-end
}

.smb-section__contents-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.smb-section__contents-wrapper--center>.smb-section__header,.smb-section__contents-wrapper--center>.smb-section__header .c-container,.smb-section__contents-wrapper--left>.smb-section__header,.smb-section__contents-wrapper--left>.smb-section__header .c-container,.smb-section__contents-wrapper--right>.smb-section__header,.smb-section__contents-wrapper--right>.smb-section__header .c-container {
    text-align: inherit
}

.smb-section__contents-wrapper--left>.smb-section__header .smb-section__lede-wrapper,.smb-section__contents-wrapper--right>.smb-section__header .smb-section__lede-wrapper {
    display: block
}

.smb-section__contents-wrapper--left {
    text-align: left
}

.smb-section__contents-wrapper--center {
    text-align: center
}

.smb-section__contents-wrapper--right {
    text-align: right
}

.smb-section__header,.smb-section__subtitle,.smb-section__title {
    text-align: center
}

.smb-section__header>*,.smb-section__header>.c-container>* {
    text-align: inherit
}

.smb-section__subtitle {
    font-size: .75rem;
    line-height: calc(1.05676 + var(--_half-leading,.4)*2)
}

.smb-section__lede-wrapper {
    display: flex;
    justify-content: center
}

.smb-section__lede {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2)
}

.smb-section__body {
    max-width: 100%
}

.smb-section [data-is-text-align=left] {
    text-align: left
}

.smb-section--left>.smb-section__inner>.c-container>.smb-section__lede-wrapper,.smb-section--right>.smb-section__inner>.c-container>.smb-section__lede-wrapper {
    display: block
}

.smb-section--left>.smb-section__inner>.c-container>.smb-section__body,.smb-section--left>.smb-section__inner>.c-container>.smb-section__lede-wrapper>.smb-section__lede,.smb-section--left>.smb-section__inner>.c-container>.smb-section__subtitle,.smb-section--left>.smb-section__inner>.c-container>.smb-section__title {
    text-align: left
}

.smb-section--center>.smb-section__inner>.c-container>.smb-section__body,.smb-section--center>.smb-section__inner>.c-container>.smb-section__subtitle,.smb-section--center>.smb-section__inner>.c-container>.smb-section__title {
    text-align: center
}

.smb-section--right>.smb-section__inner>.c-container>.smb-section__body,.smb-section--right>.smb-section__inner>.c-container>.smb-section__lede-wrapper>.smb-section__lede,.smb-section--right>.smb-section__inner>.c-container>.smb-section__subtitle,.smb-section--right>.smb-section__inner>.c-container>.smb-section__title {
    text-align: right
}

.smb-section--wide {
    min-height: 75vh
}

.smb-section--full {
    min-height: 100vh
}

.smb-section.is-content-justification-center>.smb-section__inner>.c-container,.smb-section.is-content-justification-left>.smb-section__inner>.c-container,.smb-section.is-content-justification-right>.smb-section__inner>.c-container {
    display: flex;
    flex-wrap: wrap
}

.smb-section.is-content-justification-center>.smb-section__inner>.c-container>.smb-section__body,.smb-section.is-content-justification-center>.smb-section__inner>.c-container>.smb-section__lede-wrapper,.smb-section.is-content-justification-center>.smb-section__inner>.c-container>.smb-section__subtitle,.smb-section.is-content-justification-center>.smb-section__inner>.c-container>.smb-section__title,.smb-section.is-content-justification-left>.smb-section__inner>.c-container>.smb-section__body,.smb-section.is-content-justification-left>.smb-section__inner>.c-container>.smb-section__lede-wrapper,.smb-section.is-content-justification-left>.smb-section__inner>.c-container>.smb-section__subtitle,.smb-section.is-content-justification-left>.smb-section__inner>.c-container>.smb-section__title,.smb-section.is-content-justification-right>.smb-section__inner>.c-container>.smb-section__body,.smb-section.is-content-justification-right>.smb-section__inner>.c-container>.smb-section__lede-wrapper,.smb-section.is-content-justification-right>.smb-section__inner>.c-container>.smb-section__subtitle,.smb-section.is-content-justification-right>.smb-section__inner>.c-container>.smb-section__title {
    flex: 1 1 100%
}

.smb-section.is-content-justification-center>.smb-section__inner>.c-container>.smb-section__contents-wrapper,.smb-section.is-content-justification-left>.smb-section__inner>.c-container>.smb-section__contents-wrapper,.smb-section.is-content-justification-right>.smb-section__inner>.c-container>.smb-section__contents-wrapper {
    margin-left: 0;
    margin-right: 0
}

.smb-section.is-content-justification-left>.smb-section__inner>.c-container {
    justify-content: flex-start
}

.smb-section.is-content-justification-center>.smb-section__inner>.c-container {
    justify-content: center
}

.smb-section.is-content-justification-right>.smb-section__inner>.c-container {
    justify-content: flex-end
}

.smb-section.is-items-alignment-top {
    align-items: flex-start
}

.smb-section.is-items-alignment-center {
    align-items: center
}

.smb-section.is-items-alignment-bottom {
    align-items: flex-end
}

.smb-section-break-the-grid {
    position: relative
}

.smb-section-break-the-grid__mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section-break-the-grid__figure {
    position: relative
}

.smb-section-break-the-grid__figure>img {
    position: relative;
    width: 100%
}

.smb-section-break-the-grid__content {
    position: relative;
    z-index: 1
}

.smb-section-break-the-grid__content--p-s {
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5)
}

.smb-section-break-the-grid__content--p-m {
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1)
}

.smb-section-break-the-grid__content--p-l {
    padding: 2.7rem;
    padding: calc(var(--_space,1.8rem)*1.5)
}

.smb-section-break-the-grid__content--center>.smb-section__header,.smb-section-break-the-grid__content--left>.smb-section__header,.smb-section-break-the-grid__content--right>.smb-section__header {
    text-align: inherit
}

.smb-section-break-the-grid__content--center>.smb-section__header>.smb-section__lede-wrapper,.smb-section-break-the-grid__content--left>.smb-section__header>.smb-section__lede-wrapper,.smb-section-break-the-grid__content--right>.smb-section__header>.smb-section__lede-wrapper {
    display: block
}

.smb-section-break-the-grid__content--left {
    text-align: left
}

.smb-section-break-the-grid__content--center {
    text-align: center
}

.smb-section-break-the-grid__content--right {
    text-align: right
}

.smb-section-break-the-grid__header,.smb-section-break-the-grid__subtitle,.smb-section-break-the-grid__title {
    text-align: left
}

.smb-section-break-the-grid__header>* {
    text-align: inherit
}

.smb-section-break-the-grid__lede-wrapper {
    justify-content: flex-start
}

.smb-section-break-the-grid__shadow {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
    right: -.9rem
}

.smb-section-break-the-grid--left>.c-container>.c-row,.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.c-row,.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row {
    flex-direction: row-reverse
}

.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
    left: -.9rem
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col {
    width: 100%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--remove-outside-p,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--remove-outside-p {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-l,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-l {
    width: 140%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-xl,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-xl {
    width: 180%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-10,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-10 {
    width: 110%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-20,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-20 {
    width: 120%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-30,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-30 {
    width: 130%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-40,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-40 {
    width: 140%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-50,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-50 {
    width: 150%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-60,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-60 {
    width: 160%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-70,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-70 {
    width: 170%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-80,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-80 {
    width: 180%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-90,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-90 {
    width: 190%
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-100,.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-100 {
    width: 200%
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row {
    flex-direction: column
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xs {
    margin-bottom: -1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*-.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-s {
    margin-bottom: -2.7rem;
    margin-bottom: calc(var(--_space,1.8rem)*-1.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-m {
    margin-bottom: -4.05rem;
    margin-bottom: calc(var(--_space,1.8rem)*-2.25*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-l {
    margin-bottom: -5.4rem;
    margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xl {
    margin-bottom: -6.75rem;
    margin-bottom: calc(var(--_space,1.8rem)*-3.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-5 {
    margin-bottom: -1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*-.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-10 {
    margin-bottom: -2.7rem;
    margin-bottom: calc(var(--_space,1.8rem)*-1.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-15 {
    margin-bottom: -4.05rem;
    margin-bottom: calc(var(--_space,1.8rem)*-2.25*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-20 {
    margin-bottom: -5.4rem;
    margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-25 {
    margin-bottom: -6.75rem;
    margin-bottom: calc(var(--_space,1.8rem)*-3.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-30 {
    margin-bottom: -8.1rem;
    margin-bottom: calc(var(--_space,1.8rem)*-4.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-40 {
    margin-bottom: -10.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*-6*var(--_margin-scale,1))
}

.smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50 {
    margin-bottom: -13.5rem;
    margin-bottom: calc(var(--_space,1.8rem)*-7.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row {
    flex-direction: column-reverse
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xs {
    margin-top: -1.35rem;
    margin-top: calc(var(--_space,1.8rem)*-.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-s {
    margin-top: -2.7rem;
    margin-top: calc(var(--_space,1.8rem)*-1.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-m {
    margin-top: -4.05rem;
    margin-top: calc(var(--_space,1.8rem)*-2.25*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-l {
    margin-top: -5.4rem;
    margin-top: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xl {
    margin-top: -6.75rem;
    margin-top: calc(var(--_space,1.8rem)*-3.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-5 {
    margin-top: -1.35rem;
    margin-top: calc(var(--_space,1.8rem)*-.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-10 {
    margin-top: -2.7rem;
    margin-top: calc(var(--_space,1.8rem)*-1.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-15 {
    margin-top: -4.05rem;
    margin-top: calc(var(--_space,1.8rem)*-2.25*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-20 {
    margin-top: -5.4rem;
    margin-top: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-25 {
    margin-top: -6.75rem;
    margin-top: calc(var(--_space,1.8rem)*-3.75*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-30 {
    margin-top: -8.1rem;
    margin-top: calc(var(--_space,1.8rem)*-4.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-40 {
    margin-top: -10.8rem;
    margin-top: calc(var(--_space,1.8rem)*-6*var(--_margin-scale,1))
}

.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50 {
    margin-top: -13.5rem;
    margin-top: calc(var(--_space,1.8rem)*-7.5*var(--_margin-scale,1))
}

.smb-section-break-the-grid--match-height>.smb-section__inner,.smb-section-break-the-grid--match-height>.smb-section__inner>.c-container {
    position: static
}

.alignfull.smb-section-break-the-grid>.c-container {
    max-width: none
}

.smb-section-break-the-grid.smb-section--left>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__body,.smb-section-break-the-grid.smb-section--left>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__lede-wrapper>.smb-section__lede,.smb-section-break-the-grid.smb-section--left>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__subtitle,.smb-section-break-the-grid.smb-section--left>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__title {
    text-align: left
}

.smb-section-break-the-grid.smb-section--left>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__lede-wrapper {
    display: block
}

.smb-section-break-the-grid.smb-section--center>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__body,.smb-section-break-the-grid.smb-section--center>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__subtitle,.smb-section-break-the-grid.smb-section--center>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__title {
    text-align: center
}

.smb-section-break-the-grid.smb-section--right>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__body,.smb-section-break-the-grid.smb-section--right>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__lede-wrapper>.smb-section__lede,.smb-section-break-the-grid.smb-section--right>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__subtitle,.smb-section-break-the-grid.smb-section--right>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__title {
    text-align: right
}

.smb-section-break-the-grid.smb-section--right>.smb-section__inner>.c-container>.c-row>.c-row__col>.smb-section-break-the-grid__content>.smb-section__lede-wrapper {
    display: block
}

@media (min-width: 640px) {
    .smb-section-break-the-grid__content--p-s {
        padding:1.8rem;
        padding: calc(var(--_space,1.8rem)*1)
    }

    .smb-section-break-the-grid__content--p-m {
        padding: 3.6rem;
        padding: calc(var(--_space,1.8rem)*2)
    }

    .smb-section-break-the-grid__content--p-l {
        padding: 5.4rem;
        padding: calc(var(--_space,1.8rem)*3)
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        right: -1.8rem
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: -1.8rem
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xs {
        margin-bottom: -1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-s {
        margin-bottom: -3.6rem;
        margin-bottom: calc(var(--_space,1.8rem)*-2*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-m {
        margin-bottom: -5.4rem;
        margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-l {
        margin-bottom: -7.2rem;
        margin-bottom: calc(var(--_space,1.8rem)*-4*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xl {
        margin-bottom: -9rem;
        margin-bottom: calc(var(--_space,1.8rem)*-5*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-5 {
        margin-bottom: -1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-10 {
        margin-bottom: -3.6rem;
        margin-bottom: calc(var(--_space,1.8rem)*-2*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-15 {
        margin-bottom: -5.4rem;
        margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-20 {
        margin-bottom: -7.2rem;
        margin-bottom: calc(var(--_space,1.8rem)*-4*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-25 {
        margin-bottom: -9rem;
        margin-bottom: calc(var(--_space,1.8rem)*-5*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-30 {
        margin-bottom: -10.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*-6*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-40 {
        margin-bottom: -14.4rem;
        margin-bottom: calc(var(--_space,1.8rem)*-8*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--top>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50 {
        margin-bottom: -18rem;
        margin-bottom: calc(var(--_space,1.8rem)*-10*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xs {
        margin-top: -1.8rem;
        margin-top: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-s {
        margin-top: -3.6rem;
        margin-top: calc(var(--_space,1.8rem)*-2*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-m {
        margin-top: -5.4rem;
        margin-top: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-l {
        margin-top: -7.2rem;
        margin-top: calc(var(--_space,1.8rem)*-4*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xl {
        margin-top: -9rem;
        margin-top: calc(var(--_space,1.8rem)*-5*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-5 {
        margin-top: -1.8rem;
        margin-top: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-10 {
        margin-top: -3.6rem;
        margin-top: calc(var(--_space,1.8rem)*-2*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-15 {
        margin-top: -5.4rem;
        margin-top: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-20 {
        margin-top: -7.2rem;
        margin-top: calc(var(--_space,1.8rem)*-4*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-25 {
        margin-top: -9rem;
        margin-top: calc(var(--_space,1.8rem)*-5*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-30 {
        margin-top: -10.8rem;
        margin-top: calc(var(--_space,1.8rem)*-6*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-40 {
        margin-top: -14.4rem;
        margin-top: calc(var(--_space,1.8rem)*-8*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50 {
        margin-top: -18rem;
        margin-top: calc(var(--_space,1.8rem)*-10*var(--_margin-scale,1))
    }
}

@media (min-width: 1024px) {
    .smb-section-break-the-grid--vertical-txl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom:100px
    }

    .smb-section-break-the-grid--vertical-txl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 100px
    }

    .smb-section-break-the-grid--vertical-tl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 80px
    }

    .smb-section-break-the-grid--vertical-tl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 80px
    }

    .smb-section-break-the-grid--vertical-tm>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 60px
    }

    .smb-section-break-the-grid--vertical-tm>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 60px
    }

    .smb-section-break-the-grid--vertical-ts>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 40px
    }

    .smb-section-break-the-grid--vertical-ts>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 40px
    }

    .smb-section-break-the-grid--vertical-t100>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 100px
    }

    .smb-section-break-the-grid--vertical-t100>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 100px
    }

    .smb-section-break-the-grid--vertical-t80>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 80px
    }

    .smb-section-break-the-grid--vertical-t80>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 80px
    }

    .smb-section-break-the-grid--vertical-t60>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 60px
    }

    .smb-section-break-the-grid--vertical-t60>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 60px
    }

    .smb-section-break-the-grid--vertical-t40>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: 40px
    }

    .smb-section-break-the-grid--vertical-bs>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content,.smb-section-break-the-grid--vertical-t40>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-top: 40px
    }

    .smb-section-break-the-grid--vertical-bs>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 40px
    }

    .smb-section-break-the-grid--vertical-bm>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 60px
    }

    .smb-section-break-the-grid--vertical-bm>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 60px
    }

    .smb-section-break-the-grid--vertical-bl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 80px
    }

    .smb-section-break-the-grid--vertical-bl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 80px
    }

    .smb-section-break-the-grid--vertical-bxl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 100px
    }

    .smb-section-break-the-grid--vertical-bxl>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 100px
    }

    .smb-section-break-the-grid--vertical-b40>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 40px
    }

    .smb-section-break-the-grid--vertical-b40>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 40px
    }

    .smb-section-break-the-grid--vertical-b60>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 60px
    }

    .smb-section-break-the-grid--vertical-b60>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 60px
    }

    .smb-section-break-the-grid--vertical-b80>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 80px
    }

    .smb-section-break-the-grid--vertical-b80>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 80px
    }

    .smb-section-break-the-grid--vertical-b100>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-top: 100px
    }

    .smb-section-break-the-grid--vertical-b100>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: 100px
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-l {
        width: 140%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-xl {
        width: 180%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-10 {
        width: 110%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-20 {
        width: 120%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-30 {
        width: 130%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-40 {
        width: 140%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-50 {
        width: 150%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-60 {
        width: 160%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-70 {
        width: 170%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-80 {
        width: 180%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-90 {
        width: 190%
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-100 {
        width: 200%
    }

    .smb-section-break-the-grid__content--w-xs {
        width: 60%
    }

    .smb-section-break-the-grid__content--w-s {
        width: 80%
    }

    .smb-section-break-the-grid__content--w-l {
        width: 120%
    }

    .smb-section-break-the-grid__content--w-xl {
        width: 140%
    }

    .smb-section-break-the-grid__content--w--50 {
        width: 50%
    }

    .smb-section-break-the-grid__content--w--40 {
        width: 60%
    }

    .smb-section-break-the-grid__content--w--30 {
        width: 70%
    }

    .smb-section-break-the-grid__content--w--20 {
        width: 80%
    }

    .smb-section-break-the-grid__content--w--10 {
        width: 90%
    }

    .smb-section-break-the-grid__content--w-10 {
        width: 110%
    }

    .smb-section-break-the-grid__content--w-20 {
        width: 120%
    }

    .smb-section-break-the-grid__content--w-30 {
        width: 130%
    }

    .smb-section-break-the-grid__content--w-40 {
        width: 140%
    }

    .smb-section-break-the-grid__content--w-50 {
        width: 150%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xs {
        left: 5%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-s {
        left: 10%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-m {
        left: 15%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-l {
        left: 20%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xl {
        left: 25%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-5 {
        left: 5%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-10 {
        left: 10%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-15 {
        left: 15%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-20 {
        left: 20%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-25 {
        left: 25%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-30 {
        left: 30%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-40 {
        left: 40%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50 {
        left: 50%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--remove-outside-p {
        padding-left: 0!important;
        padding-top: 0!important
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        right: 0
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-l {
        margin-left: -40%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-xl {
        margin-left: -80%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-10 {
        margin-left: -10%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-20 {
        margin-left: -20%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-30 {
        margin-left: -30%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-40 {
        margin-left: -40%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-50 {
        margin-left: -50%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-60 {
        margin-left: -60%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-70 {
        margin-left: -70%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-80 {
        margin-left: -80%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-90 {
        margin-left: -90%
    }

    .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-100 {
        margin-left: -100%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xs {
        right: 5%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-s {
        right: 10%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-m {
        right: 15%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-l {
        right: 20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-xl {
        right: 25%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-5 {
        right: 5%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-10 {
        right: 10%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-15 {
        right: 15%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-20 {
        right: 20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-25 {
        right: 25%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-30 {
        right: 30%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-40 {
        right: 40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50 {
        right: 50%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-xs {
        margin-left: 40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-s {
        margin-left: 20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-l {
        margin-left: -20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-xl {
        margin-left: -40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w--50 {
        margin-left: 50%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w--40 {
        margin-left: 40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w--30 {
        margin-left: 30%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w--20 {
        margin-left: 20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w--10 {
        margin-left: 10%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-10 {
        margin-left: -10%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-20 {
        margin-left: -20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-30 {
        margin-left: -30%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-40 {
        margin-left: -40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--w-50 {
        margin-left: -50%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--remove-outside-p {
        padding-right: 0!important;
        padding-top: 0!important
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: 0
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-l {
        margin-right: -40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-xl {
        margin-right: -80%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-10 {
        margin-right: -10%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-20 {
        margin-right: -20%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-30 {
        margin-right: -30%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-40 {
        margin-right: -40%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-50 {
        margin-right: -50%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-60 {
        margin-right: -60%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-70 {
        margin-right: -70%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-80 {
        margin-right: -80%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-90 {
        margin-right: -90%
    }

    .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure--w-100 {
        margin-right: -100%
    }

    .smb-section-break-the-grid--match-height>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        bottom: 0;
        margin: 0!important;
        position: absolute;
        top: 0
    }

    .smb-section-break-the-grid--match-height>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure img,.smb-section-break-the-grid--match-height>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: absolute;
        width: 100%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: 50%;
        right: 0!important
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10 {
        left: 45%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-20 {
        left: 40%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30 {
        left: 35%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-40 {
        left: 30%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-50 {
        left: 25%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-60 {
        left: 20%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-70 {
        left: 15%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-80 {
        left: 10%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-90 {
        left: 5%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-100 {
        left: 0
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: 0!important;
        right: 50%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10 {
        right: 45%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-20 {
        right: 40%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30 {
        right: 35%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-40 {
        right: 30%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-50 {
        right: 25%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-60 {
        right: 20%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-70 {
        right: 15%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-80 {
        right: 10%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-90 {
        right: 5%
    }

    .smb-section-break-the-grid--match-height.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-100 {
        right: 0
    }

    .alignfull.smb-section-break-the-grid--right>.smb-section__inner>.c-container:not(.c-container--no-padding)>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        right: -1.8rem
    }

    .alignfull.smb-section-break-the-grid--left>.smb-section__inner>.c-container:not(.c-container--no-padding)>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: -1.8rem
    }
}

@media (max-width: 1023px) {
    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col:first-child {
        order:1!important
    }

    .smb-section-break-the-grid--mobile-image>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        margin-bottom: -5.4rem;
        margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--mobile-text>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col:first-child {
        order: 0!important
    }

    .smb-section-break-the-grid--mobile-text>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: -5.4rem;
        margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--mobile-nowrap>.smb-section__inner>.c-container>.smb-section__contents-wrapper {
        padding-bottom: 3.6rem;
        padding-bottom: calc(var(--_space,1.8rem)*2);
        padding-left: 0;
        padding-right: 0;
        padding-top: 3.6rem;
        padding-top: calc(var(--_space,1.8rem)*2)
    }

    .smb-section-break-the-grid--mobile-nowrap>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        bottom: 0;
        position: absolute;
        top: 0
    }

    .smb-section-break-the-grid--mobile-nowrap>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure>img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .smb-section-break-the-grid--mobile-nowrap.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-right: -9rem;
        margin-right: calc(var(--_space,1.8rem)*-5*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--mobile-nowrap.smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: 3.6rem;
        right: 0
    }

    .smb-section-break-the-grid--mobile-nowrap.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-left: -9rem;
        margin-left: calc(var(--_space,1.8rem)*-5*var(--_margin-scale,1))
    }

    .smb-section-break-the-grid--mobile-nowrap.smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
        left: 0;
        right: 3.6rem
    }

    .smb-section-break-the-grid--left:not([class*=smb-section-break-the-grid--mobile-])>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content,.smb-section-break-the-grid--right:not([class*=smb-section-break-the-grid--mobile-])>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content {
        margin-bottom: -5.4rem;
        margin-bottom: calc(var(--_space,1.8rem)*-3*var(--_margin-scale,1))
    }
}

.smb-section-side-heading__header,.smb-section-side-heading__subtitle,.smb-section-side-heading__title {
    text-align: left
}

.smb-section-side-heading__header>* {
    text-align: inherit
}

.smb-section-side-heading__lede-wrapper {
    justify-content: flex-start
}

.smb-section-with-bgimage {
    overflow: hidden;
    position: relative
}

.smb-section-with-bgimage__repeatable-image {
    background-position: 50% 50%;
    background-repeat: repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section-with-bgimage__repeatable-image img {
    display: none
}

.smb-section-with-bgimage__bgimage {
    background-color: var(--_color-white,#fff);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section-with-bgimage__bgimage iframe,.smb-section-with-bgimage__bgimage img,.smb-section-with-bgimage__bgimage video {
    height: 100%;
    position: absolute;
    width: 100%
}

.smb-section-with-bgimage__bgimage img,.smb-section-with-bgimage__bgimage video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.smb-section-with-bgimage__mask {
    background-color: var(--_color-black,#111);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-section-with-bgimage--left:not([class*=smb-section--])>.c-container>.smb-section__body,.smb-section-with-bgimage--left:not([class*=smb-section--])>.c-container>.smb-section__lede,.smb-section-with-bgimage--left:not([class*=smb-section--])>.c-container>.smb-section__lede-wrapper>.smb-section__lede,.smb-section-with-bgimage--left:not([class*=smb-section--])>.c-container>.smb-section__subtitle,.smb-section-with-bgimage--left:not([class*=smb-section--])>.c-container>.smb-section__title {
    text-align: left
}

.smb-section-with-bgimage--left:not([class*=smb-section--])>.c-container>.smb-section__lede-wrapper {
    display: block
}

.smb-section-with-bgimage--center:not([class*=smb-section--])>.c-container>.smb-section__body,.smb-section-with-bgimage--center:not([class*=smb-section--])>.c-container>.smb-section__title {
    text-align: center
}

.smb-section-with-bgimage--right:not([class*=smb-section--])>.c-container>.smb-section__body,.smb-section-with-bgimage--right:not([class*=smb-section--])>.c-container>.smb-section__lede,.smb-section-with-bgimage--right:not([class*=smb-section--])>.c-container>.smb-section__lede-wrapper>.smb-section__lede,.smb-section-with-bgimage--right:not([class*=smb-section--])>.c-container>.smb-section__subtitle,.smb-section-with-bgimage--right:not([class*=smb-section--])>.c-container>.smb-section__title {
    text-align: right
}

.smb-section-with-bgimage--right:not([class*=smb-section--])>.c-container>.smb-section__lede-wrapper {
    display: block
}

@media (min-width: 640px) {
    .smb-section-with-bgimage__bgimage--sm {
        display:none
    }
}

@media (min-width: 1024px) {
    .smb-section-with-bgimage__bgimage--md {
        display:none
    }
}

.smb-section-with-bgvideo>.smb-section-with-bgimage__bgimage>* {
    display: none!important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-blocks/dist/packages/slick/./ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-blocks/dist/packages/slick/./fonts/slick.eot);
    src: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-blocks/dist/packages/slick/./fonts/slick.eot?#iefix) format('embedded-opentype'),url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-blocks/dist/packages/slick/./fonts/slick.woff) format('woff'),url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-blocks/dist/packages/slick/./fonts/slick.ttf) format('truetype'),url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-blocks/dist/packages/slick/./fonts/slick.svg#slick) format('svg')
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.smb-slider>.smb-slider__canvas.slick-initialized {
    margin-bottom: 0;
    padding-bottom: 0
}

.smb-slider--16to9 .smb-slider__item__figure,.smb-slider--4to3 .smb-slider__item__figure {
    position: relative
}

.smb-slider--16to9 .smb-slider__item__figure:before,.smb-slider--4to3 .smb-slider__item__figure:before {
    content: "";
    display: block
}

.smb-slider--16to9 .smb-slider__item__figure>img,.smb-slider--4to3 .smb-slider__item__figure>img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0
}

.smb-slider--16to9 .smb-slider__item__figure:before {
    padding-top: 56.25%
}

.smb-slider--4to3 .smb-slider__item__figure:before {
    padding-top: 75%
}

.smb-slider__canvas {
    padding-bottom: 35px;
    visibility: hidden
}

.smb-slider__canvas.slick-slider {
    margin-bottom: 0
}

.smb-slider__canvas.slick-initialized {
    visibility: visible
}

.smb-slider__canvas.slick-initialized .slick-slide {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.smb-slider__canvas.slick-initialized .slick-slide>* {
    flex: 1 1 auto
}

.smb-slider__canvas[dir=rtl] .slick-next {
    left: 10px;
    right: auto
}

.smb-slider__canvas[dir=rtl] .slick-prev {
    left: auto;
    right: 10px
}

.smb-slider__canvas[dir=rtl] .smb-slider__item__caption {
    direction: ltr
}

.smb-slider__item__figure,.smb-slider__item__figure>img {
    width: 100%
}

.smb-slider__item__caption {
    color: var(--_color-gray,#999);
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    justify-content: center;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-slider .slick-next {
    right: 10px;
    z-index: 1
}

.smb-slider .slick-prev {
    left: 10px;
    z-index: 1
}

.smb-slider .slick-dots {
    bottom: 0;
    line-height: 1;
    position: static
}

.spider {
    position: relative
}

.spider__reference {
    box-sizing: border-box!important
}

.spider__canvas {
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none
}

.spider__canvas::-webkit-scrollbar {
    display: none
}

.spider__canvas.is-dragging a {
    pointer-events: none
}

.spider__slide {
    align-items: center;
    display: flex;
    flex: 1 0 100%!important;
    justify-content: center;
    max-width: 100%;
    opacity: 0;
    position: relative;
    scroll-snap-align: start!important;
    transition: opacity .05s
}

.spider__slide[data-visible=true] {
    opacity: 1
}

.spider__figure {
    height: auto;
    max-height: none;
    max-width: 100%;
    width: auto
}

.spider__arrows {
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

.spider__arrows .spider__arrow {
    pointer-events: auto
}

.spider>.spider__arrows {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    z-index: 1
}

.spider__arrow {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 0!important;
    height: 42px;
    line-height: 0!important;
    outline: none;
    padding: 0;
    position: relative;
    width: 42px
}

.spider__arrow:before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px
}

.spider__arrow:active {
    filter: brightness(80%)
}

.spider__arrow[data-direction=prev] {
    left: 0
}

.spider__arrow[data-direction=prev]:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    transform: rotate(45deg)
}

.spider__arrow[data-direction=next] {
    right: 0
}

.spider__arrow[data-direction=next]:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: calc(50% - 5px);
    right: calc(50% - 5px);
    transform: rotate(45deg)
}

.spider>.spider__arrow {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 1
}

.spider__dots {
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px
}

.spider__dots .spider__dot {
    margin: 0 5px
}

.spider+.spider__dots {
    margin-top: 1em
}

.spider__dots[data-thumbnails=true] .spider__dot>.spider__figure {
    width: 100%
}

.spider__dots:not([data-thumbnails=true]) .spider__dot {
    background-color: #ccc;
    border-radius: 100%;
    font-size: 0;
    height: 8px;
    line-height: 0;
    width: 8px
}

.spider__dots:not([data-thumbnails=true]) .spider__dot[aria-current=true] {
    background-color: #333
}

.spider__dot {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    padding: 0
}

[data-fade=true] .spider__canvas {
    overflow-x: hidden;
    position: relative!important
}

[data-fade=true] .spider__slide {
    max-width: 100%!important;
    position: relative!important;
    transition-duration: .2s;
    transition-duration: var(--spider-duration);
    transition-property: opacity,visibility;
    transition-timing-function: ease-in;
    width: 100%!important
}

[data-fade=true] .spider__slide[data-active=true] {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.smb-spider-contents-slider>.spider>.spider__canvas>.spider__slide {
    border: 0 solid transparent
}

.smb-spider-contents-slider>.spider>.spider__canvas>.spider__slide[data-content-position]>.smb-spider-contents-slider__item {
    height: auto
}

.smb-spider-contents-slider__item {
    flex: 1 1 100%;
    height: 100%;
    max-width: 100%
}

.smb-spider-contents-slider__item>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-spider-contents-slider__item>:first-child {
    margin-top: 0
}

.smb-spider-contents-slider__item>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-spider-contents-slider__item>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-spider-contents-slider__item>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-spider-contents-slider__item>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-spider-contents-slider__item>h5,.smb-spider-contents-slider__item>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-spider-contents-slider__item>ol ol,.smb-spider-contents-slider__item>ol ul,.smb-spider-contents-slider__item>ul ol,.smb-spider-contents-slider__item>ul ul {
    margin-bottom: 0
}

.smb-spider-contents-slider__item--p-s {
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5)
}

.smb-spider-contents-slider__item--p-m {
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1)
}

.smb-spider-contents-slider__item--p-l {
    padding: 2.7rem;
    padding: calc(var(--_space,1.8rem)*1.5)
}

.smb-spider-contents-slider__item>.smb-section {
    height: 100%
}

@media (min-width: 640px) {
    .smb-spider-contents-slider__item--p-s {
        padding:1.8rem;
        padding: calc(var(--_space,1.8rem)*1)
    }

    .smb-spider-contents-slider__item--p-m {
        padding: 3.6rem;
        padding: calc(var(--_space,1.8rem)*2)
    }

    .smb-spider-contents-slider__item--p-l {
        padding: 5.4rem;
        padding: calc(var(--_space,1.8rem)*3)
    }
}

.smb-spider-pickup-slider .spider__slide {
    background-color: var(--_color-black,#111);
    max-height: 80vh;
    overflow: hidden;
    position: relative
}

.smb-spider-pickup-slider .spider__slide:before {
    content: "";
    display: block;
    padding: 56.25% 0 0
}

.smb-spider-pickup-slider .spider__slide:after {
    background-color: rgba(0,0,0,.15);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-spider-pickup-slider .spider__slide .spider__figure {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    width: 100%
}

.smb-spider-pickup-slider .spider__dots[data-thumbnails=true] {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: .9rem -.45rem -.9rem;
    margin: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1)) calc(var(--_space,1.8rem)*-.25*var(--_margin-scale,1)) calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1))
}

@supports (gap: 1px) {
    .smb-spider-pickup-slider .spider__dots[data-thumbnails=true] {
        gap:calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.smb-spider-pickup-slider .spider__dots[data-thumbnails=true] .spider__dot {
    flex: 0 0 25%;
    margin: 0;
    max-width: 25%;
    padding-bottom: .9rem;
    padding-bottom: calc(var(--_space,1.8rem)*.5);
    padding-left: .45rem;
    padding-left: calc(var(--_space,1.8rem)*.25);
    padding-right: .45rem;
    padding-right: calc(var(--_space,1.8rem)*.25);
    padding-top: 0;
    position: relative
}

@supports (gap: 1px) {
    .smb-spider-pickup-slider .spider__dots[data-thumbnails=true] .spider__dot {
        padding:0
    }

    .smb-spider-pickup-slider .spider__dots[data-thumbnails=true] .spider__dot[data-has-thumbnail=false]:before {
        background-color: var(--_lighter-color-gray,#eee);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.smb-spider-pickup-slider .spider__dots[data-thumbnails=true] .spider__dot img {
    position: relative
}

.smb-spider-pickup-slider__item {
    align-items: center;
    color: var(--_color-white,#fff);
    display: flex;
    flex-direction: column;
    left: 50%;
    padding-left: var(--_container-margin-sm,.9rem);
    padding-right: var(--_container-margin-sm,.9rem);
    position: absolute;
    text-shadow: rgba(51,51,51,.3) 1px 1px 3px;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1
}

.smb-spider-pickup-slider__item>:not(:first-child) {
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-spider-pickup-slider__item__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: calc(.83846 + var(--_half-leading,.4)*2)
}

.smb-spider-pickup-slider__item__title a {
    color: inherit;
    text-decoration: none
}

.smb-spider-pickup-slider__item__title a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.smb-spider-pickup-slider__item__meta {
    color: var(--_color-white,#fff);
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2)
}

.smb-spider-pickup-slider__item__meta img {
    display: inline-block!important
}

.smb-section+.smb-spider-pickup-slider.alignfull {
    margin-top: 0
}

.alignfull.smb-spider-pickup-slider__item,.alignwide.smb-spider-pickup-slider__item {
    padding-left: calc(var(--_container-margin-sm,.9rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm,.9rem) + env(safe-area-inset-right))
}

@media (min-width: 640px) {
    .smb-spider-pickup-slider__item {
        max-width:40rem;
        padding-left: var(--_container-margin,1.8rem);
        padding-right: var(--_container-margin,1.8rem)
    }

    .smb-spider-pickup-slider__item__title {
        font-size: 2rem;
        line-height: calc(.68889 + var(--_half-leading,.4)*2)
    }

    .alignfull.smb-spider-pickup-slider__item,.alignwide.smb-spider-pickup-slider__item {
        padding-left: calc(var(--_container-margin,1.8rem) + env(safe-area-inset-left));
        padding-right: calc(var(--_container-margin,1.8rem) + env(safe-area-inset-right))
    }
}

@media (min-width: 1024px) {
    .smb-spider-pickup-slider .spider__slide {
        max-height:75vh;
        min-height: 650px
    }

    .smb-spider-pickup-slider__item {
        max-width: 64rem
    }

    .smb-spider-pickup-slider__item>:not(:first-child) {
        margin-top: 1.8rem;
        margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
    }

    .smb-spider-pickup-slider__item__title {
        font-size: 3rem;
        line-height: calc(.50588 + var(--_half-leading,.4)*2)
    }
}

.smb-spider-slider__item {
    flex: 1 1 100%;
    max-width: 100%
}

.smb-spider-slider__item__caption {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2)
}

.smb-spider-slider .smb-spider-slider__figure-wrapper,.smb-spider-slider .spider__slide {
    flex: 1 0 100%!important;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative
}

.smb-spider-slider .spider__slide .smb-spider-slider__item {
    bottom: 0;
    left: 0;
    padding: .45rem .9rem;
    padding: calc(var(--_space,1.8rem)*.25) calc(var(--_space,1.8rem)*.5);
    position: absolute;
    right: 0
}

.smb-spider-slider .spider__dots[data-thumbnails=true] {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: .9rem -.45rem -.9rem;
    margin: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1)) calc(var(--_space,1.8rem)*-.25*var(--_margin-scale,1)) calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1))
}

.smb-spider-slider .spider__dots[data-thumbnails=true] .spider__dot {
    flex: 0 0 25%;
    margin: 0;
    max-width: 25%;
    padding-bottom: .9rem;
    padding-bottom: calc(var(--_space,1.8rem)*.5);
    padding-left: .45rem;
    padding-left: calc(var(--_space,1.8rem)*.25);
    padding-right: .45rem;
    padding-right: calc(var(--_space,1.8rem)*.25);
    padding-top: 0
}

.smb-spider-slider .spider__figure {
    max-width: none;
    width: 100%
}

.smb-spider-slider--16to9 .spider__slide .spider__figure,.smb-spider-slider--16x9 .smb-spider-slider__figure-wrapper .spider__figure,.smb-spider-slider--4to3 .spider__slide .spider__figure,.smb-spider-slider--4x3 .smb-spider-slider__figure-wrapper .spider__figure {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.smb-spider-slider--16to9 .spider__slide:before,.smb-spider-slider--16x9 .smb-spider-slider__figure-wrapper:before {
    content: "";
    display: block;
    padding: 56.25% 0 0
}

.smb-spider-slider--4to3 .spider__slide:before,.smb-spider-slider--4x3 .smb-spider-slider__figure-wrapper:before {
    content: "";
    display: block;
    padding: 75% 0 0
}

.smb-spider-slider--shifted.alignfull .spider__arrows,.smb-spider-slider--shifted.alignwide .spider__arrows,[data-align=full]>.smb-spider-slider--shifted .spider__arrows,[data-align=wide]>.smb-spider-slider--shifted .spider__arrows {
    left: calc(50% - var(--spider-reference-width)/2);
    max-width: var(--spider-reference-width)
}

.smb-spider-slider--shifted.alignfull .spider__canvas:after,.smb-spider-slider--shifted.alignfull .spider__canvas:before,.smb-spider-slider--shifted.alignwide .spider__canvas:after,.smb-spider-slider--shifted.alignwide .spider__canvas:before,[data-align=full]>.smb-spider-slider--shifted .spider__canvas:after,[data-align=full]>.smb-spider-slider--shifted .spider__canvas:before,[data-align=wide]>.smb-spider-slider--shifted .spider__canvas:after,[data-align=wide]>.smb-spider-slider--shifted .spider__canvas:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: calc((var(--spider-canvas-width) - var(--spider-reference-width))/2)
}

.smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s .spider__slide:not(:last-child),.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s .spider__slide:not(:last-child),[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s .spider__slide:not(:last-child),[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s .spider__slide:not(:last-child) {
    margin-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s .spider__slide {
    max-width: calc(var(--spider-reference-width))
}

.smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m .spider__slide:not(:last-child),.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m .spider__slide:not(:last-child),[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m .spider__slide:not(:last-child),[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m .spider__slide:not(:last-child) {
    margin-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m .spider__slide {
    max-width: calc(var(--spider-reference-width))
}

.smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l .spider__slide:not(:last-child),.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l .spider__slide:not(:last-child),[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l .spider__slide:not(:last-child),[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l .spider__slide:not(:last-child) {
    margin-right: calc(var(--_space,1.8rem)*1.5*var(--_margin-scale,1))
}

.smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l .spider__slide {
    max-width: calc(var(--spider-reference-width))
}

@media (min-width: 640px) and (max-width:1023px) {
    .smb-spider-slider[data-md-slide-to-show="2"] .spider__slide {
        max-width:50%
    }

    .smb-spider-slider[data-md-slide-to-show="3"] .spider__slide {
        max-width: 33.33333%
    }

    .smb-spider-slider[data-md-slide-to-show="4"] .spider__slide {
        max-width: 25%
    }

    .smb-spider-slider[data-md-slide-to-show="5"] .spider__slide {
        max-width: 20%
    }

    .smb-spider-slider[data-md-slide-to-show="6"] .spider__slide {
        max-width: 16.66667%
    }

    .smb-spider-slider--gutter-s[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-s[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-s[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-s[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-s[data-md-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-s[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--gutter-m[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-m[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-m[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-m[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-m[data-md-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-m[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--gutter-l[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-l[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-l[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-l[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-l[data-md-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*1.5*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-l[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull[data-md-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-md-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-md-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2)
    }

    .smb-spider-slider--shifted.alignfull[data-md-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-md-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-md-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3)
    }

    .smb-spider-slider--shifted.alignfull[data-md-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-md-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-md-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4)
    }

    .smb-spider-slider--shifted.alignfull[data-md-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-md-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-md-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5)
    }

    .smb-spider-slider--shifted.alignfull[data-md-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-md-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-md-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-md-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-md-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-md-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-md-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-md-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-md-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-md-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-md-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-md-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-md-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-md-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-md-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-md-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-md-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-md-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-md-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-md-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-md-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-md-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-md-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-md-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-md-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-md-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-md-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-md-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-md-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-md-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-md-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-md-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-md-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-md-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*5/6)
    }
}

@media (min-width: 1024px) {
    .smb-spider-slider[data-lg-slide-to-show="2"] .spider__slide {
        max-width:50%
    }

    .smb-spider-slider[data-lg-slide-to-show="3"] .spider__slide {
        max-width: 33.33333%
    }

    .smb-spider-slider[data-lg-slide-to-show="4"] .spider__slide {
        max-width: 25%
    }

    .smb-spider-slider[data-lg-slide-to-show="5"] .spider__slide {
        max-width: 20%
    }

    .smb-spider-slider[data-lg-slide-to-show="6"] .spider__slide {
        max-width: 16.66667%
    }

    .smb-spider-slider--gutter-s[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-s[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-s[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-s[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-s[data-lg-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-s[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--gutter-m[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-m[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-m[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-m[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-m[data-lg-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-m[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--gutter-l[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-l[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-l[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-l[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-l[data-lg-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*1.5*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-l[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull[data-lg-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-lg-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-lg-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2)
    }

    .smb-spider-slider--shifted.alignfull[data-lg-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-lg-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-lg-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3)
    }

    .smb-spider-slider--shifted.alignfull[data-lg-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-lg-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-lg-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4)
    }

    .smb-spider-slider--shifted.alignfull[data-lg-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-lg-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-lg-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5)
    }

    .smb-spider-slider--shifted.alignfull[data-lg-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-lg-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-lg-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-lg-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-lg-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-lg-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-lg-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-lg-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-lg-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-lg-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-lg-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-lg-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-lg-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-lg-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-lg-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-lg-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-lg-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-lg-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-lg-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-lg-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-lg-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-lg-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-lg-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-lg-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-lg-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-lg-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-lg-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-lg-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-lg-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-lg-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-lg-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-lg-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-lg-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-lg-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*5/6)
    }
}

@media (max-width: 639px) {
    .smb-spider-slider[data-sm-slide-to-show="2"] .spider__slide {
        max-width:50%
    }

    .smb-spider-slider[data-sm-slide-to-show="3"] .spider__slide {
        max-width: 33.33333%
    }

    .smb-spider-slider[data-sm-slide-to-show="4"] .spider__slide {
        max-width: 25%
    }

    .smb-spider-slider[data-sm-slide-to-show="5"] .spider__slide {
        max-width: 20%
    }

    .smb-spider-slider[data-sm-slide-to-show="6"] .spider__slide {
        max-width: 16.66667%
    }

    .smb-spider-slider--gutter-s[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-s[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-s[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-s[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-s[data-sm-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-s[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--gutter-m[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-m[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-m[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-m[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-m[data-sm-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-m[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*1*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--gutter-l[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(50% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--gutter-l[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(33.33333% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--gutter-l[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(25% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--gutter-l[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(20% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--gutter-l[data-sm-slide-to-show] .spider__slide:not(:last-child) {
        margin-right: calc(var(--_space,1.8rem)*1.5*var(--_margin-scale,1))
    }

    .smb-spider-slider--gutter-l[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(16.66667% - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull[data-sm-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-sm-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-sm-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2)
    }

    .smb-spider-slider--shifted.alignfull[data-sm-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-sm-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-sm-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3)
    }

    .smb-spider-slider--shifted.alignfull[data-sm-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-sm-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-sm-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4)
    }

    .smb-spider-slider--shifted.alignfull[data-sm-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-sm-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-sm-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5)
    }

    .smb-spider-slider--shifted.alignfull[data-sm-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide[data-sm-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted[data-sm-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-sm-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-sm-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-sm-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-sm-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-sm-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-sm-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-sm-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-sm-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-s[data-sm-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-s[data-sm-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-s[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*.5*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-sm-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-sm-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-sm-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-sm-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-sm-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-sm-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-sm-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-sm-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-m[data-sm-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-m[data-sm-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-m[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*1*var(--_margin-scale,1)*5/6)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-sm-slide-to-show="2"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-sm-slide-to-show="2"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="2"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="2"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/2 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*1/2)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-sm-slide-to-show="3"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-sm-slide-to-show="3"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="3"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="3"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/3 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*2/3)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-sm-slide-to-show="4"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-sm-slide-to-show="4"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="4"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="4"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/4 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*3/4)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-sm-slide-to-show="5"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-sm-slide-to-show="5"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="5"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="5"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/5 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*4/5)
    }

    .smb-spider-slider--shifted.alignfull.smb-spider-slider--gutter-l[data-sm-slide-to-show="6"] .spider__slide,.smb-spider-slider--shifted.alignwide.smb-spider-slider--gutter-l[data-sm-slide-to-show="6"] .spider__slide,[data-align=full]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="6"] .spider__slide,[data-align=wide]>.smb-spider-slider--shifted.smb-spider-slider--gutter-l[data-sm-slide-to-show="6"] .spider__slide {
        max-width: calc(var(--spider-reference-width)/6 - var(--_space,1.8rem)*1.5*var(--_margin-scale,1)*5/6)
    }
}

.smb-step {
    counter-reset: item
}

.smb-step__body {
    position: relative
}

.smb-step__body>:not(:first-child) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-step__body:before {
    border-left: 1px dotted var(--_light-color-gray,#ccc);
    bottom: calc(var(--_half-leading,.4)*1rem);
    content: "";
    display: block;
    left: 1.25rem;
    position: absolute;
    top: calc(var(--_half-leading,.4)*1rem)
}

.smb-step__item {
    margin-left: 4.5rem;
    margin-left: calc(var(--_space,1.8rem)*2.5*var(--_margin-scale,1))
}

.smb-step__item__title {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-weight: 700;
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    position: relative
}

.smb-step__item__title>.smb-step__item__number {
    left: 0;
    margin-left: -4.5rem;
    margin-left: calc(var(--_space,1.8rem)*-2.5*var(--_margin-scale,1));
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.smb-step__item__title>span {
    flex: 1 1 auto
}

.smb-step__item__number {
    align-items: center;
    background-color: var(--_color-text,#333);
    border-radius: 100%;
    color: var(--_color-white,#fff);
    display: flex;
    font-size: .75rem;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    width: 2.5rem
}

.smb-step__item__number:before {
    content: counter(item);
    counter-increment: item
}

.smb-step__item[data-image-position] .smb-step__item__number:before {
    display: none
}

.smb-step__item__summary>* {
    margin-bottom: 0;
    margin-top: 0
}

.smb-step__item__summary>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-step__item__summary>:first-child {
    margin-top: 0
}

.smb-step__item__summary>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-step__item__summary>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-step__item__summary>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-step__item__summary>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-step__item__summary>h5,.smb-step__item__summary>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-step__item__summary>ol ol,.smb-step__item__summary>ol ul,.smb-step__item__summary>ul ol,.smb-step__item__summary>ul ul {
    margin-bottom: 0
}

.smb-step__item__link {
    align-items: center;
    color: #cd162c;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-step__item__link__label {
    text-decoration: underline
}

.smb-step__item__link .fa-arrow-circle-right {
    margin-right: .75rem
}

.smb-step__item--image-center .smb-step__item__figure,.smb-step__item--image-left .smb-step__item__figure,.smb-step__item--image-right .smb-step__item__figure {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

@media (min-width: 640px) {
    .smb-step__item--image-left .smb-step__item__body,.smb-step__item--image-right .smb-step__item__body {
        display:flex
    }

    .smb-step__item--image-left .smb-step__item__body>.smb-step__item__figure,.smb-step__item--image-left .smb-step__item__body>.smb-step__item__summary,.smb-step__item--image-right .smb-step__item__body>.smb-step__item__figure,.smb-step__item--image-right .smb-step__item__body>.smb-step__item__summary {
        flex: 1 1 auto
    }

    .smb-step__item--image-left .smb-step__item__body>.smb-step__item__figure,.smb-step__item--image-right .smb-step__item__body>.smb-step__item__figure {
        max-width: 33%
    }

    .smb-step__item--image-left .smb-step__item__figure {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 1.8rem;
        margin-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
        margin-top: 0
    }

    .smb-step__item--image-right .smb-step__item__body {
        flex-direction: row-reverse
    }

    .smb-step__item--image-right .smb-step__item__figure {
        margin: 0 0 0 1.8rem;
        margin-left: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
    }
}

.smb-tabs__tabs {
    position: relative;
    z-index: 1
}

.smb-tabs__tab-wrapper {
    display: flex;
    position: relative
}

.smb-tabs__tab-wrapper>.smb-tabs__tab {
    flex: 1 1 auto
}

.smb-tabs__tab {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer
}

.smb-tabs__tab[aria-selected=false] {
    opacity: .5
}

.smb-tabs__tab[aria-selected=true] {
    background-color: var(--_color-white,#fff);
    border-color: var(--_light-color-gray,#ccc)
}

.smb-tab-panel {
    background-color: var(--_color-white,#fff);
    border: 1px solid var(--_light-color-gray,#ccc);
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1);
    pointer-events: none!important
}

.smb-tab-panel[aria-hidden=true] {
    display: none
}

.smb-tab-panel__body {
    pointer-events: auto
}

.smb-tab-panel__body>* {
    margin-bottom: 0;
    margin-top: 0
}

.smb-tab-panel__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tab-panel__body>:first-child {
    margin-top: 0
}

.smb-tab-panel__body>h1 {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-top: 0
}

.smb-tab-panel__body>h2 {
    margin-bottom: 2.25rem;
    margin-bottom: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1));
    margin-top: 3.6rem;
    margin-top: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.smb-tab-panel__body>h3 {
    margin-bottom: 1.35rem;
    margin-bottom: calc(var(--_space,1.8rem)*.75*var(--_margin-scale,1));
    margin-top: 3.15rem;
    margin-top: calc(var(--_space,1.8rem)*1.75*var(--_margin-scale,1))
}

.smb-tab-panel__body>h4 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 2.25rem;
    margin-top: calc(var(--_space,1.8rem)*1.25*var(--_margin-scale,1))
}

.smb-tab-panel__body>h5,.smb-tab-panel__body>h6 {
    margin-bottom: .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tab-panel__body>ol ol,.smb-tab-panel__body>ol ul,.smb-tab-panel__body>ul ol,.smb-tab-panel__body>ul ul {
    margin-bottom: 0
}

.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: -1px;
    overflow: auto
}

.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper {
    flex: 0 1 auto
}

.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab {
    padding: .45rem 1.8rem;
    padding: calc(var(--_space,1.8rem)*.25) calc(var(--_space,1.8rem)*1);
    white-space: nowrap
}

.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
    border-bottom-color: transparent;
    border-top-left-radius: var(--_border-radius,6px);
    border-top-right-radius: var(--_border-radius,6px)
}

.smb-tabs[data-orientation=horizontal][data-tabs-justification=flex-start]>.smb-tabs__tabs {
    justify-content: flex-start
}

.smb-tabs[data-orientation=horizontal][data-tabs-justification=center]>.smb-tabs__tabs {
    justify-content: center
}

.smb-tabs[data-orientation=horizontal][data-tabs-justification=flex-end]>.smb-tabs__tabs {
    justify-content: flex-end
}

.smb-tabs[data-orientation=horizontal][data-tabs-justification=stretch]>.smb-tabs__tabs {
    justify-content: stretch
}

.smb-tabs[data-orientation=horizontal][data-tabs-justification=stretch]>.smb-tabs__tabs>.smb-tabs__tab-wrapper {
    flex: 1 1 auto
}

.smb-tabs[data-orientation=vertical] {
    display: flex
}

.smb-tabs[data-orientation=vertical]>.smb-tabs__tabs {
    flex: 0 0 33%;
    margin-right: -1px;
    max-width: 240px
}

.smb-tabs[data-orientation=vertical]>.smb-tabs__tabs .smb-tabs__tab {
    padding: 1.8rem;
    padding: calc(var(--_space,1.8rem)*1);
    text-align: left
}

.smb-tabs[data-orientation=vertical]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
    border-right-color: transparent
}

.smb-tabs[data-orientation=vertical]>.smb-tabs__body {
    flex: 1 1 auto
}

.smb-tabs[data-match-height=true]>.smb-tabs__body {
    display: flex;
    overflow: hidden
}

.smb-tabs[data-match-height=true]>.smb-tabs__body>.smb-tab-panel {
    flex: 1 0 100%;
    max-width: 100%;
    position: relative
}

.smb-tabs[data-match-height=true]>.smb-tabs__body>.smb-tab-panel[aria-hidden=true] {
    display: block;
    visibility: hidden
}

.smb-tabs.is-style-simple>.smb-tabs__body>.smb-tab-panel,.smb-tabs.is-style-simple>.smb-tabs__tabs .smb-tabs__tab {
    background-color: transparent;
    border: none;
    padding: 0
}

.smb-tabs.is-style-simple[data-orientation=horizontal]>.smb-tabs__tabs {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tabs.is-style-simple[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper {
    display: block
}

.smb-tabs.is-style-simple[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab-wrapper:not(:first-child) {
    margin-left: 1.8rem;
    margin-left: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tabs.is-style-simple[data-orientation=vertical]>.smb-tabs__tabs {
    padding-right: 1.8rem;
    padding-right: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tabs.is-style-simple[data-orientation=vertical]>.smb-tabs__tabs .smb-tabs__tab-wrapper:not(:first-child) {
    margin-top: 1.8rem;
    margin-top: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tabs.is-style-line>.smb-tabs__tabs {
    position: relative
}

.smb-tabs.is-style-line>.smb-tabs__tabs:after {
    background-color: var(--_light-color-gray,#ccc);
    content: "";
    display: block;
    position: absolute
}

.smb-tabs.is-style-line>.smb-tabs__tabs .smb-tabs__tab {
    background-color: transparent;
    border: none;
    position: relative
}

.smb-tabs.is-style-line>.smb-tabs__tabs .smb-tabs__tab:after {
    background-color: var(--_color-black,#111);
    content: "";
    display: block;
    position: absolute;
    z-index: 1
}

.smb-tabs.is-style-line>.smb-tabs__body>.smb-tab-panel {
    background-color: transparent;
    border: none
}

.smb-tabs.is-style-line[data-orientation=horizontal]>.smb-tabs__tabs {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1))
}

.smb-tabs.is-style-line[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=true]:after,.smb-tabs.is-style-line[data-orientation=horizontal]>.smb-tabs__tabs:after {
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0
}

.smb-tabs.is-style-line[data-orientation=horizontal]>.smb-tabs__body>.smb-tab-panel {
    padding: 0
}

.smb-tabs.is-style-line[data-orientation=vertical]>.smb-tabs__tabs:after {
    bottom: 0;
    right: 0;
    top: 0;
    width: 1px
}

.smb-tabs.is-style-line[data-orientation=vertical]>.smb-tabs__tabs .smb-tabs__tab {
    padding-left: 0
}

.smb-tabs.is-style-line[data-orientation=vertical]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=true]:after {
    bottom: 0;
    right: 0;
    top: 0;
    width: 1px
}

.smb-tabs.is-style-line[data-orientation=vertical]>.smb-tabs__body>.smb-tab-panel {
    padding-right: 0
}

.smb-taxonomy-terms.is-style-tag .smb-taxonomy-terms__list {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.smb-taxonomy-terms.is-style-tag .smb-taxonomy-terms__item {
    display: inline-block;
    margin: 4px 4px 4px 0
}

.smb-taxonomy-terms.is-style-slash .smb-taxonomy-terms__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.smb-taxonomy-terms.is-style-slash .smb-taxonomy-terms__item {
    display: inline-block
}

.smb-taxonomy-terms.is-style-slash .smb-taxonomy-terms__item:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 .5em
}

.smb-testimonial__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.smb-testimonial__item__figure {
    border-radius: 100%;
    flex: 0 0 auto;
    height: 48px;
    margin-right: .9rem;
    margin-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    margin-top: .4rem;
    overflow: hidden;
    width: 48px
}

.smb-testimonial__item__figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%
}

.smb-testimonial__item__body {
    flex: 1 1 auto;
    max-width: 100%
}

.smb-testimonial__item__name {
    font-size: .75rem;
    line-height: 1.2
}

.smb-testimonial__item__name a {
    color: inherit
}

.smb-testimonial__item__lede {
    color: var(--_color-gray,#999);
    font-size: .625rem;
    line-height: 1.6
}

.smb-testimonial__item__lede a {
    color: inherit
}

.smb-testimonial__item__content {
    font-size: .875rem;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    margin-bottom: 16px
}

.smb-testimonial__item__content:after {
    background-color: var(--_color-text,#333);
    content: "";
    display: block;
    height: 1px;
    margin-top: 14px;
    width: 2rem
}

.smb-thumbnail-gallery>.smb-thumbnail-gallery__canvas.slick-initialized {
    margin-bottom: 0
}

.smb-thumbnail-gallery__canvas {
    visibility: hidden
}

.smb-thumbnail-gallery__canvas.slick-initialized {
    visibility: visible
}

.smb-thumbnail-gallery__canvas .slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin: .9rem -.45rem -.9rem;
    margin: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1)) calc(var(--_space,1.8rem)*-.25*var(--_margin-scale,1)) calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1));
    position: static;
    width: auto
}

.smb-thumbnail-gallery__canvas .slick-dots>li {
    flex: 0 1 25%;
    height: auto;
    margin: 0 0 .9rem;
    margin-bottom: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    max-width: 100%;
    max-width: 25%;
    padding-left: .45rem;
    padding-left: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    padding-right: .45rem;
    padding-right: calc(var(--_space,1.8rem)*.25*var(--_margin-scale,1));
    width: auto
}

.smb-thumbnail-gallery__item__figure>img {
    width: 100%
}

.smb-thumbnail-gallery__item__caption {
    color: var(--_color-gray,#999);
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    justify-content: center;
    line-height: calc(1.03203 + var(--_half-leading,.4)*2);
    margin-top: .9rem;
    margin-top: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.smb-thumbnail-gallery__nav {
    display: none!important
}

.smb-thumbnail-gallery .slick-next {
    right: 10px;
    z-index: 1
}

.smb-thumbnail-gallery .slick-prev {
    left: 10px;
    z-index: 1
}

.smb-thumbnail-gallery .slick-dots {
    bottom: 0;
    line-height: 1;
    position: static
}

.c-container {
    max-width: 100%;
    padding-left: calc(var(--_container-margin-sm,.9rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin-sm,.9rem) + env(safe-area-inset-right));
    width: 100%
}

.c-container,.u-slim-width {
    margin-left: auto;
    margin-right: auto
}

.u-slim-width {
    max-width: 46rem!important
}

.c-row {
    display: flex;
    flex-wrap: wrap
}

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

.c-row--middle {
    align-items: center
}

.c-row--margin {
    margin-bottom: -1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1));
    margin-left: -.9rem;
    margin-left: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1));
    margin-right: -.9rem;
    margin-right: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1))
}

.c-row--margin>.c-row__col {
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    margin-left: 0;
    margin-right: 0;
    padding-left: .9rem;
    padding-left: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
    padding-right: .9rem;
    padding-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
}

.c-row__col {
    flex: 1 1 0%;
    max-width: 100%
}

.c-row__col--1-1 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-2 {
    flex: 0 1 50%;
    max-width: 100%;
    max-width: 50%
}

.c-row__col--2-2 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-3 {
    flex: 0 1 33.33333%;
    max-width: 100%;
    max-width: 33.33333%
}

.c-row__col--2-3 {
    flex: 0 1 66.66667%;
    max-width: 100%;
    max-width: 66.66667%
}

.c-row__col--3-3 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-4 {
    flex: 0 1 25%;
    max-width: 100%;
    max-width: 25%
}

.c-row__col--2-4 {
    flex: 0 1 50%;
    max-width: 100%;
    max-width: 50%
}

.c-row__col--3-4 {
    flex: 0 1 75%;
    max-width: 100%;
    max-width: 75%
}

.c-row__col--4-4 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-5 {
    flex: 0 1 20%;
    max-width: 100%;
    max-width: 20%
}

.c-row__col--2-5 {
    flex: 0 1 40%;
    max-width: 100%;
    max-width: 40%
}

.c-row__col--3-5 {
    flex: 0 1 60%;
    max-width: 100%;
    max-width: 60%
}

.c-row__col--4-5 {
    flex: 0 1 80%;
    max-width: 100%;
    max-width: 80%
}

.c-row__col--5-5 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-6 {
    flex: 0 1 16.66667%;
    max-width: 100%;
    max-width: 16.66667%
}

.c-row__col--2-6 {
    flex: 0 1 33.33333%;
    max-width: 100%;
    max-width: 33.33333%
}

.c-row__col--3-6 {
    flex: 0 1 50%;
    max-width: 100%;
    max-width: 50%
}

.c-row__col--4-6 {
    flex: 0 1 66.66667%;
    max-width: 100%;
    max-width: 66.66667%
}

.c-row__col--5-6 {
    flex: 0 1 83.33333%;
    max-width: 100%;
    max-width: 83.33333%
}

.c-row__col--6-6 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-7 {
    flex: 0 1 14.28571%;
    max-width: 100%;
    max-width: 14.28571%
}

.c-row__col--2-7 {
    flex: 0 1 28.57143%;
    max-width: 100%;
    max-width: 28.57143%
}

.c-row__col--3-7 {
    flex: 0 1 42.85714%;
    max-width: 100%;
    max-width: 42.85714%
}

.c-row__col--4-7 {
    flex: 0 1 57.14286%;
    max-width: 100%;
    max-width: 57.14286%
}

.c-row__col--5-7 {
    flex: 0 1 71.42857%;
    max-width: 100%;
    max-width: 71.42857%
}

.c-row__col--6-7 {
    flex: 0 1 85.71429%;
    max-width: 100%;
    max-width: 85.71429%
}

.c-row__col--7-7 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-8 {
    flex: 0 1 12.5%;
    max-width: 100%;
    max-width: 12.5%
}

.c-row__col--2-8 {
    flex: 0 1 25%;
    max-width: 100%;
    max-width: 25%
}

.c-row__col--3-8 {
    flex: 0 1 37.5%;
    max-width: 100%;
    max-width: 37.5%
}

.c-row__col--4-8 {
    flex: 0 1 50%;
    max-width: 100%;
    max-width: 50%
}

.c-row__col--5-8 {
    flex: 0 1 62.5%;
    max-width: 100%;
    max-width: 62.5%
}

.c-row__col--6-8 {
    flex: 0 1 75%;
    max-width: 100%;
    max-width: 75%
}

.c-row__col--7-8 {
    flex: 0 1 87.5%;
    max-width: 100%;
    max-width: 87.5%
}

.c-row__col--8-8 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-9 {
    flex: 0 1 11.11111%;
    max-width: 100%;
    max-width: 11.11111%
}

.c-row__col--2-9 {
    flex: 0 1 22.22222%;
    max-width: 100%;
    max-width: 22.22222%
}

.c-row__col--3-9 {
    flex: 0 1 33.33333%;
    max-width: 100%;
    max-width: 33.33333%
}

.c-row__col--4-9 {
    flex: 0 1 44.44444%;
    max-width: 100%;
    max-width: 44.44444%
}

.c-row__col--5-9 {
    flex: 0 1 55.55556%;
    max-width: 100%;
    max-width: 55.55556%
}

.c-row__col--6-9 {
    flex: 0 1 66.66667%;
    max-width: 100%;
    max-width: 66.66667%
}

.c-row__col--7-9 {
    flex: 0 1 77.77778%;
    max-width: 100%;
    max-width: 77.77778%
}

.c-row__col--8-9 {
    flex: 0 1 88.88889%;
    max-width: 100%;
    max-width: 88.88889%
}

.c-row__col--9-9 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-10 {
    flex: 0 1 10%;
    max-width: 100%;
    max-width: 10%
}

.c-row__col--2-10 {
    flex: 0 1 20%;
    max-width: 100%;
    max-width: 20%
}

.c-row__col--3-10 {
    flex: 0 1 30%;
    max-width: 100%;
    max-width: 30%
}

.c-row__col--4-10 {
    flex: 0 1 40%;
    max-width: 100%;
    max-width: 40%
}

.c-row__col--5-10 {
    flex: 0 1 50%;
    max-width: 100%;
    max-width: 50%
}

.c-row__col--6-10 {
    flex: 0 1 60%;
    max-width: 100%;
    max-width: 60%
}

.c-row__col--7-10 {
    flex: 0 1 70%;
    max-width: 100%;
    max-width: 70%
}

.c-row__col--8-10 {
    flex: 0 1 80%;
    max-width: 100%;
    max-width: 80%
}

.c-row__col--9-10 {
    flex: 0 1 90%;
    max-width: 100%;
    max-width: 90%
}

.c-row__col--10-10 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-11 {
    flex: 0 1 9.09091%;
    max-width: 100%;
    max-width: 9.09091%
}

.c-row__col--2-11 {
    flex: 0 1 18.18182%;
    max-width: 100%;
    max-width: 18.18182%
}

.c-row__col--3-11 {
    flex: 0 1 27.27273%;
    max-width: 100%;
    max-width: 27.27273%
}

.c-row__col--4-11 {
    flex: 0 1 36.36364%;
    max-width: 100%;
    max-width: 36.36364%
}

.c-row__col--5-11 {
    flex: 0 1 45.45455%;
    max-width: 100%;
    max-width: 45.45455%
}

.c-row__col--6-11 {
    flex: 0 1 54.54545%;
    max-width: 100%;
    max-width: 54.54545%
}

.c-row__col--7-11 {
    flex: 0 1 63.63636%;
    max-width: 100%;
    max-width: 63.63636%
}

.c-row__col--8-11 {
    flex: 0 1 72.72727%;
    max-width: 100%;
    max-width: 72.72727%
}

.c-row__col--9-11 {
    flex: 0 1 81.81818%;
    max-width: 100%;
    max-width: 81.81818%
}

.c-row__col--10-11 {
    flex: 0 1 90.90909%;
    max-width: 100%;
    max-width: 90.90909%
}

.c-row__col--11-11 {
    flex: 0 1 100%;
    max-width: 100%
}

.c-row__col--1-12 {
    flex: 0 1 8.33333%;
    max-width: 100%;
    max-width: 8.33333%
}

.c-row__col--2-12 {
    flex: 0 1 16.66667%;
    max-width: 100%;
    max-width: 16.66667%
}

.c-row__col--3-12 {
    flex: 0 1 25%;
    max-width: 100%;
    max-width: 25%
}

.c-row__col--4-12 {
    flex: 0 1 33.33333%;
    max-width: 100%;
    max-width: 33.33333%
}

.c-row__col--5-12 {
    flex: 0 1 41.66667%;
    max-width: 100%;
    max-width: 41.66667%
}

.c-row__col--6-12 {
    flex: 0 1 50%;
    max-width: 100%;
    max-width: 50%
}

.c-row__col--7-12 {
    flex: 0 1 58.33333%;
    max-width: 100%;
    max-width: 58.33333%
}

.c-row__col--8-12 {
    flex: 0 1 66.66667%;
    max-width: 100%;
    max-width: 66.66667%
}

.c-row__col--9-12 {
    flex: 0 1 75%;
    max-width: 100%;
    max-width: 75%
}

.c-row__col--10-12 {
    flex: 0 1 83.33333%;
    max-width: 100%;
    max-width: 83.33333%
}

.c-row__col--11-12 {
    flex: 0 1 91.66667%;
    max-width: 100%;
    max-width: 91.66667%
}

.c-row__col--12-12 {
    flex: 0 1 100%;
    max-width: 100%
}

@media (min-width: 640px) {
    .c-container {
        padding-left:calc(var(--_container-margin,1.8rem) + env(safe-area-inset-left));
        padding-right: calc(var(--_container-margin,1.8rem) + env(safe-area-inset-right))
    }

    .c-row--md-middle {
        align-items: center
    }

    .c-row--md-margin {
        margin-bottom: -1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1));
        margin-left: -.9rem;
        margin-left: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1));
        margin-right: -.9rem;
        margin-right: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1))
    }

    .c-row--md-margin>.c-row__col {
        margin-bottom: 1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
        margin-left: 0;
        margin-right: 0;
        padding-left: .9rem;
        padding-left: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
        padding-right: .9rem;
        padding-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }

    .c-row__col--md-1-1 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-2 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--md-2-2 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-3 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--md-2-3 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--md-3-3 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-4 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--md-2-4 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--md-3-4 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--md-4-4 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-5 {
        flex: 0 1 20%;
        max-width: 100%;
        max-width: 20%
    }

    .c-row__col--md-2-5 {
        flex: 0 1 40%;
        max-width: 100%;
        max-width: 40%
    }

    .c-row__col--md-3-5 {
        flex: 0 1 60%;
        max-width: 100%;
        max-width: 60%
    }

    .c-row__col--md-4-5 {
        flex: 0 1 80%;
        max-width: 100%;
        max-width: 80%
    }

    .c-row__col--md-5-5 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-6 {
        flex: 0 1 16.66667%;
        max-width: 100%;
        max-width: 16.66667%
    }

    .c-row__col--md-2-6 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--md-3-6 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--md-4-6 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--md-5-6 {
        flex: 0 1 83.33333%;
        max-width: 100%;
        max-width: 83.33333%
    }

    .c-row__col--md-6-6 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-7 {
        flex: 0 1 14.28571%;
        max-width: 100%;
        max-width: 14.28571%
    }

    .c-row__col--md-2-7 {
        flex: 0 1 28.57143%;
        max-width: 100%;
        max-width: 28.57143%
    }

    .c-row__col--md-3-7 {
        flex: 0 1 42.85714%;
        max-width: 100%;
        max-width: 42.85714%
    }

    .c-row__col--md-4-7 {
        flex: 0 1 57.14286%;
        max-width: 100%;
        max-width: 57.14286%
    }

    .c-row__col--md-5-7 {
        flex: 0 1 71.42857%;
        max-width: 100%;
        max-width: 71.42857%
    }

    .c-row__col--md-6-7 {
        flex: 0 1 85.71429%;
        max-width: 100%;
        max-width: 85.71429%
    }

    .c-row__col--md-7-7 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-8 {
        flex: 0 1 12.5%;
        max-width: 100%;
        max-width: 12.5%
    }

    .c-row__col--md-2-8 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--md-3-8 {
        flex: 0 1 37.5%;
        max-width: 100%;
        max-width: 37.5%
    }

    .c-row__col--md-4-8 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--md-5-8 {
        flex: 0 1 62.5%;
        max-width: 100%;
        max-width: 62.5%
    }

    .c-row__col--md-6-8 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--md-7-8 {
        flex: 0 1 87.5%;
        max-width: 100%;
        max-width: 87.5%
    }

    .c-row__col--md-8-8 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-9 {
        flex: 0 1 11.11111%;
        max-width: 100%;
        max-width: 11.11111%
    }

    .c-row__col--md-2-9 {
        flex: 0 1 22.22222%;
        max-width: 100%;
        max-width: 22.22222%
    }

    .c-row__col--md-3-9 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--md-4-9 {
        flex: 0 1 44.44444%;
        max-width: 100%;
        max-width: 44.44444%
    }

    .c-row__col--md-5-9 {
        flex: 0 1 55.55556%;
        max-width: 100%;
        max-width: 55.55556%
    }

    .c-row__col--md-6-9 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--md-7-9 {
        flex: 0 1 77.77778%;
        max-width: 100%;
        max-width: 77.77778%
    }

    .c-row__col--md-8-9 {
        flex: 0 1 88.88889%;
        max-width: 100%;
        max-width: 88.88889%
    }

    .c-row__col--md-9-9 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-10 {
        flex: 0 1 10%;
        max-width: 100%;
        max-width: 10%
    }

    .c-row__col--md-2-10 {
        flex: 0 1 20%;
        max-width: 100%;
        max-width: 20%
    }

    .c-row__col--md-3-10 {
        flex: 0 1 30%;
        max-width: 100%;
        max-width: 30%
    }

    .c-row__col--md-4-10 {
        flex: 0 1 40%;
        max-width: 100%;
        max-width: 40%
    }

    .c-row__col--md-5-10 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--md-6-10 {
        flex: 0 1 60%;
        max-width: 100%;
        max-width: 60%
    }

    .c-row__col--md-7-10 {
        flex: 0 1 70%;
        max-width: 100%;
        max-width: 70%
    }

    .c-row__col--md-8-10 {
        flex: 0 1 80%;
        max-width: 100%;
        max-width: 80%
    }

    .c-row__col--md-9-10 {
        flex: 0 1 90%;
        max-width: 100%;
        max-width: 90%
    }

    .c-row__col--md-10-10 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-11 {
        flex: 0 1 9.09091%;
        max-width: 100%;
        max-width: 9.09091%
    }

    .c-row__col--md-2-11 {
        flex: 0 1 18.18182%;
        max-width: 100%;
        max-width: 18.18182%
    }

    .c-row__col--md-3-11 {
        flex: 0 1 27.27273%;
        max-width: 100%;
        max-width: 27.27273%
    }

    .c-row__col--md-4-11 {
        flex: 0 1 36.36364%;
        max-width: 100%;
        max-width: 36.36364%
    }

    .c-row__col--md-5-11 {
        flex: 0 1 45.45455%;
        max-width: 100%;
        max-width: 45.45455%
    }

    .c-row__col--md-6-11 {
        flex: 0 1 54.54545%;
        max-width: 100%;
        max-width: 54.54545%
    }

    .c-row__col--md-7-11 {
        flex: 0 1 63.63636%;
        max-width: 100%;
        max-width: 63.63636%
    }

    .c-row__col--md-8-11 {
        flex: 0 1 72.72727%;
        max-width: 100%;
        max-width: 72.72727%
    }

    .c-row__col--md-9-11 {
        flex: 0 1 81.81818%;
        max-width: 100%;
        max-width: 81.81818%
    }

    .c-row__col--md-10-11 {
        flex: 0 1 90.90909%;
        max-width: 100%;
        max-width: 90.90909%
    }

    .c-row__col--md-11-11 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--md-1-12 {
        flex: 0 1 8.33333%;
        max-width: 100%;
        max-width: 8.33333%
    }

    .c-row__col--md-2-12 {
        flex: 0 1 16.66667%;
        max-width: 100%;
        max-width: 16.66667%
    }

    .c-row__col--md-3-12 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--md-4-12 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--md-5-12 {
        flex: 0 1 41.66667%;
        max-width: 100%;
        max-width: 41.66667%
    }

    .c-row__col--md-6-12 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--md-7-12 {
        flex: 0 1 58.33333%;
        max-width: 100%;
        max-width: 58.33333%
    }

    .c-row__col--md-8-12 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--md-9-12 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--md-10-12 {
        flex: 0 1 83.33333%;
        max-width: 100%;
        max-width: 83.33333%
    }

    .c-row__col--md-11-12 {
        flex: 0 1 91.66667%;
        max-width: 100%;
        max-width: 91.66667%
    }

    .c-row__col--md-12-12 {
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .c-container {
        max-width:var(--_container-max-width,1280px)
    }

    .c-row--lg-middle {
        align-items: center
    }

    .c-row--lg-margin {
        margin-bottom: -1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1));
        margin-left: -.9rem;
        margin-left: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1));
        margin-right: -.9rem;
        margin-right: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1))
    }

    .c-row--lg-margin>.c-row__col {
        margin-bottom: 1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
        margin-left: 0;
        margin-right: 0;
        padding-left: .9rem;
        padding-left: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
        padding-right: .9rem;
        padding-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }

    .c-row__col--lg-1-1 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-2 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--lg-2-2 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-3 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--lg-2-3 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--lg-3-3 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-4 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--lg-2-4 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--lg-3-4 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--lg-4-4 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-5 {
        flex: 0 1 20%;
        max-width: 100%;
        max-width: 20%
    }

    .c-row__col--lg-2-5 {
        flex: 0 1 40%;
        max-width: 100%;
        max-width: 40%
    }

    .c-row__col--lg-3-5 {
        flex: 0 1 60%;
        max-width: 100%;
        max-width: 60%
    }

    .c-row__col--lg-4-5 {
        flex: 0 1 80%;
        max-width: 100%;
        max-width: 80%
    }

    .c-row__col--lg-5-5 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-6 {
        flex: 0 1 16.66667%;
        max-width: 100%;
        max-width: 16.66667%
    }

    .c-row__col--lg-2-6 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--lg-3-6 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--lg-4-6 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--lg-5-6 {
        flex: 0 1 83.33333%;
        max-width: 100%;
        max-width: 83.33333%
    }

    .c-row__col--lg-6-6 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-7 {
        flex: 0 1 14.28571%;
        max-width: 100%;
        max-width: 14.28571%
    }

    .c-row__col--lg-2-7 {
        flex: 0 1 28.57143%;
        max-width: 100%;
        max-width: 28.57143%
    }

    .c-row__col--lg-3-7 {
        flex: 0 1 42.85714%;
        max-width: 100%;
        max-width: 42.85714%
    }

    .c-row__col--lg-4-7 {
        flex: 0 1 57.14286%;
        max-width: 100%;
        max-width: 57.14286%
    }

    .c-row__col--lg-5-7 {
        flex: 0 1 71.42857%;
        max-width: 100%;
        max-width: 71.42857%
    }

    .c-row__col--lg-6-7 {
        flex: 0 1 85.71429%;
        max-width: 100%;
        max-width: 85.71429%
    }

    .c-row__col--lg-7-7 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-8 {
        flex: 0 1 12.5%;
        max-width: 100%;
        max-width: 12.5%
    }

    .c-row__col--lg-2-8 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--lg-3-8 {
        flex: 0 1 37.5%;
        max-width: 100%;
        max-width: 37.5%
    }

    .c-row__col--lg-4-8 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--lg-5-8 {
        flex: 0 1 62.5%;
        max-width: 100%;
        max-width: 62.5%
    }

    .c-row__col--lg-6-8 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--lg-7-8 {
        flex: 0 1 87.5%;
        max-width: 100%;
        max-width: 87.5%
    }

    .c-row__col--lg-8-8 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-9 {
        flex: 0 1 11.11111%;
        max-width: 100%;
        max-width: 11.11111%
    }

    .c-row__col--lg-2-9 {
        flex: 0 1 22.22222%;
        max-width: 100%;
        max-width: 22.22222%
    }

    .c-row__col--lg-3-9 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--lg-4-9 {
        flex: 0 1 44.44444%;
        max-width: 100%;
        max-width: 44.44444%
    }

    .c-row__col--lg-5-9 {
        flex: 0 1 55.55556%;
        max-width: 100%;
        max-width: 55.55556%
    }

    .c-row__col--lg-6-9 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--lg-7-9 {
        flex: 0 1 77.77778%;
        max-width: 100%;
        max-width: 77.77778%
    }

    .c-row__col--lg-8-9 {
        flex: 0 1 88.88889%;
        max-width: 100%;
        max-width: 88.88889%
    }

    .c-row__col--lg-9-9 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-10 {
        flex: 0 1 10%;
        max-width: 100%;
        max-width: 10%
    }

    .c-row__col--lg-2-10 {
        flex: 0 1 20%;
        max-width: 100%;
        max-width: 20%
    }

    .c-row__col--lg-3-10 {
        flex: 0 1 30%;
        max-width: 100%;
        max-width: 30%
    }

    .c-row__col--lg-4-10 {
        flex: 0 1 40%;
        max-width: 100%;
        max-width: 40%
    }

    .c-row__col--lg-5-10 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--lg-6-10 {
        flex: 0 1 60%;
        max-width: 100%;
        max-width: 60%
    }

    .c-row__col--lg-7-10 {
        flex: 0 1 70%;
        max-width: 100%;
        max-width: 70%
    }

    .c-row__col--lg-8-10 {
        flex: 0 1 80%;
        max-width: 100%;
        max-width: 80%
    }

    .c-row__col--lg-9-10 {
        flex: 0 1 90%;
        max-width: 100%;
        max-width: 90%
    }

    .c-row__col--lg-10-10 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-11 {
        flex: 0 1 9.09091%;
        max-width: 100%;
        max-width: 9.09091%
    }

    .c-row__col--lg-2-11 {
        flex: 0 1 18.18182%;
        max-width: 100%;
        max-width: 18.18182%
    }

    .c-row__col--lg-3-11 {
        flex: 0 1 27.27273%;
        max-width: 100%;
        max-width: 27.27273%
    }

    .c-row__col--lg-4-11 {
        flex: 0 1 36.36364%;
        max-width: 100%;
        max-width: 36.36364%
    }

    .c-row__col--lg-5-11 {
        flex: 0 1 45.45455%;
        max-width: 100%;
        max-width: 45.45455%
    }

    .c-row__col--lg-6-11 {
        flex: 0 1 54.54545%;
        max-width: 100%;
        max-width: 54.54545%
    }

    .c-row__col--lg-7-11 {
        flex: 0 1 63.63636%;
        max-width: 100%;
        max-width: 63.63636%
    }

    .c-row__col--lg-8-11 {
        flex: 0 1 72.72727%;
        max-width: 100%;
        max-width: 72.72727%
    }

    .c-row__col--lg-9-11 {
        flex: 0 1 81.81818%;
        max-width: 100%;
        max-width: 81.81818%
    }

    .c-row__col--lg-10-11 {
        flex: 0 1 90.90909%;
        max-width: 100%;
        max-width: 90.90909%
    }

    .c-row__col--lg-11-11 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--lg-1-12 {
        flex: 0 1 8.33333%;
        max-width: 100%;
        max-width: 8.33333%
    }

    .c-row__col--lg-2-12 {
        flex: 0 1 16.66667%;
        max-width: 100%;
        max-width: 16.66667%
    }

    .c-row__col--lg-3-12 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--lg-4-12 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--lg-5-12 {
        flex: 0 1 41.66667%;
        max-width: 100%;
        max-width: 41.66667%
    }

    .c-row__col--lg-6-12 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--lg-7-12 {
        flex: 0 1 58.33333%;
        max-width: 100%;
        max-width: 58.33333%
    }

    .c-row__col--lg-8-12 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--lg-9-12 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--lg-10-12 {
        flex: 0 1 83.33333%;
        max-width: 100%;
        max-width: 83.33333%
    }

    .c-row__col--lg-11-12 {
        flex: 0 1 91.66667%;
        max-width: 100%;
        max-width: 91.66667%
    }

    .c-row__col--lg-12-12 {
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .c-row--xl-middle {
        align-items:center
    }

    .c-row--xl-margin {
        margin-bottom: -1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*-1*var(--_margin-scale,1));
        margin-left: -.9rem;
        margin-left: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1));
        margin-right: -.9rem;
        margin-right: calc(var(--_space,1.8rem)*-.5*var(--_margin-scale,1))
    }

    .c-row--xl-margin>.c-row__col {
        margin-bottom: 1.8rem;
        margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
        margin-left: 0;
        margin-right: 0;
        padding-left: .9rem;
        padding-left: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1));
        padding-right: .9rem;
        padding-right: calc(var(--_space,1.8rem)*.5*var(--_margin-scale,1))
    }

    .c-row__col--xl-1-1 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-2 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--xl-2-2 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-3 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--xl-2-3 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--xl-3-3 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-4 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--xl-2-4 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--xl-3-4 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--xl-4-4 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-5 {
        flex: 0 1 20%;
        max-width: 100%;
        max-width: 20%
    }

    .c-row__col--xl-2-5 {
        flex: 0 1 40%;
        max-width: 100%;
        max-width: 40%
    }

    .c-row__col--xl-3-5 {
        flex: 0 1 60%;
        max-width: 100%;
        max-width: 60%
    }

    .c-row__col--xl-4-5 {
        flex: 0 1 80%;
        max-width: 100%;
        max-width: 80%
    }

    .c-row__col--xl-5-5 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-6 {
        flex: 0 1 16.66667%;
        max-width: 100%;
        max-width: 16.66667%
    }

    .c-row__col--xl-2-6 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--xl-3-6 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--xl-4-6 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--xl-5-6 {
        flex: 0 1 83.33333%;
        max-width: 100%;
        max-width: 83.33333%
    }

    .c-row__col--xl-6-6 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-7 {
        flex: 0 1 14.28571%;
        max-width: 100%;
        max-width: 14.28571%
    }

    .c-row__col--xl-2-7 {
        flex: 0 1 28.57143%;
        max-width: 100%;
        max-width: 28.57143%
    }

    .c-row__col--xl-3-7 {
        flex: 0 1 42.85714%;
        max-width: 100%;
        max-width: 42.85714%
    }

    .c-row__col--xl-4-7 {
        flex: 0 1 57.14286%;
        max-width: 100%;
        max-width: 57.14286%
    }

    .c-row__col--xl-5-7 {
        flex: 0 1 71.42857%;
        max-width: 100%;
        max-width: 71.42857%
    }

    .c-row__col--xl-6-7 {
        flex: 0 1 85.71429%;
        max-width: 100%;
        max-width: 85.71429%
    }

    .c-row__col--xl-7-7 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-8 {
        flex: 0 1 12.5%;
        max-width: 100%;
        max-width: 12.5%
    }

    .c-row__col--xl-2-8 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--xl-3-8 {
        flex: 0 1 37.5%;
        max-width: 100%;
        max-width: 37.5%
    }

    .c-row__col--xl-4-8 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--xl-5-8 {
        flex: 0 1 62.5%;
        max-width: 100%;
        max-width: 62.5%
    }

    .c-row__col--xl-6-8 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--xl-7-8 {
        flex: 0 1 87.5%;
        max-width: 100%;
        max-width: 87.5%
    }

    .c-row__col--xl-8-8 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-9 {
        flex: 0 1 11.11111%;
        max-width: 100%;
        max-width: 11.11111%
    }

    .c-row__col--xl-2-9 {
        flex: 0 1 22.22222%;
        max-width: 100%;
        max-width: 22.22222%
    }

    .c-row__col--xl-3-9 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--xl-4-9 {
        flex: 0 1 44.44444%;
        max-width: 100%;
        max-width: 44.44444%
    }

    .c-row__col--xl-5-9 {
        flex: 0 1 55.55556%;
        max-width: 100%;
        max-width: 55.55556%
    }

    .c-row__col--xl-6-9 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--xl-7-9 {
        flex: 0 1 77.77778%;
        max-width: 100%;
        max-width: 77.77778%
    }

    .c-row__col--xl-8-9 {
        flex: 0 1 88.88889%;
        max-width: 100%;
        max-width: 88.88889%
    }

    .c-row__col--xl-9-9 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-10 {
        flex: 0 1 10%;
        max-width: 100%;
        max-width: 10%
    }

    .c-row__col--xl-2-10 {
        flex: 0 1 20%;
        max-width: 100%;
        max-width: 20%
    }

    .c-row__col--xl-3-10 {
        flex: 0 1 30%;
        max-width: 100%;
        max-width: 30%
    }

    .c-row__col--xl-4-10 {
        flex: 0 1 40%;
        max-width: 100%;
        max-width: 40%
    }

    .c-row__col--xl-5-10 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--xl-6-10 {
        flex: 0 1 60%;
        max-width: 100%;
        max-width: 60%
    }

    .c-row__col--xl-7-10 {
        flex: 0 1 70%;
        max-width: 100%;
        max-width: 70%
    }

    .c-row__col--xl-8-10 {
        flex: 0 1 80%;
        max-width: 100%;
        max-width: 80%
    }

    .c-row__col--xl-9-10 {
        flex: 0 1 90%;
        max-width: 100%;
        max-width: 90%
    }

    .c-row__col--xl-10-10 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-11 {
        flex: 0 1 9.09091%;
        max-width: 100%;
        max-width: 9.09091%
    }

    .c-row__col--xl-2-11 {
        flex: 0 1 18.18182%;
        max-width: 100%;
        max-width: 18.18182%
    }

    .c-row__col--xl-3-11 {
        flex: 0 1 27.27273%;
        max-width: 100%;
        max-width: 27.27273%
    }

    .c-row__col--xl-4-11 {
        flex: 0 1 36.36364%;
        max-width: 100%;
        max-width: 36.36364%
    }

    .c-row__col--xl-5-11 {
        flex: 0 1 45.45455%;
        max-width: 100%;
        max-width: 45.45455%
    }

    .c-row__col--xl-6-11 {
        flex: 0 1 54.54545%;
        max-width: 100%;
        max-width: 54.54545%
    }

    .c-row__col--xl-7-11 {
        flex: 0 1 63.63636%;
        max-width: 100%;
        max-width: 63.63636%
    }

    .c-row__col--xl-8-11 {
        flex: 0 1 72.72727%;
        max-width: 100%;
        max-width: 72.72727%
    }

    .c-row__col--xl-9-11 {
        flex: 0 1 81.81818%;
        max-width: 100%;
        max-width: 81.81818%
    }

    .c-row__col--xl-10-11 {
        flex: 0 1 90.90909%;
        max-width: 100%;
        max-width: 90.90909%
    }

    .c-row__col--xl-11-11 {
        flex: 0 1 100%;
        max-width: 100%
    }

    .c-row__col--xl-1-12 {
        flex: 0 1 8.33333%;
        max-width: 100%;
        max-width: 8.33333%
    }

    .c-row__col--xl-2-12 {
        flex: 0 1 16.66667%;
        max-width: 100%;
        max-width: 16.66667%
    }

    .c-row__col--xl-3-12 {
        flex: 0 1 25%;
        max-width: 100%;
        max-width: 25%
    }

    .c-row__col--xl-4-12 {
        flex: 0 1 33.33333%;
        max-width: 100%;
        max-width: 33.33333%
    }

    .c-row__col--xl-5-12 {
        flex: 0 1 41.66667%;
        max-width: 100%;
        max-width: 41.66667%
    }

    .c-row__col--xl-6-12 {
        flex: 0 1 50%;
        max-width: 100%;
        max-width: 50%
    }

    .c-row__col--xl-7-12 {
        flex: 0 1 58.33333%;
        max-width: 100%;
        max-width: 58.33333%
    }

    .c-row__col--xl-8-12 {
        flex: 0 1 66.66667%;
        max-width: 100%;
        max-width: 66.66667%
    }

    .c-row__col--xl-9-12 {
        flex: 0 1 75%;
        max-width: 100%;
        max-width: 75%
    }

    .c-row__col--xl-10-12 {
        flex: 0 1 83.33333%;
        max-width: 100%;
        max-width: 83.33333%
    }

    .c-row__col--xl-11-12 {
        flex: 0 1 91.66667%;
        max-width: 100%;
        max-width: 91.66667%
    }

    .c-row__col--xl-12-12 {
        flex: 0 1 100%;
        max-width: 100%
    }
}

.smb-highlighter {
    background: linear-gradient(transparent 60%,rgba(255,253,107,.7) 0)
}

.smb-badge {
    align-items: center;
    border-radius: var(--_border-radius,6px)!important;
    color: var(--_color-white,#fff);
    display: inline-flex;
    font-size: calc(1em - 2px);
    font-weight: 700;
    height: 1.8rem;
    line-height: 1;
    padding: 0 .5em;
    transform: translateY(-2px);
    vertical-align: middle;
    white-space: nowrap
}

.rich-text:focus .smb-badge[data-rich-text-format-boundary],.smb-badge,.smb-badge[data-rich-text-format-boundary] {
    background-color: var(--_color-text,#333)
}

.c-row[data-columns="1"]>.c-row__col {
    flex: 0 1 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.c-row[data-columns="2"]>.c-row__col {
    flex: 0 1 50%;
    margin-left: 0;
    margin-right: 0;
    max-width: 50%
}

.c-row[data-columns="3"]>.c-row__col {
    flex: 0 1 33.33333%;
    margin-left: 0;
    margin-right: 0;
    max-width: 33.33333%
}

.c-row[data-columns="4"]>.c-row__col {
    flex: 0 1 25%;
    margin-left: 0;
    margin-right: 0;
    max-width: 25%
}

.c-row[data-columns="5"]>.c-row__col {
    flex: 0 1 20%;
    margin-left: 0;
    margin-right: 0;
    max-width: 20%
}

.c-row[data-columns="6"]>.c-row__col {
    flex: 0 1 16.66667%;
    margin-left: 0;
    margin-right: 0;
    max-width: 16.66667%
}

.c-container--no-padding {
    padding-left: 0!important;
    padding-right: 0!important
}

[data-content-position] {
    display: flex
}

[data-content-position]>* {
    flex: 0 1 auto!important;
    margin-left: 0;
    margin-right: 0
}

[data-content-position=top-left] {
    align-items: flex-start!important;
    justify-content: flex-start!important
}

[data-content-position=top-center] {
    align-items: flex-start!important;
    justify-content: center!important
}

[data-content-position=top-right] {
    align-items: flex-start!important;
    justify-content: flex-end!important
}

[data-content-position=center-left] {
    align-items: center!important;
    justify-content: flex-start!important
}

[data-content-position=center-center] {
    align-items: center!important;
    justify-content: center!important
}

[data-content-position=center-right] {
    align-items: center!important;
    justify-content: flex-end!important
}

[data-content-position=bottom-left] {
    align-items: flex-end!important;
    justify-content: flex-start!important
}

[data-content-position=bottom-center] {
    align-items: flex-end!important;
    justify-content: center!important
}

[data-content-position=bottom-right] {
    align-items: flex-end!important;
    justify-content: flex-end!important
}

html :where(.editor-styles-wrapper) {
    display: block
}

@media (min-width: 640px) {
    .c-row[data-md-columns="1"]>.c-row__col {
        flex:0 1 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }

    .c-row[data-md-columns="2"]>.c-row__col {
        flex: 0 1 50%;
        margin-left: 0;
        margin-right: 0;
        max-width: 50%
    }

    .c-row[data-md-columns="3"]>.c-row__col {
        flex: 0 1 33.33333%;
        margin-left: 0;
        margin-right: 0;
        max-width: 33.33333%
    }

    .c-row[data-md-columns="4"]>.c-row__col {
        flex: 0 1 25%;
        margin-left: 0;
        margin-right: 0;
        max-width: 25%
    }

    .c-row[data-md-columns="5"]>.c-row__col {
        flex: 0 1 20%;
        margin-left: 0;
        margin-right: 0;
        max-width: 20%
    }

    .c-row[data-md-columns="6"]>.c-row__col {
        flex: 0 1 16.66667%;
        margin-left: 0;
        margin-right: 0;
        max-width: 16.66667%
    }
}

@media (min-width: 1024px) {
    .c-row[data-lg-columns="1"]>.c-row__col {
        flex:0 1 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }

    .c-row[data-lg-columns="2"]>.c-row__col {
        flex: 0 1 50%;
        margin-left: 0;
        margin-right: 0;
        max-width: 50%
    }

    .c-row[data-lg-columns="3"]>.c-row__col {
        flex: 0 1 33.33333%;
        margin-left: 0;
        margin-right: 0;
        max-width: 33.33333%
    }

    .c-row[data-lg-columns="4"]>.c-row__col {
        flex: 0 1 25%;
        margin-left: 0;
        margin-right: 0;
        max-width: 25%
    }

    .c-row[data-lg-columns="5"]>.c-row__col {
        flex: 0 1 20%;
        margin-left: 0;
        margin-right: 0;
        max-width: 20%
    }

    .c-row[data-lg-columns="6"]>.c-row__col {
        flex: 0 1 16.66667%;
        margin-left: 0;
        margin-right: 0;
        max-width: 16.66667%
    }
}

@media (min-width: 1280px) {
    .c-row[data-xl-columns="1"]>.c-row__col {
        flex:0 1 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }

    .c-row[data-xl-columns="2"]>.c-row__col {
        flex: 0 1 50%;
        margin-left: 0;
        margin-right: 0;
        max-width: 50%
    }

    .c-row[data-xl-columns="3"]>.c-row__col {
        flex: 0 1 33.33333%;
        margin-left: 0;
        margin-right: 0;
        max-width: 33.33333%
    }

    .c-row[data-xl-columns="4"]>.c-row__col {
        flex: 0 1 25%;
        margin-left: 0;
        margin-right: 0;
        max-width: 25%
    }

    .c-row[data-xl-columns="5"]>.c-row__col {
        flex: 0 1 20%;
        margin-left: 0;
        margin-right: 0;
        max-width: 20%
    }

    .c-row[data-xl-columns="6"]>.c-row__col {
        flex: 0 1 16.66667%;
        margin-left: 0;
        margin-right: 0;
        max-width: 16.66667%
    }
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0,0,0,1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start:0;margin-inline-end:2em}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start:2em;margin-inline-end:0}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start:0;margin-inline-end:2em}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start:2em;margin-inline-end:0}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

body .is-layout-grid>* {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6
}

#container {
    overflow: hidden
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p_popup-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 200px;
    padding: 34px 20px 0;
    background: #e8f3f9;
    color: #5d5d5d;
    z-index: 9999;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

@media screen and (min-width: 641px) {
    .p_popup-banner {
        width:260px;
        padding: 20px 20px 10px
    }
}

.p_popup-banner * {
    box-sizing: border-box
}

.p_popup-banner p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px
}

@media screen and (min-width: 641px) {
    .p_popup-banner p {
        font-size:16px;
        line-height: 1.6;
        margin-bottom: 20px
    }
}

.p_popup-banner.show {
    opacity: 1;
    visibility: visible
}

.p_popup-banner__close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 74px;
    height: 34px;
    background-image: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088-child/./img/popup_banner_close.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer
}

@media screen and (min-width: 641px) {
    .p_popup-banner__close {
        top:0;
        right: 0;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        background-position: center
    }
}

.p_popup-banner__top-img {
    margin-bottom: 10px !important
}

.p_popup-banner__title {
    font-size: 1em;
    text-align: center;
    margin-bottom: 10px !important;
    font-weight: 700;
    color: #00a2e6
}

.p_popup-banner__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.p_popup-banner__btn {
    transition: .3s
}

.p_popup-banner-btn:hover {
    opacity: .6 !important
}

.cardlink02 {
    position: relative;
    word-wrap: break-word;
    max-width: 100%;
    margin: 15px 0 2em !important;
    border: 1px solid #ddd;
    background: #fbd373
}

.cardlink02_inner {
    position: relative;
    padding: 25px 20px 20px;
    overflow: hidden
}

.cardlink02_label {
    position: absolute;
    top: -12px;
    left: 20px;
    margin: 0;
    padding: 0;
    background-color: #ea961c;
    transition: opacity .35s ease
}

.cardlink02:hover .cardlink02_label {
    opacity: .8
}

.cardlink02_label span {
    display: block;
    padding: 6px 8px 6px 24px;
    color: #fff;
    font-size: 14px
}

.cardlink02_label span:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 11px;
    height: 4px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg)
}

.cardlink02_thumbnail {
    margin-right: 20px;
    float: left
}

.cardlink02_thumbnail img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .35s ease
}

.cardlink02:hover .cardlink02_thumbnail img {
    opacity: .8
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .cardlink02_thumbnail img {
        height: auto
    }
}

.cardlink02_content {
    line-height: 1.6
}

.cardlink02_content p {
    color: #000;
    margin-bottom: .5em;
    line-height: 1
}

.cardlink02_title {
    margin: -3px 0 5px;
    font-size: 16px;
    transition: color .35s ease
}

.cardlink02_title a {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.cardlink02_title a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.cardlink02_excerpt {
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    max-height: 5.7em
}

.cardlink02_excerpt span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.cardlink02_button {
    text-align: right;
    margin-left: 150px
}

.cardlink02_button button {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-top: 1.5em;
    padding: 8px 50px;
    text-align: center;
    color: #fff;
    background-color: #ea961c;
    border-style: none;
    font-size: 14px;
    border-radius: 3px;
    transition: background-color .35s ease
}

.cardlink02_button button:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg)
}

.cardlink02:hover .cardlink02_button button {
    background-color: #f9c035
}

.cardlink02_footer {
    clear: both
}

@media screen and (max-width: 1201px) {
    .cardlink02 {
        margin:30px 0 35px !important
    }

    .cardlink02_inner {
        padding: 20px 15px 15px
    }
}

@media screen and (max-width: 767px) {
    .cardlink02_timestamp {
        line-height:2.4;
        vertical-align: middle
    }

    .cardlink02_thumbnail {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 567px) {
    .cardlink02_inner {
        padding:23px 11px 12px 13px
    }

    .cardlink02_thumbnail {
        margin-right: 12px;
        margin-bottom: 10px;
        float: left
    }

    .cardlink02_thumbnail img {
        width: 100px;
        height: 100px
    }

    .cardlink02_title {
        margin-bottom: 7px;
        font-size: 14px
    }

    .cardlink02_button {
        margin-left: 0
    }

    .cardlink02_button button {
        display: block;
        max-width: none
    }
}

.p-column-cards,.p-column-cards * {
    box-sizing: border-box
}

.p-column-cards {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 0 70px
}

.p-column-cards.p-column-cards-mb0 {
    margin-bottom: 0
}

.p-column-cards .p-column-cards__bg {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 0
}

.p-column-cards .p-column-cards__bg--none {
    display: none
}

.p-column-cards .p-column-cards__title {
    position: relative;
    margin: 0 auto 30px auto !important;
    padding-bottom: 26px;
    text-align: center;
    color: #025;
    font-size: 36px;
    letter-spacing: 2.7px
}

@media screen and (min-width: 970px) {
    .p-column-cards .p-column-cards__title {
        font-size:28px !important
    }
}

.p-column-cards .p-column-cards__title-bar {
    position: relative
}

.p-column-cards .p-column-cards__title-bar:before,.p-column-cards .p-column-cards__title-bar:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%)
}

.p-column-cards .p-column-cards__title-bar:before {
    left: calc(50% + 20px);
    background-color: #059
}

.p-column-cards .p-column-cards__title-bar:after {
    left: calc(50% - 20px);
    background-color: #a5c5e6
}

.p-column-cards .p-column-cards__desc {
    position: relative;
    margin-bottom: 50px;
    padding: 0 80px
}

.p-column-cards .p-column-cards__cards {
    position: relative;
    margin-bottom: 40px
}

@media screen and (min-width: 970px) {
    .p-column-cards .p-column-cards__cards {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.post_content div.p-column-cards__cards>:last-child {
    margin-bottom: 20px !important
}

.p-column-cards .p-column-cards__card {
    position: relative;
    width: auto;
    margin: 0 auto 20px auto;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.2) 0 0 6px;
    overflow: hidden
}

@media screen and (min-width: 641px) {
    .p-column-cards .p-column-cards__card {
        padding:30px 70px
    }
}

.p-column-cards .p-column-cards__card:hover {
    background-color: #e8f3f9
}

@media screen and (min-width: 970px) {
    .p-column-cards .p-column-cards__card {
        width:calc(100%/3 - 20px);
        padding: 30px 20px 70px
    }
}

.p-column-cards .p-column-cards__card-title {
    margin: 0 auto 30px auto;
    padding-bottom: 24px;
    text-align: center;
    color: #025;
    font-size: 24px
}

.p-column-cards .p-column-cards__card-img {
    max-width: 320px;
    margin: 0 auto 30px auto
}

@media screen and (min-width: 970px) {
    .p-column-cards .p-column-cards__card-img {
        max-width:100%
    }
}

.p-column-cards .p-column-cards__card-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.p-column-cards .p-column-cards__card-desc {
    line-height: 1.5;
    margin-bottom: 20px
}

.p-column-cards .p-column-cards__button {
    position: relative;
    display: block;
    max-width: 320px;
    width: calc(100% - 40px);
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    background-color: #04427a;
    transition: all .35s ease
}

.p-column-cards .p-column-cards__button:hover {
    background: #2d7bce
}

.p-column-cards .p-column-cards__card-button {
    position: relative;
    display: block;
    margin: auto
}

@media screen and (min-width: 970px) {
    .p-column-cards .p-column-cards__card-button {
        position:absolute;
        left: 0;
        right: 0;
        bottom: 30px
    }
}

.p-column-cards .p-column-cards__card-button:after {
    content: "";
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1;
    width: 2000px;
    height: 2000px;
    pointer-events: auto;
    background-color: transparent
}

.p-column-cards .p-column-cards__catchcopy {
    position: relative;
    line-height: 1.5;
    margin: 0 auto 40px auto;
    text-align: center;
    color: #025;
    font-size: 24px
}

#toc_container li,#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

#toc_container.toc_light_blue {
    background: #edf6ff
}

#toc_container.toc_white {
    background: #fff
}

#toc_container.toc_black {
    background: #000
}

#toc_container.toc_transparent {
    background: none transparent
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#toc_container.toc_black p.toc_title {
    color: #aaa
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}

#toc_container a {
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    text-decoration: underline
}

.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic
}

.is-style-sme-alert,.is-style-sme-alert-remark,.is-style-sme-alert-success,.is-style-sme-alert-warning {
    border-radius: 6px;
    display: block;
    padding: 4.5rem 1.8rem 1.8rem;
    padding: calc(var(--_space,1.8rem)*2.5) calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*1);
    position: relative
}

@media (min-width: 640px) {
    .is-style-sme-alert,.is-style-sme-alert-remark,.is-style-sme-alert-success,.is-style-sme-alert-warning {
        padding:1.8rem 1.8rem 1.8rem 4.5rem;
        padding: calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*1) calc(var(--_space,1.8rem)*2.5)
    }
}

.is-style-sme-alert-remark:before,.is-style-sme-alert-success:before,.is-style-sme-alert-warning:before,.is-style-sme-alert:before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 1.8rem;
    transform: translateX(-50%);
    width: 24px
}

@media (min-width: 640px) {
    .is-style-sme-alert-remark:before,.is-style-sme-alert-success:before,.is-style-sme-alert-warning:before,.is-style-sme-alert:before {
        left:1.8rem;
        top: 50%;
        transform: translateY(-50%)
    }
}

.wp-block-image.is-style-sme-fluid-shape-1 img,.wp-block-image.is-style-sme-fluid-shape-2 img,.wp-block-image.is-style-sme-fluid-shape-3 img,.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media img,.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media img,.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media img {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.is-style-sme-ordered-list-circle,.is-style-sme-ordered-list-circle ol,.is-style-sme-ordered-list-circle ul,.is-style-sme-ordered-list-square,.is-style-sme-ordered-list-square ol,.is-style-sme-ordered-list-square ul {
    counter-reset: sme-count 0;
    list-style: none;
    margin-left: 0;
    padding-left: 1.8em
}

.is-style-sme-ordered-list-circle li,.is-style-sme-ordered-list-square li {
    position: relative
}

.is-style-sme-ordered-list-circle li:before,.is-style-sme-ordered-list-square li:before {
    align-items: center;
    content: counter(sme-count);
    counter-increment: sme-count 1;
    display: flex;
    justify-content: center;
    position: absolute
}

ol.is-style-sme-ordered-list-circle[reversed],ol.is-style-sme-ordered-list-square[reversed] {
    counter-reset: sme-count 1
}

ol.is-style-sme-ordered-list-circle[reversed]>li:before,ol.is-style-sme-ordered-list-square[reversed]>li:before {
    counter-increment: sme-count -1
}

@media (max-width: 639px) {
    .sme-hidden-sm {
        display:none!important
    }
}

@media (min-width: 640px) and (max-width:1023px) {
    .sme-hidden-md {
        display:none!important
    }
}

@media (min-width: 1024px) {
    .sme-hidden-lg-up {
        display:none!important
    }
}

@keyframes smeBounceDown {
    0% {
        transform: translateY(-300px)
    }

    1% {
        opacity: 1
    }

    40% {
        opacity: 1;
        transform: translateY(10%)
    }

    60% {
        opacity: 1;
        transform: translateY(-5%)
    }

    80% {
        opacity: 1;
        transform: translateY(5%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.sme-animation-bounce-down {
    opacity: 0
}

.sme-animation-bounce-down-fired {
    animation-fill-mode: forwards;
    animation: smeBounceDown .6s cubic-bezier(0,0,0,1);
    opacity: 0;
    will-change: animation
}

@keyframes smeBounceIn {
    0% {
        transform: scale(1.05)
    }

    20% {
        transform: scale(1)
    }

    40% {
        transform: scale(1.025)
    }

    60% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.0125)
    }

    to {
        transform: scale(1)
    }
}

.sme-animation-bounce-in-fired {
    animation: smeBounceIn .8s cubic-bezier(0,0,0,1);
    will-change: animation
}

@keyframes smeFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sme-animation-fade-in {
    opacity: 0
}

.sme-animation-fade-in-fired {
    animation: smeFadeIn .6s cubic-bezier(0,0,0,1);
    opacity: 0;
    will-change: animation
}

@keyframes smeFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.sme-animation-fade-in-up {
    opacity: 0
}

.sme-animation-fade-in-up-fired {
    animation: smeFadeInUp .6s cubic-bezier(0,0,0,1);
    opacity: 0;
    will-change: animation
}

@keyframes smeFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.sme-animation-fade-in-down {
    opacity: 0
}

.sme-animation-fade-in-down-fired {
    animation: smeFadeInDown .6s cubic-bezier(0,0,0,1);
    opacity: 0;
    will-change: animation
}

.sme-badge {
    align-items: center;
    border-radius: 6px!important;
    color: #fff;
    display: inline-flex;
    font-size: calc(1em - 2px);
    font-weight: 700;
    height: 1.8rem;
    line-height: 1;
    padding: 0 .5em;
    transform: translateY(-2px);
    vertical-align: middle;
    white-space: nowrap
}

.sme-font-size {
    display: inline-block
}

.sme-highlighter {
    background-image: linear-gradient(transparent 60%,rgba(255,241,0,.5) 0)
}

.sme-line-height {
    display: inline-block
}

.is-style-sme-alert {
    background-color: #fff9e6;
    border: 1px solid #fff3cd;
    color: #5a4d26
}

.is-style-sme-alert:before {
    background-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/alert/icon.svg)
}

.is-style-sme-alert-success {
    background-color: #f4ffe6;
    border: 1px solid #dfffb3;
    color: #28321b
}

.is-style-sme-alert-success:before {
    background-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/alert-success/icon.svg)
}

.is-style-sme-alert-warning {
    background-color: #ffede6;
    border: 1px solid #ffdacd;
    color: #5a3426
}

.is-style-sme-alert-warning:before {
    background-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/alert-warning/icon.svg)
}

.is-style-sme-alert-remark {
    background-color: #f7f7f7;
    border: 1px solid #eee
}

.is-style-sme-alert-remark:before {
    background-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/alert-remark/icon.svg)
}

.wp-block-code.is-style-sme-block-code-nowrap {
    overflow: auto;
    padding: 0;
    white-space: pre!important
}

.wp-block-code.is-style-sme-block-code-nowrap code {
    display: table;
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5);
    white-space: inherit!important;
    width: 100%
}

@media (min-width: 640px) {
    .wp-block-code.is-style-sme-block-code-nowrap code {
        padding:1.35rem;
        padding: calc(var(--_space,1.8rem)*.75)
    }
}

.wp-block-code.is-style-sme-block-code-wrap {
    overflow: auto;
    padding: 0;
    white-space: pre-wrap!important
}

.wp-block-code.is-style-sme-block-code-wrap code {
    display: block;
    padding: .9rem;
    padding: calc(var(--_space,1.8rem)*.5);
    white-space: inherit!important
}

@media (min-width: 640px) {
    .wp-block-code.is-style-sme-block-code-wrap code {
        padding:1.35rem;
        padding: calc(var(--_space,1.8rem)*.75)
    }
}

.wp-block-image.is-style-sme-fluid-shape-1 img,.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media img {
    -webkit-mask-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/fluid-shape-1/shape.svg);
    mask-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/fluid-shape-1/shape.svg)
}

.wp-block-image.is-style-sme-fluid-shape-2 img,.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media img {
    -webkit-mask-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/fluid-shape-2/shape.svg);
    mask-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/fluid-shape-2/shape.svg)
}

.wp-block-image.is-style-sme-fluid-shape-3 img,.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media img {
    -webkit-mask-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/fluid-shape-3/shape.svg);
    mask-image: url(https://www.soluna.co.jp/wp-content/plugins/snow-monkey-editor/dist/css/../../src/style/fluid-shape-3/shape.svg)
}

.is-style-sme-list-arrow,.is-style-sme-list-arrow ol,.is-style-sme-list-arrow ul {
    list-style: none
}

.is-style-sme-list-arrow li {
    position: relative
}

.is-style-sme-list-arrow li:before {
    border-color: #ff6e3b;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 6px;
    left: calc(-1.5em + 7px);
    position: absolute;
    top: calc(.4rem + 4px);
    transform: rotate(-45deg);
    width: 6px
}

.is-style-sme-list-arrow li:after {
    border: solid #ff6e3b;
    border-width: 2px 0 0;
    content: "";
    height: 0;
    left: calc(-1.5em + 5px);
    position: absolute;
    top: calc(.4rem + 6px);
    width: 8px
}

.is-style-sme-list-check,.is-style-sme-list-check ol,.is-style-sme-list-check ul {
    list-style: none
}

.is-style-sme-list-check li {
    position: relative
}

.is-style-sme-list-check li:before {
    border-color: #75cd00;
    border-style: solid;
    border-width: 0 0 2px 2px;
    content: "";
    display: block;
    height: 6px;
    left: calc(-1.5em + 7px);
    position: absolute;
    top: calc(.4rem + 3px);
    transform: rotate(-45deg);
    width: 8px
}

.is-style-sme-list-remark,.is-style-sme-list-remark ol,.is-style-sme-list-remark ul {
    list-style: none
}

.is-style-sme-list-remark li {
    position: relative
}

.is-style-sme-list-remark li:before {
    content: "â€»";
    left: calc(-1.5em + 2px);
    position: absolute
}

.is-style-sme-list-times,.is-style-sme-list-times ol,.is-style-sme-list-times ul {
    list-style: none
}

.is-style-sme-list-times li {
    position: relative
}

.is-style-sme-list-times li:after,.is-style-sme-list-times li:before {
    border: solid #cd3500;
    border-width: 0 0 2px;
    content: "";
    height: 0;
    left: calc(-1.5em + 5px);
    position: absolute;
    top: calc(.4rem + 6px);
    width: 10px
}

.is-style-sme-list-times li:before {
    transform: rotate(45deg)
}

.is-style-sme-list-times li:after {
    transform: rotate(-45deg)
}

.is-style-sme-ordered-list-circle li:before {
    border-radius: 100%
}

.is-style-sme-ordered-list-circle li:before,.is-style-sme-ordered-list-square li:before {
    background-color: #eee;
    font-size: 12px;
    height: 20px;
    left: calc(-1.8em - 6px);
    top: .2rem;
    width: 20px
}

.is-style-sme-post-it {
    background-color: #ffd03b;
    margin-bottom: 1.8rem;
    margin-bottom: calc(var(--_space,1.8rem)*1*var(--_margin-scale,1));
    max-width: 300px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.is-style-sme-post-it:not(:last-child) {
    margin-bottom: 3.6rem;
    margin-bottom: calc(var(--_space,1.8rem)*2*var(--_margin-scale,1))
}

.is-style-sme-post-it:before {
    border-color: #eee transparent;
    border-style: solid;
    border-width: 1.8rem 1.8rem 0 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 100%
}

.is-style-sme-post-it:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 1.8rem;
    left: 0;
    position: absolute;
    right: 1.8rem;
    top: calc(100% - 1px)
}

.is-style-sme-post-it.has-text-align-center {
    margin-left: auto;
    margin-right: auto
}

.is-style-sme-post-it.has-text-align-right {
    margin-left: auto;
    margin-right: 0
}

p.is-style-sme-post-it {
    padding-bottom: 0;
    padding-left: 1.8rem;
    padding-left: calc(var(--_space,1.8rem)*1);
    padding-right: 1.8rem;
    padding-right: calc(var(--_space,1.8rem)*1);
    padding-top: 1.8rem;
    padding-top: calc(var(--_space,1.8rem)*1)
}

.is-style-sme-post-it-narrow {
    background-color: #fff!important;
    box-shadow: 1px 2px 6px rgba(0,0,0,.1);
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

.is-style-sme-post-it-narrow:after {
    background-color: #ff6e3b;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: .45rem
}

.is-style-sme-post-it-narrow.has-text-align-center {
    margin-left: auto;
    margin-right: auto
}

.is-style-sme-post-it-narrow.has-text-align-right {
    margin-left: auto;
    margin-right: 0
}

p.is-style-sme-post-it-narrow {
    padding: .45rem .9rem .45rem 1.35rem;
    padding: calc(var(--_space,1.8rem)*.25) calc(var(--_space,1.8rem)*.5) calc(var(--_space,1.8rem)*.25) calc(var(--_space,1.8rem)*.75)
}

.wp-block-image.is-style-sme-shadowed img {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1)
}

.wp-block-button.is-style-sme-shadowed .wp-block-button__link {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25),inset 0 1px 0 0 hsla(0,0%,100%,.1),inset 0 -1px 0 0 rgba(1,1,1,.05)
}

@media (min-width: 1024px) {
    .wp-block-button.is-style-sme-shadowed .wp-block-button__link:active {
        box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.1),inset 0 -1px 0 0 rgba(1,1,1,.05)
    }
}

.is-style-sme-speech {
    background-color: #f7f7f7;
    border-radius: 6px;
    position: relative;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content
}

.is-style-sme-speech:before {
    background-color: inherit;
    content: "";
    height: 14px;
    left: 2.25rem;
    position: absolute;
    top: calc(100% - 7px);
    transform: rotate(45deg);
    width: 14px
}

.is-style-sme-speech.has-text-align-center {
    margin-left: auto;
    margin-right: auto
}

.is-style-sme-speech.has-text-align-center:before {
    left: calc(50% - 10px)
}

.is-style-sme-speech.has-text-align-right {
    margin-left: auto;
    margin-right: 0
}

.is-style-sme-speech.has-text-align-right:before {
    left: auto;
    right: 2.25rem
}

p.is-style-sme-speech {
    padding: .9rem 1.8rem;
    padding: calc(var(--_space,1.8rem)*.5) calc(var(--_space,1.8rem)*1)
}

@font-face {
    font-family: 'design_plus';
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/design_plus.eot?v=2.0);
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/design_plus.eot?v=2.0#iefix) format('embedded-opentype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/design_plus.woff?v=2.0) format('woff'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/design_plus.ttf?v=2.0) format('truetype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/design_plus.svg?v=2.0#design_plus) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'footer_bar';
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/footer_bar.eot?v=1.2);
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/footer_bar.eot?v=1.2#iefix) format('embedded-opentype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/footer_bar.woff?v=1.2) format('woff'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/footer_bar.ttf?v=1.2) format('truetype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/fonts/footer_bar.svg?v=1.2#footer_bar) format('svg');
    font-weight: 400;
    font-style: normal
}


.pc body.admin-bar {
    padding-top: 32px
}

a {
    text-decoration: none
}

a,a:before,a:after,input {
    -webkit-transition-property: background-color,color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease
}

.clear {
    clear: both
}

.hide {
    display: none
}

.post_content {
    word-wrap: break-word
}

#container {
    position: relative;
    height: 100%
}

#main_contents {
    width: 1150px;
    margin: 0 auto;
    padding: 0 0 150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#main_contents:after {
    position: absolute;
    left: 810px;
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd
}

#main_col {
    width: 770px;
    padding: 40px 0 0;
    margin: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.page #main_col {
    padding-top: 50px
}

body.hide_sidebar #main_col {
    width: 850px;
    padding-top: 90px;
    margin: 0 auto
}

body.hide_sidebar #main_contents:after {
    display: none
}

#side_col {
    width: 340px
}

.design_button {
    text-align: center;
    z-index: 10;
    position: relative;
    height: 70px
}

.design_button a {
    display: inline-block;
    min-width: 260px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.design_button.shape_type1 a {
    border-radius: 60px;
    font-weight: 600
}

.design_button.type2 a,.design_button.type3 a {
    border: 1px solid #fff
}

.design_button.type2 a:before,.design_button.type3 a:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -100%;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.22,1,.36,1) 0s;
    transition: all .5s cubic-bezier(.22,1,.36,1) 0s
}

.design_button.type3 a:before {
    transform: skewX(45deg);
    width: calc(100% + 70px);
    left: calc(-100% - 70px);
    transform-origin: bottom left
}

.design_button.type2 a:hover:before,.design_button.type3 a:hover:before {
    left: 0
}

.design_button.quick_tag_ver {
    margin: 0 0 40px
}

.design_headline1 {
    font-size: 28px !important;
    text-align: center;
    line-height: 1.5 !important;
    margin: 0 0 50px !important;
    padding: 0 !important
}

.design_headline2 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 100px -40px 63px 0 !important;
    padding: 0 40px 0 0 !important;
    border-top: 1px solid #ddd;
    text-align: center
}

.design_headline2 span {
    display: inline-block;
    border-top: 3px solid #0070a4;
    padding-top: 20px;
    margin-top: -1px
}

body.hide_sidebar .design_headline2 {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.design_line {
    margin: 50px -40px 53px 0;
    border-color: #ddd
}

body.hide_sidebar .design_line {
    margin-right: 0
}

.two_column_image {
    margin: 60px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.two_column_image .item {
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%
}

.two_column_image .item:first-of-type {
    margin-right: 10px
}

.two_column_image img {
    display: block;
    margin: 0 auto
}

#site_loader_overlay {
    opacity: 1
}

body.end_loading #site_loader_overlay {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .9s ease 0s;
    transition: opacity .9s ease 0s
}

body.use_loading_screen.load_screen_animation_type2 #container {
    transform: translate3d(0px,60px,0px)
}

body.use_loading_screen.load_screen_animation_type3 #container {
    transform: translate3d(0px,-60px,0px)
}

body.use_loading_screen #container.no_loading_screen {
    opacity: 0
}

body.use_loading_screen.load_screen_animation_type2.end_loading #container,body.use_loading_screen.load_screen_animation_type3.end_loading #container {
    transform: translate3d(0px,0px,0px);
    -webkit-transition: transform .9s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform .9s cubic-bezier(.165,.84,.44,1) 0s
}

body.use_loading_screen.end_loading #container.no_loading_screen {
    opacity: 1;
    -webkit-transition: transform .9s cubic-bezier(.165,.84,.44,1) 0s,opacity 1.5s ease 0s;
    transition: transform .9s cubic-bezier(.165,.84,.44,1) 0s,opacity 1.5s ease 0s
}

#header_slider_wrap {
    width: 100%;
    height: 900px;
    position: relative;
    overflow: hidden
}

#header_slider {
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#header_slider .item {
    width: 100%;
    height: 900px;
    position: relative
}

#header_slider .caption {
    width: 1150px;
    z-index: 100;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#header_slider .catch {
    font-weight: 600;
    line-height: 1.4;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative
}

#header_slider .catch.animate_item:nth-child(2) {
    margin-top: 25px
}

#header_slider .desc {
    margin: 15px 0 0;
    position: relative
}

#header_slider .desc p {
    line-height: 2.0
}

#header_slider .desc p.mobile {
    display: none
}

#header_slider .design_button {
    margin-top: 30px
}

#header_slider .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#header_slider .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#header_slider .bg_image.mobile {
    display: none
}

#header_slider .video_wrap {
    position: absolute
}

#header_slider .video_wrap.type1 {
    position: absolute;
    top: 50%;
    left: auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header_slider .video_wrap.type2 {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header_slider .video_wrap.type1 video {
    height: 100%;
    width: auto
}

#header_slider .video_wrap.type2 video {
    width: 100%;
    height: auto
}

#header_slider .youtube_inner {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

#header_slider .slide-youtube {
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important
}

#header_slider .slick-dots {
    display: none !important
}

#header_slider_nav_wrap {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    width: 995px;
    height: 100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header_slider_nav_wrap.stop_animation .slick-track {
    transform: translate3d(0px,0px,0px)!important
}

@media screen and (max-width: 750px) {
    #header_slider_nav_wrap.stop_animation .slick-track {
        transform:translate3d(65px,0px,0px) !important
    }
}

#header_slider_nav_wrap.two_item {
    width: 640px
}

#header_slider_nav {
    width: 940px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#header_slider_nav_wrap.two_item #header_slider_nav {
    width: 640px
}

#header_slider_nav_wrap.stop_animation #header_slider_nav {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#header_slider_nav .nav_item {
    width: 300px;
    height: 100px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    background: #000;
    cursor: pointer
}

#header_slider_nav .nav_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#header_slider_nav .nav_catch {
    font-size: 14px;
    padding: 0 50px 0 30px;
    opacity: 0;
    z-index: 3;
    line-height: 1.8;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header_slider_nav .nav_item:after {
    width: 300px;
    height: 100px;
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -300px;
    -webkit-transition: all .5s cubic-bezier(.22,1,.36,1) 0s;
    transition: all .5s cubic-bezier(.22,1,.36,1) 0s
}

#header_slider_nav .nav_item:hover .nav_catch,#header_slider_nav .nav_item:hover:before,#header_slider_nav .nav_item.slick-center .nav_catch,#header_slider_nav .nav_item.slick-center:before,#header_slider_nav_wrap.stop_animation .nav_item.slick-current .nav_catch,#header_slider_nav_wrap.stop_animation .nav_item.slick-current:before {
    -webkit-animation: opacityAnimation .7s ease forwards 0s;
    animation: opacityAnimation .7s ease forwards 0s
}

#header_slider_nav .nav_item:hover:after,#header_slider_nav .nav_item.slick-center:after,#header_slider_nav_wrap.stop_animation .nav_item.slick-current:after {
    left: 0
}

#header_slider_nav .nav_item.slick-center {
    pointer-events: none
}

.carousel_arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel_arrow:before {
    font-family: 'design_plus';
    color: #000;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.carousel_arrow.prev_item:before {
    content: '\e90f'
}

.carousel_arrow.next_item:before {
    content: '\e910';
    left: 0;
    right: 0
}

.carousel_arrow:hover:before {
    color: #ccc !important
}

.carousel_arrow.prev_item {
    left: -20px
}

.carousel_arrow.next_item {
    right: -20px
}

#header_slider_nav_wrap .carousel_arrow:before {
    color: #fff
}

#header_slider_nav_wrap .carousel_arrow {
    margin-top: 3px
}

#header_slider .catch.animation_type1,#header_slider .desc,#header_slider .design_button {
    opacity: 0;
    position: relative
}

#header_slider .catch.animation_type1.animate,#header_slider .desc.animate,#header_slider .design_button.animate {
    -webkit-animation: slideUp 1.3s cubic-bezier(.165,.84,.44,1) forwards 0s;
    animation: slideUp 1.3s cubic-bezier(.165,.84,.44,1) forwards 0s
}

#header_slider .catch.animation_type2 span {
    opacity: 0;
    position: relative
}

#header_slider .catch.animation_type2 span.animate {
    -webkit-animation: text_animation .5s ease forwards 0s;
    animation: text_animation .5s ease forwards 0s
}

body.stop_index_slider_animation #header_slider .caption .animate_item,body.stop_index_slider_animation #header_slider .catch.animation_type2 span {
    opacity: 1
}

#header_slider .item.bg_animation_type1.animate .bg_image {
    -webkit-animation: zoomIn 30s;
    animation: zoomIn 30s
}

#header_slider .item.bg_animation_type2.animate .bg_image {
    -webkit-animation: zoomOut 30s;
    animation: zoomOut 30s
}

#header_slider .item.bg_animation_type3.animate .bg_image {
    width: -webkit-calc(100% + 200px);
    height: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    -webkit-animation: bg_image_move_right 30s;
    animation: bg_image_move_right 30s
}

#header_slider .item.bg_animation_type4.animate .bg_image {
    width: -webkit-calc(100% + 200px);
    height: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    -webkit-animation: bg_image_move_left 30s;
    animation: bg_image_move_left 30s
}

#header_slider .item.bg_animation_type5.animate .bg_image {
    width: -webkit-calc(100% + 200px);
    height: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    -webkit-animation: bg_image_move_up 30s;
    animation: bg_image_move_up 30s
}

#header_slider .item.bg_animation_type6.animate .bg_image {
    width: -webkit-calc(100% + 200px);
    height: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    -webkit-animation: bg_image_move_down 30s;
    animation: bg_image_move_down 30s
}

@-webkit-keyframes bg_image_move_right {
    0% {
        transform: translate3d(-200px,0,0)
    }

    100% {
        transform: translate3d(0px,0,0)
    }
}

@keyframes bg_image_move_right {
    0% {
        transform: translate3d(-200px,0,0)
    }

    100% {
        transform: translate3d(0px,0,0)
    }
}

@-webkit-keyframes bg_image_move_left {
    0% {
        transform: translate3d(0px,0,0)
    }

    100% {
        transform: translate3d(-200px,0,0)
    }
}

@keyframes bg_image_move_left {
    0% {
        transform: translate3d(0px,0,0)
    }

    100% {
        transform: translate3d(-200px,0,0)
    }
}

@-webkit-keyframes bg_image_move_up {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(0,-200px,0)
    }
}

@keyframes bg_image_move_up {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(0,-200px,0)
    }
}

@-webkit-keyframes bg_image_move_down {
    0% {
        transform: translate3d(0,-200px,0)
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

@keyframes bg_image_move_down {
    0% {
        transform: translate3d(0,-200px,0)
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

body.home #header_logo a,body.home #global_menu,body.home #header_search,#header_slider_nav_wrap {
    opacity: 0
}

body.home #header_logo a.animate,body.home #global_menu.animate,body.home #header_search.animate,#header_slider_nav_wrap.animate {
    -webkit-animation: opacityAnimation 1s ease forwards 0s;
    animation: opacityAnimation 1s ease forwards 0s
}

body.stop_index_slider_animation #header_logo a,body.stop_index_slider_animation #global_menu,body.stop_index_slider_animation #header_search,body.stop_index_slider_animation #header_slider_nav_wrap {
    opacity: 1
}

body.no_index_header_content #header {
    border-bottom: 1px solid #ddd
}

body.no_index_header_content.header_fix #header {
    border-bottom: none
}

body.no_index_header_content #index_content_builder {
    border-top: 1px solid #ddd;
    padding: 80px 0 0
}

.cb_headline {
    line-height: 1.5;
    font-weight: 600;
    text-align: center
}

.cb_headline span {
    display: block
}

.cb_headline .sub_headline {
    font-size: 16px;
    font-weight: 500
}

.white_content+.white_content {
    padding-top: 0 !important
}

.cb_content:last-of-type {
    padding-bottom: 150px
}

#index_news_ticker_wrap {
    border-bottom: 1px solid #ddd
}

#index_news_ticker {
    width: 785px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto
}

#index_news_ticker .item {
    height: 70px;
    position: relative;
    padding: 1px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#index_news_ticker .date {
    width: 93px;
    font-size: 14px;
    color: #999;
    font-family: Arial
}

#index_news_ticker .category {
    font-size: 12px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    min-width: 90px;
    height: 30px;
    line-height: 31px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.one_news_category #index_news_ticker.post_type_news .category {
    display: none
}

#index_news_ticker .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%
}

#index_news_ticker .title br {
    display: none
}

#index_news_ticker .title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible
}

.tab_content_top {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden
}

.tab_content_top .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.tab_content_top .bg_image.mobile {
    display: none
}

.tab_content_top .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.tab_content_top_inner {
    color: #fff;
    width: 850px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tab_content_top .catch {
    line-height: 1.5;
    font-weight: 600
}

.tab_content_top .desc {
    line-height: 2.4;
    margin: 16px 0 0
}

.tab_content_top .design_button {
    margin-top: 30px
}

.tab_content_top .bg_image[data-parallax-image] {
    transition: none
}

.tab_content_top .bg_image.parallax-ready[data-parallax-image] {
    transition-property: background-position;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0,.33,.07,1.03)
}

.tab_content_top .tab {
    width: 1150px;
    height: 70px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.tab_content_top .tab .item {
    cursor: pointer;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    min-width: 200px;
    color: #fff;
    background: rgba(255,255,255,.3);
    text-align: center;
    margin: 0 7px;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.tab_content_top .tab .item.active,.tab_content_top .tab .item:hover {
    color: #000;
    background: #fff
}

.tab_content_bottom {
    width: 1150px;
    margin: 0 auto;
    padding: 100px 70px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tab_content_bottom .item {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    top: 100px;
    left: 70px;
    right: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.tab_content_bottom .item.active {
    opacity: 1;
    pointer-events: initial;
    position: relative;
    top: 0;
    left: 0
}

.tab_content_bottom .item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab_content_bottom .image_area {
    width: 500px;
    margin-right: 60px;
    overflow: hidden;
    position: relative
}

.tab_content_bottom .image {
    max-width: 100%;
    height: auto
}

.tab_content_bottom .content {
    width: calc(100% - 560px)
}

.tab_content_bottom .title {
    font-size: 26px;
    color: #0071a2;
    margin-bottom: 42px
}

.tab_content_bottom .catch {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 32px
}

.tab_content_bottom .desc {
    line-height: 2.4
}

.tab_content_bottom .design_button {
    margin-top: 70px
}

.tab_content_bottom .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center
}

.tab_content_bottom .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    font-size: 12px
}

.tab_content_bottom .slick-dots button {
    cursor: pointer;
    border: none;
    color: transparent;
    width: 10px;
    height: 10px;
    display: block;
    font-size: 0;
    background: 0 0;
    position: relative
}

.tab_content_bottom .slick-dots button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: #ddd;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.tab_content_bottom .slick-dots button:hover:before,.tab_content_bottom .slick-dots .slick-active button:before {
    background: #000
}

.cb_tab_content .inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

.cb_tab_content .inview.animate {
    opacity: 1;
    top: 0
}

.cb_service_list {
    background: #f6f6f6;
    padding: 0 !important
}

.cb_service_top {
    text-align: center;
    width: 1150px;
    margin: 0 auto;
    padding: 90px 70px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cb_service_top .cb_desc {
    line-height: 2.4;
    margin: 55px 0 0
}

.pc .cb_service_middle {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden
}

.pc .cb_service_middle:before {
    opacity: 1 !important;
    z-index: 1;
    margin: 0 auto;
    content: '';
    display: block;
    width: 1150px;
    height: 600px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pc .cb_service_item_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.pc .cb_service_item_list .item {
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.3);
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pc .cb_service_item_list .item:last-of-type {
    border-right: none
}

.pc .cb_service_item_list a {
    color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pc .cb_service_item_list .item a:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.pc .cb_service_item_list .item.active a:after {
    opacity: 1
}

.pc .cb_service_item_list .content {
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 0 50px 50px;
    z-index: 2;
    -webkit-transition: bottom .7s cubic-bezier(.22,1,.36,1);
    transition: bottom .7s cubic-bezier(.22,1,.36,1)
}

.pc .cb_service_item_list .title {
    line-height: 1.2;
    font-weight: 600;
    word-break: break-all
}

.pc .cb_service_item_list .title span {
    display: block
}

.pc .cb_service_item_list .title .main_title {
    font-size: 28px
}

.pc .cb_service_item_list .title .sub_title {
    margin-top: 13px
}

.pc .cb_service_item_list .desc {
    opacity: 0;
    top: 15px;
    line-height: 2.4;
    margin: 35px 0 0;
    position: relative
}

.pc .cb_service_item_list .bottom_title {
    opacity: 0;
    top: 15px;
    font-weight: 600;
    margin: 38px 0 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0
}

.pc .cb_service_item_list .bottom_title:after {
    font-family: 'design_plus';
    content: '\e910';
    font-size: 14px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s
}

.pc .cb_service_item_list .bottom_title span {
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s
}

.pc .cb_service_item_list .item.active .desc {
    opacity: 1;
    top: 0;
    -webkit-transition: all .7s ease .2s;
    transition: all .7s ease .2s
}

.pc .cb_service_item_list .item.active .bottom_title {
    opacity: 1;
    top: 0;
    -webkit-transition: all .7s ease .4s;
    transition: all .7s ease .4s
}

.pc .cb_service_item_list .bottom_title:hover:after {
    opacity: .5
}

.pc .cb_service_item_list .bottom_title:hover span {
    opacity: .5
}

.pc .cb_service_image_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pc .cb_service_image_list .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pc .cb_service_image_list .image.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pc .cb_service_image_list .image .overlay {
    width: 100%;
    height: 100%
}

.cb_service_bottom {
    text-align: center;
    width: 1150px;
    margin: 0 auto;
    padding: 70px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cb_service_list.cb_content:last-of-type .cb_service_bottom {
    padding-bottom: 150px
}

.cb_service_list .inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

.cb_service_list .inview.animate {
    opacity: 1;
    top: 0
}

.pc .cb_service_list .cb_service_item_list.inview,.pc .cb_service_list .cb_service_image_list.inview {
    position: absolute
}

.cb_news_list {
    width: 1150px;
    margin: 0 auto;
    padding: 90px 130px 100px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cb_news_list .news_category_list {
    margin: 67px auto 70px
}

.cb_news_list .design_button {
    margin-top: 70px
}

.cb_news_list .news_list {
    position: relative;
    display: none
}

.cb_news_list .news_list.active {
    display: block;
    -webkit-animation: news_list_animation 1s cubic-bezier(.22,1,.36,1) 0s;
    animation: news_list_animation 1s cubic-bezier(.22,1,.36,1) 0s
}

@-webkit-keyframes news_list_animation {
    0% {
        opacity: 0;
        bottom: -20px
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes news_list_animation {
    0% {
        opacity: 0;
        bottom: -20px
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

.cb_news_list .inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

.cb_news_list .inview.animate {
    opacity: 1;
    top: 0
}

.cb_news_list .no_category_list {
    margin-top: 65px
}

.cb_project_list {
    width: 1150px;
    margin: 0 auto;
    padding: 90px 130px 100px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cb_project_list .cb_desc {
    line-height: 2.4;
    margin: 55px 0 0;
    text-align: center
}

.cb_project_list .project_list {
    margin: 60px -131px -70px
}

.cb_project_list .design_button {
    margin-top: 70px
}

.cb_project_list .inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

.cb_project_list .inview.animate {
    opacity: 1;
    top: 0
}

.cb_free_space.type1 {
    width: 1150px;
    margin: 0 auto;
    padding: 0 130px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cb_free_space.type2 {
    width: auto
}

.cb_free_space .inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

.cb_free_space .inview.animate {
    opacity: 1;
    top: 0
}

.cb_free_space .index_free_design_content {
    text-align: center
}

.cb_free_space .index_free_design_content .catch {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px
}

.cb_free_space .index_free_design_content img {
    display: block;
    margin: 30px auto 0
}

#page_header {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #000
}

#page_header_inner {
    z-index: 3;
    width: 830px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#page_header .catch {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-align: center
}

#page_header .desc {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: 15px 0 0
}

#page_header .overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0
}

#page_header .bg_image {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0
}

#page_header .bg_image.mobile {
    display: none
}

#page_header .catch.animation_type1,#page_header .desc {
    opacity: 0;
    position: relative
}

#page_header .catch.animation_type1.animate,#page_header .desc.animate {
    -webkit-animation: slideUp 1.3s cubic-bezier(.165,.84,.44,1) forwards .5s;
    animation: slideUp 1.3s cubic-bezier(.165,.84,.44,1) forwards .5s
}

#page_header .catch.animation_type2 span {
    opacity: 0;
    position: relative
}

#page_header .catch.animation_type2 span.animate {
    -webkit-animation: text_animation .5s ease forwards 0s;
    animation: text_animation .5s ease forwards 0s
}

@-webkit-keyframes text_animation {
    0% {
        opacity: 0;
        left: 15px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes text_animation {
    0% {
        opacity: 0;
        left: 15px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

#archive_square_headline {
    z-index: 1000;
    width: 200px;
    height: 200px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    top: -100px
}

#archive_square_headline h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#archive_square_headline .sub_headline {
    margin-top: 10px
}

#archive_square_headline span {
    display: block
}

.archive_desc {
    line-height: 2.4;
    margin: -10px 50px 90px;
    text-align: center
}

#bread_crumb {
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #ddd
}

#bread_crumb ul {
    width: 1150px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible
}

#bread_crumb li {
    display: inline;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    position: relative
}

#bread_crumb li:after {
    font-family: 'design_plus';
    content: '\e910';
    font-size: 10px;
    color: #000;
    display: inline-block;
    line-height: 60px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: -23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#bread_crumb li:last-of-type:after {
    display: none
}

#bread_crumb,#bread_crumb li.last {
    color: #000
}

#bread_crumb li a {
    color: #000;
    height: 59px;
    line-height: 60px;
    display: inline-block;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

#bread_crumb li.category a {
    display: none
}

#bread_crumb li.category a:first-of-type,#bread_crumb li.category a:only-of-type {
    display: inline-block
}

#bread_crumb li.home a {
    position: relative;
    width: 16px
}

#bread_crumb li.home a span {
    opacity: 0
}

#bread_crumb li.home a:before {
    font-family: 'design_plus';
    content: '\e90c';
    font-size: 12px;
    color: #000;
    display: inline-block;
    height: 100%;
    line-height: 1;
    top: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#project_archive {
    padding: 0 0 150px;
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.no_page_nav #project_archive {
    padding-bottom: 80px
}

.project_list {
    margin: 0 -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project_list .item {
    width: calc(50% - 12px);
    margin: 0 24px 60px 0;
    position: relative
}

.project_list .item:nth-child(2n) {
    margin-right: 0
}

.project_list .image_wrap {
    display: block;
    width: 100%;
    height: 320px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.project_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.project_list .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    max-height: 3em;
    word-break: break-all;
    overflow: hidden;
    visibility: visible;
    padding: 0 60px;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 25px
}

.project_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.project_list .desc {
    color: #000;
    line-height: 2.4;
    margin: 20px 60px 0;
    max-height: 4.8em;
    word-break: break-all;
    overflow: hidden;
    visibility: visible
}

.project_list .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.project_list .category {
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    border-top: 3px solid #0071a2;
    display: inline-block;
    margin-left: 60px
}

body.one_project_category .project_list .category {
    display: none
}

.project_list .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%)
}

#project_archive .page_navi {
    margin-top: 0
}

#project_archive.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

#project_archive.inview.animate {
    opacity: 1;
    top: 0
}

#project_title_area {
    margin: 0 0 30px
}

#project_title_area .category {
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    border-top: 3px solid #0071a2;
    display: inline-block
}

#project_title_area .image {
    width: 100%;
    height: 440px;
    position: relative;
    margin-bottom: -1px
}

#project_title_area .title {
    font-size: 24px;
    line-height: 1.5;
    border: 1px solid #ddd;
    padding: 30px 40px
}

#related_project {
    margin: 60px 0 -46px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#related_project .design_headline2 {
    font-size: 20px !important;
    margin: 0 -40px 70px 0 !important
}

#related_project .post_list {
    margin: 0 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#related_project .item {
    width: calc(50% - 19px);
    margin: 0 38px 40px 0;
    position: relative
}

#related_project .item:nth-of-type(2n) {
    margin-right: 0
}

#related_project .image_wrap {
    margin: 0 0 15px;
    display: block;
    width: 100%;
    height: 176px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#related_project .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#related_project .title {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all
}

#related_project .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#service_archive {
    padding: 0 0 150px;
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_list {
    margin: 0 60px
}

#service_list .item {
    position: relative;
    height: 586px;
    overflow: hidden
}

#service_list .content {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

#service_list .content_inner {
    padding: 70px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_list .item:nth-child(even) .content {
    right: auto;
    left: 0
}

#service_list .title {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 8px
}

#service_list .title a {
    color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#service_list .title a:hover {
    opacity: .5
}

#service_list .title span {
    display: block
}

#service_list .main_title br {
    display: none
}

#service_list .sub_title {
    font-weight: 500
}

#service_list .catch {
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-top: 40px
}

#service_list .desc {
    line-height: 2.4;
    color: #fff;
    margin-top: 30px;
    max-height: 7.2em;
    overflow: hidden;
    visibility: visible
}

#service_list .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

#service_list .design_button {
    margin: 37px 0 0;
    text-align: left
}

#service_list .design_button a {
    text-align: center
}

#service_list .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#service_archive.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    z-index: 100;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

#service_archive.inview.animate {
    opacity: 1;
    top: 0
}

#post_title2 {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding-right: 40px;
    margin: -40px -40px 40px 0;
    height: 159px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#post_title2 .title {
    bottom: -1px;
    font-size: 24px;
    line-height: 1.5;
    height: 156px;
    display: inline-block;
    position: relative;
    color: #0070a4;
    border-bottom: 3px solid #0070a4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#post_title2 .title span {
    padding-top: 3px
}

#post_image2 {
    width: 100%;
    height: 440px;
    position: relative;
    margin: 0 0 53px
}

#service_banner {
    margin: 50px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_banner .design_headline2 {
    font-size: 20px !important;
    margin: 0 -40px 60px 0 !important
}

#service_banner .item a {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#service_banner .image_wrap {
    display: block;
    width: 50%;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#service_banner .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#service_banner .content {
    width: 50%;
    position: relative
}

#service_banner .content_inner {
    padding: 0 60px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#service_banner .title {
    font-weight: 600;
    line-height: 1.5
}

#service_banner .title span {
    display: block
}

#service_banner .main_title {
    font-size: 24px;
    color: #0070a4
}

#service_banner .desc {
    font-size: 14px;
    margin-top: 0;
    line-height: 2.2;
    color: #000;
    max-height: 6.6em;
    overflow: hidden;
    visibility: visible
}

#service_banner .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

#company_archive_top {
    padding: 0 0 1px;
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#company_archive_bottom {
    background: #f6f6f6
}

#company_archive_bottom_inner {
    padding: 70px 0 150px;
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#company_archive_bottom .top_catch {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-size: 28px;
    margin: -5px 0 63px
}

#company_list {
    margin: 0 60px -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#company_list .item {
    width: calc(50% - 1px);
    margin: 0 2px 0 0;
    position: relative
}

#company_list .item:nth-child(2n) {
    margin-right: 0
}

#company_list a {
    display: block;
    width: 100%;
    height: 100%
}

#company_list .image_wrap {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#company_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#company_list .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0 60px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#company_list .title span {
    display: block
}

#company_list .title .main_title {
    font-size: 24px
}

#company_list .title .sub_title {
    font-size: 14px;
    font-weight: 500
}

#company_list a:hover .title {
    left: 10px
}

#company_list .catch {
    line-height: 1.8;
    padding: 35px 50px;
    font-size: 18px;
    font-weight: 600
}

#company_list .image:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%)
}

#project_archive .page_navi {
    margin-top: 0
}

#company_archive.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    z-index: 100;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

#company_archive.inview.animate {
    opacity: 1;
    top: 0
}

.single_company_catch {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-size: 28px;
    margin-bottom: 52px
}

.philosophy_image1 {
    margin: 0 auto;
    display: block;
    padding: 22px 0 28px
}

.outline_table {
    margin: 50px 0 0 !important
}

.outline_table th {
    width: 132px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.outline_table td {
    width: auto !important
}

.history_table {
    font-size: 14px;
    margin: 60px 0 0 !important
}

.history_table .year {
    width: 130px !important;
    padding: 0;
    color: #006fa6;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.history_table .month {
    width: 70px !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.history_table td {
    width: auto !important
}

#access_map {
    margin-top: 50px
}

.qt_google_map {
    height: 500px !important
}

.qt_google_map .qt_googlemap_embed {
    height: 500px !important
}

#access_map .qt_google_map .pb_googlemap_custom-overlay-inner {
    top: -104px;
    left: -50px;
    width: 100px !important;
    height: 100px !important
}

#access_info {
    margin-top: 60px;
    text-align: center
}

#access_info .headline {
    font-size: 18px;
    margin: 0 0 10px
}

#access_info p {
    margin: 0
}

#access_info .link a {
    color: #006da8;
    font-weight: 600;
    padding: 10px 0;
    display: block
}

#access_info .link a:hover {
    color: #00466d
}

#partner_list {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#partner_list .item {
    width: 50%;
    height: 320px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#partner_list .item img {
    display: block;
    margin: 80px auto 0
}

#partner_list .item:nth-child(1) img {
    margin-top: 71px
}

#partner_list .item p {
    position: absolute;
    bottom: 25px;
    padding: 0 38px
}

#tcd_lp_page_table {
    font-size: 14px;
    margin: 0 0 60px
}

#tcd_lp_page_table th {
    width: 200px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#tcd_lp_page_table td {
    width: auto !important
}

.faq_list {
    margin: 0 0 100px
}

.faq_list .item {
    margin-top: -1px
}

.faq_list .question {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px !important;
    border: 1px solid #ddd;
    line-height: 1.8 !important;
    margin: 0 !important;
    padding: 23px 55px 19px 30px !important;
    position: relative;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.faq_list .question:before {
    content: '';
    position: absolute;
    right: 22px;
    top: 36px;
    display: block;
    width: 13px;
    height: 1px;
    background: #000
}

.faq_list .question:after {
    content: '';
    position: absolute;
    right: 28px;
    top: 30px;
    display: block;
    width: 1px;
    height: 13px;
    background: #000
}

.faq_list .question.active:after {
    display: none
}

.faq_list .answer {
    border: 1px solid #ddd;
    border-top: none;
    padding: 48px 55px 50px;
    background: #f7f7f7
}

#page_contents_link {
    display: block;
    height: 150px;
    width: 100%;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%)
}

#page_contents_link:before {
    color: #fff;
    font-family: 'design_plus';
    content: '\e90e';
    font-size: 22px;
    display: block;
    position: absolute;
    margin-bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: slideUpDown 1.8s ease infinite 0s;
    animation: slideUpDown 1.8s ease infinite 0s
}

#page_contents_link {
    opacity: 0
}

#page_contents_link.animate {
    -webkit-animation: opacityAnimation 1s ease forwards .7s;
    animation: opacityAnimation 1s ease forwards .7s
}

#news_archive {
    padding: 0 0 150px;
    width: 1150px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.news_category_list {
    text-align: center;
    font-size: 0;
    margin: 0 0 100px
}

.news_category_list li {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    margin: 0 20px
}

.news_category_list li a {
    padding-top: 20px;
    display: block;
    position: relative
}

.news_category_list li a:before {
    content: '';
    height: 3px;
    width: 0;
    background: #0070a4;
    display: block;
    position: absolute;
    top: 0
}

.news_category_list li.active a:before {
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.22,1,.36,1);
    transition: all .5s cubic-bezier(.22,1,.36,1)
}

.news_list .item {
    height: 70px;
    border: 1px solid #ddd;
    margin: 0 0 -1px;
    position: relative;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.news_list .item.animate {
    -webkit-animation: slideUp 1s cubic-bezier(.165,.84,.44,1) forwards 0s;
    animation: slideUp 1s cubic-bezier(.165,.84,.44,1) forwards 0s
}

.news_list .date {
    width: 93px;
    font-size: 14px;
    color: #999;
    font-family: Arial
}

.news_list .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.one_news_category .news_list .category {
    display: none
}

.news_list .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%
}

.news_list .title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible
}

#news_archive.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    z-index: 100;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

#news_archive.inview.animate {
    opacity: 1;
    top: 0
}

#news_archive .entry-loading {
    text-align: center;
    width: 100%;
    display: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 600
}

#news_archive .entry-loading.is-show {
    display: block
}

#news_archive .entry-more {
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition-property: background-color,color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease
}

#news_archive .entry-more:hover {
    background: #fafafa
}

#news_archive .entry-more span {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 500
}

#news_archive .entry-more.is-hide {
    display: none
}

.news_category_sort_button {
    text-align: center;
    font-size: 0;
    margin: 0 0 100px
}

.news_category_sort_button li {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    margin: 0 20px
}

.news_category_sort_button li a {
    padding-top: 20px;
    display: block;
    position: relative
}

.news_category_sort_button li a:before {
    content: '';
    height: 3px;
    width: 0;
    background: #0070a4;
    display: block;
    position: absolute;
    top: 0
}

.news_category_sort_button li.active a:before {
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.22,1,.36,1);
    transition: all .5s cubic-bezier(.22,1,.36,1)
}

.news_list_wrap {
    position: relative;
    display: none
}

.news_list_wrap.active {
    display: block
}

.news_list_wrap .news_list .item {
    opacity: 0;
    position: relative
}

#single_news {
    background: #f6f6f6
}

#single_news_inner {
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 60px 0 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#single_news #article {
    width: 890px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#news_next_prev_post {
    margin: 60px auto 0;
    width: 890px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#news_next_prev_post .item {
    height: 122px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#news_next_prev_post .item:first-of-type {
    border-right: 1px solid #ddd
}

#news_next_prev_post .item:only-of-type {
    padding-left: 0
}

#news_next_prev_post a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: 0 0
}

#news_next_prev_post .image_wrap {
    display: none
}

#news_next_prev_post .title_area {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#news_next_prev_post .prev_post .title_area {
    padding: 0 50px 0 60px
}

#news_next_prev_post .next_post .title_area {
    padding: 0 60px 0 50px
}

#news_next_prev_post .title {
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all
}

#news_next_prev_post .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#news_next_prev_post .nav {
    display: none
}

#news_next_prev_post .next_post .title {
    padding: 0 40px 0 0
}

#news_next_prev_post .title:after {
    z-index: 10;
    position: absolute;
    left: -3px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'design_plus';
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#news_next_prev_post .prev_post .title:after {
    content: '\e90f'
}

#news_next_prev_post .next_post .title:after {
    content: '\e910';
    left: auto;
    right: -4px
}

#recent_news {
    width: 890px;
    margin: 100px auto 0
}

#recent_news .headline {
    font-size: 22px;
    text-align: center;
    margin-bottom: 70px
}

#recent_news .news_list {
    background: #fff
}

#recent_news .design_button {
    margin-top: 70px
}

#blog_archive {
    padding: 0 0 150px;
    width: 1150px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#blog_list {
    border-top: 1px solid #ddd
}

body.search #blog_list {
    border-top: none
}

#blog_list .item {
    height: 410px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#blog_list .image_link {
    display: block;
    width: 516px;
    height: 294px
}

#blog_list .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#blog_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#blog_list .content {
    height: 294px;
    width: calc(100% - 516px);
    position: relative;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#blog_list .content_inner {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#blog_list .meta {
    margin-bottom: 30px
}

#blog_list .meta li {
    float: left
}

#blog_list .meta li:first-of-type {
    margin-right: 16px
}

#blog_list .category a,#blog_list .pr_label {
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#blog_list .date {
    font-size: 14px;
    color: #999;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-family: Arial
}

#blog_list .title {
    font-weight: 600;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all
}

#blog_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#blog_list .desc {
    line-height: 2;
    margin: 20px 0 0;
    max-height: 4em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all
}

#blog_list .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#blog_list .client {
    padding-left: 0
}

body.author .author_profile {
    margin: 0 0 60px;
    border: none;
    border-top: 1px solid #ddd;
    padding: 60px 60px 0
}

body.author .author_profile .name {
    margin: 0 0 15px
}

body.author .author_profile .avatar_area {
    width: 140px;
    height: 140px
}

body.author .author_profile .info {
    -webkit-width: calc(100% - 140px);
    width: calc(100% - 140px)
}

.page_navi {
    margin: 60px 0 0;
    z-index: 10;
    position: relative
}

.page_navi ul {
    margin: 0;
    font-size: 0;
    text-align: center
}

.page_navi li {
    display: inline-block;
    margin: 0 -1px 0 0
}

.page_navi a,.page_navi a:hover,.page_navi span {
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page_navi a:hover {
    color: #fff
}

.page_navi span.dots {
    background: 0 0;
    color: #333
}

.page_navi span.current {
    color: #fff;
    background: #000;
    border-color: #000;
    position: relative
}

.page_navi .next span,.page_navi .prev span {
    display: none
}

.page_navi .next:before,.page_navi .prev:before {
    font-family: 'design_plus';
    font-size: 11px;
    top: 1px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.page_navi .prev:before {
    content: '\e90f'
}

.page_navi .next:before {
    content: '\e910'
}

.page_navi .prev:hover:before,.page_navi .next:hover:before {
    color: #fff
}

#no_post {
    text-align: center;
    font-size: 14px;
    padding: 0;
    font-size: 20px;
    font-weight: 600
}

body.search #no_post {
    padding-top: 150px
}

#blog_archive.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    -webkit-transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all 1.3s cubic-bezier(.165,.84,.44,1) .3s,opacity 1.3s cubic-bezier(.165,.84,.44,1) .3s
}

#blog_archive.inview.animate {
    opacity: 1;
    top: 0
}

#post_title {
    margin-bottom: 40px
}

#post_title .category {
    font-size: 12px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    margin: 0 0 15px;
    display: inline-block;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#post_title .title {
    font-size: 24px;
    line-height: 1.5
}

#post_title .date {
    font-size: 14px;
    position: relative;
    color: #999
}

#post_title .update {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 32px;
    color: #999;
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd
}

#post_title .update:before {
    font-family: 'design_plus';
    content: '\e943';
    font-size: 14px;
    top: 1px;
    left: 10px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#post_title .meta_top {
    margin: 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#post_image {
    width: 100%;
    height: 440px;
    position: relative;
    margin: 0 0 40px
}

.post_content a:hover {
    text-decoration: none
}

#single_share_top {
    margin: 0 0 35px;
    padding: 0
}

#single_share_top .share-top {
    margin: 0
}

#single_share_bottom {
    margin: 40px 0 0
}

#single_share_bottom .share-btm {
    margin-bottom: 0 !important;
    padding: 0
}

#single_share_top .mt10,#single_share_top .mt10 {
    margin: 0 !important
}

#single_share_bottom .mb45,#single_share_bottom .mb45 {
    margin: 0 !important
}

.share-type1 ul {
    text-align: left
}

.share-type3 ul {
    text-align: left
}

.share-type2 ul.type2 {
    text-align: left
}

.share-type4 ul.type4 {
    text-align: left
}

.sns_default_top {
    text-align: left
}

.single_copy_title_url {
    text-align: center
}

.single_copy_title_url_btn {
    font-size: 14px;
    background: #fff;
    border: 3px solid #ccc;
    cursor: pointer;
    line-height: 54px;
    min-width: 300px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color,color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color,color;
    transition-duration: .3s;
    transition-timing-function: ease
}

.single_copy_title_url_btn.copied {
    background: #ccc;
    color: #fff;
    pointer-events: none
}

#single_copy_title_url_top {
    margin: 0 0 30px
}

#single_copy_title_url_bottom {
    margin: 35px 0 0
}

#post_pagination {
    margin: 0;
    padding: 20px 0 0;
    clear: both;
    font-size: 0;
    text-align: center
}

#post_pagination a,#post_pagination p {
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    display: inline-block;
    margin: 0 -1px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#post_pagination p {
    position: relative;
    background: #000;
    border-color: #000;
    color: #fff
}

#post_pagination a:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

#post_meta_bottom {
    margin: 60px 0 0;
    padding: 15px 30px;
    border: 1px solid #ddd;
    background: #fff
}

#post_meta_bottom li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0 15px 0 25px;
    border-right: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.8;
    position: relative
}

#post_meta_bottom li:last-child {
    border: none;
    margin: 0
}

#post_meta_bottom li:before {
    font-family: 'design_plus';
    color: #666;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0
}

#post_meta_bottom li.post_author:before {
    content: '\e90d'
}

#post_meta_bottom li.post_category:before {
    content: '\e92f'
}

#post_meta_bottom li.post_tag:before {
    content: '\e935'
}

#post_meta_bottom li.post_comment:before {
    content: '\e916';
    font-size: 20px;
    top: -3px;
    left: -2px
}

.author_profile {
    background: #fff;
    border: 1px solid #ddd;
    margin: 60px 0 0;
    position: relative;
    padding: 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.author_profile .avatar_area {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.author_profile img.avatar {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2
}

.author_profile .info {
    height: 100%;
    -webkit-width: calc(100% - 120px);
    width: calc(100% - 120px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.author_profile .info_inner {
    padding: 0 0 0 40px
}

.author_profile .name {
    font-size: 22px;
    margin: 5px 0 10px;
    font-weight: 600
}

.author_profile .desc {
    line-height: 2;
    margin: 0;
    font-size: 14px
}

body.single #main_col .author_profile .desc {
    max-height: 4em;
    overflow: hidden;
    visibility: visible
}

body.single #main_col .author_profile .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#author_sns {
    text-align: left;
    margin: 10px 0 0 2px
}

#author_sns li {
    margin: 0 14px 0 0
}

.author_profile .archive_link {
    float: right;
    padding: 0 20px 0 0;
    margin-top: 4px
}

.author_profile .archive_link span:after {
    font-size: 12px;
    font-family: 'design_plus';
    content: '\e910';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    height: 14px;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#related_post {
    margin: 70px 0 -40px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#related_post .design_headline2 {
    font-size: 22px;
    margin: 0 -40px 70px 0 !important
}

#related_post .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#related_post .item {
    width: calc(100%/3 - 10px);
    margin: 0 15px 40px 0;
    position: relative
}

#related_post .item:nth-of-type(3n) {
    margin-right: 0
}

#related_post .image_wrap {
    margin: 0 0 15px;
    display: block;
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#related_post .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#related_post .title {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all
}

#related_post .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#related_post .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#single_banner_top {
    margin: 0 auto;
    padding: 10px 0 35px
}

#single_banner_bottom {
    margin: 60px auto -10px
}

#single_banner_shortcode {
    margin: 0 auto;
    padding: 15px 0 45px
}

img.single_banner_image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

#next_prev_post {
    border-top: 1px solid #ddd;
    margin: 40px -40px 0 0;
    position: relative;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#next_prev_post .item {
    height: 122px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#next_prev_post .item:first-of-type {
    border-right: 1px solid #ddd;
    padding-right: 40px
}

#next_prev_post .item:last-of-type {
    padding-left: 40px
}

#next_prev_post .item:only-of-type {
    padding-left: 0
}

#next_prev_post a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: 0 0
}

#next_prev_post .image_wrap {
    display: none
}

#next_prev_post .title_area {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#next_prev_post .title {
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all
}

#next_prev_post .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#next_prev_post .nav {
    display: none
}

#next_prev_post .next_post .title {
    padding: 0 40px 0 0
}

#next_prev_post .title:after {
    z-index: 10;
    position: absolute;
    left: -3px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'design_plus';
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#next_prev_post .prev_post .title:after {
    content: '\e90f'
}

#next_prev_post .next_post .title:after {
    content: '\e910';
    left: auto;
    right: -4px
}

/* #header {
    z-index: 1100;
    position: absolute;
    width: 100%;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
} */

.pc body.use_header_fix #header:after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: #fff;
    top: -80px;
    left: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .6s cubic-bezier(.22,1,.36,1) 0s;
    transition: all .6s cubic-bezier(.22,1,.36,1) 0s
}

#header.active:after {
    top: 0 !important
}

.pc body.header_fix #header {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: shadow_animation .7s esase forwards .2s;
    animation: shadow_animation .7s ease forwards .2s
}

@-webkit-keyframes shadow_animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.15)
    }

    100% {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
    }
}

@keyframes shadow_animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.15)
    }

    100% {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
    }
}

.pc body.header_fix #header:after {
    top: 0 !important
}

body.single #header {
    position: relative
}

body.single #header:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0
}

body.single #header.active:after {
    display: none
}

body.single.header_fix #header.active:after {
    display: block
}

.pc body.single.header_fix {
    padding-top: 80px
}

.pc body.single.header_fix #header:before {
    display: none
}

body.hide_global_menu #header:after {
    display: none !important
}

body.hide_global_menu #header {
    position: absolute !important
}

body.hide_header_image #header {
    border-bottom: 1px solid #ddd;
    position: relative
}

body.hide_header_image #header.active:after,body.no_index_header_content #header.active:after {
    display: none
}

body.hide_header_logo.hide_global_menu.hide_header_image #header {
    display: none
}

.pc body.hide_header_image.header_fix {
    padding-top: 80px
}

.pc body.hide_header_image.header_fix #header {
    border: none
}

.pc body.hide_header_image.header_fix #header.active:after,.pc body.no_index_header_content.header_fix #header.active:after {
    display: block
}

.pc body.hide_header_logo.hide_global_menu.hide_header_image.hide_header_image.header_fix {
    padding-top: 0
}

body.hide_header_logo #header_logo {
    display: none
}

#header_logo a {
    z-index: 10;
    position: absolute;
    left: 0;
    height: 80px;
    line-height: 80px;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

#header_logo .logo {
    font-weight: 500
}

#header_logo img {
    display: block;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#header_logo a:hover img {
    opacity: .5
}

#header_logo a .logo_text {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#header_logo a:hover .logo_text {
    opacity: .5
}

#header_logo .logo_image.mobile {
    display: none
}

body.hide_global_menu #global_menu {
    display: none
}

#global_menu {
    width: 100%;
    height: 80px;
    z-index: 2;
    position: relative
}

#global_menu>ul {
    position: relative;
    text-align: center;
    font-size: 0
}

#global_menu>ul>li {
    display: inline-block;
    n: relative;
    line-height: 1;
    text-align: center;
    font-size: 14px
}

#global_menu>ul>li>a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#global_menu ul ul {
    display: none;
    width: 230px;
    position: absolute;
    top: 80px;
    margin: 0;
    padding: 0;
    z-index: 100
}

#global_menu ul ul ul {
    left: 100%;
    top: 0 !important;
    margin: 0
}

#global_menu ul ul li {
    line-height: 1.5;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    display: block
}

#global_menu ul ul a {
    background: #000;
    color: #fff;
    display: block;
    position: relative;
    padding: 14px 20px 12px;
    height: auto;
    line-height: 1.6;
    margin: 0
}

#global_menu ul ul a:hover {
    text-decoration: none;
    background: #444
}

#global_menu>ul>li.current-menu-item>a {
    color: #fff
}

#global_menu>ul>li.current-menu-item>a:before {
    top: 0
}

#global_menu ul ul li.menu-item-has-children>a:before {
    font-family: 'design_plus';
    content: '\e910';
    color: #fff;
    display: block;
    position: absolute;
    right: 9px;
    top: 19px;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#header.active #global_menu>ul>li>a,body.header_fix #global_menu>ul>li>a,body.single #global_menu>ul>li>a {
    color: #000
}

body.hide_header_image #global_menu>ul>li>a,body.no_index_header_content #global_menu>ul>li>a {
    color: #000
}

#global_menu_button {
    display: none
}

#drawer_menu {
    display: none
}

#header_message {
    padding: 10px 0;
    position: relative;
    z-index: 2000
}

#header_message.type1 .post_content {
    width: 850px;
    margin: 0 auto
}

#header_message.type2 .post_content {
    width: auto;
    margin: 0 20px
}

#header_message.type2.show_close_button .post_content {
    margin: 0 40px
}

#close_header_message {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(0,0,0,.1)
}

#close_header_message:before {
    content: '\e91a';
    font-family: design_plus;
    font-size: 14px
}

#close_header_message:hover {
    background: rgba(0,0,0,.2)
}

html.open_menu #header_message {
    display: none
}

body.hide_global_menu #header_search {
    display: none
}

#header_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: 100
}

#header_search_button {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#header_search_button:before {
    display: block;
    font-family: 'design_plus';
    color: #fff;
    font-size: 18px;
    content: '\e915';
    top: 33px;
    left: 32px;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#header.active #header_search_button:before,body.header_fix #header_search_button:before,body.single #header_search_button:before {
    color: #000
}

#header_search_button:hover:before {
    opacity: .5
}

#header_search form {
    opacity: 0;
    pointer-events: none;
    height: 40px;
    width: 240px;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#header_search.active form {
    opacity: 1;
    pointer-events: initial
}

#header_search .input_area input {
    position: absolute;
    right: 30px;
    width: 0;
    height: 40px;
    border: 1px solid #ddd;
    background: 0 0;
    background: #f5f5f5;
    z-index: 1;
    padding: 0 15px;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#header_search.active form .input_area input {
    width: 240px
}

#header_search .button {
    display: none
}

body.hide_header_image #header_search_button:before,body.no_index_header_content #header_search_button:before {
    color: #000
}

.pc .megamenu_button+ul {
    display: none !important
}

.megamenu {
    opacity: 0;
    background: #fff;
    pointer-events: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 80px;
    z-index: 500;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s cubic-bezier(.22,1,.36,1) 0s;
    transition: all .3s cubic-bezier(.22,1,.36,1) 0s;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.07)
}

.megamenu.active_mega_menu {
    opacity: 1;
    pointer-events: initial;
    top: 80px
}

.megamenu_inner {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.megamenu .headline_area {
    width: 220px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.megamenu .headline_area h3 {
    line-height: 1.5;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.megamenu .headline_area h3 span {
    display: block
}

.megamenu .headline_area h3 .headline {
    font-size: 28px;
    color: #006ea5;
    margin: 5px 0 0
}

.megamenu .headline_area h3 .sub_headline {
    font-weight: 500;
    color: #000
}

.megamenu .headline_area h3 a {
    display: block;
    padding: 0 50px 0 0;
    position: relative
}

.megamenu .headline_area h3 a:before {
    font-family: 'design_plus';
    content: '\e910';
    color: #000;
    font-size: 18px;
    display: block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.megamenu .headline_area h3 a:hover:before {
    color: #ccc
}

.megamenu_a .slider_area {
    width: calc(100% - 220px);
    height: 314px;
    position: relative;
    margin-top: 40px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.megamenu_a .slider_area.no_category {
    height: 263px;
    margin-top: 66px
}

.megamenu_a .slider_area:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
    top: 0;
    left: 42px;
    z-index: 1
}

.megamenu_a .slider_area:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
    top: 0;
    right: 42px;
    z-index: 1
}

.megamenu_a .slider {
    width: 846px;
    margin-left: 42px;
    z-index: 2;
    position: relative
}

.megamenu_a .item {
    position: relative;
    border-left: 1px solid #ddd;
    height: 314px
}

.megamenu_a .image_wrap {
    display: block;
    margin: 0 -1px;
    width: calc(100% + 2px);
    height: 160px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.megamenu_a .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.megamenu_a .title_area {
    padding: 20px 30px
}

.megamenu_a .title {
    line-height: 1.5;
    max-height: 4.5em;
    word-break: break-all;
    overflow: hidden
}

.megamenu_a .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.megamenu_a .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0 0 20px 30px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.megamenu_b .megamenu_inner {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.megamenu_b .service_list_area {
    width: 920px;
    height: 390px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.megamenu_b .service_item_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.megamenu_b .service_item_list .item {
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.3);
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.megamenu_b .service_item_list .item:last-of-type {
    border-right: none
}

.megamenu_b .service_item_list a {
    color: #fff !important;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.megamenu_b .service_item_list .item a:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.megamenu_b .service_item_list .item.active a:after {
    opacity: 1
}

.megamenu_b .service_item_list .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 30px;
    z-index: 2
}

.megamenu_b .service_item_list .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    word-break: break-all;
    -webkit-transition: all .7s cubic-bezier(.22,1,.36,1);
    transition: all .7s cubic-bezier(.22,1,.36,1)
}

.megamenu_b .service_item_list .item.active .title {
    margin-bottom: 20px
}

.megamenu_b .service_item_list .sub_title {
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0
}

.megamenu_b .service_item_list .sub_title:after {
    opacity: 0;
    font-family: 'design_plus';
    content: '\e910';
    font-size: 14px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.megamenu_b .service_item_list .item.active .sub_title:after {
    opacity: 1
}

.megamenu_b .service_image_list .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.megamenu_b .service_image_list .image.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.megamenu_b .service_image_list .image .overlay {
    width: 100%;
    height: 100%
}

.megamenu_c .company_list_area {
    width: calc(100% - 220px);
    height: auto;
    position: relative;
    margin: 40px 0 38px;
    z-index: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.megamenu_c .company_list_area .item {
    width: calc(100%/3 - 2px);
    margin: 0 3px 3px 0;
    height: 153px
}

.megamenu_c .company_list_area .item:nth-child(3n) {
    margin-right: 0
}

.megamenu_c .company_list_area a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.megamenu_c .company_list_area .image_wrap {
    display: block;
    width: 100%;
    height: 153px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.megamenu_c .company_list_area .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.megamenu_c .company_list_area .title {
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.megamenu_c .company_list_area a:hover .title {
    left: 15px
}

.megamenu_c .company_list_area .title span {
    display: block
}

.megamenu_c .company_list_area .title .main_title {
    font-size: 20px
}

.megamenu_c .company_list_area .title .sub_title {
    font-size: 14px;
    font-weight: 500
}

.megamenu_c .company_list_area a:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%)
}

#return_top2 a {
    border-top: 1px solid #ddd;
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    position: relative
}

#return_top2 span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

#return_top2 a:before {
    color: #000 !important;
    font-family: 'design_plus';
    content: '\e911';
    font-size: 18px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#return_top2 a:hover {
    background: #fafafa
}

#return_top {
    display: none !important
}

#return_top a {
    background: #000;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
    position: relative
}

#return_top a:hover {
    color: #fff !important
}

#return_top span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

#return_top a:before {
    color: #fff;
    font-family: 'design_plus';
    content: '\e911';
    font-size: 12px;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#return_top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .35s;
    transition: all .35s
}

#return_top.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#footer_top {
    border-top: 1px solid #ddd;
    position: relative;
    padding: 70px 0
}

#footer_logo .logo {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: block
}

#footer_logo img {
    height: auto;
    display: block;
    margin: auto;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

#footer_logo img:hover {
    opacity: .5
}

#footer_logo .logo_image.mobile {
    display: none
}

#footer_logo .logo_text {
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
    text-align: center;
    width: 100%;
    display: block
}

#footer_sns {
    margin-top: 30px
}

.sns_button_list {
    font-size: 0;
    z-index: 20;
    text-align: center
}

.sns_button_list li {
    display: inline-block;
    margin: 0 7px;
    position: relative
}

.sns_button_list li a {
    display: block;
    width: 16px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: relative
}

.sns_button_list li a span {
    display: none
}

.sns_button_list li a:before {
    font-family: 'design_plus';
    font-size: 15px;
    display: block;
    position: absolute;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sns_button_list li.twitter a:before {
    content: '\e904'
}

.sns_button_list li.facebook a:before {
    content: '\e944';
    font-size: 18px;
    top: -.5px;
    left: -1px
}

.sns_button_list li.insta a {
    width: 15px
}

.sns_button_list li.insta a:before {
    content: '\ea92'
}

.sns_button_list li.pinterest a:before {
    content: '\e905';
    font-size: 17px;
    left: -.5px
}

.sns_button_list li.youtube a {
    width: 18px
}

.sns_button_list li.youtube a:before {
    content: '\ea9d';
    font-size: 17px
}

.sns_button_list li.contact a {
    width: 15px
}

.sns_button_list li.contact a:before {
    content: '\f0e0';
    font-size: 15px;
    top: -1px
}

.sns_button_list li.rss a {
    width: 14px
}

.sns_button_list li.rss a:before {
    content: '\e90b';
    font-size: 14px;
    top: 0
}

.sns_button_list li.user_url a:before {
    content: '\e942';
    font-size: 15px
}

.sns_button_list.color_type2 li {
    margin: 0 10px
}

.sns_button_list.color_type2 li a {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.sns_button_list.color_type2 li a:before {
    font-size: 22px
}

.sns_button_list.color_type2 li.twitter a:before {
    color: #1da1f2;
    top: 0
}

.sns_button_list.color_type2 li.facebook a:before {
    color: #1877f2;
    font-size: 26px;
    left: -2px;
    top: 1px
}

.sns_button_list.color_type2 li.insta a:before {
    color: #e4405f;
    top: 1px
}

.sns_button_list.color_type2 li.pinterest a:before {
    color: #bd081c;
    font-size: 24px;
    left: -1px;
    top: 1px
}

.sns_button_list.color_type2 li.youtube a:before {
    color: red;
    top: 1px
}

.sns_button_list.color_type2 li.contact a:before {
    color: #00729f;
    top: 0
}

.sns_button_list.color_type2 li.rss a:before {
    color: orange;
    top: 1px
}

.sns_button_list.color_type2 li.user_url a:before {
    color: #00729f
}

.sns_button_list.color_type2 li a:before {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.sns_button_list.color_type2 li a:hover:before {
    opacity: .5
}

#footer_menu {
    width: 1150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#footer_menu .footer_menu {
    border-left: 1px solid #ddd;
    padding: 0 40px 50px;
    ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#footer_menu .footer_menu:last-of-type {
    border-right: 1px solid #ddd
}

#footer_menu .footer_menu li {
    margin: 0 0 13px;
    line-height: 1.5;
    font-size: 14px
}

#footer_menu .footer_menu li:first-of-type {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px
}

#footer_menu .footer_menu li:first-of-type a {
    color: #0071a2
}

#footer_menu .footer_menu a {
    display: block
}

#footer_banner {
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer_banner .item {
    ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    height: 200px
}

#footer_banner a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

#footer_banner .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#footer_banner .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#footer_banner .title_area {
    z-index: 5;
    position: absolute;
    left: 0;
    padding: 0 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#footer_banner .title {
    font-size: 24px;
    font-weight: 600
}

#footer_banner .sub_title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 13px
}

#footer_banner .overlay {
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: 4
}

#footer_banner a:hover .title_area {
    left: 7px
}

#footer_menu_bottom {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#footer_menu_bottom ul {
    font-size: 0;
    z-index: 20;
    text-align: center
}

#footer_menu_bottom li {
    font-size: 14px;
    display: inline-block;
    margin: 0 20px;
    position: relative
}

#copyright {
    line-height: 60px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#footer_message {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0 50px;
    z-index: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#dp-footer-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%
}

.open_menu #dp-footer-bar {
    display: none
}

.dp-footer-bar-type1 #dp-footer-bar {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s
}

.dp-footer-bar-type1 #dp-footer-bar.active {
    opacity: 1
}

.dp-footer-bar-type2 #dp-footer-bar {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.dp-footer-bar-type2 #dp-footer-bar.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#dp-footer-bar {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#dp-footer-bar a {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%
}

.widget_content {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 40px 40px
}

.widget_content ul {
    margin: 0
}

.widget_content li ul {
    margin: 10px 0 0
}

.widget_content li {
    line-height: 2;
    padding: 2px 0;
    margin: 0 0 10px
}

.widget_content a {
    text-decoration: none
}

.widget_content img {
    height: auto;
    max-width: 100%
}

.widget_headline {
    color: #00729f;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
    line-height: 1
}

.tcd_ad_widget img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

#calendar_wrap {
    padding: 0
}

#wp-calendar {
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    border-collapse: collapse;
    table-layout: fixed
}

#wp-calendar th,#wp-calendar td {
    padding: 10px;
    line-height: 2;
    text-align: center;
    border: 1px solid #ddd
}

#wp-calendar td a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: #eee
}

#wp-calendar td a:hover {
    text-decoration: none;
    color: #fff;
    background: #aaa
}

#wp-calendar caption {
    padding: 7px 0
}

#wp-calendar thead th,#wp-calendar tfoot td {
    border: none
}

.wp-calendar-nav {
    font-size: 12px;
    padding: 10px
}

.styled_post_list1_widget {
    padding: 0
}

.styled_post_list1_widget .widget_headline {
    background: #00729f;
    color: #fff;
    padding: 0 40px;
    height: 70px;
    line-height: 70px;
    margin: 0
}

.styled_post_list1 li {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #ddd
}

.styled_post_list1 li:last-child {
    border-bottom: none
}

.styled_post_list1 a {
    width: 100%;
    position: relative;
    padding: 35px 0 38px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.styled_post_list1 .image_wrap {
    display: block;
    width: 110px;
    height: 110px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.styled_post_list1 .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.styled_post_list1 .title_area {
    width: calc(100% - 110px);
    height: 110px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.styled_post_list1 .title_area_inner {
    position: absolute;
    padding: 0 0 0 18px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.styled_post_list1 .title {
    font-size: 14px;
    line-height: 1.8;
    max-height: 5.4em;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    -webkit-transition-property: color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease;
    word-wrap: break-word;
    word-break: break-all
}

.styled_post_list1 .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.styled_post_list1 .date {
    font-size: 12px;
    color: #999;
    line-height: 1;
    margin-top: 5px;
    -webkit-transition-property: color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease
}

.styled_post_list1 .no_image .title_area {
    width: 100%;
    height: auto
}

.styled_post_list1 .no_image .title_area_inner {
    position: relative;
    padding: 0;
    top: 0;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.styled_post_list1 .no_image .title {
    max-height: 3.6em
}

.styled_post_list1 .no_image .title span {
    -webkit-line-clamp: 2
}

.post_slider_widget {
    position: relative
}

.post_slider_widget .post_slider {
    height: 174px;
    position: relative
}

.post_slider_widget .item {
    width: 100%;
    height: 174px;
    position: relative
}

.post_slider_widget .item .link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff
}

.post_slider_widget .item .link:after {
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%)
}

.post_slider_widget .image_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.post_slider_widget .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.post_slider_widget .title_area {
    padding: 0 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 3
}

.post_slider_widget .title {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    overflow: hidden;
    max-height: 3em;
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-all
}

.post_slider_widget .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.post_slider_nav {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    height: 40px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.post_slider_nav .carousel_arrow {
    height: 40px;
    width: 35px;
    line-height: 40px
}

.post_slider_nav .carousel_arrow:before {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 2px;
    position: relative
}

.post_slider_nav .carousel_arrow.prev_item {
    left: -35px
}

.post_slider_nav .carousel_arrow.next_item {
    right: -35px
}

.tab_post_list_widget {
    position: relative
}

.widget_tab_post_list_button {
    position: relative;
    z-index: 10
}

.widget_tab_post_list_button div {
    height: 60px;
    line-height: 60px;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    display: block;
    background: #f5f5f5;
    position: relative;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget_tab_post_list_button div:first-of-type {
    border-right: none
}

.widget_tab_post_list_button div.active {
    background: #fff;
    pointer-events: none;
    border-bottom: 1px solid #fff
}

.widget_tab_post_list {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100px;
    left: 40px;
    width: calc(100% - 40px);
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.widget_tab_post_list.active {
    opacity: 1;
    pointer-events: initial;
    position: relative;
    top: 0;
    left: 0;
    width: auto
}

.widget_tab_post_list li {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #ddd
}

.widget_tab_post_list li:last-child {
    margin: 0;
    border: none
}

.widget_tab_post_list a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_tab_post_list .image_wrap {
    display: block;
    width: 110px;
    height: 110px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.widget_tab_post_list .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.widget_tab_post_list .title_area {
    width: calc(100% - 110px);
    position: relative
}

.widget_tab_post_list .title {
    font-size: 14px;
    line-height: 1.8;
    max-height: 5.4em;
    word-break: break-all;
    overflow: hidden;
    padding: 0 0 0 18px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget_tab_post_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.tcd_banner_widget .headline {
    margin-bottom: 10px
}

.tcd_banner_widget .sub_headline {
    margin-bottom: 15px;
    font-size: 14px
}

.tcd_banner_widget a {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    height: 120px;
    position: relative;
    background: #fff
}

.tcd_banner_widget a:last-child {
    margin-bottom: 0
}

.tcd_banner_widget .image_wrap {
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 0;
    top: 0
}

.tcd_banner_widget .image {
    width: 100%;
    height: 120px !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.tcd_banner_widget .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 3
}

.tcd_banner_widget .title_area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.tcd_banner_widget .title {
    font-size: 20px;
    line-height: 1.5
}

.tcd_banner_widget a:hover .title_area {
    left: 5px
}

.tcdw_archive_list_widget .side_headline {
    display: none
}

.p-widget-dropdown {
    height: 45px;
    line-height: 45px;
    position: relative
}

.p-widget-dropdown:after {
    color: #666;
    content: "\e90e";
    font-family: "design_plus";
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 1
}

.p-widget-dropdown select {
    padding-right: 33px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none
}

.p-widget-dropdown select::-ms-expand {
    display: none
}

.p-dropdown {
    font-size: 14px
}

.p-dropdown__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    z-index: 10
}

.p-dropdown__title:after {
    position: absolute;
    right: 17px;
    top: 2px;
    font-family: "design_plus";
    content: "\e90e";
    color: #000
}

.p-dropdown__title:hover {
    cursor: pointer
}

.p-dropdown__title.is-active:after {
    content: "\e911"
}

.p-dropdown__list {
    display: none;
    top: -1px;
    position: relative
}

.p-dropdown__list li {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

.p-dropdown__list li ul {
    margin: 0;
    position: relative;
    display: none
}

.p-dropdown__list li a {
    display: block;
    padding: 0 18px;
    height: 47px;
    line-height: 47px;
    margin: -1px 0 0;
    background: #fff;
    border: 1px solid #ddd
}

.p-dropdown__list li li a {
    padding-left: 32px
}

.p-dropdown__list li li li a {
    padding-left: 46px
}

.p-dropdown__list li li li li a {
    padding-left: 60px
}

.p-dropdown__list .child_menu_button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.p-dropdown__list .child_menu_button:before {
    font-family: 'design_plus';
    content: '\e90e';
    text-align: center;
    display: block;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 18px;
    top: 20px
}

.p-dropdown__list li.active>.child_menu_button:before {
    content: '\e911'
}

.p-dropdown__list .child_menu_button:hover {
    color: #ccc
}

.category_list_widget {
    border-bottom: none;
    padding: 0;
    margin-top: -1px
}

.category_list_widget .square_headline {
    height: 160px;
    padding-left: 40px;
    color: #fff;
    position: relative;
    z-index: 1
}

.category_list_widget .square_headline h3 {
    line-height: 1.5;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.category_list_widget .square_headline h3 span {
    display: block
}

.category_list_widget .square_headline h3 .sub_headline {
    font-weight: 500
}

.category_list_widget ul {
    margin: 0;
    padding: 0;
    border: none
}

.category_list_widget ul ul {
    margin: 0;
    padding: 0;
    border: none
}

.category_list_widget li {
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative
}

.category_list_widget li a {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.category_list_widget li li a {
    padding-left: 54px
}

.category_list_widget li li li a {
    padding-left: 68px
}

.category_list_widget li a:hover {
    padding-left: 50px
}

.category_list_widget li li a:hover {
    padding-left: 64px
}

.category_list_widget li li li a:hover {
    padding-left: 78px
}

.category_list_widget li .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

.category_list_widget li.current-menu-item,.category_list_widget li.current-menu-parent {
    background: #fff;
    margin-bottom: -1px;
    z-index: 10;
    position: relative
}

.category_list_widget li.current-menu-item a,.category_list_widget li.current-menu-parent a {
    color: #fff;
    border: none;
    pointer-events: none
}

.widget_search label {
    display: none
}

#searchform {
    border: 1px solid #ddd;
    background: #fff;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#searchform #s {
    border: none;
    background: 0 0;
    padding: 0 18px;
    margin: 0;
    width: calc(100% - 50px);
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#searchform #searchsubmit {
    border: none;
    background: 0 0;
    width: 50px;
    height: 60px;
    z-index: 200;
    position: relative;
    cursor: pointer;
    display: block;
    text-indent: -300px;
    overflow: hidden
}

#searchform .submit_button {
    position: relative;
    width: 50px;
    height: 60px;
    float: right;
    top: 1px
}

#searchform .submit_button:before {
    text-indent: 0;
    display: block;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    font-family: 'design_plus';
    color: #333;
    font-size: 18px;
    content: '\e915';
    right: 0;
    top: 0
}

#searchform .submit_button:hover:before {
    color: #aaa
}

.widget_recent_entries li {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px
}

.widget_recent_entries li:last-child {
    border: none;
    padding: 0
}

#page_404_header {
    width: 100%;
    height: 100vh;
    position: relative
}

#page_404_header .content {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    padding: 0 50px;
    color: #fff;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#page_404_header .catch {
    line-height: 1.4;
    font-weight: 500
}

#page_404_header .desc {
    line-height: 2;
    margin: 15px 0 0
}

#page_404_header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

#page_404_header .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

#page_404_header .catch,#page_404_header .desc {
    opacity: 0
}

#page_404_header.animate .catch {
    -webkit-animation: opacityAnimation 1s ease forwards .5s;
    animation: opacityAnimation 1s ease forwards .5s
}

#page_404_header.animate .desc {
    -webkit-animation: opacityAnimation 1s ease forwards 1s;
    animation: opacityAnimation 1s ease forwards 1s
}

#page_404_button {
    opacity: 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 3;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto
}

#page_404_button:before {
    color: #fff;
    font-family: 'design_plus';
    content: '\e90e';
    font-size: 31px;
    display: block;
    position: absolute;
    left: 14px;
    bottom: 0;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: slideUpDown 1.2s ease infinite 0s;
    animation: slideUpDown 1.2s ease infinite 0s
}

#page_404_header.animate #page_404_button {
    -webkit-animation: opacityAnimation 1s ease forwards 1.5s;
    animation: opacityAnimation 1s ease forwards 1.5s
}

@-webkit-keyframes slideUpDown {
    0% {
        bottom: 10px
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 10px
    }
}

@keyframes slideUpDown {
    0% {
        bottom: 10px
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 10px
    }
}

#comments {
    margin: 70px 0 0
}

#comments .design_headline2 {
    font-size: 22px;
    margin: 0 -40px 65px 0 !important
}

#comment_header {
    position: relative;
    margin: 0 0 20px
}

#comment_tab {
    margin: 0
}

#comment_tab li {
    float: left;
    text-align: center;
    margin: 0;
    width: 50%
}

#comment_tab li a,#comment_tab li p {
    font-size: 12px;
    padding: 15px;
    line-height: 1.6;
    display: block;
    text-decoration: none;
    background: #f2f2f2;
    color: #000
}

#comment_tab li a:hover {
    color: #fff;
    background: #999
}

#comment_tab li.active a {
    background: #000
}

#comment_tab li.active a,#comment_header #comment_closed p {
    color: #fff;
    position: relative
}

#comment_tab li.active a {
    pointer-events: none
}

.commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.comment {
    margin: 0 0 15px;
    padding: 15px 20px 0;
    background: #fff;
    border: 1px solid #ddd
}

#comments .post_content {
    margin: 0;
    padding: 0;
    background: 0 0;
    font-size: 14px
}

.comment-meta {
    position: relative;
    margin: 0 0 10px
}

.comment-meta-left {
    float: left;
    width: 100%
}

#comments .avatar {
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.comment-name-date {
    padding: 3px 0 0;
    height: 37px
}

a.admin-url {
    text-decoration: underline
}

a.guest-url {
    text-decoration: underline
}

.comment-name-date {
    margin: 0;
    font-size: 12px
}

.comment-date {
    color: #888;
    margin: 10px 0 0
}

.comment-act {
    font-size: 12px;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 5px 0 0
}

.comment-act li {
    display: inline;
    margin: 0
}

.comment-reply a,.comment-reply a:visited {
    border-right: 1px solid #aaa;
    padding: 0 10px 0 0;
    margin: 0 6px 0 0
}

.comment-edit a,.comment-edit a:visited {
    border-left: 1px solid #aaa;
    padding: 0 0 0 10px;
    margin: 0 0 0 6px
}

#comments .post_content p {
    margin: 0 0 15px
}

#comments .post_content blockquote span {
    margin: 0 0 -1em;
    display: block
}

.comment-note {
    display: block;
    font-size: 11px;
    margin: 0 0 1em;
    color: #33a8e5;
    border: 1px solid #94ddd4;
    padding: 10px 15px;
    background: #d6f4f0
}

.comment_closed {
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 35px 15px 0;
    padding: 15px;
    background: #fefefe
}

.no_comment {
    padding-bottom: 15px
}

.comment_message {
    margin: 0 0 25px
}

.commentlist .ping-link {
    margin: 0 0 25px
}

.commentlist .ping-meta {
    margin: 0 0 15px
}

#trackback_url_area {
    margin: 0 0 25px
}

#trackback_url_area label {
    font-size: 11px;
    display: block;
    margin: 0 0 5px
}

#trackback_url_area input {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%
}

#comment_pager {
    margin: 0 0 10px;
    height: 24px
}

#comment_pager a,#comment_pager span {
    display: inline;
    float: left;
    margin: 0 10px 0 0
}

#comment_pager .current {
    text-decoration: underline
}

.comment_form_wrapper {
    margin: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd
}

.comment .comment_form_wrapper {
    margin: 0 0 20px
}

#cancel_comment_reply a {
    background: #eee;
    margin: 0 0 1em;
    padding: 10px;
    text-align: center;
    display: block
}

#cancel_comment_reply a:hover {
    background: #222;
    color: #fff
}

#comment_user_login p {
    padding: 5px 0;
    margin: 0;
    line-height: 1;
    font-size: 12px
}

#comment_user_login span {
    margin: 0 0 0 40px
}

#comment_login {
    margin: 0;
    padding: 3px 30px 10px
}

#comment_login p {
    margin: 0;
    padding: 12px 0 11px 36px;
    line-height: 1
}

#comment_login a {
    margin: 0 0 0 20px;
    padding: 0
}

#guest_info {
    padding: 0;
    width: 100%
}

#guest_info div {
    margin: 0 0 12px;
    text-align: left
}

#guest_info input {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1) inset
}

#guest_info input:focus {
    border: 1px solid #999
}

#guest_info label {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px
}

#guest_info span {
    margin: 0 10px 0 0
}

#comment_textarea textarea {
    margin: 15px 0 0;
    width: 100%;
    height: 150px;
    font-size: 12px;
    overflow: auto;
    padding: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1) inset
}

#comment_textarea textarea:focus {
    border: 1px solid #999
}

#submit_comment_wrapper {
    text-align: center
}

#submit_comment {
    color: #000;
    background: #eee;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 200px;
    height: 50px;
    margin: 15px auto 0;
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#submit_comment:hover {
    background: #222;
    color: #fff
}

#input_hidden_field {
    display: none
}

.password_protected {
    text-align: center;
    margin: 0 38px 30px;
    padding: 10px 20px;
    color: #fff;
    background: #3db4b2;
    border-radius: 5px
}

.password_protected p {
    font-size: 12px;
    margin: 0;
    line-height: 1.6
}

@-webkit-keyframes slideUp {
    0% {
        bottom: -30px
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes slideUp {
    0% {
        bottom: -30px
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes opacityAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacityAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes opacityAnimation2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes opacityAnimation2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes moveRight {
    0% {
        opacity: 0;
        right: 30px
    }

    100% {
        opacity: 1;
        right: 0
    }
}

@keyframes moveRight {
    0% {
        opacity: 0;
        right: 30px
    }

    100% {
        opacity: 1;
        right: 0
    }
}

@-webkit-keyframes moveLeft {
    0% {
        opacity: 0;
        left: 30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        left: 30px
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes moveDown {
    0% {
        opacity: 0;
        top: -30px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes moveDown {
    0% {
        opacity: 0;
        top: -30px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes -webkit-moveUp {
    0% {
        opacity: 0;
        bottom: -30px
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        bottom: -30px
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes popUp {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    100% {
        transform: none;
        opacity: 1
    }
}

@keyframes popUp {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    100% {
        transform: none;
        opacity: 1
    }
}

.post_content .alignright {
    float: right
}

.post_content .alignleft {
    float: left
}

.post_content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px
}

.post_content blockquote.alignleft,.post_content img.alignleft {
    margin: 7px 24px 7px 0
}

.post_content .wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

.post_content blockquote.alignright,.post_content img.alignright {
    margin: 7px 0 7px 24px
}

.post_content .wp-caption.alignright {
    margin: 7px 0 7px 14px
}

.post_content blockquote.aligncenter,.post_content img.aligncenter,.post_content .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px
}

.post_content p {
    line-height: 2.4;
    margin: 0 0 2em
}

.post_content p:last-child {
    margin: 0
}

.post_content h1,.post_content h2,.post_content h3,.post_content h4,.post_content h5,.post_content h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 600
}

.post_content h1 {
    font-size: 150%
}

.post_content h2 {
    font-size: 140%
}

.post_content h3 {
    font-size: 130%
}

.post_content h4 {
    font-size: 120%
}

.post_content h5 {
    font-size: 110%
}

.post_content h6 {
    font-size: 100%
}

.post_content img[class*=align],.post_content img[class*=wp-image-],.post_content img[class*=attachment-],.post_content img.size-full,.post_content img.size-large,.post_content .wp-post-image,.post_content img {
    height: auto;
    max-width: 100%;
}

.post_content li,.post_content dt,.post_content dd {
    line-height: 2.2
}

.post_content ul,.post_content ol,.post_content dl {
    margin-bottom: 24px
}

.post_content ol {
    list-style: decimal outside none;
    margin-left: 1.5em
}

.post_content ul {
    list-style: circle outside none;
    margin-left: 1.3em
}

.post_content li>ul,.post_content li>ol {
    margin-bottom: 0
}

.post_content dt {
    font-weight: 700
}

.post_content dd {
    margin-bottom: 1em
}

.post_content table {
    margin: 0 0 24px;
    width: 100% !important
}

.post_content td,.post_content th {
    border: 1px solid #ddd;
    padding: 17px 30px;
    line-height: 2.2;
    background: #fff
}

.post_content th {
    background: #f7f7f7;
    font-weight: 400
}

.post_content table.table_no_border th,.post_content table.table_no_border td {
    border: none;
    padding-left: 0
}

.post_content table.table_border_horizontal th,.post_content table.table_border_horizontal td {
    border-left: none;
    border-right: none;
    padding-left: 0
}

.post_content blockquote {
    margin: 0 0 25px;
    padding: 27px 30px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 0px 0px rgba(150,150,150,.1);
    position: relative
}

.post_content blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
    color: #5cbcd7
}

.post_content blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 7px;
    right: -2px;
    color: #5cbcd7
}

.post_content blockquote cite {
    border-top: 1px dotted #aaa;
    display: block;
    padding: 20px 0 0;
    font-style: italic;
    text-align: right;
    font-size: 90%
}

.post_content .wp-caption {
    margin-bottom: 24px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post_content .wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px auto
}

.post_content .wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.gallery {
    margin-bottom: 20px
}

.gallery a img {
    border: 0 !important
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-10 .gallery-item {
    max-width: 7%;
    max-width: -webkit-calc(9.4% - 0px);
    max-width: calc(9.4% - 0px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n),.gallery-columns-10 .gallery-item:nth-of-type(10n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption,.gallery-columns-10 .gallery-caption {
    display: none
}

.post_content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.post_content address {
    margin: 0 0 24px;
    line-height: 2.2
}

.post_content pre {
    border-left: 3px solid #ccc;
    background: #f8f8f8;
    font-size: 12px;
    margin: 0 0 27px;
    line-height: 1.7;
    padding: 20px;
    overflow: auto
}

.post_content .mejs-container {
    margin: 12px 0 25px
}

.c-pw__desc,.c-pw__desc p {
    line-height: 2.5
}

.c-pw__desc p {
    margin-bottom: 16px !important
}

.c-pw__desc.type2 p {
    text-align: center
}

.c-pw__desc.type3 p {
    text-align: right
}

.c-pw__btn {
    border: none;
    background: #111;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px
}

.c-pw__btn:hover {
    background: #333;
    color: #fff
}

.c-pw__btn--register {
    min-width: 160px;
    margin-bottom: 32px
}

.c-pw__btn--submit {
    background: #111;
    color: #fff;
    min-width: 100px;
    border: 0;
    cursor: pointer;
    top: -1px;
    position: relative
}

.c-pw .c-pw__btn:hover {
    text-decoration: none
}

.c-pw__btn.type2 {
    display: table;
    margin: 0 auto 32px
}

.c-pw__btn.type3 {
    float: right
}

.c-pw__box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 25px 36px;
    display: inline-block;
    margin-bottom: 40px;
    box-sizing: border-box;
    background: #fff
}

.c-pw__box .c-pw__box-desc {
    line-height: 1.2;
    margin-bottom: 20px
}

.c-pw__box-label {
    margin-right: 14px
}

.c-pw__box-input {
    border: 1px solid #ddd;
    background: #fff;
    height: 40px;
    width: 250px;
    margin-right: 13px;
    flex: 1;
    box-sizing: border-box;
    padding: 0 10px
}

.post_content .c-pw__btn,.post_content .c-pw__btn:hover {
    color: #fff
}

.cardlink {
    word-wrap: break-word;
    max-width: 100%;
    margin: 45px 0 !important;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fafafa
}

.cardlink_thumbnail {
    margin-right: 20px;
    float: left
}

.cardlink_content {
    line-height: 1.6
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: top
}

.cardlink_title {
    margin: 0 0 5px;
    font-size: 14px
}

.cardlink_title a {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.cardlink_title a:hover {
    text-decoration: underline
}

.cardlink_excerpt {
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 1.8
}

.cardlink_footer {
    clear: both
}

.clear {
    clear: both
}

@media screen and (max-width: 767px) {
    .cardlink_thumbnail {
        float:none
    }

    .cardlink_timestamp {
        line-height: 2.4;
        vertical-align: middle
    }

    .cardlink_excerpt {
        float: none
    }
}

.p-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 180px;
    height: 50px;
    padding: 0 15px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .p-btn {
        height:45px;
        font-size: 12px;
        line-height: 45px
    }
}

.wp-block-social-links a {
    color: #fff !important
}

.has-small-font-size {
    font-size: .8125em !important
}

.has-normal-font-size,.has-regular-font-size {
    font-size: 1em !important
}

.has-medium-font-size {
    font-size: 1.25em !important
}

.has-large-font-size {
    font-size: 2.25em !important
}

.has-huge-font-size,.has-larger-font-size {
    font-size: 2.625em !important
}

#container {
    overflow: hidden
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p_popup-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 200px;
    padding: 34px 20px 0;
    background: #e8f3f9;
    color: #5d5d5d;
    z-index: 9999;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

@media screen and (min-width: 641px) {
    .p_popup-banner {
        width:260px;
        padding: 20px 20px 10px
    }
}

.p_popup-banner * {
    box-sizing: border-box
}

.p_popup-banner p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px
}

@media screen and (min-width: 641px) {
    .p_popup-banner p {
        font-size:16px;
        line-height: 1.6;
        margin-bottom: 20px
    }
}

.p_popup-banner.show {
    opacity: 1;
    visibility: visible
}

.p_popup-banner__close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 74px;
    height: 34px;
    background-image: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088-child/./img/popup_banner_close.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer
}

@media screen and (min-width: 641px) {
    .p_popup-banner__close {
        top:0;
        right: 0;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        background-position: center
    }
}

.p_popup-banner__top-img {
    margin-bottom: 10px !important
}

.p_popup-banner__title {
    font-size: 1em;
    text-align: center;
    margin-bottom: 10px !important;
    font-weight: 700;
    color: #00a2e6
}

.p_popup-banner__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.p_popup-banner__btn {
    transition: .3s
}

.p_popup-banner-btn:hover {
    opacity: .6 !important
}

.cardlink02 {
    position: relative;
    word-wrap: break-word;
    max-width: 100%;
    margin: 15px 0 2em !important;
    border: 1px solid #ddd;
    background: #fbd373
}

.cardlink02_inner {
    position: relative;
    padding: 25px 20px 20px;
    overflow: hidden
}

.cardlink02_label {
    position: absolute;
    top: -12px;
    left: 20px;
    margin: 0;
    padding: 0;
    background-color: #ea961c;
    transition: opacity .35s ease
}

.cardlink02:hover .cardlink02_label {
    opacity: .8
}

.cardlink02_label span {
    display: block;
    padding: 6px 8px 6px 24px;
    color: #fff;
    font-size: 14px
}

.cardlink02_label span:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 11px;
    height: 4px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg)
}

.cardlink02_thumbnail {
    margin-right: 20px;
    float: left
}

.cardlink02_thumbnail img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .35s ease
}

.cardlink02:hover .cardlink02_thumbnail img {
    opacity: .8
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .cardlink02_thumbnail img {
        height: auto
    }
}

.cardlink02_content {
    line-height: 1.6
}

.cardlink02_content p {
    color: #000;
    margin-bottom: .5em;
    line-height: 1
}

.cardlink02_title {
    margin: -3px 0 5px;
    font-size: 16px;
    transition: color .35s ease
}

.cardlink02_title a {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.cardlink02_title a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.cardlink02_excerpt {
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    max-height: 5.7em
}

.cardlink02_excerpt span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.cardlink02_button {
    text-align: right;
    margin-left: 150px
}

.cardlink02_button button {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-top: 1.5em;
    padding: 8px 50px;
    text-align: center;
    color: #fff;
    background-color: #ea961c;
    border-style: none;
    font-size: 14px;
    border-radius: 3px;
    transition: background-color .35s ease
}

.cardlink02_button button:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg)
}

.cardlink02:hover .cardlink02_button button {
    background-color: #f9c035
}

.cardlink02_footer {
    clear: both
}

@media screen and (max-width: 1201px) {
    .cardlink02 {
        margin:30px 0 35px !important
    }

    .cardlink02_inner {
        padding: 20px 15px 15px
    }
}

@media screen and (max-width: 767px) {
    .cardlink02_timestamp {
        line-height:2.4;
        vertical-align: middle
    }

    .cardlink02_thumbnail {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 567px) {
    .cardlink02_inner {
        padding:23px 11px 12px 13px
    }

    .cardlink02_thumbnail {
        margin-right: 12px;
        margin-bottom: 10px;
        float: left
    }

    .cardlink02_thumbnail img {
        width: 100px;
        height: 100px
    }

    .cardlink02_title {
        margin-bottom: 7px;
        font-size: 14px
    }

    .cardlink02_button {
        margin-left: 0
    }

    .cardlink02_button button {
        display: block;
        max-width: none
    }
}

@font-face {
    font-family: 'design_plus';
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.eot?v=1.5);
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.eot?v=1.5#iefix) format('embedded-opentype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.woff?v=1.5) format('woff'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.ttf?v=1.5) format('truetype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.svg?v=1.5#design_plus) format('svg');
    font-weight: 400;
    font-style: normal
}

.post_row {
    line-height: 2.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.post_col {
    margin-bottom: 2em;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%
}

.post_col-2 {
    margin-right: 50px
}

.post_col-3 {
    margin-right: 25px
}

.post_col:last-of-type {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .post_row {
        display:block;
        line-height: 2
    }

    .post_col-2 {
        margin-right: 0
    }

    .post_col-3 {
        margin-right: 0
    }
}

.post_content .style3a,.post_content .style3b,.post_content .style4a,.post_content .style4b,.post_content .style5a,.post_content .style5b,.post_content .style6 {
    font-weight: 500;
    line-height: 1.6
}

.style2a {
    margin: 65px 0 30px !important;
    padding: 0 0 .9em !important;
    border-bottom: 3px solid #000;
    font-size: 26px !important
}

.style2b {
    margin: 65px 0 30px !important;
    padding: .48em 1em .47em !important;
    background: #000;
    color: #fff;
    font-size: 26px !important
}

.style3a {
    margin: 65px 0 30px !important;
    padding: 1.2em .15em !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 22px !important
}

.style3b {
    margin: 65px 0 30px !important;
    padding: 1.1em 1.4em 1.15em !important;
    border: 1px solid #ddd;
    border-top: 3px solid #000;
    background: #fafafa;
    font-size: 22px !important
}

.style4a {
    margin: 65px 0 30px !important;
    padding: .4em 0 .4em 1.2em !important;
    border-left: 3px solid #000;
    font-size: 20px !important;
    font-weight: 500
}

.style4b {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 65px 0 30px !important;
    padding: .8em 1.5em .8em !important;
    border-left: #000 3px solid;
    font-size: 20px !important
}

.style4b:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    border: 1px solid #ddd;
    border-left: none;
    content: ''
}

.style5a {
    margin: 65px 0 30px !important;
    padding: .85em 1.5em .8em !important;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 18px !important
}

.style5b {
    margin: 65px 0 30px !important;
    padding: .85em 1.5em .8em !important;
    background: #000;
    color: #fff;
    font-size: 18px !important
}

.style6 {
    position: relative;
    margin: 65px 0 30px !important;
    padding: 0 .8em 0 1.3em !important;
    color: #000;
    font-size: 16px !important;
    font-weight: 700
}

.style6:before {
    position: absolute;
    top: .35em;
    left: 0;
    width: 12px;
    height: 12px;
    background: #000;
    content: ""
}

.balloon {
    display: block;
    z-index: 0;
    position: relative;
    width: auto;
    min-width: 115px;
    margin: 50px 0 22px;
    padding: .5em 18px .5em;
    clear: both;
    border-bottom: 0;
    background: #222;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left
}

.balloon:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #222 transparent transparent;
    content: ""
}

@media screen and (max-width: 767px) {
    .style2a {
        margin:30px 0 20px !important;
        padding: 0 0 .6em !important;
        font-size: 20px !important
    }

    .style2b {
        margin: 30px 0 20px !important;
        padding: .42em .7em .41em !important;
        background: #000;
        color: #fff;
        font-size: 20px !important
    }

    .style3a {
        margin: 30px 0 20px !important;
        padding: .6em .15em !important;
        font-size: 18px !important
    }

    .style3b {
        margin: 30px 0 20px !important;
        padding: .5em .5em .45em .6em !important;
        font-size: 18px !important
    }

    .style4a {
        margin: 30px 0 20px !important;
        padding: .4em 0 .4em .8em !important;
        border-left: 2px solid #000;
        font-size: 16px !important
    }

    .style4b {
        margin: 30px 0 20px !important;
        padding: .8em 1em .75em !important;
        border-left: #000 2px solid;
        font-size: 16px !important
    }

    .style5a {
        margin: 30px 0 20px !important;
        padding: .8em 1em .75em !important;
        font-size: 15px !important
    }

    .style5b {
        margin: 30px 0 20px !important;
        padding: .8em 1em .75em !important;
        font-size: 15px !important
    }
}

@media screen and (min-width: 769px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h2,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h3,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h4,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h5,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h6 {
        margin-top:40px !important
    }
}

@media screen and (max-width: 768px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h2,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h3,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h4,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h5,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h6 {
        margin-top:30px !important
    }
}

@media screen and (max-width: 600px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h2,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h3,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h4,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h5,.post_content :not(h2):not(h3):not(h4):not(h5):not(h6)+h6 {
        margin-top:20px !important
    }
}

.post_content h2 {
    font-size: 24px
}

.post_content h3 {
    font-size: 22px
}

.post_content h4 {
    font-size: 20px
}

.post_content h5 {
    font-size: 18px
}

.post_content h6 {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .post_content h2 {
        font-size:20px
    }

    .post_content h3 {
        font-size: 18px
    }

    .post_content h4 {
        font-size: 18px
    }

    .post_content h5 {
        font-size: 16px
    }

    .post_content h6 {
        font-size: 14px
    }
}

.p-vertical {
    width: 100%;
    margin: 70px 0;
    font-size: 36px;
    line-height: 1.4;
    text-align: center
}

.p-vertical p {
    display: inline-block;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media screen and (max-width: 767px) {
    .p-vertical {
        margin:33px 0;
        font-size: 24px;
        line-height: 1.3
    }
}

.q_underline {
    background-image: -webkit-linear-gradient(left,transparent 50%,#fff799 50%);
    background-image: -moz-linear-gradient(left,transparent 50%,#fff799 50%);
    background-image: linear-gradient(to right,transparent 50%,#fff799 50%);
    background-position: 0 .8em;
    background-repeat: repeat-x;
    background-size: 200% .5em;
    border: none;
    border-bottom-color: transparent;
    -webkit-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease
}

.q_underline.is-active {
    background-position: -100% .8em
}

.speach_balloon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.speach_balloon_text {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 2;
    margin-bottom: 3em;
    min-height: 80px;
    padding: 22px 28px;
    position: relative
}

.speach_balloon_text>*:last-child {
    margin-bottom: 0 !important
}

.speach_balloon_text:before,.speach_balloon_text:after {
    border-color: transparent;
    border-style: solid;
    content: '';
    pointer-events: none;
    height: 0;
    margin-top: -10px;
    width: 0;
    position: absolute;
    right: 100%;
    top: 40px
}

.speach_balloon_user {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 36px;
    margin-bottom: 2em;
    min-width: 80px;
    text-align: center
}

.speach_balloon_user_image {
    border-radius: 50%;
    height: 80px !important;
    width: 80px;
    object-fit: cover
}

.speach_balloon_user_name {
    font-size: 87.5%;
    line-height: 1.2;
    margin-top: 12px
}

.speach_balloon_user_name:only-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
    min-height: 80px
}

.speech_balloon_left1 .speach_balloon_text:before,.speech_balloon_left2 .speach_balloon_text:before {
    border-width: 8px 10px 8px 0;
    border-right-color: #ddd;
    margin-right: 2px
}

.speech_balloon_left1 .speach_balloon_text:after,.speech_balloon_left2 .speach_balloon_text:after {
    border-width: 8px 10px 8px 0;
    margin-right: -1.5px;
    border-right-color: #fff
}

.speech_balloon_right1 .speach_balloon_user,.speech_balloon_right2 .speach_balloon_user {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-left: 36px;
    margin-right: 0
}

.speech_balloon_right1 .speach_balloon_text:before,.speech_balloon_right2 .speach_balloon_text:before {
    border-width: 8px 0 8px 10px;
    border-left-color: #ddd;
    margin-left: 2px;
    left: 100%
}

.speech_balloon_right1 .speach_balloon_text:after,.speech_balloon_right2 .speach_balloon_text:after {
    border-width: 8px 0 8px 10px;
    margin-left: -1.5px;
    border-left-color: #fff;
    left: 100%
}

.qt_google_map {
    width: 100%;
    height: 550px;
    background: #ddd;
    margin: 0 0 35px
}

.qt_google_map .qt_googlemap_embed {
    width: 100%;
    height: 550px
}

.qt_google_map .pb_googlemap_custom-overlay-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -94px;
    left: -40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    font-size: 18px;
    text-align: center
}

.qt_google_map .pb_googlemap_custom-overlay-inner:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 16px 5px 0;
    border-style: solid;
    content: ""
}

@media screen and (max-width: 750px) {
    .qt_google_map {
        height:320px
    }

    .qt_google_map .qt_googlemap_embed {
        height: 320px
    }
}

.well {
    margin-bottom: 30px;
    padding: 1.1em 2em;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fafafa
}

.well2 {
    margin-bottom: 30px;
    padding: 1.1em 2em;
    border: 1px solid #ddd
}

.well3 {
    margin-bottom: 30px;
    padding: 1.1em 2em;
    border: 1px dashed #ddd;
    background: #fafafa
}

.wl_red {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442 !important
}

.wl_yellow {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b !important
}

.wl_blue {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f !important
}

.wl_green {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d !important
}

@media screen and (max-width: 767px) {
    .well,.well2,.well3 {
        padding:.9em .8em .9em 1em
    }
}

.q_custom_button {
    color: #fff;
    border: 1px solid #000;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0 30px;
    margin: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.q_custom_button:hover,.q_custom_button:focus {
    text-decoration: none
}

.q_custom_button:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -100%;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.22,1,.36,1) 0s;
    transition: all .5s cubic-bezier(.22,1,.36,1) 0s
}

.q_custom_button.animation_type3:before {
    transform: skewX(45deg);
    width: calc(100% + 70px);
    left: calc(-100% - 110px)
}

.q_custom_button.animation_type2:hover:before {
    left: 0
}

.q_custom_button.animation_type3:hover:before {
    left: -35px
}

.rounded {
    border-radius: 6px
}

.pill {
    border-radius: 70px
}

.bt_red {
    background: #c01f0e;
    border-color: #c01f0e;
    color: #fff
}

.bt_red:hover,.bt_red:focus {
    background-color: #d33929;
    border-color: #d33929;
    color: #fff
}

.bt_yellow {
    background: #f1c40f;
    border-color: #f1c40f;
    color: #fff
}

.bt_yellow:hover,.bt_yellow:focus {
    background-color: #f9d441;
    border-color: #f9d441;
    color: #fff
}

.bt_blue {
    background: #2980b9;
    border-color: #2980b9;
    color: #fff
}

.bt_blue:hover,.bt_blue:focus {
    background-color: #3a91c9;
    border-color: #3a91c9;
    color: #fff
}

.bt_green {
    background: #27ae60;
    border-color: #27ae60;
    color: #fff
}

.bt_green:hover,.bt_green:focus {
    background-color: #39c574;
    border-color: #39c574;
    color: #fff
}

.ytube {
    position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden
}

.ytube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.rps_table {
    line-height: 2.0
}

@media only screen and (max-width: 567px) {
    .rps_table tr {
        display:block;
        margin-bottom: 1.5em
    }

    .rps_table th,.rps_table td {
        display: list-item;
        list-style-type: none;
        border: none
    }

    .rps_table td {
        border-top: none
    }
}

.cardlink {
    word-wrap: break-word;
    max-width: 100%;
    margin: 15px 0 2em !important;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa
}

.cardlink_thumbnail {
    margin-right: 25px;
    float: left
}

.cardlink_thumbnail img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .cardlink_thumbnail img {
        height: auto
    }
}

.cardlink_content {
    line-height: 1.6
}

.cardlink_content p {
    color: #000;
    margin-bottom: .5em;
    line-height: 1
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 12px;
    line-height: 1;
    vertical-align: top
}

.cardlink_title {
    margin: -3px 0 5px;
    font-size: 16px
}

.cardlink_title a {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.cardlink_title a:hover {
    text-decoration: none
}

.cardlink_excerpt {
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    max-height: 5.7em
}

.cardlink_excerpt span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.cardlink_footer {
    clear: both
}

.clear {
    clear: both
}

@media screen and (max-width: 767px) {
    .cardlink_timestamp {
        display:none
    }
}

@media screen and (max-width: 567px) {
    .cardlink {
        padding:15px 11px 12px 13px
    }

    .cardlink_thumbnail {
        margin-right: 12px;
        margin-bottom: 10px;
        float: left
    }

    .cardlink_thumbnail img {
        width: 100px;
        height: 100px
    }

    .cardlink_title {
        margin-top: -5px;
        font-size: 14px
    }

    .cardlink_excerpt {
        clear: both
    }
}

.wpcf7 {
    width: 100%;
    margin: 0 0 2.5em !important;
    padding: 0;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px
}

.wpcf7 form {
    margin: 1.5em 1.5em 0
}

.wpcf7 p {
    margin-bottom: 1em;
    font-size: 16px
}

.wpcf7 input,.wpcf7 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2
}

.wpcf7 select,.wpcf7 input[type=checkbox],.wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    padding: 8px;
    border: 1px solid #ccc
}

.wpcf7 select,.wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2
}

.wpcf7 .wpcf7-list-item {
    display: block
}

.wpcf7 textarea {
    height: 300px
}

.wpcf7 input:focus,.wpcf7 textarea:focus {
    border: 1px solid #bbb;
    outline: none
}

.wpcf7 .wpcf7-submit,.wpcf7 .wpcf7-previous {
    -webkit-transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    border: none !important;
    outline: none;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s
}

.wpcf7 .wpcf7-submit:before,.wpcf7 .wpcf7-submit:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wpcf7 .wpcf7-submit:hover,.wpcf7 .wpcf7-previous:hover {
    background-color: #666
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
    background: pink
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    border-radius: 4px
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
    border: 1px solid #eed3d7;
    background-color: #f2dede;
    color: #b94a48
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
    color: #3a87ad
}

.wpcf7 .wpcf7-previous+br {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 2em;
    padding: 0;
    border: none;
    text-align: center
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #dc3232;
    font-size: 1em
}

.wpcf7 {
    color: #000
}

.text70 {
    font-size: 70%
}

.text80 {
    font-size: 80%
}

.text90 {
    font-size: 90%
}

.text100 {
    font-size: 100%
}

.text110 {
    font-size: 110%
}

.text120 {
    font-size: 120%
}

.text130 {
    font-size: 130%
}

.text140 {
    font-size: 140%
}

.text150 {
    font-size: 150%
}

.text160 {
    font-size: 160%
}

.text170 {
    font-size: 170%
}

.text180 {
    font-size: 180%
}

.text190 {
    font-size: 190%
}

.text200 {
    font-size: 200%
}

.text210 {
    font-size: 210%
}

.text220 {
    font-size: 220%
}

.b {
    font-weight: 700
}

.u {
    text-decoration: underline
}

.del {
    text-decoration: line-throug
}

.red {
    color: red
}

.blue {
    color: #2ca9e1
}

.green {
    color: #82ae46
}

.orange {
    color: #ff7d00
}

.yellow {
    color: #fff000
}

.pink {
    color: #ff0084
}

.gray {
    color: #999
}

.bg-yellow {
    padding: 2px;
    background-color: #ff0
}

.bg-blue {
    padding: 2px;
    background-color: #4ab0f5
}

.bg-red {
    padding: 2px;
    background-color: red
}

.align1 {
    text-align: center !important
}

.align2 {
    text-align: right !important
}

.align3 {
    text-align: left !important
}

.r-flo {
    float: right;
    margin: 10px
}

.l-flo {
    float: left;
    margin: 10px
}

.f-clear {
    clear: both
}

a img.fade {
    background: 0 0 !important;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover img.fade {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: 0 0 !important
}

.att {
    padding-left: 1em;
    text-indent: -1em
}

.att_box {
    margin: 2em 0 2.5em;
    padding: 1em 1.2em;
    line-height: 2;
    border: 1px dotted #ccc;
    background: #fcfcfc;
    box-shadow: 0px 4px 0px 0px #f7f7f7
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.m5 {
    margin: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.m10 {
    margin: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.m15 {
    margin: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.m20 {
    margin: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.m25 {
    margin: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.m30 {
    margin: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.m35 {
    margin: 35px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.m40 {
    margin: 40px !important
}

.mt40 {
    margin-top: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.m45 {
    margin: 45px !important
}

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.m50 {
    margin: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.m55 {
    margin: 55px !important
}

.mt55 {
    margin-top: 55px !important
}

.mr55 {
    margin-right: 55px !important
}

.mb55 {
    margin-bottom: 55px !important
}

.ml55 {
    margin-left: 55px !important
}

.m60 {
    margin: 60px !important
}

.mt60 {
    margin-top: 60px !important
}

.mr60 {
    margin-right: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.ml60 {
    margin-left: 60px !important
}

.m65 {
    margin: 65px !important
}

.mt65 {
    margin-top: 65px !important
}

.mr65 {
    margin-right: 65px !important
}

.mb65 {
    margin-bottom: 65px !important
}

.ml65 {
    margin-left: 65px !important
}

.m70 {
    margin: 70px !important
}

.mr70 {
    margin-right: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.ml70 {
    margin-left: 70px !important
}

.m75 {
    margin: 75px !important
}

.mt75 {
    margin-top: 75px !important
}

.mr75 {
    margin-right: 75px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.ml75 {
    margin-left: 75px !important
}

.m80 {
    margin: 80px !important
}

.mt80 {
    margin-top: 80px !important
}

.mr80 {
    margin-right: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.ml80 {
    margin-left: 80px !important
}

.p0 {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.p5 {
    padding: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.p10 {
    padding: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

@font-face {
    font-family: 'design_plus';
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.eot?v=1.5);
    src: url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.eot?v=1.5#iefix) format('embedded-opentype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.woff?v=1.5) format('woff'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.ttf?v=1.5) format('truetype'),url(https://www.soluna.co.jp/wp-content/themes/solaris_tcd088/css/../fonts/design_plus.svg?v=1.5#design_plus) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-],[class*=" icon-"] {
    font-family: "design_plus" !important;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-feedly:before {
    content: "\e907"
}

.icon-hatebu:before {
    content: "\e908"
}

.icon-line:before {
    content: "\e909"
}

.icon-pocket:before {
    content: "\e90a"
}

.icon-google-plus:before {
    content: "\e900"
}

.icon-google-plus2:before {
    content: "\e901"
}

.icon-facebook:before {
    content: "\e902"
}

.icon-facebook2:before {
    content: "\e903"
}

.icon-twitter:before {
    content: "\e904"
}

.icon-rss:before {
    content: "\e90b"
}

.icon-rss2:before {
    content: "\e906"
}

.icon-pinterest:before {
    content: "\e905"
}

.share-top {
    margin-bottom: 30px
}

.share-btm {
    margin-bottom: 50px
}

.share-type1 {
    width: 100%
}

.share-type1 h2 {
    color: #666;
    font-weight: 400
}

.share-type1 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.share-type1 li {
    display: inline-block;
    padding: 0;
    text-align: center
}

.share-type1 li>a:hover {
    -webkit-transform: translate3d(0,1px,0);
    transform: translate3d(0,1px,0)
}

.share-type1 a {
    min-width: 27px;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,.03);
    text-shadow: none;
    text-align: center;
    line-height: 25px;
    padding: 1px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.share-type1 i {
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgba(255,255,255,.1)
}

.share-type1 .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px
}

.share-type1 .share-count {
    display: inline;
    font-size: 9px;
    color: #fff;
    padding: 0;
    line-height: 25px;
    margin: 0;
    border-radius: 0 1px 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .share-type1 {
        width:100%
    }

    .share-type1 ul {
        margin-bottom: 15px
    }

    .share-type1 li>a span {
        display: none
    }

    .share-type1 a {
        margin-right: 2px
    }

    .share-type1 i {
        left: 1px
    }

    .share-type1 .share-count {
        margin-left: 3px
    }
}

.share-type3 .sns {
    margin: 0;
    text-align: center
}

.share-type3 ul {
    margin: 0 -3% 3% 0;
    list-style: none
}

.share-type3 li {
    float: left;
    width: 47%;
    margin: 0 3% 1.5% 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.post .share-type3 ul li {
    list-style: none;
    background-image: none;
    padding: 0
}

.share-type3 ul li a {
    position: relative;
    display: block;
    top: 3px;
    font-size: 13px;
    padding: 10px 2px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.share-type3 ul li a i {
    position: relative;
    top: 3px;
    font-size: 140%
}

.share-type3 ul li a .ttl {
    margin: 0 3px 0 4px;
    display: inline-block;
    text-align: center;
    font-size: 12px
}

.share-type3 ul li a .share-count {
    position: absolute;
    bottom: -2px;
    right: 8px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.share-type3 ul li a:hover {
    -webkit-transform: translate3d(0px,2px,1px);
    -moz-transform: translate3d(0px,2px,1px);
    transform: translate3d(0px,2px,1px)
}

@media only screen and (min-width: 480px) {
    .share-type3 {
        width:auto;
        margin: 20px 0 15px
    }

    .share-type3 ul {
        margin-right: -1%;
        list-style: none;
        overflow: hidden
    }

    .share-type3 li {
        width: 24%;
        margin: 0 1% 2% 0
    }

    .share-type3 li a {
        font-size: 12px;
        padding: 10px 2px
    }

    .share-type3 li:nth-child(4n) {
        margin-right: 0
    }
}

.share-type1 .twitter a,.share-type3 .twitter a {
    background-color: #55acee
}

.share-type1 .twitter a:hover,.share-type3 .twitter a:hover {
    background-color: #468ec5
}

.share-type1 ul li.facebook a,.share-type3 ul li.facebook a {
    background-color: #35629a
}

.share-type1 ul li.facebook a:hover,.share-type3 ul li.facebook a:hover {
    background-color: #1f3669
}

.share-type1 ul li.googleplus a,.share-type3 ul li.googleplus a {
    background-color: #dd4b39
}

.share-type1 ul li.googleplus a:hover,.share-type3 ul li.googleplus a:hover {
    background-color: #b94031
}

.share-type1 ul li.googleplus a i {
    top: 4px
}

.share-type1 ul li.hatebu>a,.share-type3 ul li.hatebu a {
    background-color: #3c7dd1
}

.share-type1 ul li.hatebu>a:hover,.share-type3 ul li.hatebu a:hover {
    background-color: #0270ac
}

.share-type1 ul li.pocket a,.share-type3 ul li.pocket a {
    background-color: #ee4056
}

.share-type1 ul li.pocket a:hover,.share-type3 ul li.pocket a:hover {
    background-color: #c53648
}

.share-type1 ul li.rss a,.share-type3 ul li.rss a {
    background-color: #ffb53c
}

.share-type1 ul li.rss a:hover,.share-type3 ul li.rss a:hover {
    background-color: #e09900
}

.share-type1 ul li.feedly a,.share-type3 ul li.feedly a {
    background-color: #6cc655
}

.share-type1 ul li.feedly>a:hover,.share-type3 ul li.feedly>a:hover {
    background-color: #5ca449
}

.share-type1 ul li.pinterest a,.share-type3 ul li.pinterest a {
    background-color: #d4121c
}

.share-type1 ul li.pinterest a:hover,.share-type3 ul li.pinterest a:hover {
    background-color: #a42f35
}

.share-type2 {
    width: auto
}

.share-type2 h2 {
    color: #444;
    font-weight: 400
}

.share-type2 ul.type2 {
    margin: 0;
    padding: 0;
    list-style: none
}

.share-type2 ul.type2 li {
    display: inline-block;
    padding: 0;
    text-align: center
}

.share-type2 ul.type2 li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.03);
    text-shadow: none;
    line-height: 25px;
    padding: 1px 4px 0
}

.share-type2 ul.type2 li a i {
    position: relative;
    top: 3px;
    color: #222;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgba(255,255,255,.1)
}

.share-type2 ul.type2 li a .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px
}

.share-type2 ul.type2 li a .share-count {
    color: #444;
    font-size: 9px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.share-type2 ul.type2 li a:hover,.share-type2 ul.type2 li a:hover i,.share-type2 ul.type2 li a:hover .share-count {
    color: #fff !important
}

.share-type2 ul.type2 li a:hover {
    border-color: rgba(255,255,255,.1)
}

@media screen and (max-width: 480px) {
    .share-type2 {
        width:auto;
        margin: 0
    }

    .share-type2 ul.type2 {
        margin-bottom: 15px
    }

    .share-type2 ul.type2 li a {
        margin-right: 1px
    }

    .share-type2 ul.type2 li a i {
        left: 1px
    }

    .share-type2 ul.type2 li>a span.ttl {
        display: none
    }

    .share-type2 ul.type2 li a .share-count {
        margin-left: 3px
    }
}

.share-type4 {
    text-align: center
}

.share-type4 .sns {
    margin: 0
}

.share-type4 ul.type4 {
    margin: 0 -3% 2% 0;
    list-style: none
}

.share-type4 ul.type4 li {
    float: left;
    width: 47%;
    margin: 0 3% 3% 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.post .share-type4 ul li {
    list-style: none;
    background-image: none;
    padding: 0
}

.share-type4 ul.type4 li a {
    position: relative;
    display: block;
    top: 5px;
    font-size: 13px;
    padding: 10px 2px;
    text-decoration: none;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.03);
    text-shadow: none
}

.share-type4 ul.type4 li a i {
    position: relative;
    top: 3px;
    font-size: 140%;
    color: #222 !important
}

.share-type4 ul.type4 li a .ttl {
    margin: 0 3px 0 4px;
    display: inline-block;
    text-align: center;
    font-size: 12px
}

.share-type4 ul.type4 li a .share-count {
    position: absolute;
    bottom: -2px;
    right: 8px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #222 !important
}

.share-type4 ul.type4 li a:hover,.share-type4 ul.type4 li a:hover i,.share-type4 ul.type4 li a:hover .share-count {
    color: #fff !important
}

@media only screen and (min-width: 480px) {
    .share-type4 {
        width:auto;
        margin: 20px 0 15px
    }

    .share-type4 ul.type4 {
        margin-right: -1%;
        list-style: none;
        overflow: hidden
    }

    .share-type4 ul.type4 li {
        width: 24%;
        margin: 0 1% 2% 0
    }

    .share-type4 ul.type4 li a {
        font-size: 12px;
        padding: 10px 2px
    }

    .share-type4 ul.type4 li:nth-child(4n) {
        margin-right: 0
    }
}

.share-type2 ul.type2 li.twitter a,.share-type4 ul.type4 li.twitter a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.twitter a:hover,.share-type4 ul.type4 li.twitter a:hover {
    color: #fff !important;
    background-color: #55acee !important
}

.share-type2 ul.type2 li.facebook a,.share-type4 ul.type4 li.facebook a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.facebook a:hover,.share-type4 ul.type4 li.facebook a:hover {
    color: #fff !important;
    background-color: #35629a !important
}

.share-type2 ul.type2 li.googleplus a,.share-type4 ul.type4 li.googleplus a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.googleplus a:hover,.share-type4 ul.type4 li.googleplus a:hover {
    color: #fff !important;
    background-color: #dd4b39 !important
}

.share-type2 ul.type2 li.googleplus a i,.share-type4 ul.type4 li.googleplus a i {
    top: 4px
}

.share-type2 ul.type2 li.hatebu a,.share-type4 ul.type4 li.hatebu a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.hatebu a:hover,.share-type4 ul.type4 li.hatebu a:hover {
    color: #fff !important;
    background-color: #3c7dd1 !important
}

.share-type2 ul.type2 li.pocket a,.share-type4 ul.type4 li.pocket a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.pocket a:hover,.share-type4 ul.type4 li.pocket a:hover {
    color: #fff !important;
    background-color: #ee4056 !important
}

.share-type2 ul.type2 li.rss a,.share-type4 ul.type4 li.rss a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.rss a:hover,.share-type4 ul.type4 li.rss a:hover {
    color: #fff !important;
    background-color: #ff8c00 !important
}

.share-type2 ul.type2 li.feedly a,.share-type4 ul.type4 li.feedly a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.feedly a:hover,.share-type4 ul.type4 li.feedly a:hover {
    color: #fff !important;
    background-color: #6cc655 !important
}

.share-type2 ul.type2 li.pinterest a,.share-type4 ul.type4 li.pinterest a {
    color: #222 !important;
    background-color: #fafafa !important
}

.share-type2 ul.type2 li.pinterest a:hover,.share-type4 ul.type4 li.pinterest a:hover {
    color: #fff !important;
    background-color: #d4121c !important
}

.sns_default_top {
    padding: 0;
    overflow: hidden;
    list-style: none
}

.sns_default_top ul li {
    display: inline-block;
    margin: 0 5px 3px 0;
    line-height: 1 !important;
    overflow: hidden;
    vertical-align: top
}

.sns_default_top ul li.twitter_button {
    width: 89px
}

.sns_default_top ul li.fbshare_button:hover {
    text-decoration: none
}

.sns_default_top ul li.google_button {
    width: 58px
}

.sns_default_top ul li.pocket_button {
    width: 88px
}

@media only screen and (max-width: 480px) {
    .sns_default_top ul li {
        margin-bottom:6px
    }

    .sns_default_top ul li.twitter_button {
        margin-left: 0
    }
}

@media screen and (max-width: 1201px) {
    #container {
        position:relative;
        height: 100%
    }

    #main_contents {
        width: auto;
        padding: 40px 0 60px;
        margin: 0 auto;
        display: block
    }

    #main_contents:after {
        display: none
    }

    #main_col {
        width: auto;
        max-width: 770px;
        margin: 0 auto;
        padding: 0
    }

    body.page #main_contents {
        padding-top: 60px
    }

    body.page #main_col {
        padding-top: 0
    }

    body.hide_sidebar #main_col {
        width: auto;
        padding-top: 0
    }

    #side_col {
        width: auto;
        max-width: 770px;
        margin: 70px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    @media screen and (max-width: 900px) {
        #main_contents {
            padding:20px 20px 40px;
            display: block
        }

        #main_col {
            width: auto !important;
            margin-bottom: 40px;
            padding: 0
        }

        #side_col {
            width: auto;
            margin: 40px auto 0;
            display: block;
            max-width: 365px
        }
    }

    @media screen and (max-width: 750px) {
        body.page #main_contents {
            padding-top:35px
        }
    }

    @media screen and (max-width: 550px) {
        #main_contents {
            padding:20px 20px 0
        }

        #side_col {
            max-width: inherit
        }
    }

    #drawer_menu {
        display: block;
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        height: 100%;
        background: #333;
        overflow: auto;
        z-index: 9999;
        -webkit-transition: right .3s cubic-bezier(.19,1.000,.22,1.000);
        transition: right .3s cubic-bezier(.19,1.000,.22,1.000);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch
    }

    .open_menu #drawer_menu {
        right: 0;
        box-shadow: -5px 0 20px 0 rgba(0,0,0,.4)
    }

    @media screen and (max-width: 500px) {
        #drawer_menu {
            right:-80%;
            width: 80%
        }
    }

    .open_menu #container:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.6);
        z-index: 9999
    }

    _::-webkit-full-page-media,_:future,:root .open_menu #container:before {
        background: rgba(0,0,0,.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }

    @supports (-ms-ime-align:auto) {
        .open_menu #container:before {
            background: rgba(0,0,0,.6);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px)
        }
    }

    #drawer_menu .simplebar-scrollbar:before {
        background: #fff !important
    }

    /* body.admin-bar {
        padding-top: 32px
    } */

    body.admin-bar.header_fix_mobile #header {
        margin-top: 32px
    }

    body.admin-bar #drawer_menu {
        padding-top: 32px
    }

    .mobile body.admin-bar.header_fix_mobile {
        padding-top: 102px
    }

    @media screen and (max-width: 781px) {
        /* body.admin-bar {
            padding-top:46px
        } */

        body.admin-bar.header_fix_mobile #header {
            margin-top: 46px
        }

        body.admin-bar #drawer_menu {
            padding-top: 46px
        }

        body.admin-bar.fixed_find_menu #find_menu_wrap {
            top: 46px
        }

        body.admin-bar.fixed_find_menu {
            padding-top: 106px
        }

        .mobile body.admin-bar.header_fix_mobile {
            padding-top: 126px
        }
    }

    @media screen and (max-width: 750px) {
        .design_button {
            height:50px
        }

        .design_button a {
            min-width: 240px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            padding: 0 15px
        }
    }

    .design_headline2 {
        margin: 100px 0 63px !important;
        padding: 0 !important
    }

    @media screen and (max-width: 750px) {
        .design_headline1 {
            font-size:20px !important;
            margin: 0 0 30px !important;
            padding: 0 !important
        }

        .design_headline2 {
            font-size: 18px !important;
            margin: 33px -20px 35px !important
        }

        .design_headline2 span {
            padding-top: 15px
        }

        body.hide_sidebar .design_headline2 {
            margin-right: -20px !important;
            padding-right: -20px !important
        }

        .two_column_image+.design_headline2 {
            margin-top: 40px !important
        }
    }

    .design_line {
        margin: 50px 0 53px
    }

    @media screen and (max-width: 750px) {
        .design_line {
            margin:32px -20px 35px;
            width: calc(100% + 40px)
        }
    }

    @media screen and (max-width: 750px) {
        .two_column_image {
            margin:35px 0 35px
        }

        .design_headline2+.two_column_image {
            margin-top: 0
        }

        .two_column_image .item:first-of-type {
            margin-right: 1px
        }
    }

    @media screen and (max-width: 750px) {
        body.use_loading_screen.load_screen_animation_type2 #container {
            transform:translate3d(0px,30px,0px)
        }

        body.use_loading_screen.load_screen_animation_type3 #container {
            transform: translate3d(0px,-30px,0px)
        }
    }

    #header_slider_wrap {
        height: 800px
    }

    #header_slider {
        height: 800px
    }

    #header_slider .item {
        height: 800px
    }

    #header_slider .caption {
        width: 100%;
        padding: 0 60px;
        max-width: 1150px
    }

    @media screen and (max-width: 950px) {
        #header_slider_wrap {
            height:700px
        }

        #header_slider {
            height: 700px
        }

        #header_slider .item {
            height: 700px
        }

        #header_slider .caption {
            padding: 0 40px
        }
    }

    @media screen and (max-width: 750px) {
        #header_slider_wrap {
            height:555px
        }

        #header_slider {
            height: 555px
        }

        #header_slider .item {
            height: 555px
        }

        #header_slider .caption {
            padding: 0 20px
        }

        #header_slider .catch {
            font-weight: 600 !important
        }

        #header_slider .desc {
            margin: 10px 0 -5px
        }

        #header_slider .desc p.pc {
            display: none
        }

        #header_slider .desc p.mobile {
            display: block
        }

        #header_slider .design_button {
            font-size: 14px;
            min-width: 200px;
            height: 45px;
            line-height: 45px;
            padding: 0 20px;
            margin-top: 15px
        }

        #header_slider .bg_image.pc {
            display: none
        }

        #header_slider .bg_image.mobile {
            display: block
        }

        #header_slider_nav_wrap {
            bottom: 15px;
            height: 86px
        }

        #header_slider_nav_wrap.two_item {
            display: none
        }

        #header_slider_nav_wrap.stop_animation {
            display: none
        }

        #header_slider_nav .nav_item {
            width: 255px;
            height: 86px;
            margin: 0 7px
        }

        #header_slider_nav .nav_catch {
            font-size: 12px;
            padding: 0 40px 0 20px
        }

        #header_slider_nav .nav_item:after {
            width: 255px;
            height: 86px;
            left: -255px
        }

        #header_slider_nav .nav_item:before {
            font-size: 12px;
            top: 40px;
            right: 20px
        }

        #header_slider .slick-dots {
            display: block !important;
            position: absolute;
            bottom: 23px;
            left: 0;
            width: 100%;
            z-index: 10;
            text-align: center
        }

        #header_slider .slick-dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 7px;
            font-size: 10px
        }

        #header_slider .slick-dots button {
            cursor: pointer;
            border: none;
            color: transparent;
            width: 14px;
            height: 10px;
            display: block;
            font-size: 0;
            background: 0 0;
            position: relative
        }

        #header_slider .slick-dots button:before {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            line-height: 10px;
            background: 0 0;
            border: 1px solid #fff;
            border-radius: 12px;
            position: absolute;
            top: 0;
            left: 0
        }

        #header_slider .slick-dots button:hover:before,#header_slider .slick-dots .slick-active button:before {
            background: #ccc;
            border-color: #ccc
        }
    }

    body.no_index_header_content #header {
        border-bottom: 1px solid #ddd
    }

    body.no_index_header_content.header_fix_mobile #header {
        border-bottom: none
    }

    body.no_index_header_content #index_content_builder {
        border-top: 1px solid #ddd;
        padding: 60px 0 0
    }

    .cb_content:last-of-type {
        padding-bottom: 100px
    }

    @media screen and (max-width: 750px) {
        .cb_headline .sub_headline {
            font-size:14px
        }

        .cb_content:last-of-type {
            padding-bottom: 40px
        }
    }

    @media screen and (max-width: 950px) {
        #index_news_ticker {
            width:100%;
            height: 70px
        }
    }

    @media screen and (max-width: 750px) {
        #index_news_ticker {
            width:100%;
            height: 115px
        }

        #index_news_ticker .item {
            height: auto;
            padding: 20px 20px 15px;
            display: block
        }

        #index_news_ticker .date {
            width: auto;
            margin: 0 10px 0 0;
            height: 25px;
            line-height: 26px;
            font-size: 12px;
            float: left
        }

        #index_news_ticker .category {
            font-size: 11px;
            margin-right: 0;
            min-width: 80px;
            height: 25px;
            line-height: 26px;
            padding: 0 15px
        }

        #index_news_ticker .title {
            font-size: 14px;
            text-overflow: clip;
            white-space: normal;
            max-height: 3.6em;
            margin-top: 10px;
            clear: both
        }

        #index_news_ticker .title a {
            overflow: visible;
            text-overflow: clip;
            white-space: normal;
            display: -webkit-inline-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }
    }

    .tab_content_top .tab {
        width: 100%
    }

    .tab_content_bottom {
        width: auto;
        border: none;
        padding: 100px 60px
    }

    .tab_content_bottom .item {
        left: 60px;
        right: 60px
    }

    .tab_content_bottom .image_area {
        width: 50%
    }

    .tab_content_bottom .content {
        width: calc(50% - 60px)
    }

    @media screen and (max-width: 950px) {
        .tab_content_top {
            height:500px
        }

        .tab_content_top_inner {
            width: 100%;
            padding: 0 40px
        }

        .tab_content_bottom {
            padding: 100px 40px
        }

        .tab_content_bottom .image_area {
            margin-right: 40px
        }

        .tab_content_bottom .content {
            width: calc(50% - 40px)
        }

        .tab_content_top .tab {
            height: 50px
        }

        .tab_content_top .tab .item {
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            min-width: 150px;
            margin: 0 4px;
            padding: 0 15px;
            border-radius: 5px 5px 0 0
        }
    }

    @media screen and (max-width: 750px) {
        .tab_content_top {
            height:360px
        }

        .tab_content_top_inner {
            padding: 0 20px
        }

        .tab_content_top .desc {
            line-height: 2;
            margin: 6px 0 0
        }

        .tab_content_top .design_button {
            margin-top: 20px
        }

        .tab_content_top .tab {
            height: 40px
        }

        .tab_content_top .tab .item {
            font-size: 12px;
            height: 40px;
            line-height: 40px;
            min-width: 70px
        }

        .tab_content_bottom {
            padding: 40px 20px
        }

        .tab_content_bottom .item {
            left: 20px;
            right: 20px;
            top: 40px
        }

        .tab_content_bottom .item_inner {
            display: block
        }

        .tab_content_bottom .image_area {
            width: 100%;
            margin: 0 auto;
            max-width: 500px
        }

        .tab_content_bottom .content {
            width: 100%;
            margin: 37px 0 0
        }

        .tab_content_bottom .title {
            margin-bottom: 11px
        }

        .tab_content_bottom .catch {
            margin-bottom: 6px
        }

        .tab_content_bottom .desc {
            line-height: 2
        }

        .tab_content_bottom .design_button {
            margin-top: 33px
        }

        .tab_content_bottom .slick-dots {
            bottom: 20px
        }
    }

    .cb_service_list {
        background: #f6f6f6
    }

    .cb_service_top {
        width: auto;
        padding: 90px 60px;
        border: none
    }

    .cb_service_bottom {
        width: auto;
        padding: 70px 60px;
        border: none
    }

    .cb_service_list.cb_content:last-of-type .cb_service_bottom {
        padding-bottom: 100px
    }

    .cb_service_item_list .item {
        position: relative;
        height: 500px;
        overflow: hidden
    }

    .cb_service_item_list .item a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff
    }

    .cb_service_item_list .item a:after {
        content: '';
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

    .cb_service_item_list .content {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: auto !important;
        z-index: 3;
        padding: 60px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .cb_service_item_list .item:nth-child(even) a:after {
        right: auto;
        left: 0
    }

    .cb_service_item_list .item:nth-child(even) .content {
        right: auto;
        left: 0
    }

    .cb_service_item_list .title {
        font-weight: 600;
        line-height: 1.5;
        margin-top: 8px
    }

    .cb_service_item_list .title span {
        display: block
    }

    .cb_service_item_list .sub_title {
        font-weight: 500
    }

    .cb_service_item_list .title br {
        display: none
    }

    .cb_service_item_list .desc {
        line-height: 2.4;
        color: #fff;
        margin-top: 30px
    }

    .cb_service_item_list .image_wrap {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    .cb_service_item_list .image {
        width: 100%;
        height: 100% !important;
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 2
    }

    .cb_service_item_list .bottom_title {
        font-weight: 600;
        margin: 38px 0 0;
        line-height: 1;
        position: relative;
        display: inline-block;
        padding: 0 20px 0 0
    }

    .cb_service_item_list .bottom_title:after {
        font-family: 'design_plus';
        content: '\e910';
        font-size: 14px;
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    @media screen and (max-width: 950px) {
        .cb_service_top {
            padding:90px 40px
        }

        .cb_service_bottom {
            padding: 70px 40px
        }
    }

    @media screen and (max-width: 750px) {
        .cb_service_list {
            z-index:2;
            position: relative
        }

        .cb_service_top {
            padding: 35px 20px
        }

        .cb_service_top .cb_desc {
            line-height: 2;
            margin: 30px 0 0
        }

        .cb_service_item_list .item {
            height: 100%
        }

        .cb_service_item_list .content {
            position: relative;
            width: 100%;
            padding: 35px 50px 50px;
            top: 0;
            -ms-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            transform: translateY(0%)
        }

        .cb_service_item_list .image_wrap {
            position: absolute;
            top: 0;
            left: 0
        }

        .cb_service_item_list .item a:after {
            width: 100%
        }

        .cb_service_item_list .desc {
            line-height: 2;
            margin-top: 20px
        }

        .cb_service_item_list .bottom_title {
            margin: 23px 0 0
        }

        .cb_service_item_list .bottom_title:after {
            font-size: 12px
        }

        .cb_service_bottom {
            padding: 40px
        }

        .cb_service_list.cb_content:last-of-type .cb_service_bottom {
            padding-bottom: 40px
        }
    }

    .cb_news_list {
        width: auto;
        padding: 90px 60px 100px;
        border: none
    }

    @media screen and (max-width: 950px) {
        .cb_news_list {
            padding:90px 40px 100px
        }
    }

    @media screen and (max-width: 750px) {
        .cb_news_list {
            padding:32px 20px 35px
        }

        .cb_news_list.no_archive_button {
            padding-bottom: 0;
            margin-bottom: -1px
        }

        .cb_news_list.no_archive_button+.white_content {
            padding-top: 40px !important
        }

        .cb_news_list .news_category_list {
            margin: 35px auto 30px
        }

        .cb_news_list .design_button {
            margin-top: 40px;
            margin-bottom: 5px
        }

        .cb_news_list .news_list {
            margin: 0 -20px
        }

        .cb_news_list .no_category_list {
            margin-top: 35px
        }
    }

    .cb_project_list {
        width: auto;
        padding: 90px 0 100px;
        border: none
    }

    .cb_project_list .project_list {
        margin: 60px 0 -70px
    }

    .cb_project_list .cb_desc {
        margin: 55px 60px 0
    }

    @media screen and (max-width: 950px) {
        .cb_project_list .cb_desc {
            margin:55px 40px 0
        }
    }

    @media screen and (max-width: 750px) {
        .cb_project_list {
            padding:40px 0 40px
        }

        .cb_project_list .project_list {
            margin: 30px 0 -10px
        }

        .cb_project_list .cb_desc {
            margin: 25px 20px 0
        }

        .cb_project_list .design_button {
            margin-top: 40px
        }
    }

    .cb_free_space.type1 {
        width: auto;
        padding: 0 60px;
        border: none
    }

    .cb_free_space.type2 {
        width: auto
    }

    @media screen and (max-width: 950px) {
        .cb_free_space.type1 {
            padding:0 40px
        }
    }

    @media screen and (max-width: 750px) {
        .cb_free_space.type1 {
            padding:0 20px
        }
    }

    @media screen and (max-width: 750px) {
        .cb_free_space .index_free_design_content .catch {
            font-size:20px;
            margin: 0 0 17px
        }

        .cb_free_space .index_free_design_content img {
            display: block;
            margin: 25px auto 0;
            max-width: 250px
        }
    }

    #company_archive_top {
        padding: 0 0 1px;
        width: auto;
        border: none
    }

    #company_archive_bottom_inner {
        padding: 70px 0 100px;
        width: auto;
        border: none
    }

    @media screen and (max-width: 950px) {
        #company_list {
            margin:0 40px -40px
        }

        #company_list .image_wrap {
            height: 200px
        }

        #company_list .title {
            padding: 0 40px
        }

        #company_list .catch {
            padding: 35px 40px
        }
    }

    @media screen and (max-width: 750px) {
        #company_archive_top .square_headline.inview {
            top:-20px
        }

        #company_archive_top .square_headline.inview.animate {
            top: -60px
        }

        #company_archive_bottom_inner {
            padding: 40px 0
        }

        #company_archive_bottom .top_catch {
            margin: -5px 0 33px
        }

        #company_list {
            display: block;
            margin: 0 20px -40px
        }

        #company_list .item {
            width: 100%;
            margin: 0
        }

        #company_list .title {
            padding: 0 30px
        }

        #company_list .catch {
            padding: 15px 30px 32px
        }
    }

    @media screen and (max-width: 550px) {
        #company_list .image_wrap {
            height:160px
        }
    }

    @media screen and (max-width: 750px) {
        .single_company_catch {
            font-size:20px;
            margin: -5px 0 35px
        }
    }

    @media screen and (max-width: 750px) {
        .philosophy_image1 {
            margin:0 auto;
            display: block;
            padding: 14px 0 7px;
            max-width: 240px !important
        }
    }

    @media screen and (max-width: 750px) {
        .outline_table {
            margin:33px 0 0 !important;
            font-size: 14px
        }

        .outline_table th {
            width: 90px !important;
            padding: 0 !important
        }
    }

    @media screen and (max-width: 750px) {
        .history_table {
            font-size:14px;
            margin: 33px 0 0 !important
        }

        .history_table .year {
            width: 78px !important;
            font-size: 14px
        }

        .history_table .month {
            width: 50px !important
        }
    }

    @media screen and (max-width: 750px) {
        #access_map {
            margin:33px -20px 0
        }

        .qt_google_map {
            height: 320px !important
        }

        .qt_google_map .qt_googlemap_embed {
            height: 320px !important
        }

        #access_map .qt_google_map .pb_googlemap_custom-overlay-inner {
            top: -84px;
            left: -50px;
            width: 90px !important;
            height: 90px !important
        }

        #access_info {
            margin: 35px 0 -7px;
            text-align: center
        }

        #access_info .headline {
            font-size: 16px;
            margin: 0 0 6px
        }

        #access_info .link a {
            padding: 6px 0
        }
    }

    @media screen and (max-width: 750px) {
        #partner_list {
            display:block;
            border: none;
            margin: 33px -20px -40px
        }

        #partner_list .item {
            width: 100%;
            height: auto;
            border: none;
            border-top: 1px solid #ddd;
            padding: 50px 40px 35px
        }

        #partner_list .item img {
            margin: 0 auto
        }

        #partner_list .item:nth-child(1) img {
            margin-top: auto
        }

        #partner_list .item .image {
            margin-bottom: 50px
        }

        #partner_list .item p {
            position: relative;
            bottom: auto;
            padding: 0
        }
    }

    #project_archive {
        padding: 0 0 100px;
        width: auto;
        border: none
    }

    .project_list {
        margin: 0
    }

    @media screen and (max-width: 950px) {
        .project_list .image_wrap {
            height:250px
        }

        .project_list .category {
            margin-left: 40px
        }

        .project_list .title {
            padding: 0 40px
        }

        .project_list .desc {
            margin: 20px 40px 0
        }
    }

    @media screen and (max-width: 750px) {
        #project_archive {
            padding-bottom:40px
        }

        body.no_page_nav #project_archive {
            padding-bottom: 0
        }

        #project_archive .square_headline.inview {
            top: -20px
        }

        #project_archive .square_headline.inview.animate {
            top: -60px
        }

        .project_list {
            margin: 0;
            display: block
        }

        .project_list .item {
            width: 100%;
            margin: 0 0 33px
        }

        .project_list .category {
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            margin-left: 20px
        }

        .project_list .title {
            padding: 0 20px;
            bottom: 15px
        }

        .project_list .desc {
            line-height: 2;
            max-height: 4em;
            margin: 13px 20px 0
        }
    }

    @media screen and (max-width: 550px) {
        .project_list .image_wrap {
            height:205px
        }
    }

    #related_project .design_headline2 {
        margin: 0 0 70px !important
    }

    @media screen and (max-width: 950px) {
        #project_title_area .image {
            height:350px
        }
    }

    @media screen and (max-width: 750px) {
        #project_title_area {
            margin:0 -20px 30px
        }

        #project_title_area .category {
            height: 50px;
            line-height: 50px;
            margin: 0 0 0 20px
        }

        #project_title_area .image_wrap {
            width: 100%;
            position: relative;
            margin: 0 0 5px;
            padding-top: 57%
        }

        #project_title_area .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0
        }

        #project_title_area .title {
            border: none;
            border-bottom: 1px solid #ddd;
            padding: 20px
        }

        #related_project {
            margin: 35px 0 -18px
        }

        #related_project .design_headline2 {
            font-size: 16px !important;
            margin: 0 0 40px !important
        }

        #related_project .post_list {
            margin: 0 30px
        }

        #related_project .item {
            width: calc(50% - 9px);
            margin: 0 18px 18px 0
        }

        #related_project .image_wrap {
            margin: 0 0 12px;
            height: 120px
        }

        #related_project .title {
            font-size: 14px;
            max-height: 4.8em
        }

        #related_project .title span {
            -webkit-line-clamp: 3
        }
    }

    @media screen and (max-width: 550px) {
        #related_project .post_list {
            margin:0
        }

        #related_project .image_wrap {
            height: 85px
        }
    }

    #service_archive {
        padding: 0 0 100px;
        width: auto;
        border: none
    }

    #service_list {
        margin: 0
    }

    #service_list .content_inner {
        padding: 50px
    }

    @media screen and (max-width: 950px) {
        #service_list .item {
            height:500px
        }

        #service_list .content {
            height: 100%;
            width: 100%
        }
    }

    @media screen and (max-width: 750px) {
        #service_archive {
            padding:0;
            margin-bottom: -1px
        }

        #service_list {
            margin: 0
        }

        #service_archive .square_headline.inview {
            top: -20px
        }

        #service_archive .square_headline.inview.animate {
            top: -60px
        }

        #service_list .content {
            position: relative
        }

        #service_list .content_inner {
            padding: 35px 50px 50px;
            position: relative;
            top: auto;
            -ms-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            transform: translateY(0%)
        }

        #service_list .item {
            height: auto
        }

        #service_list .catch {
            margin-top: 20px
        }

        #service_list .desc {
            line-height: 2;
            margin-top: 18px;
            max-height: 6em
        }

        #service_list .design_button {
            margin: 23px 0 0
        }
    }

    @media screen and (max-width: 550px) {
        #service_list .design_button a {
            width:100%
        }
    }

    #post_title2 {
        padding-right: 0;
        margin: -40px 0 60px
    }

    #service_banner .design_headline2 {
        margin: 0 0 60px !important
    }

    #service_banner {
        margin: 50px 0 0
    }

    @media screen and (max-width: 950px) {
        #service_banner .content_inner {
            padding:0 40px
        }
    }

    @media screen and (max-width: 750px) {
        #post_title2 {
            padding-right:20px;
            margin: -20px -20px 40px 0;
            height: auto
        }

        #post_title2 .title {
            height: auto;
            padding: 12px 0
        }

        #post_image2_wrap {
            width: calc(100% + 40px);
            position: relative;
            margin: 0 -20px 33px;
            padding-top: 64%
        }

        #post_image2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0
        }

        #service_banner {
            margin: 33px 0 0
        }

        #service_banner .design_headline2 {
            font-size: 16px !important;
            margin: 0 -20px 40px !important
        }

        #service_banner .item a {
            height: auto;
            display: block
        }

        #service_banner .image_wrap {
            width: 100%;
            height: 170px
        }

        #service_banner .content {
            width: 100%
        }

        #service_banner .content_inner {
            padding: 20px 30px;
            position: relative;
            top: auto;
            -ms-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            transform: translateY(0%)
        }

        #service_banner .desc {
            line-height: 2;
            max-height: 6em;
            margin: 3px 0 0
        }
    }

    @media screen and (max-width: 750px) {
        #tcd_lp_page_table {
            font-size:14px;
            margin: 0 0 40px
        }

        #tcd_lp_page_table th {
            width: 90px !important;
            padding: 0
        }
    }

    @media screen and (max-width: 750px) {
        .faq_list {
            margin:0 0 40px
        }

        .faq_list .question {
            font-size: 14px !important;
            padding: 15px 45px 11px 20px !important
        }

        .faq_list .question:before {
            right: 17px;
            top: 0;
            bottom: 0;
            width: 9px;
            height: 1px;
            margin: auto
        }

        .faq_list .question:after {
            right: 21px;
            top: 0;
            bottom: 0;
            width: 1px;
            height: 9px;
            margin: auto
        }

        .faq_list .answer {
            padding: 15px 20px 15px
        }

        .faq_list .answer p {
            line-height: 2
        }
    }

    #news_archive {
        padding: 0 0 100px;
        width: auto
    }

    .news_category_list {
        margin: 0 60px 100px
    }

    .news_list {
        margin: 0 60px
    }

    @media screen and (max-width: 950px) {
        .news_category_list {
            margin:0 40px 100px
        }

        .news_list {
            margin: 0 40px
        }
    }

    @media screen and (max-width: 750px) {
        #news_archive {
            padding:0 0 40px
        }

        body.no_page_nav #news_archive {
            padding-bottom: 0
        }

        #news_archive .square_headline.inview {
            top: -20px
        }

        #news_archive .square_headline.inview.animate {
            top: -60px
        }

        .news_category_list,.news_category_sort_button {
            margin: 0 20px 30px
        }

        .news_category_list li,.news_category_sort_button li {
            font-size: 14px;
            margin: 0 10px 10px
        }

        .news_category_list li a,.news_category_sort_button li a {
            padding-top: 15px
        }

        .news_list {
            margin: 0
        }

        .news_list .item {
            height: auto;
            border-left: none;
            border-right: none;
            margin: 0 0 -1px;
            padding: 20px 20px 15px;
            display: block
        }

        .news_list .date {
            width: auto;
            margin: 0 10px 0 0;
            height: 25px;
            line-height: 26px;
            font-size: 12px;
            float: left
        }

        .news_list .category {
            font-size: 11px;
            margin-right: 0;
            min-width: 80px;
            height: 25px;
            line-height: 27px;
            padding: 0 15px
        }

        .news_list .title {
            text-overflow: clip;
            white-space: normal;
            max-height: 3.6em;
            margin-top: 10px;
            clear: both
        }

        .news_list .title a {
            overflow: visible;
            text-overflow: clip;
            white-space: normal;
            display: -webkit-inline-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }
    }

    #single_news_inner {
        width: auto;
        margin: 0 auto;
        border: none;
        padding: 60px 0 100px
    }

    #single_news #article {
        width: 770px;
        padding: 40px
    }

    #news_next_prev_post {
        margin: 40px auto 0;
        width: 770px
    }

    #recent_news {
        width: 770px;
        margin: 70px auto 0
    }

    #recent_news .news_list {
        margin: 0
    }

    #recent_news .headline {
        margin-bottom: 40px
    }

    #recent_news .design_button {
        margin-top: 40px
    }

    @media screen and (max-width: 900px) {
        #single_news_inner {
            padding:40px 0
        }

        #single_news #article {
            width: auto;
            margin: 0 40px
        }

        #news_next_prev_post {
            margin: 40px 40px 0;
            width: auto
        }

        #recent_news {
            width: auto;
            margin: 70px 40px 0
        }

        #recent_news .design_button {
            margin-bottom: 40px
        }
    }

    @media screen and (max-width: 750px) {
        #single_news {
            background:#fff
        }

        #single_news_inner {
            padding: 0
        }

        #single_news #article {
            margin: 0;
            padding: 20px
        }

        #news_next_prev_post {
            margin: 20px 20px 0
        }

        #news_next_prev_post .item {
            height: 50px
        }

        #news_next_prev_post .item:first-of-type {
            border: none;
            margin-right: -1px
        }

        #news_next_prev_post a {
            border: 1px solid #ddd;
            text-align: center;
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        #news_next_prev_post .title_area {
            display: block;
            position: relative;
            left: auto;
            top: auto;
            -ms-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            transform: translateY(0%)
        }

        #news_next_prev_post .prev_post .title_area {
            padding: 0
        }

        #news_next_prev_post .next_post .title_area {
            padding: 0
        }

        #news_next_prev_post .title {
            display: none
        }

        #news_next_prev_post .nav {
            display: block;
            font-size: 14px
        }

        #news_next_prev_post a:before {
            content: '\e90f';
            font-family: 'design_plus';
            font-size: 11px;
            top: 1px;
            left: 15px;
            position: absolute;
            background: 0 0;
            width: auto;
            height: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        #news_next_prev_post .next_post a:before {
            content: '\e910';
            left: auto;
            right: 15px
        }

        #recent_news {
            width: auto;
            margin: 40px 0 0
        }

        #recent_news .headline {
            margin-bottom: 38px
        }
    }

    #blog_archive {
        padding: 0 0 100px;
        width: auto;
        border: none
    }

    #blog_list .image_link {
        width: 50%;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #blog_list .content {
        width: 50%;
        padding-left: 30px
    }

    @media screen and (max-width: 950px) {
        #blog_list .item {
            height:300px;
            padding: 40px
        }

        #blog_list .image_link {
            padding-right: 20px;
            height: 220px
        }

        #blog_list .content {
            padding-left: 20px;
            height: 220px
        }
    }

    @media screen and (max-width: 750px) {
        #blog_archive {
            padding:0 0 40px
        }

        body.no_page_nav #blog_archive {
            padding-bottom: 0;
            margin-bottom: -1px
        }

        #blog_archive .square_headline.inview {
            top: -20px
        }

        #blog_archive .square_headline.inview.animate {
            top: -60px
        }

        #blog_list {
            display: block
        }

        #blog_list .item {
            height: auto;
            padding: 20px 20px 12px
        }

        #blog_list .image_link {
            width: 100%;
            padding: 0;
            margin: 0 0 20px
        }

        #blog_list .content {
            width: 100%;
            padding: 0;
            height: auto
        }

        #blog_list .content_inner {
            position: relative;
            top: auto;
            -ms-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            transform: translateY(0%)
        }

        #blog_list .meta {
            margin-bottom: 12px
        }

        #blog_list .meta li:first-of-type {
            margin-right: 10px
        }

        #blog_list .category a,#blog_list .pr_label {
            font-size: 11px;
            min-width: 80px;
            height: 25px;
            line-height: 26px;
            padding: 0 15px
        }

        #blog_list .date {
            font-size: 12px;
            height: 25px;
            line-height: 26px
        }

        #blog_list .desc {
            display: none;
            margin: 7px 0 0
        }
    }

    @media screen and (max-width: 550px) {
        #blog_list .image_link {
            height:180px
        }
    }

    body.author .author_profile {
        width: auto;
        margin: 0 0 60px;
        padding: 60px 60px 0
    }

    @media screen and (max-width: 950px) {
        body.author .author_profile {
            margin:0 0 40px;
            padding: 40px 40px 0
        }
    }

    @media screen and (max-width: 750px) {
        body.author .author_profile {
            padding:40px 20px 0
        }

        body.author .author_profile .avatar_area {
            width: 90px;
            height: 90px
        }

        body.author .author_profile .info {
            -webkit-width: calc(100% - 90px);
            width: calc(100% - 90px)
        }
    }

    @media screen and (max-width: 750px) {
        .page_navi {
            margin:40px 20px 1px
        }

        .page_navi li {
            margin-bottom: -1px
        }
    }

    #page_header {
        height: 500px
    }

    #page_header_inner {
        width: 100% !important;
        padding: 0 60px;
        webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    @media screen and (max-width: 750px) {
        #page_header {
            height:350px
        }

        #page_header_inner {
            padding: 0 30px
        }

        #page_header .desc {
            font-size: 15px;
            margin: 10px 0 -5px
        }

        #page_header .bg_image.pc {
            display: none
        }

        #page_header .bg_image.mobile {
            display: block
        }
    }

    @media screen and (max-width: 550px) {
        #page_header {
            height:250px
        }
    }

    @media screen and (max-width: 750px) {
        #archive_square_headline {
            width:120px;
            height: 120px;
            top: -60px;
            margin-bottom: -20px
        }
    }

    @media screen and (max-width: 750px) {
        .archive_desc {
            line-height:2;
            margin: -25px 0 34px;
            text-align: center;
            padding: 0 20px
        }
    }

    #bread_crumb ul {
        width: auto;
        padding: 0 20px
    }

    #bread_crumb li {
        margin: 0 5px 0 0;
        padding: 0 15px 0 0
    }

    #bread_crumb li:after {
        line-height: 46px;
        height: 45px;
        bottom: -16px
    }

    #bread_crumb li a {
        height: 45px;
        line-height: 46px
    }


    #global_menu_button {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        display: inline-block;
        font-size: 11px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
        text-align: center
    }

    #global_menu_button span {
        width: 22px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        -webkit-transition-property: background-color;
        -webkit-transition-duration: .2s;
        -webkit-transition-timing-function: ease;
        transition-property: background-color;
        transition-duration: .2s;
        transition-timing-function: ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    #global_menu_button span:nth-child(1) {
        top: 24px;
        left: 20px
    }

    #global_menu_button span:nth-child(2) {
        top: 30px;
        left: 20px
    }

    #global_menu_button span:nth-child(3) {
        top: 36px;
        left: 20px
    }

    #global_menu_button:hover span {
        opacity: .5
    }

    body.home #global_menu_button {
        opacity: 0
    }

    body.home #global_menu_button.animate {
        -webkit-animation: opacityAnimation 1s ease forwards 0s;
        animation: opacityAnimation 1s ease forwards 0s
    }

    body.stop_index_slider_animation #global_menu_button {
        opacity: 1
    }

    body.hide_global_menu #global_menu_button {
        display: none !important
    }


    body.single #global_menu_button span {
        background: #000 !important
    }

    body.hide_header_image #global_menu_button span,body.no_index_header_content #global_menu_button span {
        background: #000
    }

    .megamenu {
        display: none
    }

    #mobile_menu {
        width: 100%;
        margin: 0
    }

    #mobile_menu ul {
        margin: 0
    }

    #mobile_menu li ul {
        display: none
    }

    #mobile_menu a {
        position: relative;
        display: block;
        margin: 0;
        padding: 0 60px 0 20px;
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        visibility: visible
    }

    #mobile_menu a:hover {
        color: #fff
    }

    #mobile_menu ul ul a {
        padding-left: 32px
    }

    #mobile_menu ul ul ul a {
        padding-left: 47px
    }

    #mobile_menu ul ul ul ul a {
        padding-left: 60px
    }

    #mobile_menu li {
        position: relative
    }

    #mobile_menu .child_menu_button {
        display: block;
        position: absolute;
        text-align: center;
        width: 60px;
        height: 60px;
        right: 0;
        top: -1px;
        z-index: 9;
        cursor: pointer
    }

    #mobile_menu .child_menu_button .icon:before {
        font-family: 'design_plus';
        content: '\e90e';
        color: #fff;
        text-align: center;
        display: block;
        font-size: 12px;
        position: absolute;
        right: 24px;
        top: 29px
    }

    #mobile_menu .child_menu_button.active .icon:before,#mobile_menu .child_menu_button:hover .icon:before {
        color: #fff;
        border-color: #fff
    }

    #mobile_menu li.open>.child_menu_button .icon:before {
        content: '\e911'
    }

    #mobile_menu .child_menu_button:hover {
        background: rgba(0,0,0,.2)
    }

    #drawer_menu .close_button {
        display: block;
        width: 100%;
        height: 60px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

    #drawer_menu .close_button:before {
        font-family: 'design_plus';
        color: #fff;
        font-size: 18px;
        display: block;
        content: '\e91a';
        position: absolute;
        top: 24px;
        right: 17px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #footer_search {
        max-width: 300px;
        height: 45px;
        position: relative;
        overflow: hidden;
        background: rgba(255,255,255,.2);
        margin: 30px auto
    }

    #footer_search .input_area input {
        width: calc(100% - 45px);
        color: #fff;
        height: 45px;
        padding: 0 10px;
        border: none;
        background: 0 0;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #footer_search:hover .input_area input,#footer_search.active .input_area input {
        left: 0
    }

    #footer_search .button input {
        background: 0 0;
        width: 45px;
        height: 45px;
        border: none;
        position: absolute;
        right: 0;
        pointer-events: none;
        z-index: 2
    }

    #footer_search .button label {
        background: 0 0;
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 2
    }

    #footer_search .button label:before {
        font-family: 'design_plus';
        color: #fff;
        font-size: 18px;
        content: '\e915';
        display: block;
        position: relative;
        top: 16px;
        left: 16px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    #footer_search .button label:hover:before {
        color: #0b8a97
    }

    @media screen and (max-width: 450px) {
        #footer_search {
            margin:30px 20px
        }
    }

    #mobile_banner img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto
    }

    #mobile_banner .banner {
        margin: 20px
    }


    @media screen and (max-width: 950px) {
        #post_image {
            height:350px
        }
    }

    @media screen and (max-width: 750px) {
        #post_title {
            margin-bottom:20px
        }

        #post_title .category {
            font-size: 11px;
            margin: 0 0 10px;
            min-width: 80px;
            height: 25px;
            line-height: 25px;
            padding: 0 15px
        }

        #post_title .date {
            font-size: 12px
        }

        #post_title .update {
            font-size: 12px;
            position: relative;
            padding: 0 0 0 29px;
            color: #999;
            margin: 0 0 0 10px
        }

        #post_title .update:before {
            font-size: 14px;
            top: 0;
            left: 10px
        }

        #post_title .meta_top {
            margin: 10px 0 0
        }

        #post_image {
            width: calc(100% + 40px);
            height: 300px;
            margin: 0 -20px 40px
        }

        #post_image_wrap {
            width: calc(100% + 40px);
            position: relative;
            margin: 0 -20px 33px;
            padding-top: 64%
        }

        #post_image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            margin: 0
        }
    }

    @media screen and (max-width: 750px) {
        #single_share_top {
            margin:0 0 40px
        }

        #single_share_bottom {
            margin: 40px 0 0
        }

        #single_share_bottom .share-btm {
            margin-bottom: 0 !important;
            padding: 0
        }

        #single_share_top .mt10,#single_share_top .mt10 {
            margin: 0 !important
        }

        #single_share_bottom .mb45,#single_share_bottom .mb45 {
            margin: 0 !important
        }

        .share-type1 ul {
            text-align: center;
            margin-bottom: -5px !important
        }

        .share-type3 ul {
            text-align: center;
            margin-bottom: -5px !important
        }

        .share-type2 ul.type2 {
            text-align: center;
            margin-bottom: -5px !important
        }

        .share-type4 ul.type4 {
            text-align: center;
            margin-bottom: -5px !important
        }

        .sns_default_top {
            text-align: center;
            margin-bottom: -5px !important
        }
    }

    @media screen and (max-width: 750px) {
        #single_copy_title_url_top {
            margin:0 0 30px
        }

        #single_copy_title_url_bottom {
            margin: 40px 0 0
        }

        .single_copy_title_url_btn {
            border-width: 2px;
            font-size: 12px;
            line-height: 46px;
            min-width: 250px
        }
    }

    #post_meta_bottom {
        padding: 15px 20px 13px
    }

    #post_meta_bottom li {
        display: block;
        margin: 0 0 5px;
        padding: 0 0 0 25px;
        border-right: none
    }

    #post_meta_bottom li:last-child {
        border: none;
        margin: 0
    }

    #post_meta_bottom li:before {
        line-height: 1.5
    }

    @media screen and (max-width: 750px) {
        #post_meta_bottom {
            margin:40px 0 0
        }
    }

    @media screen and (max-width: 750px) {
        #post_pagination {
            padding:5px 0 0
        }

        #post_pagination a,#post_pagination p {
            font-size: 12px;
            width: 45px;
            height: 45px;
            line-height: 45px
        }

        #p_readmore {
            padding: 5px 0 0;
            margin: 0
        }
    }

    @media screen and (max-width: 750px) {
        .author_profile {
            padding:20px 20px 15px
        }

        body.single .author_profile {
            margin: 40px 0 0
        }

        .author_profile .avatar_area {
            width: 90px;
            height: 90px
        }

        .author_profile .info {
            -webkit-width: calc(100% - 90px);
            width: calc(100% - 90px)
        }

        .author_profile .info_inner {
            padding: 0 0 0 20px
        }

        .author_profile .name {
            font-size: 18px;
            margin: 0 0 7px
        }

        .author_profile .author_link {
            margin-top: 5px
        }

        .author_profile .desc {
            font-size: 12px !important
        }

        body.single .author_profile .desc {
            line-height: 2
        }
    }

    @media screen and (max-width: 750px) {
        #single_banner_top {
            width:auto
        }

        #single_banner_bottom {
            width: auto;
            margin: 40px 0 -5px
        }

        #single_banner_shortcode {
            padding: 0 0 20px
        }
    }

    #next_prev_post {
        margin: 40px 0 0;
        padding-right: 0
    }

    @media screen and (max-width: 750px) {
        #next_prev_post {
            border:none;
            margin: 40px 0 0
        }

        #next_prev_post .item {
            height: 52px;
            margin: 0;
            padding: 0 !important
        }

        #next_prev_post .item:first-of-type {
            border-right: none
        }

        #next_prev_post .item:last-of-type {
            margin-left: -1px
        }

        #next_prev_post a {
            height: 50px;
            line-height: 50px;
            border: 1px solid #ddd;
            position: relative;
            background: #fff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        #next_prev_post .image_wrap {
            display: none
        }

        #next_prev_post .title_area {
            position: relative;
            bottom: auto;
            left: auto;
            color: #000;
            padding: 0
        }

        #next_prev_post .title {
            display: none
        }

        #next_prev_post .nav {
            display: block;
            text-align: center
        }

        #next_prev_post a:before {
            content: '\e90f';
            font-family: 'design_plus';
            font-size: 11px;
            top: 1px;
            left: 15px;
            position: absolute;
            background: 0 0;
            width: auto;
            height: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        #next_prev_post .next_post a:before {
            content: '\e910';
            left: auto;
            right: 15px
        }
    }

    #related_post {
        margin: 70px 0 -20px;
        padding: 0
    }

    #related_post .design_headline2 {
        margin: 0 0 70px !important
    }

    @media screen and (max-width: 750px) {
        #related_post {
            margin:40px 0 -20px
        }

        #related_post .design_headline2 {
            font-size: 18px;
            margin: 0 -20px 40px !important
        }

        #related_post .item {
            width: calc(50% - 4px);
            margin: 0 8px 17px 0
        }

        #related_post .item:nth-of-type(3n) {
            margin-right: 8px
        }

        #related_post .item:nth-of-type(2n) {
            margin-right: 0
        }

        #related_post .image_wrap {
            margin: 0 0 13px;
            height: 120px
        }

        #related_post .title {
            max-height: 4.8em
        }

        #related_post .title span {
            -webkit-line-clamp: 3
        }
    }

    @media screen and (max-width: 550px) {
        #related_post .image_wrap {
            height:90px
        }
    }
    @media screen and (max-width: 750px) {
        #footer_top {
            padding:40px 0 35px
        }

        #footer_logo .logo_image.pc {
            display: none
        }

        #footer_logo .logo_image.mobile {
            display: block
        }
    }

    #footer_sns {
        margin: 30px 0 0;
        position: relative;
        right: auto;
        top: auto
    }

    @media screen and (max-width: 750px) {
        #footer_sns {
            margin:30px 0 0
        }
    }

    #footer_menu {
        width: auto
    }

    #footer_menu .footer_menu {
        padding: 0 60px 40px;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        border: none;
        border-right: 1px solid #ddd
    }

    #footer_menu .footer_menu:nth-child(2n) {
        border-right: none
    }

    @media screen and (max-width: 950px) {
        #footer_menu .footer_menu {
            padding:0 40px 23px
        }
    }

    @media screen and (max-width: 750px) {
        #footer_menu .footer_menu {
            padding:0 20px 20px;
            border: none
        }

        #footer_menu .footer_menu li:first-of-type {
            font-size: 14px;
            margin: 0 0 13px
        }
    }

    #footer_menu_bottom {
        height: auto;
        line-height: inherit
    }

    #footer_menu_bottom ul {
        padding: 14px 0
    }

    #footer_menu_bottom li {
        line-height: 1;
        font-size: 14px;
        display: inline-block;
        margin: 0 20px
    }

    #footer_menu_bottom li a {
        display: block;
        padding: 10px 0
    }

    @media screen and (max-width: 950px) {
        #footer_menu_bottom li {
            font-size:12px;
            margin: 0 10px
        }
    }

    #footer_banner .item {
        height: 140px
    }

    #footer_banner .title_area {
        padding: 0 30px
    }

    @media screen and (max-width: 950px) {
        #footer_banner .item {
            height:140px;
            width: 50%;
            -ms-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
            flex: 1 0 auto
        }

        #footer_banner .title_area {
            padding: 0 40px
        }
    }

    @media screen and (max-width: 750px) {
        #footer_banner .item {
            height:100px
        }

        #footer_banner .title_area {
            padding: 0 20px
        }

        #footer_banner .sub_title {
            margin-top: 10px
        }
    }

    @media screen and (max-width: 750px) {
        #copyright {
            line-height:50px;
            height: 50px
        }
    }

    #return_top2 {
        display: none
    }

    #return_top {
        display: block !important
    }

    @media screen and (max-width: 750px) {
        #return_top a {
            height:50px;
            width: 50px;
            line-height: 50px
        }
    }

    body.show_footer_bar {
        padding-bottom: 0
    }

    body.show_footer_bar #return_top.active {
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    body.home.show_footer_bar #container {
        padding-bottom: 0
    }

    @media screen and (max-width: 950px) {
        body.show_footer_bar #footer_button.active {
            -webkit-transform:translate3d(0,-50px,0);
            transform: translate3d(0,-50px,0)
        }
    }

    .widget_content {
        width: calc(50% - 20px);
        margin: 0 40px 40px 0;
        padding: 0;
        border: none
    }

    .widget_content:nth-child(2n) {
        margin-right: 0
    }

    .widget_headline {
        background: #00729f;
        color: #fff;
        height: 60px;
        line-height: 60px;
        padding: 0 20px
    }

    @media screen and (max-width: 900px) {
        .widget_content,.widget_content:nth-child(2n) {
            width:auto;
            margin: 0 0 40px
        }

        .widget_content:last-of-type {
            margin: 0
        }
    }

    @media screen and (max-width: 550px) {
        .widget_content {
            border-top:1px solid #ddd;
            padding: 40px 20px 0;
            margin: 0 -20px 40px !important
        }

        .widget_headline {
            background: 0 0;
            color: #00729f;
            height: inherit;
            line-height: 1;
            padding: 0
        }
    }

    .category_list_widget {
        margin-top: 0
    }

    .category_list_widget .square_headline {
        height: auto;
        line-height: 1;
        padding: 0 20px;
        position: relative;
        z-index: 2
    }

    .category_list_widget .square_headline h3 {
        height: 60px;
        line-height: 60px;
        position: relative;
        top: auto;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .category_list_widget .square_headline .headline {
        font-size: 18px
    }

    .category_list_widget .square_headline .sub_headline {
        font-size: 12px
    }

    .category_list_widget ul {
        z-index: 1;
        position: relative
    }

    .category_list_widget li a {
        border: 1px solid #ddd;
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin-top: -1px
    }

    .category_list_widget li li a {
        padding-left: 34px
    }

    .category_list_widget li li li a {
        padding-left: 48px
    }

    .category_list_widget li a:hover {
        padding-left: 30px
    }

    .category_list_widget li li a:hover {
        padding-left: 44px
    }

    .category_list_widget li li li a:hover {
        padding-left: 58px
    }

    @media screen and (max-width: 550px) {
        .category_list_widget .square_headline h3 {
            height:50px;
            line-height: 50px
        }
    }

    .widget_tab_post_list_button div {
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }

    .widget_tab_post_list {
        top: 50px;
        left: 0;
        width: 100%
    }

    .widget_tab_post_list .image_wrap {
        width: 100px;
        height: 100px
    }

    .widget_tab_post_list .title_area {
        width: calc(100% - 100px)
    }

    @media screen and (max-width: 550px) {
        .widget_tab_post_list {
            top:90px;
            left: 20px;
            width: calc(100% - 40px)
        }
    }

    .styled_post_list1_widget {
        padding: 0
    }

    .styled_post_list1_widget .widget_headline {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        background: #00729f;
        color: #fff;
        padding: 0 20px;
        border: none;
        margin: 0
    }

    .styled_post_list1 li {
        margin: 0;
        border: 1px solid #ddd;
        border-bottom: none
    }

    .styled_post_list1 li:last-child {
        border-bottom: 1px solid #ddd
    }

    .styled_post_list1 a {
        padding: 20px
    }

    .styled_post_list1 .image_wrap {
        width: 100px;
        height: 100px
    }

    .styled_post_list1 .title_area {
        width: calc(100% - 100px);
        height: 100px
    }

    @media screen and (max-width: 550px) {
        .styled_post_list1_widget {
            margin:0 -20px -1px !important
        }

        .styled_post_list1 li {
            border: none;
            border-bottom: 1px solid #ddd
        }
    }

    .post_slider_widget {
        border: 1px solid #ddd;
        padding: 20px;
        height: 235px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .post_slider_nav {
        margin-left: 0
    }

    @media screen and (max-width: 550px) {
        .post_slider_widget {
            height:inherit;
            border: none;
            border-top: 1px solid #ddd;
            padding: 40px 20px;
            margin: 0 -20px 0 !important
        }
    }

    .tcd_banner_widget .banner_inner {
        border: 1px solid #ddd;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .tcd_banner_widget .headline {
        font-size: 20px
    }

    .tcd_banner_widget .sub_headline {
        font-size: 12px
    }

    @media screen and (max-width: 550px) {
        .tcd_banner_widget {
            padding:20px;
            margin: 0 -20px !important
        }

        .tcd_banner_widget .banner_inner {
            border: none;
            padding: 0
        }
    }

    @media screen and (max-width: 750px) {
        .p-dropdown__title {
            height:50px;
            line-height: 50px
        }
    }

    @media screen and (max-width: 750px) {
        #searchform {
            height:50px
        }

        #searchform #s {
            height: 50px
        }

        #searchform #searchsubmit {
            height: 50px
        }

        #searchform .submit_button {
            height: 50px
        }

        #searchform .submit_button:before {
            height: 50px;
            line-height: 50px
        }
    }

    #comments {
        margin: 70px 0 0;
        padding: 0
    }

    #comments .design_headline2 {
        margin: 0 0 70px !important
    }

    @media screen and (max-width: 750px) {
        #comments {
            margin:40px 0 0
        }

        #comments .design_headline2 {
            font-size: 18px;
            margin: 0 -20px 35px !important
        }
    }

    #comment_tab li a,#comment_tab li p {
        padding: 14px 15px;
        font-size: 12px
    }

    @media screen and (max-width: 750px) {
        #comment_tab li a,#comment_tab li p {
            background:#eee
        }
    }

    @media screen and (max-width: 750px) {
        .post_content h1,.post_content h2,.post_content h3,.post_content h4,.post_content h5,.post_content h6 {
            margin:0 0 5px
        }

        .post_content p {
            line-height: 2
        }

        .post_content li,.post_content dt,.post_content dd {
            line-height: 1.8
        }

        .post_content td,.post_content th {
            line-height: 1.8;
            padding: 14px 20px
        }
    }

    .c-pw__box {
        padding: 20px;
        margin: 0 0 20px
    }

    .c-pw__box-label {
        display: block;
        margin: 0 0 15px;
        text-align: center
    }

    .c-pw__box-input {
        width: calc(100% - 160px);
        margin: 0 10px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .c-pw__btn--submit {
        width: 150px;
        min-width: inherit;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    @media screen and (max-width: 750px) {
        .c-pw__box {
            padding:15px
        }

        .c-pw__box-input {
            width: calc(100% - 105px);
            margin-right: 5px
        }

        .c-pw__btn--submit {
            width: 100px
        }
    }

    .cardlink {
        margin: 30px 0 35px !important;
        padding: 15px
    }
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

.simplebar-content:before,.simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

body {
    font-size: 16px
}

.common_headline {
    font-size: 36px !important
}

@media screen and (max-width: 750px) {
    body {
        font-size:14px
    }

    .common_headline {
        font-size: 20px !important
    }
}

body,input,textarea {
    font-family: Arial,"Hiragino Sans","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN","Hiragino Kaku Gothic ProN","æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,sans-serif
}

.rich_font,.p-vertical {
    font-family: Arial,"Hiragino Sans","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN","Hiragino Kaku Gothic ProN","æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,sans-serif;
    font-weight: 600
}

.rich_font_type1 {
    font-family: Arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3","Hiragino Kaku Gothic ProN","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,sans-serif;
    font-weight: 600
}

.rich_font_type2 {
    font-family: Arial,"Hiragino Sans","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN","Hiragino Kaku Gothic ProN","æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,sans-serif;
    font-weight: 600
}

.rich_font_type3 {
    font-family: "Times New Roman","æ¸¸æ˜Žæœ","Yu Mincho","æ¸¸æ˜Žæœä½“","YuMincho","ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGSæ˜ŽæœE","ï¼­ï¼³ ï¼°æ˜Žæœ","MS PMincho",serif;
    font-weight: 600
}

.square_headline .headline {
    font-size: 24px
}

.square_headline .sub_headline {
    font-size: 14px
}

@media screen and (max-width: 750px) {
    .square_headline .headline {
        font-size:18px
    }

    .square_headline .sub_headline {
        font-size: 12px
    }
}
#footer_logo .logo_text {
    font-size: 32px
}

#global_menu>ul>li>a:hover,body.single #global_menu>ul>li.current-menu-item>a,body.single #global_menu>ul>li.active>a,#header.active #global_menu>ul>li.current-menu-item>a,#header.active #global_menu>ul>li.active>a,body.hide_header_image #global_menu>ul>li.current-menu-item>a,body.no_index_header_content #global_menu>ul>li.current-menu-item>a {
    color: #04427a !important
}

#global_menu ul ul a {
    color: #fff;
    background: #04427a
}

#global_menu ul ul a:hover {
    color: #fff;
    background: #2d7bce
}

#global_menu ul ul li.menu-item-has-children>a:before {
    color: #fff
}
#drawer_menu {
    color: #fff;
    background: #000
}

#drawer_menu a {
    color: #fff
}

#drawer_menu a:hover {
    color: #2d7bce
}

#mobile_menu a {
    color: #fff;
    border-color: #444
}

#mobile_menu li li a {
    background: #333
}

#mobile_menu a:hover,#drawer_menu .close_button:hover,#mobile_menu .child_menu_button:hover {
    color: #fff;
    background: #444
}

#mobile_menu .child_menu_button .icon:before,#mobile_menu .child_menu_button:hover .icon:before {
    color: #fff
}

.megamenu .headline_area h3 .headline {
    font-size: 24px
}

.megamenu_b .service_item_list .item a:after {
    background: rgba(0,0,0,.5)
}

#footer_banner a {
    color: #fff !important
}

#footer_banner .title {
    font-size: 24px
}

#footer_banner .sub_title {
    font-size: 14px
}

@media screen and (max-width: 750px) {
    #footer_banner .title {
        font-size:18px
    }

    #footer_banner .sub_title {
        font-size: 12px
    }
}

a {
    color: #000
}

#footer_menu .footer_menu li:first-of-type a,#return_top2 a:hover:before,#bread_crumb,#bread_crumb li.last,.tcd_banner_widget .headline,.post_slider_widget .slick-arrow:hover:before,#post_title2 .title,#service_banner .main_title,.megamenu .headline_area h3 .headline,.news_category_list li.active a,.news_category_sort_button li.active a,.sns_button_list.color_type2 li.contact a:before,.tab_content_top .tab .item.active,.cb_tab_content .tab_content_bottom .title,.cb_headline .headline,.faq_list .question.active,.faq_list .question:hover,.author_profile .author_link li.contact a:before,.author_profile .author_link li.user_url a:before {
    color: #04427a
}

.square_headline,.page_navi span.current,#post_pagination p,#comment_tab li.active a,.news_category_list li.active a:before,.news_category_sort_button li.active a:before,#index_news_ticker .category,.tab_content_bottom .slick-dots button:hover:before,.tab_content_bottom .slick-dots .slick-active button:before,.faq_list .question.active:before,.faq_list .question:hover:before,.faq_list .question:hover:after,#return_top a {
    background: #04427a
}

.page_navi span.current,#post_pagination p,.design_headline2 span,#post_title2 .title {
    border-color: #04427a
}

.category_list_widget li.current-menu-item a,.category_list_widget li.current-menu-parent a {
    background: rgba(4,66,122,.5);
    border-color: #fff;
    color: #fff
}

/* a:hover,#footer_top a:hover,#footer_social_link li a:hover:before,#footer_menu .footer_menu li:first-of-type a:hover,#next_prev_post a:hover,#bread_crumb li a:hover,#bread_crumb li.home a:hover:before,.single_copy_title_url_btn:hover,.tcdw_search_box_widget .search_area .search_button:hover:before,.widget_tab_post_list_button div:hover,#single_author_title_area .author_link li a:hover:before,.author_profile a:hover,#post_meta_bottom a:hover,.cardlink_title a:hover,.comment a:hover,.comment_form_wrapper a:hover,#searchform .submit_button:hover:before,.p-dropdown__title:hover:after {
    color: #2d7bce
} */

.page_navi a:hover,#post_pagination a:hover,#p_readmore .button:hover,.c-pw__btn:hover,#comment_tab li a:hover,#submit_comment:hover,#cancel_comment_reply a:hover,#wp-calendar #prev a:hover,#wp-calendar #next a:hover,#wp-calendar td a:hover,#comment_tab li a:hover,#index_news_ticker .category:hover,#return_top a:hover {
    background-color: #2d7bce
}

.page_navi a:hover,#post_pagination a:hover,#comment_textarea textarea:focus,.c-pw__box-input:focus {
    border-color: #2d7bce
}

.post_content a {
    color: #333
}

.post_content a:hover {
    color: #2d7bce
}

.design_button.type1 a {
    color: #fff !important;
    background: #04427a
}

.design_button.type1 a:hover {
    color: #fff !important;
    background: #2d7bce
}

.news_cat_id6 {
    background-color: #008bc6
}

.news_cat_id6:hover {
    background-color: #00bfb2
}

.news_cat_id7 {
    background-color: #c4c400
}

.news_cat_id7:hover {
    background-color: #929200
}

.styled_h2 {
    font-size: 26px !important;
    text-align: left;
    color: #fff;
    background: #000;
    border-top: 0 solid #ddd;
    border-bottom: 0 solid #ddd;
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    padding: 15px !important;
    margin: 0 0 30px !important
}

.styled_h3 {
    font-size: 22px !important;
    text-align: left;
    color: #000;
    border-top: 0 solid #ddd;
    border-bottom: 0 solid #ddd;
    border-left: 2px solid #000;
    border-right: 0 solid #ddd;
    padding: 6px 0 6px 16px !important;
    margin: 0 0 30px !important
}

.styled_h4 {
    font-size: 18px !important;
    text-align: left;
    color: #000;
    border-top: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    padding: 3px 0 3px 20px !important;
    margin: 0 0 30px !important
}

.styled_h5 {
    font-size: 14px !important;
    text-align: left;
    color: #000;
    border-top: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    padding: 3px 0 3px 24px !important;
    margin: 0 0 30px !important
}

.q_custom_button1 {
    color: #fff !important;
    border-color: rgba(83,83,83,1)
}

.q_custom_button1.animation_type1 {
    background: #535353
}

.q_custom_button1:hover,.q_custom_button1:focus {
    color: #fff !important;
    border-color: rgba(125,125,125,1)
}

.q_custom_button1.animation_type1:hover {
    background: #7d7d7d
}

.q_custom_button1:before {
    background: #7d7d7d
}

.q_custom_button2 {
    color: #fff !important;
    border-color: rgba(83,83,83,1)
}

.q_custom_button2.animation_type1 {
    background: #535353
}

.q_custom_button2:hover,.q_custom_button2:focus {
    color: #fff !important;
    border-color: rgba(125,125,125,1)
}

.q_custom_button2.animation_type1:hover {
    background: #7d7d7d
}

.q_custom_button2:before {
    background: #7d7d7d
}

.speech_balloon_left1 .speach_balloon_text {
    background-color: #ffdfdf;
    border-color: #ffdfdf;
    color: #000
}

.speech_balloon_left1 .speach_balloon_text:before {
    border-right-color: #ffdfdf
}

.speech_balloon_left1 .speach_balloon_text:after {
    border-right-color: #ffdfdf
}

.speech_balloon_left2 .speach_balloon_text {
    background-color: #fff;
    border-color: #ff5353;
    color: #000
}

.speech_balloon_left2 .speach_balloon_text:before {
    border-right-color: #ff5353
}

.speech_balloon_left2 .speach_balloon_text:after {
    border-right-color: #fff
}

.speech_balloon_right1 .speach_balloon_text {
    background-color: #ccf4ff;
    border-color: #ccf4ff;
    color: #000
}

.speech_balloon_right1 .speach_balloon_text:before {
    border-left-color: #ccf4ff
}

.speech_balloon_right1 .speach_balloon_text:after {
    border-left-color: #ccf4ff
}

.speech_balloon_right2 .speach_balloon_text {
    background-color: #fff;
    border-color: #0789b5;
    color: #000
}

.speech_balloon_right2 .speach_balloon_text:before {
    border-left-color: #0789b5
}

.speech_balloon_right2 .speach_balloon_text:after {
    border-left-color: #fff
}

.qt_google_map .pb_googlemap_custom-overlay-inner {
    background: #04427a;
    color: #fff
}

.qt_google_map .pb_googlemap_custom-overlay-inner:after {
    border-color: #04427a transparent transparent
}

body {
    color: #555
}

.project_list .image:afterÂ  {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%)
}

.markery {
    background-color: #fcea42
}

.title_box {
    padding: 1rem 2rem;
    border-left: 5px solid #04427a;
    background: #f4f4f4
}

.nerekired {
    color: #e7380d
}

.nereki_blue {
    color: #558de0
}

.button-red {
    padding: 0 2em;
    color: #fff !important;
    background-color: #f15a24;
    border-radius: 20px;
    letter-spacing: .3em;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-align: center
}

.button-red:hover {
    opacity: .7
}

.button-red a {
    color: #fff !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}