  @-webkit-keyframes copper-sm {
    to {
        background-position: -25.0666666667vw
    }
}

@keyframes copper-sm {
    to {
        background-position: -25.0666666667vw
    }
}

@-webkit-keyframes copper-md {
    to {
        background-position: -176px
    }
}

@keyframes copper-md {
    to {
        background-position: -176px
    }
}

@-webkit-keyframes copper-cover-sm {
    to {
        background-position: -68.2666666667vw
    }
}

@keyframes copper-cover-sm {
    to {
        background-position: -68.2666666667vw
    }
}

@-webkit-keyframes copper-cover-md {
    to {
        background-position: -356px
    }
}

@keyframes copper-cover-md {
    to {
        background-position: -356px
    }
}

@font-face {
    font-family: "MPR1";
    src: url(/life/fonts/MPR1.woff2) format("woff2"),url(/life/fonts/MPR1.woff) format("woff")
  }

:root {
    font-size: 16px
}

body {
    position: relative;
    font-family: "Hiragino Sans", "Meiryo", sans-serif;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    background-color: #b7e1eb
}

figure {
    margin-right: 0;
    margin-left: 0
}

figcaption:not(:first-child) {
    margin-top: .5em
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

a {
    text-decoration: none
}

a img {
    transition: opacity .15s
}

a:hover {
    text-decoration: underline
}

a:hover img {
    opacity: .75
}

a, a:hover, a:visited {
    color: #04c
}

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

.m_copper {
    width: 12.5333333333vw;
    height: 16.5333333333vw;
    background-repeat: no-repeat;
    background-size: 25.0666666667vw 16.5333333333vw;
    -webkit-animation: copper-sm 1s steps(2) infinite;
    animation: copper-sm 1s steps(2) infinite
}

@media print, screen and (min-width:769px) {
    .m_copper {
        width: 88px;
        height: 118px;
        background-size: 176px 118px;
        -webkit-animation: copper-md 1s steps(2) infinite;
        animation: copper-md 1s steps(2) infinite
    }
}

.m_copper._cover {
    width: 34.1333333333vw;
    height: 45.3333333333vw;
    margin: 48px auto 0;
    background-image: url(/life/images/c01-copper.png);
    background-size: 68.2666666667vw 45.3333333333vw;
    -webkit-animation: copper-cover-sm 1s steps(2) infinite;
    animation: copper-cover-sm 1s steps(2) infinite
}

@media print, screen and (min-width:769px) {
    .m_copper._cover {
        width: 178px;
        height: 238px;
        background-size: 356px 238px;
        -webkit-animation: copper-cover-md 1s steps(2) infinite;
        animation: copper-cover-md 1s steps(2) infinite
    }
}

.m_copper._01, .m_copper._03 {
    background-image: url(/life/images/c01-copper.png)
}

.m_copper._02 {
    background-image: url(/life/images/c02-copper.png)
}

.m_copper._04 {
    background-image: url(/life/images/c04-copper.png)
}

.c_section {
    padding-top: 100px
}

@media print, screen and (min-width:769px) {
    .c_section {
        padding: 100px 0
    }
}

.c_section__title {
    margin: 0;
    font-weight: 400
}

.c_section__title-index {
    font-family: "MPR1";
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 800;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%
}

@media print, screen and (min-width:769px) {
    .c_section__title-index {
        width: 140px;
        height: 140px;
        font-size: 80px;
        line-height: 140px
    }
}

.c_section__title-text {
    font-family: "MPR1";
    display: block;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center
}

@media print, screen and (min-width:769px) {
    .c_section__title-text {
        margin-top: 15px;
        font-size: 40px;
    }
}

.c_section__container {
    margin: 50px 20px 0
}

.c_section__container:first-of-type {
    margin-top: 50px
}

@media print, screen and (min-width:769px) {
    .c_section__container {
        display: flex;
        justify-content: space-between;
        width: 960px;
        margin: 50px auto 0
    }
    .c_section__container:first-of-type {
        margin-top: 120px
    }
}

.c_section__text {
    line-height: 1.4
}

@media print, screen and (min-width:769px) {
    .c_section__text {
        width: 472px;
        line-height: 1.65
    }
}

.c_section__text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

@media print, screen and (min-width:769px) {
    .c_section__text h3 {
        font-size: 30px;
        text-align: center
    }
}

.c_section__text p {
    width: 68vw;
    margin: 10px 0 0 auto;
    font-size: 15px
}

@media print, screen and (min-width:769px) {
    .c_section__text p {
        width: auto;
        margin: 0;
        font-size: 20px
    }
}

.c_section__image {
    width: 68vw;
    margin: 20px 0 0 auto
}

@media print, screen and (min-width:769px) {
    .c_section__image {
        width: 472px;
        margin: 0
    }
}

.c_section__image img {
    border-radius: 50px
}

.c_section__image figcaption {
    width: calc(100% - 100px);
    padding: 5px 10px;
    margin: 5px auto 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    background-color: rgba(255, 255, 255, .35);
    border-radius: 5px
}

@media print, screen and (min-width:769px) {
    .c_section__image figcaption {
        font-size: 14px
    }
}

.c_section__copper {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 20px);
    top: calc(calc(var(--vh, 1vh)*100) - 20px);
    z-index: 1
}

@media print, screen and (min-width:769px) {
    .c_section__copper {
        top: calc(100vh - 44px);
        top: calc(calc(var(--vh, 1vh)*100) - 44px)
    }
}

.c_section__copper>div {
    position: relative
}

@media print, screen and (min-width:769px) {
    .c_section__copper>div {
        width: 960px;
        margin: 0 auto
    }
}

.c_section__copper .m_copper {
    position: absolute;
    top: -16.5333333333vw;
    left: calc(1.8666666667vw + 20px)
}

@media print, screen and (min-width:769px) {
    .c_section__copper .m_copper {
        top: -118px;
        right: -44px;
        left: auto
    }
}

@media (max-width:768px) {
    #c01 .c_section__container:not(:last-child) {
        position: relative
    }
    #c01 .c_section__container:not(:last-child)::after {
        position: absolute;
        top: 0;
        left: 8vw;
        z-index: -1;
        width: 1px;
        height: calc(100% + 50px);
        content: "";
        background: linear-gradient(to bottom, #15596f, #15596f 1px, transparent 1px, transparent 3px) 0 0 repeat-y;
        background-size: 1px 3px
    }
}

#c01 .c_section__container:not(:last-child) .c_section__text {
    position: relative
}

#c01 .c_section__container:not(:last-child) .c_section__text h3 {
    background-color: #b7e1eb
}

@media print, screen and (min-width:769px) {
    #c01 .c_section__container:not(:last-child) .c_section__text p {
        padding-bottom: 20px;
        background-color: #b7e1eb
    }
    #c01 .c_section__container:not(:last-child) .c_section__text::after {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        width: 1px;
        height: calc(100% + 40px);
        content: "";
        background: linear-gradient(to bottom, #15596f, #15596f 1px, transparent 1px, transparent 3px) 0 0 repeat-y;
        background-size: 1px 3px
    }
}

.p_aside {
    padding: 100px 20px;
    margin-top: 100px;
    background-color: #fff
}

@media print, screen and (min-width:769px) {
    .p_aside {
        padding: 200px 0
    }
    .p_aside__container {
        width: 960px;
        margin: 0 auto
    }
}

.p_aside__heading {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center
}

@media print, screen and (min-width:769px) {
    .p_aside__heading {
        font-size: 25px;
        line-height: 1
    }
}

.p_aside__links {
    padding: 0;
    margin: 30px 0 0;
    line-height: 1.3;
    list-style-type: none
}

@media print, screen and (min-width:769px) {
    .p_aside__links {
        display: flex;
        justify-content: space-between;
        margin: 36px 0 0
    }
}

.p_aside__links li {
    margin: 20px 0 0
}

@media print, screen and (min-width:769px) {
    .p_aside__links li {
        width: 228px;
        margin: 0
    }
}

.p_aside__links a {
    display: block;
    text-align: center
}

@media print, screen and (min-width:769px) {
    .p_aside__links a {
        text-align: left
    }
}

.p_aside__links p {
    margin: 5px 0 0;
    font-size: 14px
}

.p_aside__link-title {
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 800;
    text-align: center
}

@media print, screen and (min-width:769px) {
    .p_aside__link-title {
        text-align: left
    }
}

.p_cover__jx-header {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    background-color: #fff
}

@media print, screen and (min-width:769px) {
    .p_cover__jx-header {
        height: 78px;
        padding: 0 30px
    }
}

.p_cover__jx-header a:hover img, .p_header__logo a:hover img {
    opacity: 1
}

.p_cover__jx-header img {
    width: 110px
}

@media print, screen and (min-width:769px) {
    .p_cover__jx-header img {
        width: auto
    }
}

.p_cover__container {
    position: relative;
    height: calc(100vh - 50px);
    height: calc(calc(var(--vh, 1vh)*100) - 50px);
    overflow: hidden
}

@media print, screen and (min-width:769px) {
    .p_cover__container {
        height: calc(100vh - 78px);
        height: calc(calc(var(--vh, 1vh)*100) - 78px)
    }
}

.p_cover__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    height: calc(calc(var(--vh, 1vh)*100) - 50px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-animation: cover-bg 9s infinite;
    animation: cover-bg 9s infinite
}

@media print, screen and (min-width:769px) {
    .p_cover__bg {
        width: 100%;
        height: calc(100vh - 78px);
        height: calc(calc(var(--vh, 1vh)*100) - 78px)
    }
}

.p_cover__bg._1 {
    background-image: url(/life/images/cover-bg-1.jpg)
}

.p_cover__bg._2 {
    background-image: url(/life/images/cover-bg-2.jpg)
}

.p_cover__bg._3 {
    background-image: url(/life/images/cover-bg-3.jpg)
}

.p_cover__bg._active {
    z-index: 1
}

.p_cover__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 91.2vw;
    margin: 0;
    transform: translate(-50%, -50%)
}

@media print, screen and (min-width:769px) {
    .p_cover__content {
        width: 1019px;
        height: 355px
    }
}

.p_cover__logo {
    position: relative
}

@media print, screen and (min-width:769px) {
    .p_cover__logo {
        width: 810px;
        height: 355px
    }
}

.p_cover__logo div {
    position: absolute;
    bottom: -6px;
    left: 15.432%;
    padding: 5px;
    font-size: 4.5333333333vw;
    line-height: 1;
    letter-spacing: -.05em;
    background-color: #fff
}

@media print, screen and (min-width:769px) {
    .p_cover__logo div {
        font-size: 23px
    }
    .p_cover__copper {
        position: absolute;
        top: 30%;
        right: 0
    }
}

.p_footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    padding: 0 18px;
    color: #fff;
    text-align: center;
    background-color: #000
}

@media print, screen and (min-width:769px) {
    .p_footer {
        padding: 0 30px;
        text-align: left
    }
}

.p_footer p {
    line-height: 1
}

.p_footer p small {
    font-family: "Roboto", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 10px
}

@media print, screen and (min-width:769px) {
    .p_footer p small {
        font-size: 16px
    }
}

.p_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000
}

@media print, screen and (min-width:769px) {
    .p_header {
        height: 69px;
        background-color: #15596f
    }
}

.p_header__container {
    position: relative
}

@media print, screen and (min-width:769px) {
    .p_header__container {
        width: 1200px;
        margin: 0 auto
    }
}

.p_header__logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 37.3333333333vw;
    height: 16.5333333333vw;
    margin: 0
}

@media print, screen and (min-width:769px) {
    .p_header__logo {
        left: 0;
        width: 218px;
        height: 96px
    }
}

@media (max-width:768px) {
    .p_header__nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 72vw;
        height: 100%;
        background-color: #fff;
        transition: transform .25s cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(72vw, 0, 0)
    }
    .p_header__nav._open {
        transform: translate3d(0, 0, 0)
    }
    .p_header__nav ul {
        padding: 140px 0 0 40px;
        margin: 0;
        font-size: 15px;
        font-weight: 800;
        list-style: none
    }
    .p_header__nav ul li {
        margin-top: 30px
    }
    .p_header__nav ul li:first-child {
        margin-top: 0
    }
    .p_header__nav ul a {
        color: #000
    }
    .p_header__nav ul a:hover {
        text-decoration: none
    }
}

@media print, screen and (min-width:769px) {
    .p_header__nav ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 69px;
        margin: 0;
        list-style: none
    }
    .p_header__nav li {
        margin-left: 20px
    }
    .p_header__nav a {
        font-size: 16px;
        color: #fff
    }
    .p_header__nav a:hover {
        text-decoration: none
    }
    .p_header__nav a._active {
        font-weight: 800
    }
}

.p_header__nav-heading {
    position: absolute;
    top: 20px;
    left: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px
}

@media print, screen and (min-width:769px) {
    .p_header__nav-heading {
        display: none
    }
}

.p_header__open-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 32px;
    padding: 0;
    text-align: left;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media print, screen and (min-width:769px) {
    .p_header__open-nav {
        display: none
    }
}

.p_header__open-nav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #15596f
}

.p_header__open-nav span:first-child {
    top: 0
}

.p_header__open-nav span:nth-child(2) {
    top: calc(50% - 2px)
}

.p_header__open-nav span:last-child {
    bottom: 0
}

.p_header__close-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: left;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media print, screen and (min-width:769px) {
    .p_header__close-nav {
        display: none
    }
}

.p_header__close-nav span {
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    height: 4px;
    background-color: #15596f
}

.p_header__close-nav span:first-child {
    transform: rotate(45deg)
}

.p_header__close-nav span:last-child {
    transform: rotate(-45deg)
}

.u_bg-text {
    background-color: #333!important
}

.u_bg-text-link, .u_bg-text-link-hover, .u_bg-text-link-visited {
    background-color: #04c!important
}

.u_bg-white {
    background-color: #fff!important
}

.u_bg-black {
    background-color: #000!important
}

@media (max-width:479px) {
    .u_bp-hide-lte-xs, .u_bp-hide-xs {
        display: none!important
    }
}

.u_bp-hide-gte-xs {
    display: none!important
}

@media (max-width:479px) {
    .u_bp-show-lte-xs-block, .u_bp-show-xs-block {
        display: block!important
    }
}

.u_bp-show-gte-xs-block {
    display: block!important
}

@media (max-width:479px) {
    .u_bp-show-lte-xs-inline, .u_bp-show-xs-inline {
        display: inline!important
    }
}

.u_bp-show-gte-xs-inline {
    display: inline!important
}

@media (max-width:479px) {
    .u_bp-show-lte-xs-inline-block, .u_bp-show-xs-inline-block {
        display: inline-block!important
    }
}

.u_bp-show-gte-xs-inline-block {
    display: inline-block!important
}

@media (min-width:480px) and (max-width:768px) {
    .u_bp-hide-sm {
        display: none!important
    }
}

@media (max-width:768px) {
    .u_bp-hide-lte-sm {
        display: none!important
    }
}

@media (min-width:480px) {
    .u_bp-hide-gte-sm {
        display: none!important
    }
}

@media (min-width:480px) and (max-width:768px) {
    .u_bp-show-sm-block {
        display: block!important
    }
}

@media (max-width:768px) {
    .u_bp-show-lte-sm-block {
        display: block!important
    }
}

@media (min-width:480px) {
    .u_bp-show-gte-sm-block {
        display: block!important
    }
}

@media (min-width:480px) and (max-width:768px) {
    .u_bp-show-sm-inline {
        display: inline!important
    }
}

@media (max-width:768px) {
    .u_bp-show-lte-sm-inline {
        display: inline!important
    }
}

@media (min-width:480px) {
    .u_bp-show-gte-sm-inline {
        display: inline!important
    }
}

@media (min-width:480px) and (max-width:768px) {
    .u_bp-show-sm-inline-block {
        display: inline-block!important
    }
}

@media (max-width:768px) {
    .u_bp-show-lte-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:480px) {
    .u_bp-show-gte-sm-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (min-width:769px) and (max-width:1023px) {
    .u_bp-hide-md {
        display: none!important
    }
}

@media print, screen and (max-width:1023px) {
    .u_bp-hide-lte-md {
        display: none!important
    }
}

@media print, screen and (min-width:769px) {
    .u_bp-hide-gte-md {
        display: none!important
    }
}

@media print, screen and (min-width:769px) and (max-width:1023px) {
    .u_bp-show-md-block {
        display: block!important
    }
}

@media print, screen and (max-width:1023px) {
    .u_bp-show-lte-md-block {
        display: block!important
    }
}

@media print, screen and (min-width:769px) {
    .u_bp-show-gte-md-block {
        display: block!important
    }
}

@media print, screen and (min-width:769px) and (max-width:1023px) {
    .u_bp-show-md-inline {
        display: inline!important
    }
}

@media print, screen and (max-width:1023px) {
    .u_bp-show-lte-md-inline {
        display: inline!important
    }
}

@media print, screen and (min-width:769px) {
    .u_bp-show-gte-md-inline {
        display: inline!important
    }
}

@media print, screen and (min-width:769px) and (max-width:1023px) {
    .u_bp-show-md-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (max-width:1023px) {
    .u_bp-show-lte-md-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (min-width:769px) {
    .u_bp-show-gte-md-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (min-width:1024px) and (max-width:1439px) {
    .u_bp-hide-lg {
        display: none!important
    }
}

@media print, screen and (max-width:1439px) {
    .u_bp-hide-lte-lg {
        display: none!important
    }
}

@media print, screen and (min-width:1024px) {
    .u_bp-hide-gte-lg {
        display: none!important
    }
}

@media print, screen and (min-width:1024px) and (max-width:1439px) {
    .u_bp-show-lg-block {
        display: block!important
    }
}

@media print, screen and (max-width:1439px) {
    .u_bp-show-lte-lg-block {
        display: block!important
    }
}

@media print, screen and (min-width:1024px) {
    .u_bp-show-gte-lg-block {
        display: block!important
    }
}

@media print, screen and (min-width:1024px) and (max-width:1439px) {
    .u_bp-show-lg-inline {
        display: inline!important
    }
}

@media print, screen and (max-width:1439px) {
    .u_bp-show-lte-lg-inline {
        display: inline!important
    }
}

@media print, screen and (min-width:1024px) {
    .u_bp-show-gte-lg-inline {
        display: inline!important
    }
}

@media print, screen and (min-width:1024px) and (max-width:1439px) {
    .u_bp-show-lg-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (max-width:1439px) {
    .u_bp-show-lte-lg-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (min-width:1024px) {
    .u_bp-show-gte-lg-inline-block {
        display: inline-block!important
    }
}

@media print, screen and (min-width:1440px) {
    .u_bp-hide-xl {
        display: none!important
    }
}

.u_bp-hide-lte-xl {
    display: none!important
}

@media print, screen and (min-width:1440px) {
    .u_bp-hide-gte-xl {
        display: none!important
    }
    .u_bp-show-xl-block {
        display: block!important
    }
}

.u_bp-show-lte-xl-block {
    display: block!important
}

@media print, screen and (min-width:1440px) {
    .u_bp-show-gte-xl-block {
        display: block!important
    }
    .u_bp-show-xl-inline {
        display: inline!important
    }
}

.u_bp-show-lte-xl-inline {
    display: inline!important
}

@media print, screen and (min-width:1440px) {
    .u_bp-show-gte-xl-inline {
        display: inline!important
    }
    .u_bp-show-xl-inline-block {
        display: inline-block!important
    }
}

.u_bp-show-lte-xl-inline-block {
    display: inline-block!important
}

@media print, screen and (min-width:1440px) {
    .u_bp-show-gte-xl-inline-block {
        display: inline-block!important
    }
}

.u_cf {
    overflow: hidden
}

.u_cf-legacy::after, .u_cf-legacy::before {
    display: table;
    content: " "
}

.u_cf-legacy::after {
    clear: both
}

.u_dp-none {
    display: none!important
}

.u_dp-block {
    display: block!important
}

.u_dp-inline {
    display: inline!important
}

.u_dp-inline-block {
    display: inline-block!important
}

.u_flip-horizontal {
    transform: scale(-1, 1)
}

.u_flip-vertical {
    transform: scale(1, -1)
}

.u_fw-100 {
    font-weight: 100!important
}

.u_fw-200 {
    font-weight: 200!important
}

.u_fw-300 {
    font-weight: 300!important
}

.u_fw-400 {
    font-weight: 400!important
}

.u_fw-500 {
    font-weight: 500!important
}

.u_fw-600 {
    font-weight: 600!important
}

.u_fw-700 {
    font-weight: 700!important
}

.u_fw-800 {
    font-weight: 800!important
}

.u_fw-900 {
    font-weight: 900!important
}

.u_fw-normal {
    font-weight: 400!important
}

.u_fw-bold {
    font-weight: 700!important
}

.u_inview {
    opacity: 0;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-duration: .75s;
    transition-property: opacity, transform;
    transform: translate3d(0, 10%, 0)
}

.u_inview._visible {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.u_ls-5 {
    letter-spacing: .05em!important
}

.u_ls-10 {
    letter-spacing: .1em!important
}

.u_ls-15 {
    letter-spacing: .15em!important
}

.u_ls-20 {
    letter-spacing: .2em!important
}

.u_ls-25 {
    letter-spacing: .25em!important
}

.u_ls-30 {
    letter-spacing: .3em!important
}

.u_ls-35 {
    letter-spacing: .35em!important
}

.u_ls-40 {
    letter-spacing: .4em!important
}

.u_ls-45 {
    letter-spacing: .45em!important
}

.u_ls-50 {
    letter-spacing: .5em!important
}

.u_ls-minus5 {
    letter-spacing: -.05em!important
}

.u_ls-minus10 {
    letter-spacing: -.1em!important
}

.u_ls-minus15 {
    letter-spacing: -.15em!important
}

.u_ls-minus20 {
    letter-spacing: -.2em!important
}

.u_ls-minus25 {
    letter-spacing: -.25em!important
}

.u_ls-minus30 {
    letter-spacing: -.3em!important
}

.u_ls-minus35 {
    letter-spacing: -.35em!important
}

.u_ls-minus40 {
    letter-spacing: -.4em!important
}

.u_ls-minus45 {
    letter-spacing: -.45em!important
}

.u_ls-minus50 {
    letter-spacing: -.5em!important
}

.u_ls-normal {
    letter-spacing: normal!important
}

.u_m-0 {
    margin: 0!important
}

.u_my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.u_mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.u_mt-0 {
    margin-top: 0!important
}

.u_mr-0 {
    margin-right: 0!important
}

.u_mb-0 {
    margin-bottom: 0!important
}

.u_ml-0 {
    margin-left: 0!important
}

.u_m-5 {
    margin: 5px!important
}

.u_my-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important
}

.u_mx-5 {
    margin-right: 5px!important;
    margin-left: 5px!important
}

.u_mt-5 {
    margin-top: 5px!important
}

.u_mr-5 {
    margin-right: 5px!important
}

.u_mb-5 {
    margin-bottom: 5px!important
}

.u_ml-5 {
    margin-left: 5px!important
}

.u_m-10 {
    margin: 10px!important
}

.u_my-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
}

.u_mx-10 {
    margin-right: 10px!important;
    margin-left: 10px!important
}

.u_mt-10 {
    margin-top: 10px!important
}

.u_mr-10 {
    margin-right: 10px!important
}

.u_mb-10 {
    margin-bottom: 10px!important
}

.u_ml-10 {
    margin-left: 10px!important
}

.u_m-15 {
    margin: 15px!important
}

.u_my-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important
}

.u_mx-15 {
    margin-right: 15px!important;
    margin-left: 15px!important
}

.u_mt-15 {
    margin-top: 15px!important
}

.u_mr-15 {
    margin-right: 15px!important
}

.u_mb-15 {
    margin-bottom: 15px!important
}

.u_ml-15 {
    margin-left: 15px!important
}

.u_m-20 {
    margin: 20px!important
}

.u_my-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
}

.u_mx-20 {
    margin-right: 20px!important;
    margin-left: 20px!important
}

.u_mt-20 {
    margin-top: 20px!important
}

.u_mr-20 {
    margin-right: 20px!important
}

.u_mb-20 {
    margin-bottom: 20px!important
}

.u_ml-20 {
    margin-left: 20px!important
}

.u_m-25 {
    margin: 25px!important
}

.u_my-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important
}

.u_mx-25 {
    margin-right: 25px!important;
    margin-left: 25px!important
}

.u_mt-25 {
    margin-top: 25px!important
}

.u_mr-25 {
    margin-right: 25px!important
}

.u_mb-25 {
    margin-bottom: 25px!important
}

.u_ml-25 {
    margin-left: 25px!important
}

.u_m-30 {
    margin: 30px!important
}

.u_my-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.u_mx-30 {
    margin-right: 30px!important;
    margin-left: 30px!important
}

.u_mt-30 {
    margin-top: 30px!important
}

.u_mr-30 {
    margin-right: 30px!important
}

.u_mb-30 {
    margin-bottom: 30px!important
}

.u_ml-30 {
    margin-left: 30px!important
}

.u_m-35 {
    margin: 35px!important
}

.u_my-35 {
    margin-top: 35px!important;
    margin-bottom: 35px!important
}

.u_mx-35 {
    margin-right: 35px!important;
    margin-left: 35px!important
}

.u_mt-35 {
    margin-top: 35px!important
}

.u_mr-35 {
    margin-right: 35px!important
}

.u_mb-35 {
    margin-bottom: 35px!important
}

.u_ml-35 {
    margin-left: 35px!important
}

.u_m-40 {
    margin: 40px!important
}

.u_my-40 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
}

.u_mx-40 {
    margin-right: 40px!important;
    margin-left: 40px!important
}

.u_mt-40 {
    margin-top: 40px!important
}

.u_mr-40 {
    margin-right: 40px!important
}

.u_mb-40 {
    margin-bottom: 40px!important
}

.u_ml-40 {
    margin-left: 40px!important
}

.u_m-45 {
    margin: 45px!important
}

.u_my-45 {
    margin-top: 45px!important;
    margin-bottom: 45px!important
}

.u_mx-45 {
    margin-right: 45px!important;
    margin-left: 45px!important
}

.u_mt-45 {
    margin-top: 45px!important
}

.u_mr-45 {
    margin-right: 45px!important
}

.u_mb-45 {
    margin-bottom: 45px!important
}

.u_ml-45 {
    margin-left: 45px!important
}

.u_m-50 {
    margin: 50px!important
}

.u_my-50 {
    margin-top: 50px!important;
    margin-bottom: 50px!important
}

.u_mx-50 {
    margin-right: 50px!important;
    margin-left: 50px!important
}

.u_mt-50 {
    margin-top: 50px!important
}

.u_mr-50 {
    margin-right: 50px!important
}

.u_mb-50 {
    margin-bottom: 50px!important
}

.u_ml-50 {
    margin-left: 50px!important
}

.u_m-55 {
    margin: 55px!important
}

.u_my-55 {
    margin-top: 55px!important;
    margin-bottom: 55px!important
}

.u_mx-55 {
    margin-right: 55px!important;
    margin-left: 55px!important
}

.u_mt-55 {
    margin-top: 55px!important
}

.u_mr-55 {
    margin-right: 55px!important
}

.u_mb-55 {
    margin-bottom: 55px!important
}

.u_ml-55 {
    margin-left: 55px!important
}

.u_m-60 {
    margin: 60px!important
}

.u_my-60 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
}

.u_mx-60 {
    margin-right: 60px!important;
    margin-left: 60px!important
}

.u_mt-60 {
    margin-top: 60px!important
}

.u_mr-60 {
    margin-right: 60px!important
}

.u_mb-60 {
    margin-bottom: 60px!important
}

.u_ml-60 {
    margin-left: 60px!important
}

.u_m-65 {
    margin: 65px!important
}

.u_my-65 {
    margin-top: 65px!important;
    margin-bottom: 65px!important
}

.u_mx-65 {
    margin-right: 65px!important;
    margin-left: 65px!important
}

.u_mt-65 {
    margin-top: 65px!important
}

.u_mr-65 {
    margin-right: 65px!important
}

.u_mb-65 {
    margin-bottom: 65px!important
}

.u_ml-65 {
    margin-left: 65px!important
}

.u_m-70 {
    margin: 70px!important
}

.u_my-70 {
    margin-top: 70px!important;
    margin-bottom: 70px!important
}

.u_mx-70 {
    margin-right: 70px!important;
    margin-left: 70px!important
}

.u_mt-70 {
    margin-top: 70px!important
}

.u_mr-70 {
    margin-right: 70px!important
}

.u_mb-70 {
    margin-bottom: 70px!important
}

.u_ml-70 {
    margin-left: 70px!important
}

.u_m-75 {
    margin: 75px!important
}

.u_my-75 {
    margin-top: 75px!important;
    margin-bottom: 75px!important
}

.u_mx-75 {
    margin-right: 75px!important;
    margin-left: 75px!important
}

.u_mt-75 {
    margin-top: 75px!important
}

.u_mr-75 {
    margin-right: 75px!important
}

.u_mb-75 {
    margin-bottom: 75px!important
}

.u_ml-75 {
    margin-left: 75px!important
}

.u_m-80 {
    margin: 80px!important
}

.u_my-80 {
    margin-top: 80px!important;
    margin-bottom: 80px!important
}

.u_mx-80 {
    margin-right: 80px!important;
    margin-left: 80px!important
}

.u_mt-80 {
    margin-top: 80px!important
}

.u_mr-80 {
    margin-right: 80px!important
}

.u_mb-80 {
    margin-bottom: 80px!important
}

.u_ml-80 {
    margin-left: 80px!important
}

.u_m-85 {
    margin: 85px!important
}

.u_my-85 {
    margin-top: 85px!important;
    margin-bottom: 85px!important
}

.u_mx-85 {
    margin-right: 85px!important;
    margin-left: 85px!important
}

.u_mt-85 {
    margin-top: 85px!important
}

.u_mr-85 {
    margin-right: 85px!important
}

.u_mb-85 {
    margin-bottom: 85px!important
}

.u_ml-85 {
    margin-left: 85px!important
}

.u_m-90 {
    margin: 90px!important
}

.u_my-90 {
    margin-top: 90px!important;
    margin-bottom: 90px!important
}

.u_mx-90 {
    margin-right: 90px!important;
    margin-left: 90px!important
}

.u_mt-90 {
    margin-top: 90px!important
}

.u_mr-90 {
    margin-right: 90px!important
}

.u_mb-90 {
    margin-bottom: 90px!important
}

.u_ml-90 {
    margin-left: 90px!important
}

.u_m-95 {
    margin: 95px!important
}

.u_my-95 {
    margin-top: 95px!important;
    margin-bottom: 95px!important
}

.u_mx-95 {
    margin-right: 95px!important;
    margin-left: 95px!important
}

.u_mt-95 {
    margin-top: 95px!important
}

.u_mr-95 {
    margin-right: 95px!important
}

.u_mb-95 {
    margin-bottom: 95px!important
}

.u_ml-95 {
    margin-left: 95px!important
}

.u_m-100 {
    margin: 100px!important
}

.u_my-100 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
}

.u_mx-100 {
    margin-right: 100px!important;
    margin-left: 100px!important
}

.u_mt-100 {
    margin-top: 100px!important
}

.u_mr-100 {
    margin-right: 100px!important
}

.u_mb-100 {
    margin-bottom: 100px!important
}

.u_ml-100 {
    margin-left: 100px!important
}

.u_p-0 {
    padding: 0!important
}

.u_py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.u_px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.u_pt-0 {
    padding-top: 0!important
}

.u_pr-0 {
    padding-right: 0!important
}

.u_pb-0 {
    padding-bottom: 0!important
}

.u_pl-0 {
    padding-left: 0!important
}

.u_p-5 {
    padding: 5px!important
}

.u_py-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.u_px-5 {
    padding-right: 5px!important;
    padding-left: 5px!important
}

.u_pt-5 {
    padding-top: 5px!important
}

.u_pr-5 {
    padding-right: 5px!important
}

.u_pb-5 {
    padding-bottom: 5px!important
}

.u_pl-5 {
    padding-left: 5px!important
}

.u_p-10 {
    padding: 10px!important
}

.u_py-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.u_px-10 {
    padding-right: 10px!important;
    padding-left: 10px!important
}

.u_pt-10 {
    padding-top: 10px!important
}

.u_pr-10 {
    padding-right: 10px!important
}

.u_pb-10 {
    padding-bottom: 10px!important
}

.u_pl-10 {
    padding-left: 10px!important
}

.u_p-15 {
    padding: 15px!important
}

.u_py-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.u_px-15 {
    padding-right: 15px!important;
    padding-left: 15px!important
}

.u_pt-15 {
    padding-top: 15px!important
}

.u_pr-15 {
    padding-right: 15px!important
}

.u_pb-15 {
    padding-bottom: 15px!important
}

.u_pl-15 {
    padding-left: 15px!important
}

.u_p-20 {
    padding: 20px!important
}

.u_py-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
}

.u_px-20 {
    padding-right: 20px!important;
    padding-left: 20px!important
}

.u_pt-20 {
    padding-top: 20px!important
}

.u_pr-20 {
    padding-right: 20px!important
}

.u_pb-20 {
    padding-bottom: 20px!important
}

.u_pl-20 {
    padding-left: 20px!important
}

.u_p-25 {
    padding: 25px!important
}

.u_py-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important
}

.u_px-25 {
    padding-right: 25px!important;
    padding-left: 25px!important
}

.u_pt-25 {
    padding-top: 25px!important
}

.u_pr-25 {
    padding-right: 25px!important
}

.u_pb-25 {
    padding-bottom: 25px!important
}

.u_pl-25 {
    padding-left: 25px!important
}

.u_p-30 {
    padding: 30px!important
}

.u_py-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
}

.u_px-30 {
    padding-right: 30px!important;
    padding-left: 30px!important
}

.u_pt-30 {
    padding-top: 30px!important
}

.u_pr-30 {
    padding-right: 30px!important
}

.u_pb-30 {
    padding-bottom: 30px!important
}

.u_pl-30 {
    padding-left: 30px!important
}

.u_p-35 {
    padding: 35px!important
}

.u_py-35 {
    padding-top: 35px!important;
    padding-bottom: 35px!important
}

.u_px-35 {
    padding-right: 35px!important;
    padding-left: 35px!important
}

.u_pt-35 {
    padding-top: 35px!important
}

.u_pr-35 {
    padding-right: 35px!important
}

.u_pb-35 {
    padding-bottom: 35px!important
}

.u_pl-35 {
    padding-left: 35px!important
}

.u_p-40 {
    padding: 40px!important
}

.u_py-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
}

.u_px-40 {
    padding-right: 40px!important;
    padding-left: 40px!important
}

.u_pt-40 {
    padding-top: 40px!important
}

.u_pr-40 {
    padding-right: 40px!important
}

.u_pb-40 {
    padding-bottom: 40px!important
}

.u_pl-40 {
    padding-left: 40px!important
}

.u_p-45 {
    padding: 45px!important
}

.u_py-45 {
    padding-top: 45px!important;
    padding-bottom: 45px!important
}

.u_px-45 {
    padding-right: 45px!important;
    padding-left: 45px!important
}

.u_pt-45 {
    padding-top: 45px!important
}

.u_pr-45 {
    padding-right: 45px!important
}

.u_pb-45 {
    padding-bottom: 45px!important
}

.u_pl-45 {
    padding-left: 45px!important
}

.u_p-50 {
    padding: 50px!important
}

.u_py-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.u_px-50 {
    padding-right: 50px!important;
    padding-left: 50px!important
}

.u_pt-50 {
    padding-top: 50px!important
}

.u_pr-50 {
    padding-right: 50px!important
}

.u_pb-50 {
    padding-bottom: 50px!important
}

.u_pl-50 {
    padding-left: 50px!important
}

.u_p-55 {
    padding: 55px!important
}

.u_py-55 {
    padding-top: 55px!important;
    padding-bottom: 55px!important
}

.u_px-55 {
    padding-right: 55px!important;
    padding-left: 55px!important
}

.u_pt-55 {
    padding-top: 55px!important
}

.u_pr-55 {
    padding-right: 55px!important
}

.u_pb-55 {
    padding-bottom: 55px!important
}

.u_pl-55 {
    padding-left: 55px!important
}

.u_p-60 {
    padding: 60px!important
}

.u_py-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
}

.u_px-60 {
    padding-right: 60px!important;
    padding-left: 60px!important
}

.u_pt-60 {
    padding-top: 60px!important
}

.u_pr-60 {
    padding-right: 60px!important
}

.u_pb-60 {
    padding-bottom: 60px!important
}

.u_pl-60 {
    padding-left: 60px!important
}

.u_p-65 {
    padding: 65px!important
}

.u_py-65 {
    padding-top: 65px!important;
    padding-bottom: 65px!important
}

.u_px-65 {
    padding-right: 65px!important;
    padding-left: 65px!important
}

.u_pt-65 {
    padding-top: 65px!important
}

.u_pr-65 {
    padding-right: 65px!important
}

.u_pb-65 {
    padding-bottom: 65px!important
}

.u_pl-65 {
    padding-left: 65px!important
}

.u_p-70 {
    padding: 70px!important
}

.u_py-70 {
    padding-top: 70px!important;
    padding-bottom: 70px!important
}

.u_px-70 {
    padding-right: 70px!important;
    padding-left: 70px!important
}

.u_pt-70 {
    padding-top: 70px!important
}

.u_pr-70 {
    padding-right: 70px!important
}

.u_pb-70 {
    padding-bottom: 70px!important
}

.u_pl-70 {
    padding-left: 70px!important
}

.u_p-75 {
    padding: 75px!important
}

.u_py-75 {
    padding-top: 75px!important;
    padding-bottom: 75px!important
}

.u_px-75 {
    padding-right: 75px!important;
    padding-left: 75px!important
}

.u_pt-75 {
    padding-top: 75px!important
}

.u_pr-75 {
    padding-right: 75px!important
}

.u_pb-75 {
    padding-bottom: 75px!important
}

.u_pl-75 {
    padding-left: 75px!important
}

.u_p-80 {
    padding: 80px!important
}

.u_py-80 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
}

.u_px-80 {
    padding-right: 80px!important;
    padding-left: 80px!important
}

.u_pt-80 {
    padding-top: 80px!important
}

.u_pr-80 {
    padding-right: 80px!important
}

.u_pb-80 {
    padding-bottom: 80px!important
}

.u_pl-80 {
    padding-left: 80px!important
}

.u_p-85 {
    padding: 85px!important
}

.u_py-85 {
    padding-top: 85px!important;
    padding-bottom: 85px!important
}

.u_px-85 {
    padding-right: 85px!important;
    padding-left: 85px!important
}

.u_pt-85 {
    padding-top: 85px!important
}

.u_pr-85 {
    padding-right: 85px!important
}

.u_pb-85 {
    padding-bottom: 85px!important
}

.u_pl-85 {
    padding-left: 85px!important
}

.u_p-90 {
    padding: 90px!important
}

.u_py-90 {
    padding-top: 90px!important;
    padding-bottom: 90px!important
}

.u_px-90 {
    padding-right: 90px!important;
    padding-left: 90px!important
}

.u_pt-90 {
    padding-top: 90px!important
}

.u_pr-90 {
    padding-right: 90px!important
}

.u_pb-90 {
    padding-bottom: 90px!important
}

.u_pl-90 {
    padding-left: 90px!important
}

.u_p-95 {
    padding: 95px!important
}

.u_py-95 {
    padding-top: 95px!important;
    padding-bottom: 95px!important
}

.u_px-95 {
    padding-right: 95px!important;
    padding-left: 95px!important
}

.u_pt-95 {
    padding-top: 95px!important
}

.u_pr-95 {
    padding-right: 95px!important
}

.u_pb-95 {
    padding-bottom: 95px!important
}

.u_pl-95 {
    padding-left: 95px!important
}

.u_p-100 {
    padding: 100px!important
}

.u_py-100 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
}

.u_px-100 {
    padding-right: 100px!important;
    padding-left: 100px!important
}

.u_pt-100 {
    padding-top: 100px!important
}

.u_pr-100 {
    padding-right: 100px!important
}

.u_pb-100 {
    padding-bottom: 100px!important
}

.u_pl-100 {
    padding-left: 100px!important
}

.u_pos-relative {
    position: relative!important
}

.u_pos-absolute {
    position: absolute!important
}

.u_post-static {
    position: static!important
}

.u_sr {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0);
    border: 0!important
}

.u_t-text {
    color: #333!important
}

.u_t-text-link, .u_t-text-link-hover, .u_t-text-link-visited {
    color: #04c!important
}

.u_t-white {
    color: #fff!important
}

.u_t-black {
    color: #000!important
}

.u_t-left {
    text-align: left!important
}

.u_t-center {
    text-align: center!important
}

.u_t-right {
    text-align: right!important
}

.u_t-smaller {
    font-size: smaller!important
}

.u_t-larger {
    font-size: larger!important
}

.u_va-baseline {
    vertical-align: baseline!important
}

.u_va-top {
    vertical-align: top!important
}

.u_va-middle {
    vertical-align: middle!important
}

.u_va-bottom {
    vertical-align: bottom!important
}

.u_va-text-bottom {
    vertical-align: text-bottom!important
}

.u_va-text-top {
    vertical-align: text-top!important
}

.u_vis-visible {
    visibility: visible!important
}

.u_vis-hidden {
    visibility: hidden!important
}

.u_wrap-wrap {
    white-space: normal!important
}

.u_wrap-nowrap {
    white-space: nowrap!important
}

.u_wrap-break-all {
    word-break: break-all!important
}