﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap");

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

re {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    background: inherit;
    font-size: 62.5%
}

body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 2
}

.ie11 body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
dl,
dt,
dd,
figure {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    color: #08f
}

a:hover {
    text-decoration: underline;
    color: #08f
}

strong,
em {
    font-weight: 500;
    font-style: normal
}

li,
dt,
dd {
    list-style: none
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    line-height: 1
}

small {
    font-size: inherit
}

table {
    border-collapse: collapse
}

* {
    box-sizing: border-box;
    font-smoothing: antialiased
}

*::before,
*::after {
    box-sizing: border-box
}

input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none
}

textarea {
    resize: vertical;
    vertical-align: bottom
}

input[type="text"],
input[type="textarea"] {
    width: 100%
}

label,
input[type="button"],
input[type="submit"] {
    cursor: pointer
}

@media (min-width: 992px) {
    body {
        font-size: 1.6rem
    }
}

.wrapper {
    position: relative;
    height: 100%
}

.l-container,
.l-container-md,
.l-container-lg,
.l-container-xl,
.l-container-fluid {
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.l-container-fluid {
    width: 100%
}

.l-section {
    padding: 40px 0
}

.l-section-header-heading {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .l-section-header-heading {
        font-size: 25px
    }
}

@media (min-width: 768px) {
    .l-section-header-heading {
        font-size: 35px
    }
}

.l-section-header {
    margin-bottom: 20px
}

.l-section-header-main,
.l-section-header-sub {
    display: inline-block
}

.l-section-header-sub {
    width: 100%;
    font-weight: 800;
    font-size: 30px;
    color: #DBD5CC
}

@media (min-width: 768px) {
    .l-section-header-sub {
        font-size: 40px;
        line-height: 32px
    }
}

.contact-icon {
    width: 26px
}

.tel-icon {
    width: 20px
}

@media (min-width: 576px) {
    .tel-icon {
        width: 25px
    }
}

.c-btn-lg .circle-icon-hover {
    display: none
}

.c-btn-lg:hover .circle-icon-hover {
    display: block
}

.c-btn-lg:hover .circle-icon {
    display: none
}

@media (min-width: 768px) {
    .l-section {
        padding: 80px 0
    }

    .l-section-header {
        margin-bottom: 49px
    }
}

@media (min-width: 992px) {
    .l-section {
        padding: 100px 0
    }
}

@media (min-width: 1200px) {

    .l-container,
    .l-container-xl {
        width: 1170px
    }
}

.color-change {
    color: #FFAE4F
}

.circles {
    width: 44px
}

@media (min-width: 768px) {
    .circles {
        width: 74px
    }
}

.u-button ahover {
    opacity: 0.7
}

.l-header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid inherit;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25)
}

@media (min-width: 1200px) {
    .l-header {
        padding: 15px 30px
    }
}

.o-header-container {
    max-width: 1600px;
    width: 100%
}

.l-header-logo {
    max-width: 277px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 992px) {
    .l-header-logo {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .l-header-logo {
        margin-right: 20px
    }
}

.l-header-logo img {
    display: block
}

.l-header-logo a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: block;
    font-size: 20px;
    font-family: HelveticaNeue, Arial, sans-serif
}

.l-header-logo a:hover {
    opacity: 0.8;
    text-decoration: none
}

.l-header-lead {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500
}

.l-header-phone a {
    width: 50px;
    height: 50px;
    border: solid 1px black;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: white;
    color: black
}

@media (min-width: 768px) {
    .l-header-phone a {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0.05em;
        color: #373737;
        width: auto;
        height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        border: none
    }
}

.l-header-phone a img {
    width: 36px
}

@media (min-width: 768px) {
    .l-header-phone a img {
        width: 17px
    }
}

.fa-phone::before {
    color: #f5af42
}

.l-header-button a {
    width: 243px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width: 768px) {
    .l-header-button a {
        width: 280px;
        height: 70px
    }
}

.l-header-button a img {
    width: 25px
}

@media (min-width: 768px) {
    .l-header-button a img {
        width: 25px
    }
}

@media (min-width: 576px) {
    .l-header-lead {
        font-size: 1.2rem
    }
}

.o-mv-catch {
    background: #e2edf4
}

.l-footer {
    padding: 18px 0;
    background: white
}

.copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #373737
}

.c-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-grid-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-col {
    width: 100%
}

@media (min-width: 768px) {
    .c-grid-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-col {
        padding: 0 15px 0 15px
    }
}

@media (min-width: 992px) {
    .c-grid-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-col-header {
    padding: 15px 10px
}

.c-col-text {
    padding: 15px
}

.c-grid-2col>.c-col {
    width: calc(50% - 30px)
}

@media screen and (min-width: 576px) {
    .c-grid-2col-sm>.c-col {
        width: calc(50% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .c-grid-2col-md>.c-col {
        width: calc(50% - 30px)
    }
}

@media screen and (min-width: 992px) {
    .c-grid-2col-lg>.c-col {
        width: calc(50% - 30px)
    }
}

@media screen and (min-width: 1200px) {
    .c-grid-2col-xl>.c-col {
        width: calc(50% - 30px)
    }
}

.c-grid-3col>.c-col {
    width: calc(33.3% - 30px)
}

@media screen and (min-width: 576px) {
    .c-grid-3col-sm>.c-col {
        width: calc(33.3% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .c-grid-3col-md>.c-col {
        width: calc(33.3% - 30px)
    }
}

@media screen and (min-width: 992px) {
    .c-grid-3col-lg>.c-col {
        width: calc(33.3% - 30px)
    }
}

@media screen and (min-width: 1200px) {
    .c-grid-3col-xl>.c-col {
        width: calc(33.3% - 30px)
    }
}

.c-grid-4col>.c-col {
    width: calc(25% - 30px)
}

@media screen and (min-width: 576px) {
    .c-grid-4col-sm>.c-col {
        width: calc(25% - 30px)
    }
}

@media screen and (min-width: 768px) {
    .c-grid-4col-md>.c-col {
        width: calc(25% - 30px)
    }
}

@media screen and (min-width: 992px) {
    .c-grid-4col-lg>.c-col {
        width: calc(25% - 30px)
    }
}

@media screen and (min-width: 1200px) {
    .c-grid-4col-xl>.c-col {
        width: calc(25% - 30px)
    }
}

.c-col-fluid {
    padding: 0
}

.c-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.c-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.c-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.c-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.c-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.c-col-6 {
    width: 50%;
    max-width: 50%
}

.c-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.c-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.c-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.c-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.c-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.c-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .c-col-1-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .c-col-2-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .c-col-3-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .c-col-4-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .c-col-5-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .c-col-6-md {
        width: 50%;
        max-width: 50%
    }

    .c-col-7-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .c-col-8-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .c-col-9-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .c-col-10-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .c-col-11-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .c-col-12-md {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .c-col-1-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .c-col-2-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .c-col-3-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .c-col-4-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .c-col-5-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .c-col-6-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .c-col-7-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .c-col-8-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .c-col-9-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .c-col-10-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .c-col-11-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .c-col-12-lg {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .c-col-1-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .c-col-2-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .c-col-3-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .c-col-4-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .c-col-5-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .c-col-6-xl {
        width: 50%;
        max-width: 50%
    }

    .c-col-7-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .c-col-8-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .c-col-9-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .c-col-10-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .c-col-11-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .c-col-12-xl {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.c-heading01 {
    border-bottom: 3px solid #333
}

.c-heading02 {
    border-bottom: dashed 2px #333
}

.c-heading03 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid
}

.c-heading04 {
    background-color: #333;
    padding: 5px 10px
}

.c-heading05 {
    border-left: 2px solid #333;
    padding-left: 10px
}

.c-heading06 {
    position: relative;
    background-color: #333;
    padding: 5px 10px
}

.c-heading06::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #333;
    width: 0;
    height: 0
}

.c-heading07 {
    background: #333;
    box-shadow: 0px 0px 0px 5px #333;
    border: dashed 2px white;
    padding: 0.2em 0.5em
}

.c-heading08 {
    position: relative;
    padding: 0.5em 1em;
    background: #333;
    color: white
}

.c-heading08::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #666666
}

.c-heading09 {
    position: relative;
    padding: 0.5em 1em;
    background: #333;
    color: white
}

.c-heading09::before,
.c-heading09::after {
    content: '';
    position: absolute;
    top: 100%;
    border-bottom: solid 10px transparent
}

.c-heading09::before {
    left: 0;
    border-right: solid 20px #666666
}

.c-heading09::after {
    right: 0;
    border-left: solid 20px #666666
}

.c-heading10 {
    color: #333;
    background: -webkit-linear-gradient(transparent 70%, #ccc 70%);
    background: linear-gradient(transparent 70%, #ccc 70%)
}

.c-btn {
    cursor: pointer;
    line-height: 1;
    display: block;
    text-align: center;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-width: 1px;
    border-style: solid
}

.c-btn:hover {
    text-decoration: none
}

.c-btn-lg {
    font-size: 18px
}

.c-btn-default {
    background-color: #fff;
    border-color: #fff;
    color: inherit
}

.c-btn-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.c-btn-primary {
    color: #fff;
    border-color: #FFAE4F;
    background: #FFAE4F
}

.c-btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: #FFAE4F;
    color: #FFAE4F
}

.c-btn-apply {
    background-color: #FFE604;
    border-color: #FFE604;
    color: #fff
}

.c-btn-apply:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #FFE604;
    color: #FFE604
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 22px;
    bottom: 32px;
    z-index: 9999
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none
}

#page_top a::before {
    content: "\f077";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #115177;
    border: 1px solid #115177;
    color: #fff;
    font-size: 22px;
    font-family: FontAwesome;
    font-weight: 900;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17)
}

#page_top a:hover::before {
    background-color: #fff;
    color: #115177;
    border-color: #115177
}

.c-form {
    max-width: 548px;
    margin: 0 auto
}

.c-form-note {
    padding: 0 15px;
    margin-top: 30px;
    font-size: 1.4rem
}

.c-form-tr {
    margin: 0 0 20px
}

.c-form-th {
    padding: 10px 0;
    font-weight: 700
}

.c-form-td input,
.c-form-td select,
.c-form-td textarea {
    border: 1px solid #F0F0F0;
    line-height: 1.4
}

.c-form-td input[type="text"],
.c-form-td input[type="date"],
.c-form-td input[type="tel"],
.c-form-td input[type="email"],
.c-form-td textarea {
    width: 100%;
    padding: 16px;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    min-height: 1em;
    background: #F0F0F0;
    font-weight: 700
}

.c-form-td input[type="date"] {
    -webkit-appearance: none
}

.c-form-td input[type="text"]:focus,
.c-form-td input[type="tel"]:focus,
.c-form-td textarea:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: none
}

.c-form-td select {
    width: 100%;
    font-size: 1.6rem;
    height: 2.6em;
    background: #fff
}

.c-form-td textarea {
    min-height: 8em
}

@media (min-width: 768px) {
    .c-form-td textarea {
        min-height: 9.375em
    }
}

.c-form-required {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 2px;
    margin-right: 12px;
    background-color: #E53935
}

.c-form-validate-error {
    color: #c00;
    font-size: 1.4rem
}

.c-form-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 0
}

.c-form-submit::after {
    content: '';
    clear: both;
    display: block
}

input[type="submit"].btn-input {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 15px 15px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    font-weight: 700
}

input[type="submit"].btn-confirm {
    width: 49%
}

input[type="submit"].btn-correct {
    width: 100%;
    background-color: #d9534f;
    border-color: #d43f3a
}

input[type="submit"].btn-correct:hover {
    background-color: #c9302c;
    border-color: #ac2925
}

input[type="submit"].btn-submit {
    width: 100%;
    background-color: inherit;
    border-color: inherit
}

input[type="submit"].btn-submit:hover {
    background-color: inherit;
    border-color: inherit
}

.c-form-policy {
    overflow-y: scroll;
    max-height: 146px;
    border: 1px solid #F0F0F0;
    background: #F0F0F0
}

.c-form-policy-body {
    padding: 10px 20px 10px 10px;
    font-size: 14px
}

@media (min-width: 576px) {
    .c-form-tr {
        margin: 0 0 30px
    }

    .form-th {
        padding: 10px 10px 10px 0
    }

    .c-form-checkbox {
        padding: 10px
    }

    .c-form-select,
    .c-form-textarea {
        padding: 10px 0
    }
}

.l-wrapper-finish {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width: 768px) {
    .l-finish-inner {
        padding: 30px
    }

    .c-form-note {
        padding: 0 60px;
        margin-top: 30px;
        font-size: inherit
    }
}

@media (min-width: 992px) {
    .l-finish {
        padding: 0px
    }
}

.c-table,
.c-table tbody,
.c-table tr,
.c-table-th,
.c-table-td {
    display: block
}

.c-table-block {
    max-width: 630px;
    margin: 0 auto;
    background: white
}

.c-table {
    width: 100%;
    table-layout: fixed
}

.c-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0px;
    margin-bottom: 1px
}

.c-table-th {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    width: 95px;
    white-space: pre;
    text-align: left;
    padding-left: 20px
}

@media (min-width: 768px) {
    .c-table-th {
        width: 159px
    }
}

.c-table-td {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    width: calc(100% - 95px)
}

@media (min-width: 768px) {
    .c-table-td {
        width: calc(100% - 159px)
    }
}

@media (min-width: 576px) {
    .c-table-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .c-table {
        display: table
    }

    .c-table tbody {
        display: table-row-group
    }
}

.c-table-default tr:nth-child(odd) th,
.c-table-default tr:nth-child(odd) td {
    background: #fff
}

.c-table ul,
.c-table li {
    list-style: disc
}

.c-table ul {
    margin-left: 20px
}

@media (min-width: 768px) {
    .c-table-th-right-md th {
        text-align: right
    }
}

.u-ls-n {
    margin: 0
}

.u-ls-n li {
    list-style-type: none
}

.c-price-table-img {
    max-width: 65%
}

@media (min-width: 768px) {
    .c-price-table-img {
        max-width: 360px
    }
}

.c-table-02,
.c-table-02-sp {
    table-layout: fixed
}

.c-table-02 th,
.c-table-02 td,
.c-table-02-sp th,
.c-table-02-sp td {
    font-size: 1.6rem;
    vertical-align: top;
    padding: 5px 10px;
    line-height: normal;
    vertical-align: middle
}

.c-table-02 th,
.c-table-02-sp th {
    font-weight: 700;
    background-color: #0d47a1;
    color: #fff
}

.c-table-02-block {
    display: none
}

.c-table-02-block-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px
}

.c-table-02-sp td {
    background-color: rgba(44, 75, 164, 0.03);
    padding: 20px 10px
}

th.c-table-02-any {
    background-color: #f27700
}

td.c-table-02-any-sp {
    background-color: rgba(242, 119, 0, 0.2)
}

@media (min-width: 768px) {
    .c-table-02-block-sp {
        display: none
    }

    .c-table-02,
    .c-table-02 tbody,
    .c-table-02 tr,
    .c-table-02 th,
    .c-table-02 td {
        display: block
    }

    .c-table-02-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 50px
    }

    .c-table-02 {
        display: table;
        border-collapse: separate;
        border-spacing: 1px
    }

    .c-table-02 tbody {
        display: table-row-group
    }

    .c-table-02 tr {
        display: table-row
    }

    .c-table-02 th,
    .c-table-02 td {
        display: table-cell;
        padding: 15px;
        font-size: 1.6rem
    }

    .c-table-02 th {
        width: auto;
        white-space: pre
    }

    .c-table-02 td {
        border-bottom: 1px solid #0d47a1;
        border-right: 1px solid #0d47a1
    }

    td.c-table-02-any {
        border-bottom: 1px solid #f27700;
        border-right: 1px solid #f27700
    }
}

.page {
    padding-top: 50px
}

.page .page-block p,
.page .page-block a {
    line-height: 2
}

.page .container {
    max-width: 970px;
    width: 100%
}

.page-block {
    margin-bottom: 50px
}

.page-block::after {
    clear: both;
    content: "";
    display: table
}

.page-block:last-child {
    margin-bottom: 0
}

.page-title {
    font-size: 2rem;
    margin-bottom: 1.5em
}

.page h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5em
}

.page h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5em
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    margin-bottom: 2em;
    line-height: 1.4
}

.breadcrumb ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.breadcrumb li::after {
    content: '/'
}

.breadcrumb li:last-child::after {
    content: ''
}

.breadcrumb li a {
    padding: 2px 5px
}

.breadcrumb li span {
    display: block;
    padding: 0 5px
}

.page-img {
    width: 100%;
    margin-bottom: 1.5em
}

.page-link li {
    margin-bottom: 1em
}

.page-link li:last-child {
    margin-bottom: 0
}

.page .section {
    padding: 0
}

@media (min-width: 576px) {
    .page-title {
        font-size: 3.0rem;
        margin-bottom: 20px;
        word-wrap: break-word;
        word-break: break-all
    }

    .page h2 {
        font-size: 2.7rem
    }

    .page h3 {
        font-size: 1.8rem
    }
}

@media (min-width: 768px) {
    .page-img {
        width: 40%;
        margin-bottom: 0
    }

    .page .section {
        padding: 30px 15px
    }

    .page-title {
        text-align: center
    }
}

.c-grid .c-3pr {
    margin-bottom: 20px
}

.c-grid .c-3pr:last-child {
    margin-bottom: 0
}

.c-3pr {
    padding: 20px
}

.c-3pr-img {
    width: 85%;
    overflow: hidden;
    margin: 0 auto 15px
}

.c-3pr img {
    display: block
}

.c-3pr-heading {
    font-size: 16px;
    text-align: center;
    margin-bottom: 11px
}

.c-3pr-small {
    width: 80%
}

@media (min-width: 576px) {
    .c-3pr {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .c-3pr-img {
        margin-bottom: 0
    }

    .c-3pr-content {
        padding-left: 30px;
        padding-bottom: 1em
    }
}

@media (min-width: 768px) {
    .c-3pr {
        max-width: 680px
    }

    .c-3pr-img {
        width: 35%
    }

    .c-3pr-content {
        width: 65%;
        padding: 0 0 0 20px
    }
}

@media (min-width: 992px) {
    .c-grid .c-3pr {
        margin-bottom: 0
    }

    .c-3pr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .c-3pr-img {
        width: 100%;
        margin-bottom: 15px
    }

    .c-3pr-content {
        width: 100%;
        padding: 0;
        text-align: center
    }
}

.c-3pr-img-circle {
    border-radius: 50%;
    width: 70%
}

@media (min-width: 576px) {
    .c-3pr-img-circle {
        width: 35%
    }
}

@media (min-width: 768px) {
    .c-3pr-img-circle {
        width: 30%
    }
}

@media (min-width: 992px) {
    .c-3pr-img-circle {
        width: 80%
    }
}

.p-mv {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .p-mv {
        background-size: cover;
        background-position: center center
    }
}

.pc .p-mv {
    background-attachment: fixed
}

.p-mv-catch {
    line-height: 1.4;
    margin-bottom: 15px
}

.p-mv-catch-block {
    position: relative;
    padding: 15px 15px 15px 15px
}

.p-mv-cv {
    position: relative;
    z-index: 10
}

@media (min-width: 576px) {
    .p-mv-catch {
        display: inline-block
    }
}

@media (min-width: 768px) {
    .p-mv-catch {
        margin-bottom: .5em
    }

    .p-mv-catch-block {
        padding: 0px
    }
}

.p-faq .h3 {
    margin-bottom: 1em
}

.p-faq-dl:last-child {
    margin-bottom: 0
}

.p-faq-dt,
.p-faq-dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.p-faq-q-icon,
.p-faq-a-icon {
    line-height: 1
}

.p-faq-dd {
    margin-bottom: 30px
}

.p-faq-dd:last-child {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .p-faq-dt {
        margin-bottom: 0px
    }

    .p-faq-dd {
        margin-bottom: 50px
    }
}

/*! Emma.css 0.7.0 | emmet-like utility classes | MIT License | git.io/emma */
.u-pos-s,
.u-p-s {
    position: static !important
}

.u-pos-a,
.u-p-a {
    position: absolute !important
}

.u-pos-r,
.u-p-r {
    position: relative !important
}

.u-pos-f,
.u-p-f {
    position: fixed !important
}

.u-t-a {
    top: auto !important
}

.u-t-0 {
    top: 0 !important
}

.u-r-a {
    right: auto !important
}

.u-r-0 {
    right: 0 !important
}

.u-b-a {
    bottom: auto !important
}

.u-b-0 {
    bottom: 0 !important
}

.u-l-a {
    left: auto !important
}

.u-l-0 {
    left: 0 !important
}

.u-fl-n,
.float-none {
    float: none !important
}

.u-fl-l,
.float-left {
    float: left !important
}

.u-fl-r,
.float-right {
    float: right !important
}

.u-cl-n {
    clear: none !important
}

.u-cl-l {
    clear: left !important
}

.u-cl-r {
    clear: right !important
}

.u-cl-b {
    clear: both !important
}

.u-of-h {
    overflow: hidden !important
}

@media (min-width: 576px) {

    .u-pos-a-sm,
    .u-p-a-sm {
        position: absolute !important
    }

    .u-pos-r-sm,
    .u-p-r-sm {
        position: relative !important
    }

    .u-pos-f-sm,
    .u-p-f-sm {
        position: fixed !important
    }

    .u-t-0-sm {
        top: 0 !important
    }

    .u-r-0-sm {
        right: 0 !important
    }

    .u-b-0-sm {
        bottom: 0 !important
    }

    .u-l-0-sm {
        left: 0 !important
    }

    .u-fl-n-sm,
    .float-none-sm {
        float: none !important
    }

    .u-fl-l-sm,
    .float-left-sm {
        float: left !important
    }

    .u-fl-r-sm,
    .float-right-sm {
        float: right !important
    }
}

@media (min-width: 768px) {

    .u-pos-a-md,
    .u-p-a-md {
        position: absolute !important
    }

    .u-pos-r-md,
    .u-p-r-md {
        position: relative !important
    }

    .u-pos-f-md,
    .u-p-f-md {
        position: fixed !important
    }

    .u-fl-n-md,
    .float-none-md {
        float: none !important
    }

    .u-fl-l-md,
    .float-left-md {
        float: left !important
    }

    .u-fl-r-md,
    .float-right-md {
        float: right !important
    }
}

@media (min-width: 992px) {

    .u-pos-a-lg,
    .u-p-a-lg {
        position: absolute !important
    }

    .u-pos-r-lg,
    .u-p-r-lg {
        position: relative !important
    }

    .u-pos-f-lg,
    .u-p-f-lg {
        position: fixed !important
    }

    .u-fl-n-lg,
    .float-none-lg {
        float: none !important
    }

    .u-fl-l-lg,
    .float-left-lg {
        float: left !important
    }

    .u-fl-r-lg,
    .float-right-lg {
        float: right !important
    }
}

.u-w-a {
    width: auto !important
}

.u-bd-n {
    border: none !important
}

.u-bg-n {
    background: none !important
}

.u-c-i {
    color: inherit !important
}

.u-ta-l,
.t-left,
.tleft {
    text-align: left !important
}

.u-ta-c,
.t-center,
.tcenter {
    text-align: center !important
}

.u-ta-r,
.t-right,
.tright {
    text-align: right !important
}

.u-ws-pre,
.u-ws-p,
.ws-pre {
    white-space: pre !important
}

.u-ws-nw,
.ws-nw {
    white-space: nowrap
}

.u-wb-ba {
    word-break: break-all
}

.u-ww-bw {
    word-wrap: break-word
}

@media (min-width: 576px) {

    .u-ta-l-sm,
    .t-left-sm,
    .tleft-sm {
        text-align: left !important
    }

    .u-ta-c-sm,
    .t-center-sm,
    .tcenter-sm {
        text-align: center !important
    }

    .u-ta-r-sm,
    .t-right-sm,
    .tright-sm {
        text-align: right !important
    }

    .u-ta-l-sm,
    .t-left-sm,
    .tleft-sm {
        text-align: left !important
    }

    .u-ta-c-sm,
    .t-center-sm,
    .tcenter-sm {
        text-align: center !important
    }

    .u-ta-r-sm,
    .t-right-sm,
    .tright-sm {
        text-align: right !important
    }

    .u-ws-pre-sm,
    .u-ws-p-sm,
    .ws-pre-sm {
        white-space: pre !important
    }
}

@media (min-width: 768px) {

    .u-ta-l-md,
    .t-left-md,
    .tleft-md {
        text-align: left !important
    }

    .u-ta-c-md,
    .t-center-md,
    .tcenter-md {
        text-align: center !important
    }

    .u-ta-r-md,
    .t-right-md,
    .tright-md {
        text-align: right !important
    }

    .u-ta-l-md,
    .t-left-md,
    .tleft-md {
        text-align: left !important
    }

    .u-ta-c-md,
    .t-center-md,
    .tcenter-md {
        text-align: center !important
    }

    .u-ta-r-md,
    .t-right-md,
    .tright-md {
        text-align: right !important
    }

    .u-ws-pre-md,
    .u-ws-p-md,
    .ws-pre-md {
        white-space: pre !important
    }
}

@media (min-width: 992px) {

    .u-ta-l-lg,
    .t-left-lg,
    .tleft-lg {
        text-align: left !important
    }

    .u-ta-c-lg,
    .t-center-lg,
    .tcenter-lg {
        text-align: center !important
    }

    .u-ta-r-lg,
    .t-right-lg,
    .tright-lg {
        text-align: right !important
    }

    .u-ws-pre-lg,
    .u-ws-p-lg,
    .ws-pre-lg {
        white-space: pre !important
    }
}

.u-ta-j {
    text-align: justify !important
}

.u-tsh-n {
    text-shadow: none !important
}

.u-lh-nm {
    line-height: normal !important
}

.u-lh-i {
    line-height: inherit !important
}

.u-lh-1 {
    line-height: 1 !important
}

.u-lh-xs {
    line-height: 1.2 !important
}

.u-lh-sm {
    line-height: 1.4 !important
}

.u-lh-md {
    line-height: 1.6 !important
}

.u-lh-lg {
    line-height: 1.8 !important
}

.u-lh-2 {
    line-height: 2 !important
}

@media (min-width: 768px) {
    .u-lh-xs-md {
        line-height: 1.6 !important
    }

    .u-lh-2-md {
        line-height: 2 !important
    }
}

.u-td-n {
    text-decoration: none !important
}

.u-td-u,
.underline,
.under {
    text-decoration: underline !important
}

.u-pe-n {
    pointer-events: none !important
}

.u-pe-a {
    pointer-events: auto !important
}

@media (min-width: 768px) {
    .u-pe-n-md {
        pointer-events: none !important
    }

    .u-pe-a-md {
        pointer-events: auto !important
    }
}

@media (min-width: 992px) {
    .u-pe-n-lg {
        pointer-events: none !important
    }

    .u-pe-a-lg {
        pointer-events: auto !important
    }
}

.color-white,
.u-c-w {
    color: #fff !important
}

.bg-white,
.u-bg-w {
    background: #fff !important
}

.color-red,
.u-c-r {
    color: #ff0038 !important
}

.u-m-c,
.u-mc {
    color: #333 !important
}

.u-ma {
    margin: auto !important
}

.u-m0 {
    margin: 0 !important
}

.u-m10 {
    margin: 10px !important
}

.u-m20 {
    margin: 20px !important
}

.u-m0a {
    margin-left: auto;
    margin-right: auto
}

.u-my {
    margin: 20px 0 !important
}

.u-mt0 {
    margin-top: 0 !important
}

.u-mt5 {
    margin-top: 5px !important
}

.u-mt6 {
    margin-top: 6px !important
}

.u-mt10 {
    margin-top: 10px !important
}

.u-mt15 {
    margin-top: 15px !important
}

.u-mt20 {
    margin-top: 20px !important
}

.u-mt25 {
    margin-top: 25px !important
}

.u-mt30 {
    margin-top: 30px !important
}

.u-mt35 {
    margin-top: 35px !important
}

.u-mt40 {
    margin-top: 40px !important
}

.u-mt50 {
    margin-top: 50px !important
}

.u-mt80 {
    margin-top: 80px !important
}

.u-mt1em {
    margin-top: 1em !important
}

.u-mt15em {
    margin-top: 1.5em !important
}

.u-mt2em {
    margin-top: 2em !important
}

.u-mt3em {
    margin-top: 3em !important
}

.u-mb0 {
    margin-bottom: 0 !important
}

.u-mb5 {
    margin-bottom: 5px !important
}

.u-mb6 {
    margin-bottom: 6px !important
}

.u-mb8 {
    margin-bottom: 8px !important
}

.u-mb10 {
    margin-bottom: 10px !important
}

.u-mb15 {
    margin-bottom: 15px !important
}

.u-mb20 {
    margin-bottom: 20px !important
}

.u-mb25 {
    margin-bottom: 25px !important
}

.u-mb30 {
    margin-bottom: 30px !important
}

.u-mb33 {
    margin-bottom: 33px !important
}

.u-mb40 {
    margin-bottom: 40px !important
}

.u-mb50 {
    margin-bottom: 50px !important
}

.u-mb53 {
    margin-bottom: 53px !important
}

.u-mb60 {
    margin-bottom: 60px !important
}

.u-mb75 {
    margin-bottom: 75px !important
}

.u-mb100 {
    margin-bottom: 100px !important
}

.u-mb-half {
    margin-bottom: 0.5em !important
}

.u-mb1em {
    margin-bottom: 1em !important
}

.u-mb15em {
    margin-bottom: 1.5em !important
}

.u-mb2em {
    margin-bottom: 2em !important
}

.u-mb3em {
    margin-bottom: 3em !important
}

.u-mr-a {
    margin-right: auto !important
}

.u-mr1em {
    margin-right: 1em !important
}

.u-mr0 {
    margin-right: 0 !important
}

.u-mr5 {
    margin-right: 5px !important
}

.u-mr10 {
    margin-right: 10px !important
}

.u-mr13 {
    margin-right: 13px !important
}

.u-mr15 {
    margin-right: 15px !important
}

.u-mr20 {
    margin-right: 20px !important
}

.u-mr25 {
    margin-right: 25px !important
}

.u-mr30 {
    margin-right: 30px !important
}

.u-mr34 {
    margin-right: 34px !important
}

.u-mr70 {
    margin-right: 70px !important
}

.u-mr45 {
    margin-right: 45px !important
}

.u-ml-a {
    margin-left: auto !important
}

.u-ml1em {
    margin-left: 1em !important
}

.u-ml0 {
    margin-left: 0 !important
}

.u-ml5 {
    margin-left: 5px !important
}

.u-ml6 {
    margin-left: 6px !important
}

.u-ml10 {
    margin-left: 10px !important
}

.u-ml12 {
    margin-left: 12px !important
}

.u-ml15 {
    margin-left: 15px !important
}

.u-ml20 {
    margin-left: 20px !important
}

.u-ml25 {
    margin-left: 25px !important
}

.u-ml30 {
    margin-left: 30px !important
}

@media (min-width: 576px) {
    .u-mt0-sm {
        margin-top: 0 !important
    }

    .u-mt10-sm {
        margin-top: 10px !important
    }

    .u-mt15-sm {
        margin-top: 15px !important
    }

    .u-mt20-sm {
        margin-top: 20px !important
    }

    .u-mt25-sm {
        margin-top: 25px !important
    }

    .u-mt30-sm {
        margin-top: 30px !important
    }

    .u-mt70-sm {
        margin-top: 70px !important
    }

    .u-mb-half-sm {
        margin-bottom: 0.5em !important
    }

    .u-mb1em-sm {
        margin-bottom: 1em !important
    }

    .u-mb15em-sm {
        margin-bottom: 1.5em !important
    }

    .u-mb2em-sm {
        margin-bottom: 2em !important
    }

    .u-mb3em-sm {
        margin-bottom: 3em !important
    }

    .u-mb0-sm {
        margin-bottom: 0 !important
    }

    .u-mb10-sm {
        margin-bottom: 10px !important
    }

    .u-mb15-sm {
        margin-bottom: 15px !important
    }

    .u-mb20-sm {
        margin-bottom: 20px !important
    }

    .u-mb25-sm {
        margin-bottom: 25px !important
    }

    .u-mb30-sm {
        margin-bottom: 30px !important
    }

    .u-mb50-sm {
        margin-bottom: 50px !important
    }

    .u-mb75-sm {
        margin-bottom: 75px !important
    }

    .u-mb100-sm {
        margin-bottom: 100px !important
    }

    .u-mr0-sm {
        margin-right: 0 !important
    }

    .u-mr1em-sm {
        margin-right: 1em !important
    }

    .u-mr10-sm {
        margin-right: 10px !important
    }

    .u-mr15-sm {
        margin-right: 15px !important
    }

    .u-mr20-sm {
        margin-right: 20px !important
    }

    .u-mr25-sm {
        margin-right: 25px !important
    }

    .u-mr30-sm {
        margin-right: 30px !important
    }

    .u-ml0-sm {
        margin-left: 0 !important
    }

    .u-ml1em-sm {
        margin-left: 1em !important
    }

    .u-ml10-sm {
        margin-left: 10px !important
    }

    .u-ml15-sm {
        margin-left: 15px !important
    }

    .u-ml20-sm {
        margin-left: 20px !important
    }

    .u-ml25-sm {
        margin-left: 25px !important
    }

    .u-ml30-sm {
        margin-left: 30px !important
    }
}

@media (min-width: 768px) {
    .u-mt0-md {
        margin-top: 0 !important
    }

    .u-mt5-md {
        margin-top: 5px !important
    }

    .u-mt10-md {
        margin-top: 10px !important
    }

    .u-mt15-md {
        margin-top: 15px !important
    }

    .u-mt20-md {
        margin-top: 20px !important
    }

    .u-mt25-md {
        margin-top: 25px !important
    }

    .u-mt30-md {
        margin-top: 30px !important
    }

    .u-mt50-md {
        margin-top: 50px !important
    }

    .u-mt60-md {
        margin-top: 60px !important
    }

    .u-mb-half-md {
        margin-bottom: 0.5em !important
    }

    .u-mb1em-md {
        margin-bottom: 1em !important
    }

    .u-mb15em-md {
        margin-bottom: 1.5em !important
    }

    .u-mb2em-md {
        margin-bottom: 2em !important
    }

    .u-mb3em-md {
        margin-bottom: 3em !important
    }

    .u-mb0-md {
        margin-bottom: 0 !important
    }

    .u-mb5-md {
        margin-bottom: 5px !important
    }

    .u-mb10-md {
        margin-bottom: 10px !important
    }

    .u-mb15-md {
        margin-bottom: 15px !important
    }

    .u-mb20-md {
        margin-bottom: 20px !important
    }

    .u-mb25-md {
        margin-bottom: 25px !important
    }

    .u-mb30-md {
        margin-bottom: 30px !important
    }

    .u-mb32-md {
        margin-bottom: 32px !important
    }

    .u-mb40-md {
        margin-bottom: 40px !important
    }

    .u-mb48-md {
        margin-bottom: 48px !important
    }

    .u-mb50-md {
        margin-bottom: 50px !important
    }

    .u-mb53-md {
        margin-bottom: 53px !important
    }

    .u-mb60-md {
        margin-bottom: 60px !important
    }

    .u-mb75-md {
        margin-bottom: 75px !important
    }

    .u-mb100-md {
        margin-bottom: 100px !important
    }

    .u-mb110-md {
        margin-bottom: 110px !important
    }

    .u-mr0-md {
        margin-right: 0 !important
    }

    .u-mr1em-md {
        margin-right: 1em !important
    }

    .u-mr10-md {
        margin-right: 10px !important
    }

    .u-mr15-md {
        margin-right: 15px !important
    }

    .u-mr20-md {
        margin-right: 20px !important
    }

    .u-mr25-md {
        margin-right: 25px !important
    }

    .u-mr30-md {
        margin-right: 30px !important
    }

    .u-mr40-md {
        margin-right: 40px !important
    }

    .u-mr45-md {
        margin-right: 45px !important
    }

    .u-ml0-md {
        margin-left: 0 !important
    }

    .u-ml1em-md {
        margin-left: 1em !important
    }

    .u-ml10-md {
        margin-left: 10px !important
    }

    .u-ml15-md {
        margin-left: 15px !important
    }

    .u-ml20-md {
        margin-left: 20px !important
    }

    .u-ml25-md {
        margin-left: 25px !important
    }

    .u-ml30-md {
        margin-left: 30px !important
    }
}

@media (min-width: 992px) {
    .u-mt0-lg {
        margin-top: 0 !important
    }

    .u-mt10-lg {
        margin-top: 10px !important
    }

    .u-mt15-lg {
        margin-top: 15px !important
    }

    .u-mt20-lg {
        margin-top: 20px !important
    }

    .u-mt25-lg {
        margin-top: 25px !important
    }

    .u-mt30-lg {
        margin-top: 30px !important
    }

    .u-mt80-lg {
        margin-top: 80px !important
    }

    .u-mb-half-lg {
        margin-bottom: 0.5em !important
    }

    .u-mb1em-lg {
        margin-bottom: 1em !important
    }

    .u-mb15em-lg {
        margin-bottom: 1.5em !important
    }

    .u-mb2em-lg {
        margin-bottom: 2em !important
    }

    .u-mb3em-lg {
        margin-bottom: 3em !important
    }

    .u-mb0-lg {
        margin-bottom: 0 !important
    }

    .u-mb5-lg {
        margin-bottom: 5px !important
    }

    .u-mb10-lg {
        margin-bottom: 10px !important
    }

    .u-mb15-lg {
        margin-bottom: 15px !important
    }

    .u-mb20-lg {
        margin-bottom: 20px !important
    }

    .u-mb25-lg {
        margin-bottom: 25px !important
    }

    .u-mb30-lg {
        margin-bottom: 30px !important
    }

    .u-mb40-lg {
        margin-bottom: 40px !important
    }

    .u-mb50-lg {
        margin-bottom: 50px !important
    }

    .u-mb60-lg {
        margin-bottom: 60px !important
    }

    .u-mb75-lg {
        margin-bottom: 75px !important
    }

    .u-mb80-lg {
        margin-bottom: 80px !important
    }

    .u-mb100-lg {
        margin-bottom: 100px !important
    }

    .u-mr0-lg {
        margin-right: 0 !important
    }

    .u-mr10-lg {
        margin-right: 10px !important
    }

    .u-mr15-lg {
        margin-right: 15px !important
    }

    .u-mr20-lg {
        margin-right: 20px !important
    }

    .u-mr25-lg {
        margin-right: 25px !important
    }

    .u-mr30-lg {
        margin-right: 30px !important
    }

    .u-mr40-lg {
        margin-right: 40px !important
    }

    .u-ml0-lg {
        margin-left: 0 !important
    }

    .u-ml10-lg {
        margin-left: 10px !important
    }

    .u-ml15-lg {
        margin-left: 15px !important
    }

    .u-ml20-lg {
        margin-left: 20px !important
    }

    .u-ml25-lg {
        margin-left: 25px !important
    }

    .u-ml30-lg {
        margin-left: 30px !important
    }
}

@media (min-width: 1200px) {
    .u-mt0-xl {
        margin-top: 0 !important
    }

    .u-mt10-xl {
        margin-top: 10px !important
    }

    .u-mt15-xl {
        margin-top: 15px !important
    }

    .u-mt20-xl {
        margin-top: 20px !important
    }

    .u-mt25-xl {
        margin-top: 25px !important
    }

    .u-mt30-xl {
        margin-top: 30px !important
    }

    .u-mb-half-xl {
        margin-bottom: 0.5em !important
    }

    .u-mb1em-xl {
        margin-bottom: 1em !important
    }

    .u-mb15em-xl {
        margin-bottom: 1.5em !important
    }

    .u-mb2em-xl {
        margin-bottom: 2em !important
    }

    .u-mb3em-xl {
        margin-bottom: 3em !important
    }

    .u-mb0-xl {
        margin-bottom: 0 !important
    }

    .u-mb5-xl {
        margin-bottom: 5px !important
    }

    .u-mb10-xl {
        margin-bottom: 10px !important
    }

    .u-mb15-xl {
        margin-bottom: 15px !important
    }

    .u-mb20-xl {
        margin-bottom: 20px !important
    }

    .u-mb25-xl {
        margin-bottom: 25px !important
    }

    .u-mb30-xl {
        margin-bottom: 30px !important
    }

    .u-mb50-xl {
        margin-bottom: 50px !important
    }

    .u-mb75-xl {
        margin-bottom: 75px !important
    }

    .u-mb100-xl {
        margin-bottom: 100px !important
    }

    .u-mr0-xl {
        margin-right: 0 !important
    }

    .u-mr10-xl {
        margin-right: 10px !important
    }

    .u-mr15-xl {
        margin-right: 15px !important
    }

    .u-mr20-xl {
        margin-right: 20px !important
    }

    .u-mr25-xl {
        margin-right: 25px !important
    }

    .u-mr30-xl {
        margin-right: 30px !important
    }

    .u-ml0-xl {
        margin-left: 0 !important
    }

    .u-ml10-xl {
        margin-left: 10px !important
    }

    .u-ml15-xl {
        margin-left: 15px !important
    }

    .u-ml20-xl {
        margin-left: 20px !important
    }

    .u-ml25-xl {
        margin-left: 25px !important
    }

    .u-ml30-xl {
        margin-left: 30px !important
    }
}

.u-p0 {
    padding: 0px !important
}

.u-p5 {
    padding: 5px !important
}

.u-p10 {
    padding: 10px !important
}

.u-p15 {
    padding: 15px !important
}

.u-p20 {
    padding: 20px !important
}

.u-p25 {
    padding: 25px !important
}

.u-p30 {
    padding: 30px !important
}

.u-p35 {
    padding: 35px !important
}

.u-p40 {
    padding: 40px !important
}

.u-pt0 {
    padding-top: 0 !important
}

.u-pt5 {
    padding-top: 5px !important
}

.u-pt10 {
    padding-top: 10px !important
}

.u-pt15 {
    padding-top: 15px !important
}

.u-pt14 {
    padding-top: 14px !important
}

.u-pt20 {
    padding-top: 20px !important
}

.u-pt25 {
    padding-top: 25px !important
}

.u-pt30 {
    padding-top: 30px !important
}

.u-pt35 {
    padding-top: 35px !important
}

.u-pt40 {
    padding-top: 40px !important
}

.u-pt50 {
    padding-top: 50px !important
}

.u-pt80 {
    padding-top: 80px !important
}

.u-pt100 {
    padding-top: 100px !important
}

.u-pb-half {
    padding-bottom: 0.5em !important
}

.u-pb1em {
    padding-bottom: 1em !important
}

.u-pb15em {
    padding-bottom: 1.5em !important
}

.u-pb2em {
    padding-bottom: 2em !important
}

.u-pb3em {
    padding-bottom: 3em !important
}

.u-pb0 {
    padding-bottom: 0 !important
}

.u-pb5 {
    padding-bottom: 5px !important
}

.u-pb10 {
    padding-bottom: 10px !important
}

.u-pb15 {
    padding-bottom: 15px !important
}

.u-pb20 {
    padding-bottom: 20px !important
}

.u-pb25 {
    padding-bottom: 25px !important
}

.u-pb30 {
    padding-bottom: 30px !important
}

.u-pb35 {
    padding-bottom: 35px !important
}

.u-pb40 {
    padding-bottom: 40px !important
}

.u-pb50 {
    padding-bottom: 50px !important
}

.u-pb80 {
    padding-bottom: 80px !important
}

.u-pb100 {
    padding-bottom: 100px !important
}

.u-pr0 {
    padding-right: 0 !important
}

.u-pr5 {
    padding-right: 5px !important
}

.u-pr10 {
    padding-right: 10px !important
}

.u-pr15 {
    padding-right: 15px !important
}

.u-pr20 {
    padding-right: 20px !important
}

.u-pr25 {
    padding-right: 25px !important
}

.u-pr30 {
    padding-right: 30px !important
}

.u-pr35 {
    padding-right: 35px !important
}

.u-pr45 {
    padding-right: 45px !important
}

.u-pl0 {
    padding-left: 0 !important
}

.u-pl5 {
    padding-left: 5px !important
}

.u-pl10 {
    padding-left: 10px !important
}

.u-pl15 {
    padding-left: 15px !important
}

.u-pl20 {
    padding-left: 20px !important
}

.u-pl25 {
    padding-left: 25px !important
}

.u-pl30 {
    padding-left: 30px !important
}

.u-pl35 {
    padding-left: 35px !important
}

.u-pl40 {
    padding-left: 40px !important
}

@media (min-width: 576px) {
    .u-pt0-sm {
        padding-top: 0 !important
    }

    .u-pt10-sm {
        padding-top: 10px !important
    }

    .u-pt15-sm {
        padding-top: 15px !important
    }

    .u-pt20-sm {
        padding-top: 20px !important
    }

    .u-pt25-sm {
        padding-top: 25px !important
    }

    .u-pt30-sm {
        padding-top: 30px !important
    }

    .u-pt35-sm {
        padding-top: 35px !important
    }

    .u-pb-half-sm {
        padding-bottom: 0.5em !important
    }

    .u-pb1em-sm {
        padding-bottom: 1em !important
    }

    .u-pb15em-sm {
        padding-bottom: 1.5em !important
    }

    .u-pb2em-sm {
        padding-bottom: 2em !important
    }

    .u-pb3em-sm {
        padding-bottom: 3em !important
    }

    .u-pb0-sm {
        padding-bottom: 0 !important
    }

    .u-pb10-sm {
        padding-bottom: 10px !important
    }

    .u-pb15-sm {
        padding-bottom: 15px !important
    }

    .u-pb20-sm {
        padding-bottom: 20px !important
    }

    .u-pb25-sm {
        padding-bottom: 25px !important
    }

    .u-pb30-sm {
        padding-bottom: 30px !important
    }

    .u-pb35-sm {
        padding-bottom: 35px !important
    }

    .u-pr0-sm {
        padding-right: 0 !important
    }

    .u-pr10-sm {
        padding-right: 10px !important
    }

    .u-pr15-sm {
        padding-right: 15px !important
    }

    .u-pr20-sm {
        padding-right: 20px !important
    }

    .u-pr25-sm {
        padding-right: 25px !important
    }

    .u-pr30-sm {
        padding-right: 30px !important
    }

    .u-pr35-sm {
        padding-right: 35px !important
    }

    .u-pl0-sm {
        padding-left: 0 !important
    }

    .u-pl10-sm {
        padding-left: 10px !important
    }

    .u-pl15-sm {
        padding-left: 15px !important
    }

    .u-pl20-sm {
        padding-left: 20px !important
    }

    .u-pl25-sm {
        padding-left: 25px !important
    }

    .u-pl30-sm {
        padding-left: 30px !important
    }

    .u-pl35-sm {
        padding-left: 35px !important
    }
}

@media (min-width: 768px) {
    .u-p0-md {
        padding: 0 !important
    }

    .u-p10-md {
        padding: 10px !important
    }

    .u-p15-md {
        padding: 15px !important
    }

    .u-p20-md {
        padding: 20px !important
    }

    .u-p25-md {
        padding: 25px !important
    }

    .u-p30-md {
        padding: 30px !important
    }

    .u-p35-md {
        padding: 35px !important
    }

    .u-p40-md {
        padding: 40px !important
    }

    .u-pd50-md {
        padding: 50px !important
    }

    .u-pt0-md {
        padding-top: 0 !important
    }

    .u-pt10-md {
        padding-top: 10px !important
    }

    .u-pt14-md {
        padding-top: 14px !important
    }

    .u-pt15-md {
        padding-top: 15px !important
    }

    .u-pt20-md {
        padding-top: 20px !important
    }

    .u-pt25-md {
        padding-top: 25px !important
    }

    .u-pt30-md {
        padding-top: 30px !important
    }

    .u-pt35-md {
        padding-top: 35px !important
    }

    .u-pb-half-md {
        padding-bottom: 0.5em !important
    }

    .u-pb1em-md {
        padding-bottom: 1em !important
    }

    .u-pb15em-md {
        padding-bottom: 1.5em !important
    }

    .u-pb2em-md {
        padding-bottom: 2em !important
    }

    .u-pb3em-md {
        padding-bottom: 3em !important
    }

    .u-pb0-md {
        padding-bottom: 0 !important
    }

    .u-pb10-md {
        padding-bottom: 10px !important
    }

    .u-pb15-md {
        padding-bottom: 15px !important
    }

    .u-pb20-md {
        padding-bottom: 20px !important
    }

    .u-pb25-md {
        padding-bottom: 25px !important
    }

    .u-pb30-md {
        padding-bottom: 30px !important
    }

    .u-pb35-md {
        padding-bottom: 35px !important
    }

    .u-pb40-md {
        padding-bottom: 40px !important
    }

    .u-pb45-md {
        padding-bottom: 45px !important
    }

    .u-pb50-md {
        padding-bottom: 50px !important
    }

    .u-pb80-md {
        padding-bottom: 80px !important
    }

    .u-pb100-md {
        padding-bottom: 100px !important
    }

    .u-pr0-md {
        padding-right: 0 !important
    }

    .u-pr10-md {
        padding-right: 10px !important
    }

    .u-pr15-md {
        padding-right: 15px !important
    }

    .u-pr17-md {
        padding-right: 17px !important
    }

    .u-pr20-md {
        padding-right: 20px !important
    }

    .u-pr25-md {
        padding-right: 25px !important
    }

    .u-pr30-md {
        padding-right: 30px !important
    }

    .u-pr35-md {
        padding-right: 35px !important
    }

    .u-pr70-md {
        padding-right: 70px !important
    }

    .u-pl0-md {
        padding-left: 0 !important
    }

    .u-pl10-md {
        padding-left: 10px !important
    }

    .u-pl15-md {
        padding-left: 15px !important
    }

    .u-pl17-md {
        padding-left: 17px !important
    }

    .u-pl20-md {
        padding-left: 20px !important
    }

    .u-pl25-md {
        padding-left: 25px !important
    }

    .u-pl30-md {
        padding-left: 30px !important
    }

    .u-pl35-md {
        padding-left: 35px !important
    }
}

@media (min-width: 992px) {
    .u-px40-lg {
        padding: 0 40px !important
    }

    .u-px15-lg {
        padding: 0 15px !important
    }

    .u-pt0-lg {
        padding-top: 0 !important
    }

    .u-pt10-lg {
        padding-top: 10px !important
    }

    .u-pt15-lg {
        padding-top: 15px !important
    }

    .u-pt20-lg {
        padding-top: 20px !important
    }

    .u-pt25-lg {
        padding-top: 25px !important
    }

    .u-pt30-lg {
        padding-top: 30px !important
    }

    .u-pt35-lg {
        padding-top: 35px !important
    }

    .u-pt50-lg {
        padding-top: 50px !important
    }

    .u-pb-half-lg {
        padding-bottom: 0.5em !important
    }

    .u-pb1em-lg {
        padding-bottom: 1em !important
    }

    .u-pb15em-lg {
        padding-bottom: 1.5em !important
    }

    .u-pb2em-lg {
        padding-bottom: 2em !important
    }

    .u-pb3em-lg {
        padding-bottom: 3em !important
    }

    .u-pb0-lg {
        padding-bottom: 0 !important
    }

    .u-pb10-lg {
        padding-bottom: 10px !important
    }

    .u-pb15-lg {
        padding-bottom: 15px !important
    }

    .u-pb20-lg {
        padding-bottom: 20px !important
    }

    .u-pb25-lg {
        padding-bottom: 25px !important
    }

    .u-pb30-lg {
        padding-bottom: 30px !important
    }

    .u-pb35-lg {
        padding-bottom: 35px !important
    }

    .u-pb40-lg {
        padding-bottom: 40px !important
    }

    .u-pb50-lg {
        padding-bottom: 50px !important
    }

    .u-pb80-lg {
        padding-bottom: 80px !important
    }

    .u-pb100-lg {
        padding-bottom: 100px !important
    }

    .u-pb150-lg {
        padding-bottom: 150px !important
    }

    .u-pr0-lg {
        padding-right: 0 !important
    }

    .u-pr10-lg {
        padding-right: 10px !important
    }

    .u-pr15-lg {
        padding-right: 15px !important
    }

    .u-pr20-lg {
        padding-right: 20px !important
    }

    .u-pr25-lg {
        padding-right: 25px !important
    }

    .u-pr30-lg {
        padding-right: 30px !important
    }

    .u-pr35-lg {
        padding-right: 35px !important
    }

    .u-pr40-lg {
        padding-right: 40px !important
    }

    .u-pr45-lg {
        padding-right: 45px !important
    }

    .u-pr60-lg {
        padding-right: 60px !important
    }

    .u-pr70-lg {
        padding-right: 70px !important
    }

    .u-pl0-lg {
        padding-left: 0 !important
    }

    .u-pl10-lg {
        padding-left: 10px !important
    }

    .u-pl15-lg {
        padding-left: 15px !important
    }

    .u-pl20-lg {
        padding-left: 20px !important
    }

    .u-pl25-lg {
        padding-left: 25px !important
    }

    .u-pl30-lg {
        padding-left: 30px !important
    }

    .u-pl35-lg {
        padding-left: 35px !important
    }

    .u-pl40-lg {
        padding-left: 40px !important
    }

    .u-pl60-lg {
        padding-left: 60px !important
    }
}

@media (min-width: 1200px) {
    .u-px40-xl {
        padding: 0 40px !important
    }

    .u-pt0-xl {
        padding-top: 0 !important
    }

    .u-pt10-xl {
        padding-top: 10px !important
    }

    .u-pt15-xl {
        padding-top: 15px !important
    }

    .u-pt20-xl {
        padding-top: 20px !important
    }

    .u-pt25-xl {
        padding-top: 25px !important
    }

    .u-pt30-xl {
        padding-top: 30px !important
    }

    .u-pt35-xl {
        padding-top: 35px !important
    }

    .u-pt50-xl {
        padding-top: 50px !important
    }

    .u-pb-half-xl {
        padding-bottom: 0.5em !important
    }

    .u-pb1em-xl {
        padding-bottom: 1em !important
    }

    .u-pb15em-xl {
        padding-bottom: 1.5em !important
    }

    .u-pb2em-xl {
        padding-bottom: 2em !important
    }

    .u-pb3em-xl {
        padding-bottom: 3em !important
    }

    .u-pb0-xl {
        padding-bottom: 0 !important
    }

    .u-pb10-xl {
        padding-bottom: 10px !important
    }

    .u-pb15-xl {
        padding-bottom: 15px !important
    }

    .u-pb20-xl {
        padding-bottom: 20px !important
    }

    .u-pb25-xl {
        padding-bottom: 25px !important
    }

    .u-pb30-xl {
        padding-bottom: 30px !important
    }

    .u-pb35-xl {
        padding-bottom: 35px !important
    }

    .u-pb40-xl {
        padding-bottom: 40px !important
    }

    .u-pb50-xl {
        padding-bottom: 50px !important
    }

    .u-pb80-xl {
        padding-bottom: 80px !important
    }

    .u-pb100-xl {
        padding-bottom: 100px !important
    }

    .u-pb150-xl {
        padding-bottom: 150px !important
    }

    .u-pr0-xl {
        padding-right: 0 !important
    }

    .u-pr10-xl {
        padding-right: 10px !important
    }

    .u-pr15-xl {
        padding-right: 15px !important
    }

    .u-pr20-xl {
        padding-right: 20px !important
    }

    .u-pr25-xl {
        padding-right: 25px !important
    }

    .u-pr30-xl {
        padding-right: 30px !important
    }

    .u-pr35-xl {
        padding-right: 35px !important
    }

    .u-pr40-xl {
        padding-right: 40px !important
    }

    .u-pr60-xl {
        padding-right: 60px !important
    }

    .u-pl0-xl {
        padding-left: 0 !important
    }

    .u-pl10-xl {
        padding-left: 10px !important
    }

    .u-pl15-xl {
        padding-left: 15px !important
    }

    .u-pl20-xl {
        padding-left: 20px !important
    }

    .u-pl25-xl {
        padding-left: 25px !important
    }

    .u-pl30-xl {
        padding-left: 30px !important
    }

    .u-pl35-xl {
        padding-left: 35px !important
    }

    .u-pl40-xl {
        padding-left: 40px !important
    }

    .u-pl60-xl {
        padding-left: 60px !important
    }
}

.u-d-n,
.u-d-n-xs {
    display: none !important
}

.u-d-i,
.u-d-i-xs {
    display: inline !important
}

.u-d-b,
.u-d-b-xs {
    display: block !important
}

.u-d-ib,
.u-d-ib-xs {
    display: inline-block !important
}

@media (min-width: 576px) {
    .u-d-n-sm {
        display: none !important
    }

    .u-d-i-sm {
        display: inline !important
    }

    .u-d-b-sm {
        display: block !important
    }

    .u-d-ib-sm {
        display: inline-block !important
    }
}

@media (min-width: 768px) {
    .u-d-n-md {
        display: none !important
    }

    .u-d-i-md {
        display: inline !important
    }

    .u-d-b-md {
        display: block !important
    }

    .u-d-ib-md {
        display: inline-block !important
    }
}

@media (min-width: 992px) {
    .u-d-n-lg {
        display: none !important
    }

    .u-d-i-lg {
        display: inline !important
    }

    .u-d-b-lg {
        display: block !important
    }

    .u-d-ib-lg {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .u-d-n-xl {
        display: none !important
    }

    .u-d-i-xl {
        display: inline !important
    }

    .u-d-b-xl {
        display: block !important
    }

    .u-d-ib-xl {
        display: inline-block !important
    }
}

.u-d-f,
.u-d-f-xs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
}

.u-fd-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
}

.u-fd-rr {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.u-fd-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
}

.u-fd-cr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.u-fw-w {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.u-fw-nw {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.u-fw-r {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.u-jc-fs {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
}

.u-jc-fe {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
}

.u-jc-c {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
}

.u-jc-sb {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
}

.u-jc-sa {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
}

.u-ai-fs {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
}

.u-ai-fe {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
}

.u-ai-c {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
}

.u-ai-s {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
}

.u-ai-fs {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
}

@media (min-width: 576px) {
    .u-d-f-sm {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .u-fd-r-sm {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .u-fd-rr-sm {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .u-fw-w-sm {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-fw-nw-sm {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
}

@media (min-width: 768px) {
    .u-d-f-md {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .u-fd-r-md {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .u-fd-rr-md {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .u-fd-c-md {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .u-fw-w-md {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-fw-nw-md {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-jc-fs-md {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .u-jc-fe-md {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .u-jc-c-md {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .u-jc-sb-md {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .u-jc-sa-md {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .u-ai-fs-md {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .u-ai-fe-md {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .u-ai-c-md {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .u-ai-s-md {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .u-ai-fs-md {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }
}

@media (min-width: 992px) {
    .u-d-f-lg {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .u-fd-r-lg {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .u-fd-rr-lg {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .u-fw-w-lg {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-fw-nw-lg {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-jc-fs-lg {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .u-jc-fe-lg {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .u-jc-c-lg {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .u-jc-sb-lg {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .u-jc-sa-lg {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .u-ai-fs-lg {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .u-ai-fe-lg {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .u-ai-c-lg {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .u-ai-s-lg {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .u-ai-fs-lg {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }
}

@media (min-width: 1200px) {
    .u-d-f-xl {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .u-fw-w-xl {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .u-fw-nw-xl {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .u-jc-fs-xl {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .u-jc-fe-xl {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .u-jc-c-xl {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .u-jc-sb-xl {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .u-jc-sa-xl {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .u-ai-fs-xl {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .u-ai-fe-xl {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .u-ai-c-xl {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .u-ai-s-xl {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .u-ai-fs-xl {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }
}

.italic {
    font-style: italic !important
}

.u-fw-n,
.fw-n {
    font-weight: normal !important
}

.u-fw-500 {
    font-weight: 500 !important
}

.u-fw-400 {
    font-weight: 400 !important
}

.u-fw-600 {
    font-weight: 600 !important
}

.u-fw-b,
.bold,
.b {
    font-weight: 700 !important
}

@media (min-width: 768px) {

    .u-fw-n-md,
    .fw-n-md {
        font-weight: 500 !important
    }

    .u-fw-b-md,
    .bold-md,
    .b-md {
        font-weight: 700 !important
    }
}

@media (min-width: 992px) {

    .u-fw-n-lg,
    .fw-n-lg {
        font-weight: 500 !important
    }

    .u-fw-b-lg,
    .bold-lg,
    .b-lg {
        font-weight: 700 !important
    }
}

@media (min-width: 992px) {

    .u-fw-n-xl,
    .fw-n-xl {
        font-weight: 500 !important
    }

    .u-fw-b-xl,
    .bold-xl,
    .b-xl {
        font-weight: 700 !important
    }
}

.u-fs9 {
    font-size: 9px !important
}

.u-fs10 {
    font-size: 10px !important
}

.u-fs11 {
    font-size: 11px !important
}

.u-fs12 {
    font-size: 12px !important
}

.u-fs13 {
    font-size: 13px !important
}

.u-fs14 {
    font-size: 14px !important
}

.u-fs15 {
    font-size: 15px !important
}

.u-fs16 {
    font-size: 16px !important
}

.u-fs17 {
    font-size: 17px !important
}

.u-fs18 {
    font-size: 18px !important
}

.u-fs19 {
    font-size: 19px !important
}

.u-fs20 {
    font-size: 20px !important
}

.u-fs21 {
    font-size: 21px !important
}

.u-fs22 {
    font-size: 22px !important
}

.u-fs23 {
    font-size: 23px !important
}

.u-fs24 {
    font-size: 24px !important
}

.u-fs26 {
    font-size: 26px !important
}

.u-fs27 {
    font-size: 27px !important
}

.u-fs28 {
    font-size: 28px !important
}

.u-fs30 {
    font-size: 30px !important
}

.u-fs32 {
    font-size: 32px !important
}

.u-fs34 {
    font-size: 34px !important
}

.u-fs35 {
    font-size: 35px !important
}

.u-fs36 {
    font-size: 36px !important
}

.u-fs40 {
    font-size: 40px !important
}

.u-fs44 {
    font-size: 44px !important
}

.u-fs50 {
    font-size: 50% !important
}

.u-fs60 {
    font-size: 60% !important
}

.u-fs70 {
    font-size: 70% !important
}

.u-fs80 {
    font-size: 80% !important
}

.u-fs90 {
    font-size: 90% !important
}

.u-fs100 {
    font-size: 100% !important
}

.u-fs110 {
    font-size: 110% !important
}

.u-fs120 {
    font-size: 120% !important
}

.u-fs130 {
    font-size: 130% !important
}

.u-fs140 {
    font-size: 140% !important
}

.u-fs150 {
    font-size: 150% !important
}

.u-fs160 {
    font-size: 160% !important
}

@media (min-width: 370px) {
    .u-fs10-xxs {
        font-size: 10px !important
    }

    .u-fs12-xxs {
        font-size: 12px !important
    }

    .u-fs13-xxs {
        font-size: 13px !important
    }

    .u-fs14-xxs {
        font-size: 14px !important
    }

    .u-fs16-xxs {
        font-size: 16px !important
    }

    .u-fs18-xxs {
        font-size: 18px !important
    }

    .u-fs20-xxs {
        font-size: 20px !important
    }

    .u-fs21-xxs {
        font-size: 21px !important
    }

    .u-fs22-xxs {
        font-size: 22px !important
    }

    .u-fs24-xxs {
        font-size: 24px !important
    }

    .u-fs26-xxs {
        font-size: 26px !important
    }

    .u-fs28-xxs {
        font-size: 28px !important
    }

    .u-fs30-xxs {
        font-size: 30px !important
    }
}

@media (min-width: 576px) {
    .u-fs12-sm {
        font-size: 12px !important
    }

    .u-fs16-sm {
        font-size: 16px !important
    }
}

@media (min-width: 768px) {
    .u-fs12-md {
        font-size: 12px !important
    }

    .u-fs14-md {
        font-size: 14px !important
    }

    .u-fs16-md {
        font-size: 16px !important
    }

    .u-fs17-md {
        font-size: 17px !important
    }

    .u-fs18-md {
        font-size: 18px !important
    }

    .u-fs20-md {
        font-size: 20px !important
    }

    .u-fs22-md {
        font-size: 22px !important
    }

    .u-fs24-md {
        font-size: 24px !important
    }

    .u-fs26-md {
        font-size: 26px !important
    }

    .u-fs28-md {
        font-size: 28px !important
    }

    .u-fs30-md {
        font-size: 30px !important
    }

    .u-fs32-md {
        font-size: 32px !important
    }

    .u-fs35-md {
        font-size: 35px !important
    }

    .u-fs36-md {
        font-size: 36px !important
    }

    .u-fs39-md {
        font-size: 39px !important
    }

    .u-fs40-md {
        font-size: 40px !important
    }

    .u-fs42-md {
        font-size: 42px !important
    }

    .u-fs50-md {
        font-size: 50px !important
    }

    .u-fs70-md {
        font-size: 70px !important
    }

    .u-fs80-md {
        font-size: 80% !important
    }

    .u-fs100-md {
        font-size: 100% !important
    }

    .u-fs110-md {
        font-size: 110% !important
    }

    .u-fs120-md {
        font-size: 120% !important
    }

    .u-fs130-md {
        font-size: 130% !important
    }

    .u-fs140-md {
        font-size: 140% !important
    }

    .u-fs150-md {
        font-size: 150% !important
    }

    .u-fs160-md {
        font-size: 160% !important
    }
}

@media (min-width: 992px) {
    .u-fs12-lg {
        font-size: 12px !important
    }

    .u-fs13-lg {
        font-size: 13px !important
    }

    .u-fs14-lg {
        font-size: 14px !important
    }

    .u-fs16-lg {
        font-size: 16px !important
    }

    .u-fs18-lg {
        font-size: 18px !important
    }

    .u-fs20-lg {
        font-size: 20px !important
    }

    .u-fs23-lg {
        font-size: 23px !important
    }

    .u-fs30-lg {
        font-size: 30px !important
    }

    .u-fs40-lg {
        font-size: 40px !important
    }

    .u-fs110-lg {
        font-size: 110% !important
    }

    .u-fs120-lg {
        font-size: 120% !important
    }

    .u-fs130-lg {
        font-size: 130% !important
    }

    .u-fs140-lg {
        font-size: 140% !important
    }

    .u-fs150-lg {
        font-size: 150% !important
    }

    .u-fs160-lg {
        font-size: 160% !important
    }
}

@media (min-width: 1200px) {
    .u-fs14-xl {
        font-size: 14px !important
    }

    .u-fs16-xl {
        font-size: 16px !important
    }

    .u-fs18-xl {
        font-size: 18px !important
    }

    .u-fs20-xl {
        font-size: 20px !important
    }

    .u-fs26-xl {
        font-size: 26px !important
    }

    .u-fs30-xl {
        font-size: 30px !important
    }

    .u-fs36-xl {
        font-size: 36px !important
    }

    .u-fs40-xl {
        font-size: 40px !important
    }

    .u-fs42-xl {
        font-size: 42px !important
    }

    .u-fs110-xl {
        font-size: 110% !important
    }

    .u-fs120-xl {
        font-size: 120% !important
    }

    .u-fs130-xl {
        font-size: 130% !important
    }

    .u-fs140-xl {
        font-size: 140% !important
    }

    .u-fs150-xl {
        font-size: 150% !important
    }

    .u-fs160-xl {
        font-size: 160% !important
    }
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.ie11 .mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media (min-width: 768px) {

    .u-mincho-md,
    .u-mincho-md a,
    .mincho-md,
    .mincho-md a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
    }
}

@media (min-width: 992px) {

    .u-mincho-lg,
    .u-mincho-lg a,
    .mincho-lg,
    .mincho-lg a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
    }
}

@media (min-width: 768px) {
    .windows .mincho {
        -webkit-transform: rotate(0.03deg);
        transform: rotate(0.03deg);
        font-weight: 700
    }
}

.serif {
    font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

.NotoSans {
    font-family: "NotoSansJavaneseRegular"
}

.ie11 .serif {
    font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

.sans-serif {
    font-family: "Helvetica", "Arial", Sans-Serif
}

.gothic {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

.ie11 .gothic {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

.grotesk {
    font-family: "Futura", "Century Gothic", Sans-Serif
}

.roboto {
    font-family: "Roboto Condensed", sans-serif
}

.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif
}

.noto-sans {
    font-family: noto-sans-cjk-jp, sans-serif
}

.mplus {
    font-family: "M PLUS 1p", sans-serif
}

.u-br-0 {
    border-radius: 0px !important
}

.u-br-1 {
    border-radius: 1px !important
}

.u-br-3 {
    border-radius: 3px !important
}

.u-br-5 {
    border-radius: 5px !important
}

.u-br-6 {
    border-radius: 6px !important
}

.u-br-10 {
    border-radius: 10px !important
}

.u-br-15 {
    border-radius: 15px !important
}

.u-br-20 {
    border-radius: 20px !important
}

.u-br-50 {
    border-radius: 50px !important
}

.u-br-50per {
    border-radius: 50% !important
}

@media (min-width: 576px) {
    .u-br-0-sm {
        border-radius: 0px !important
    }

    .u-br-1-sm {
        border-radius: 1px !important
    }

    .u-br-3-sm {
        border-radius: 3px !important
    }

    .u-br-5-sm {
        border-radius: 5px !important
    }

    .u-br-6-sm {
        border-radius: 6px !important
    }

    .u-br-10-sm {
        border-radius: 10px !important
    }

    .u-br-15-sm {
        border-radius: 15px !important
    }

    .u-br-20-sm {
        border-radius: 20px !important
    }

    .u-br-50-sm {
        border-radius: 50px !important
    }

    .u-br-50per-sm {
        border-radius: 50% !important
    }
}

@media (min-width: 768px) {
    .u-br-0-md {
        border-radius: 0px !important
    }

    .u-br-1-md {
        border-radius: 1px !important
    }

    .u-br-3-md {
        border-radius: 3px !important
    }

    .u-br-5-md {
        border-radius: 5px !important
    }

    .u-br-6-md {
        border-radius: 6px !important
    }

    .u-br-10-md {
        border-radius: 10px !important
    }

    .u-br-15-md {
        border-radius: 15px !important
    }

    .u-br-20-md {
        border-radius: 20px !important
    }

    .u-br-50-md {
        border-radius: 50px !important
    }

    .u-br-50per-md {
        border-radius: 50% !important
    }
}

@media (min-width: 992px) {
    .u-br-0-lg {
        border-radius: 0px !important
    }

    .u-br-1-lg {
        border-radius: 1px !important
    }

    .u-br-3-lg {
        border-radius: 3px !important
    }

    .u-br-5-lg {
        border-radius: 5px !important
    }

    .u-br-6-lg {
        border-radius: 6px !important
    }

    .u-br-10-lg {
        border-radius: 10px !important
    }

    .u-br-15-lg {
        border-radius: 15px !important
    }

    .u-br-20-lg {
        border-radius: 20px !important
    }

    .u-br-50-lg {
        border-radius: 50px !important
    }

    .u-br-50per-lg {
        border-radius: 50% !important
    }
}

.u-brdr-bottom-5px {
    border-bottom: 5px #333 solid
}

.u-hl-r,
.u-hl-b,
.u-hl-g {
    padding: 2px 4px;
    border-radius: 4px
}

.u-hl-r {
    color: #c7254e;
    background-color: #f9f2f4
}

.u-hl-b {
    color: #08f;
    background-color: #e8f4ff
}

.u-hl-g {
    color: #4caf50;
    background-color: #efffef
}

.u-marker,
.marker {
    background: -webkit-linear-gradient(transparent 50%, rgba(255, 245, 0, 0.5) 50%);
    background: linear-gradient(transparent 50%, rgba(255, 245, 0, 0.5) 50%)
}

.u-marker-red,
.marker-red,
.u-marker-r,
.marker-r {
    background: -webkit-linear-gradient(transparent 50%, #c7254e 50%);
    background: linear-gradient(transparent 50%, #c7254e 50%)
}

.u-marker-yellow,
.marker-yellow {
    background: -webkit-linear-gradient(transparent 50%, #FFF960 50%);
    background: linear-gradient(transparent 50%, #FFF960 50%)
}

.u-marker-blue,
.marker-blue {
    background: -webkit-linear-gradient(transparent 50%, #c9e4ff 50%);
    background: linear-gradient(transparent 50%, #c9e4ff 50%)
}

.u-bg-grd-w-top {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.7) 60%, white 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.7) 60%, white 100%)
}

.u-bothends-line-b {
    display: inline-block;
    position: relative;
    padding: 0 20px
}

.u-tsh-brdr-w {
    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px
}

.u-tsh-brdr-w-b {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px
}

.u-tsh-brdr-w-sh-3 {
    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 3px rgba(0, 0, 0, 0.3)
}

.u-tsh-brdr-w-sh-6 {
    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 3px rgba(0, 0, 0, 0.6)
}

.u-tsh-brdr-b {
    text-shadow: #000 0px 1px 0px, #000 1px 0px 0px, #000 1px 1px 0px, #000 0px -1px 0px, #000 -1px 0px 0px, #000 -1px -1px 0px, #000 1px -1px 0px, #000 -1px 1px 0px
}

.u-tsh-brdr-b-b {
    text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px
}

.u-tsh-wg {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4)
}

.u-bsh {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.u-antique {
    display: block;
    margin: 0px 20px;
    padding: 20px 0;
    border: 1px solid #888;
    border-width: 1px 0;
    position: relative;
    background: #fff
}

.u-antique-inner {
    position: relative;
    padding: 0px 0px;
    margin: 0 -20px;
    background: #fff;
    border: 1px solid #888;
    border-width: 0 1px
}

.u-antique::before,
.u-antique::after,
.u-antique-inner::before,
.u-antique-inner::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 20px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0 1px #888
}

.u-antique::before {
    top: -40px;
    left: -60px;
    clip: rect(40px, auto, auto, 40px);
    -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0)
}

.u-antique::after {
    top: -40px;
    right: -59px;
    clip: rect(40px, 40px, auto, auto);
    -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0)
}

.u-antique-inner::before {
    bottom: -60px;
    left: -40px;
    clip: rect(auto, auto, 40px, 40px);
    -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0)
}

.u-antique-inner::after {
    bottom: -60px;
    right: -40px;
    clip: rect(auto, 40px, 40px, auto);
    -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0)
}

@media (min-width: 768px) {
    .u-antique {
        margin: 0 5px
    }
}

.u-crossline {
    margin: 2em 0;
    position: relative;
    padding: 0px 12px;
    border-top: solid 2px #e8c1a6;
    border-bottom: solid 2px #e8c1a6
}

.u-crossline:before,
.u-crossline:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: calc(100% + 20px);
    background-color: #e8c1a6
}

.u-crossline:before {
    left: 10px
}

.u-crossline:after {
    right: 10px
}

.u-crossline p {
    margin: 0;
    padding: 0
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1.6s;
    --animate-delay: .4s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

@media (min-width: 768px) {
    .animate__animated.animate__delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-delay: var(--animate-delay);
        animation-delay: var(--animate-delay)
    }

    .animate__animated.animate__delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-delay: calc(var(--animate-delay)*2);
        animation-delay: calc(var(--animate-delay)*2)
    }

    .animate__animated.animate__delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-delay: calc(var(--animate-delay)*3);
        animation-delay: calc(var(--animate-delay)*3)
    }

    .animate__animated.animate__delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation-delay: calc(var(--animate-delay)*4);
        animation-delay: calc(var(--animate-delay)*4)
    }

    .animate__animated.animate__delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-delay: calc(var(--animate-delay)*5);
        animation-delay: calc(var(--animate-delay)*5)
    }
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.8);
    animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

body {
    overflow-x: hidden
}

.oc0 {
    opacity: 0
}

.oc1 {
    opacity: 1
}

.shiny_btn01 {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.shiny_btn01::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: shiny_btn01 3s ease-in-out infinite;
    animation: shiny_btn01 3s ease-in-out infinite
}

@-webkit-keyframes shiny_btn01 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

.bound_btn01 {
    -webkit-animation: poyon 1.2s infinite;
    animation: poyon 1.2s infinite
}

@-webkit-keyframes poyon {
    0% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }

    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
        transform: scale(0.9, 0.9) translate(0%, 5%)
    }

    30% {
        -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
        transform: scale(1.3, 0.8) translate(0%, 10%)
    }

    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
        transform: scale(0.8, 1.3) translate(0%, -10%)
    }

    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
        transform: scale(1.1, 0.9) translate(0%, 5%)
    }

    100% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }
}

@keyframes poyon {
    0% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }

    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
        transform: scale(0.9, 0.9) translate(0%, 5%)
    }

    30% {
        -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
        transform: scale(1.3, 0.8) translate(0%, 10%)
    }

    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
        transform: scale(0.8, 1.3) translate(0%, -10%)
    }

    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
        transform: scale(1.1, 0.9) translate(0%, 5%)
    }

    100% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }
}

.shiny_btn02 {
    position: relative;
    overflow: hidden
}

.shiny_btn02:before,
.shiny_btn02:after {
    content: "";
    width: 100%;
    display: block;
    height: 4em;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #0f3e9b
}

.shiny_btn02:before {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    left: 0
}

.shiny_btn02:after {
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
    left: -102%;
    -webkit-animation: shiny_btn02 4s infinite cubic-bezier(0.5, 1, 0.89, 1);
    animation: shiny_btn02 4s infinite cubic-bezier(0.5, 1, 0.89, 1)
}

.shiny_btn02:hover:before {
    opacity: 1
}

.shiny_btn02 img,
.shiny_btn02 span {
    z-index: 1
}

@-webkit-keyframes shiny_btn02 {
    0% {
        left: -102%
    }

    2% {
        left: -95%
    }

    25% {
        left: 87%
    }

    98% {
        left: 87%
    }

    to {
        left: 102%
    }
}

.bound_btn01 {
    -webkit-animation: poyon 2.5s infinite;
    animation: poyon 2.5s infinite;
    margin: 0 auto
}

@keyframes poyon {
    0% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }

    10% {
        -webkit-transform: scale(0.95, 0.95) translate(0%, 2.5%);
        transform: scale(0.95, 0.95) translate(0%, 2.5%)
    }

    20% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 7.5%);
        transform: scale(1.1, 0.9) translate(0%, 7.5%)
    }

    35% {
        -webkit-transform: scale(0.9, 1.05) translate(0%, -2.5%);
        transform: scale(0.9, 1.05) translate(0%, -2.5%)
    }

    50% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
        transform: scale(1.1, 0.9) translate(0%, 5%)
    }

    60% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }

    100% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%)
    }
}

.o-txt-brdr {
    text-shadow: #333 0px 1px 0px, #333 1px 0px 0px, #333 1px 1px 0px, #333 0px -1px 0px, #333 -1px 0px 0px, #333 -1px -1px 0px, #333 1px -1px 0px, #333 -1px 1px 0px
}

.o-txt-brdr-sh {
    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 10px rgba(255, 255, 255, 0.8)
}

.o-base-tsh {
    text-shadow: 0 2px 6px 0, 0, 0, 0.2
}

.o-c-g,
.o-c-green {
    color: #03ca8e
}

.o-c-o {
    color: #FF7166
}

.o-c-r,
.o-c-red {
    color: #ed1c24
}

.o-c-p {
    color: #FF7166
}

.o-c-y,
.o-c-yellow {
    color: #FFE604
}

.o-c-brown {
    color: #5f0e02
}

.o-c-blue {
    color: #31A8B9
}

.o-c-primary {
    color: #000
}

.o-c-green {
    color: #3F933E
}

.o-c-w {
    color: #fff
}

.o-c-black {
    color: #000
}

.o-c-black01 {
    color: #222
}

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

.o-bg-gray {
    background-color: #848484 !important
}

.o-c-gray {
    color: #848484
}

.o-emphasis-black,
.o-emphasis-white,
.o-emphasis-orange {
    padding: 0.3em 0;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
    background-position: top left
}

.o-emphasis-black {
    background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #222, #222 95%, transparent);
    background-image: radial-gradient(0.1em 0.1em at center center, #222, #222 95%, transparent)
}

.o-emphasis-white {
    background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #fff, #fff 95%, transparent);
    background-image: radial-gradient(0.1em 0.1em at center center, #fff, #fff 95%, transparent)
}

.o-emphasis-orange {
    background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #ffbe1f, #ffbe1f 95%, transparent);
    background-image: radial-gradient(0.1em 0.1em at center center, #ffbe1f, #ffbe1f 95%, transparent)
}

.l-header-button .mail-icon-hover {
    display: none
}

.l-header-button:hover .mail-icon {
    display: none
}

.l-header-button:hover .mail-icon-hover {
    display: block
}

.l-header-button .mail-icon,
.l-header-button .mail-icon-hover {
    margin-right: 10px
}

body {
    background: url(../img/common/bg.jpg);
    background-size: cover;
    background-repeat: repeat-y
}

.o-header-container {
    max-width: 1600px;
    width: 100%
}

.o-header .l-header-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.o-header-txt {
    margin-bottom: 10px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

@media (min-width: 992px) {
    .o-header .l-header-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

    .o-header-txt {
        margin-bottom: 7px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .o-header .l-header-contact {
        margin-right: 70px
    }
}

.follow-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: #ffffff
}

@media (min-width: 1200px) {
    .follow-header {
        padding: 15px 30px
    }
}

.follow-header .l-header-logo-block {
    display: none
}

@media (min-width: 992px) {
    .follow-header .l-header-logo-block {
        display: block
    }
}

.follow-header h1 {
    display: none
}

@media (min-width: 992px) {
    .follow-header h1 {
        display: block
    }
}

.o-mv {
    position: relative
}

.o-mv .l-header-button a {
    background: #f27700;
    border: 1px solid #f27700;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 165px;
    height: 37px;
    position: absolute;
    top: 92%;
    left: 5%
}

.o-mv .l-header-button a img {
    width: 18px
}

@media (min-width: 768px) {
    .o-mv .l-header-button a {
        display: none !important
    }
}

.o-mv img {
    width: 100%
}

.o-cta {
    background: url("../img/cta/cta-bg.png");
    background-size: cover;
    background-position: center center;
    padding: 30px 0
}

@media (min-width: 768px) {
    .o-cta {
        padding: 30px 0
    }
}

.o-cta-img1 {
    max-width: 342px
}

@media (min-width: 768px) {
    .o-cta-img1 {
        max-width: 570px
    }
}

.o-cta .l-header-phone a {
    color: #333;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width: 768px) {
    .o-cta .l-header-phone a {
        background: none
    }
}

@media (min-width: 768px) {
    .o-cta .l-header-button a {
        width: 395px
    }
}

.o-cta .desc {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.o-cta-txt-sub {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.o-trouble .trouble-block {
    max-width: 1180px;
    margin: auto
}

.o-trouble .about-c2-child {
    padding: 0
}

.o-trouble .c3-c {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .o-trouble .c3-text {
        width: 50%
    }
}

.t-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .t-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.t-text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.t-img {
    max-width: 516px;
    margin-top: 20px
}

@media (min-width: 992px) {
    .t-img {
        margin-top: 0
    }
}

.t-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FCFDD9;
    padding: 10px
}

.t-check {
    width: 30px
}

@media (min-width: 768px) {
    .t-check {
        width: 50px
    }
}

.t-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #373737
}

@media (min-width: 768px) {
    .t-text {
        font-size: 20px
    }
}

.o-flow {
    background: #EDF8F1
}

.o-flow .trouble-block {
    max-width: 853px;
    margin: auto
}

.flow-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.flow-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: white;
    border: #9FD2C6 3px solid
}

@media (min-width: 768px) {
    .flow-contents {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.flow-img {
    max-width: 560px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .flow-img {
        max-width: 280px;
        margin-bottom: 0
    }
}

.flow-textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px
}

@media (min-width: 768px) {
    .flow-textarea {
        padding: 20px
    }
}

.triangle {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #9FD2C6
}

.flow-text {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 40px;
    color: #373737
}

@media (min-width: 768px) {
    .flow-text {
        font-size: 25px
    }
}

.o-contact-des {
    text-align: center;
    margin: 0 auto
}

.o-contact img {
    width: auto
}

.o-contact .l-container {
    max-width: 900px
}

#agree_required {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative
}

#agree_required::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 2px;
    border: 1px solid #fe0000;
    background-color: #f0f0f0
}

input[type="checkbox"]:checked#agree_required::after {
    background-color: #fe0000
}

#agree_required::before {
    content: "";
    width: 10px;
    height: 17px;
    position: absolute;
    left: 7px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type="checkbox"]:checked#agree_required::before {
    border: solid white;
    border-width: 0 3px 3px 0
}

.c-form-submit button {
    color: #ffffff;
    width: 100%;
    height: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #FFAE4F
}

.c-form-submit button:hover {
    color: #FFAE4F
}

.submit-icon img {
    width: 32px
}

.c-btn-lg .plane-icon-hover {
    display: none
}

.c-btn-lg:hover .plane-icon {
    display: none
}

.c-btn-lg:hover .plane-icon-hover {
    display: block
}

.td-postal {
    width: 70% !important
}

@media (min-width: 768px) {
    .c-form-submit button {
        width: 360px;
        height: 70px;
        border: 1px solid #FFAE4F
    }

    .td-postal {
        width: 50% !important
    }
}

.o-company {
    background: url("../img/common/company-bg.png");
    background-size: cover;
    background-position: center center;
    color: #333
}

.o-company .c-table tr {
    border-bottom: 0.5px dashed #9FD2C6;
    padding: 0
}

.o-company .c-table .c-table-th {
    color: #333;
    font-size: 18px;
    padding: 15px 20px
}

.o-company .c-table .c-table-td {
    color: #333;
    font-size: 18px;
    padding: 15px 20px
}

.o-company .c-table .c-table-td a {
    color: #9FD2C6
}

.o-company .c-table .c-table-td a:hover {
    opacity: .7
}

@media (max-width: 767px) {
    .o-company .c-table .c-table-th {
        font-size: 14px
    }

    .o-company .c-table .c-table-td {
        font-size: 14px
    }
}

.o-cases .trouble-block {
    max-width: 1080px;
    margin: auto
}

.cases-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.cases-contents {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 3px solid #9FD2C6;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .cases-contents {
        padding: 20px;
        margin-bottom: 50px
    }
}

.cases-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #9FD2C6;
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .cases-title {
        font-size: 25px
    }
}

.cases-inner-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .cases-inner-contents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.cases-img-container {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    background: #D7F6E3;
    padding: 10% 30%
}

@media (min-width: 768px) {
    .cases-img-container {
        width: 280px;
        margin-right: 20px;
        margin-bottom: 0;
        padding: 137px 65px
    }
}

.cases-img {
    width: 150px
}

.cases-textarea-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.cases-textarea {
    margin-bottom: 20px
}

.cases-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFAE4F;
    padding-bottom: 5px
}

@media (min-width: 768px) {
    .cases-subtitle {
        padding-bottom: 10px
    }
}

.cases-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #373737
}

.drawerMenu_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1000;
    pointer-events: none
}

.nav-btn {
    pointer-events: auto;
    position: fixed;
    right: 5vw;
    bottom: 45px;
    z-index: 10
}

@media (min-width: 1200px) {
    .nav-btn {
        right: 1vw;
        top: 20px
    }
}

a#menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    color: black;
    background: white;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
    font-size: 14px;
    padding-top: 0px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: black 1px solid
}

a#menu:hover {
    text-decoration: none;
    opacity: .7
}

.wrapper_blur a#menu {
    background: #ffffff;
    color: #196c45;
    border: 1px solid #196c45
}

nav.drawerMenu_nav {
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.drawerMenu_nav_bg {
    width: 60%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5)
}

.drawerMenu_nav_ul {
    width: 40%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #ffffff;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2)
}

nav.drawerMenu_nav_open .drawerMenu_nav_ul {
    pointer-events: auto
}

.drawerMenu_nav_ul ul {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.drawerMenu_nav_ul ul li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 4rem
}

.drawerMenu_nav_ul ul li a {
    font-size: 26px;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #474747;
    font-weight: bold
}

.drawerMenu_nav_ul ul li a span {
    font-size: 14px;
    position: relative
}

@media (min-width: 768px) {
    .drawerMenu_nav_ul ul li a {
        font-size: 2.33vw
    }
}

@media (min-width: 1200px) {
    .drawerMenu_nav_ul ul li a {
        font-size: 30px
    }
}

.drawerMenu_nav_ul ul li a.page-link-contact {
    color: #9FD2C6
}

.drawerMenu_nav_ul ul li a:hover {
    color: #FFAE4F;
    text-decoration: none
}

span.menu-item-description {
    display: block;
    color: #848484;
    font-size: 17px;
    line-height: 1;
    font-family: 'Barlow Condensed', serif;
    letter-spacing: 1px
}

nav.drawerMenu_nav_open {
    opacity: 1
}

.drawerMenu_nav_footer {
    width: 100%
}

.drawerMenu_nav_footer p#copyright {
    background: transparent;
    color: #000;
    text-align: center
}

html.wrapper_blur .mv,
html.wrapper_blur #wrapper,
html.wrapper_blur #mainNav {
    -webkit-filter: saturate(0.1) blur(3px);
    filter: saturate(0.1) blur(3px)
}

.mv,
#wrapper,
#mainNav {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width: 767px) {
    .drawerMenu_nav_bg {
        width: 0%
    }

    .drawerMenu_nav_ul {
        width: 100%
    }

    .head-con-btn {
        display: none
    }
}

@media (max-width: 641px) {
    .drawerMenu_nav_ul ul li {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        margin-top: 2rem
    }

    .drawerMenu_nav_ul ul li a {
        font-size: 20px
    }

    .drawerMenu_nav_ul ul li a span {
        font-size: 12px
    }

    span.menu-item-description {
        font-size: 12px
    }

    .nav-btn {
        bottom: 25px
    }

    a#menu {
        width: 56px;
        height: 56px
    }
}

.about-c1 {
    margin: auto;
    max-width: 1080px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.about-c1-child {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.about {
    max-width: 755px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .about {
        margin-bottom: 50px
    }
}

.about-top-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #373737;
    padding-bottom: 18px;
    border-bottom: 3px solid #373737
}

@media (min-width: 768px) {
    .about-top-text {
        font-size: 20px
    }
}

.c1-b-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 20px 0
}

@media (min-width: 768px) {
    .c1-b-c {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin: 50px 0
    }
}

.about-t {
    max-width: 368px
}

.c1-b-text {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
    color: #373737
}

@media (min-width: 768px) {
    .c1-b-text {
        font-size: 18px
    }
}

.about-c2 {
    background: #F0F0F0
}

.about-c2-child {
    margin: auto;
    max-width: 1080px;
    padding: 50px 0
}

.c2-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.c2-l-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width: 768px) {
    .c2-l-c {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.c2-l-img {
    max-width: 458px;
    -webkit-align-self: center;
    align-self: center;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1))
}

@media (min-width: 768px) {
    .c2-l-img {
        width: 229px;
        height: 123px
    }
}

.white-line {
    width: 5px;
    height: 50px;
    -webkit-align-self: center;
    align-self: center;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1))
}

@media (min-width: 768px) {
    .white-line {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        width: 50px;
        height: 5px
    }
}

.c2-list-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    background: white;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1))
}

.bg-orange {
    background: #FFAE4F
}

.c2-list {
    list-style: disc;
    list-style-position: inside;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #373737;
    margin-left: 1.4em;
    text-indent: -1.4em
}

.quotation span {
    text-decoration: underline;
    color: #373737
}

.c3-c {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #FCFDD9;
    padding: 10px
}

@media (min-width: 576px) {
    .c3-c {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-bottom: 50px
    }
}

.a-bottom {
    max-width: 102px;
    margin-top: -28px;
    padding-right: 10px
}

.c3-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px
}

.o-reasons {
    background: #F5F5F5
}

.o-reasons .trouble-block {
    max-width: 900px;
    margin: auto
}

.reasons-top-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.r-t-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .r-t-contents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        margin-bottom: 50px
    }
}

.r-t-textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: white;
    padding: 20px;
    max-width: 450px
}

.r-img_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px
}

.r-t-img {
    max-width: 450px
}

.r-number {
    width: 60px;
    margin-right: 20px
}

@media (min-width: 576px) {
    .r-number {
        width: 80px
    }
}

.r-title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    color: #373737
}

@media (min-width: 576px) {
    .r-title {
        font-size: 25px
    }
}

.r-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #373737
}

.r-circles-container {
    max-width: 790px;
    margin: auto
}

.r-circles {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .r-circles {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 50px
    }
}

.r-circle {
    width: 250px;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #FCFDD9;
    border-radius: 50%;
    margin-bottom: 20px
}

@media (min-width: 530px) {
    .r-circle {
        margin-bottom: 0
    }
}

.circle-point {
    width: 50px
}

.circle-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #373737;
    text-align: center;
    width: 180px;
    padding: 7px 0;
    margin: 10px 0 20px 0;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737
}

.circle-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #FFAE4F
}

/*# sourceMappingURL=maps/style.min.css.map */

/*2023bu1*/
section.top-area {
    align-content: center;
    align-items: center;
    background: #9fd2c6;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    padding: 96px 0px 96px 0px;
    width: 100%;
    max-width: 100%;
}
p.top-title {
    color: #FFFFFF;
    font-family: var(--s-font-64ac2844);
    font-size: 36px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin: 0px 0px 24px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

p.top-txt {
    color: #FFFFFF;
    font-family: var(--s-font-64ac2844);
    font-size: 16px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.12em;
    line-height: 2;
    margin: 0px 0px 40px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
/*ボタン*/
.top-cta--box {
    text-align: center;
}
.top-cta--box a {
    background: #fff;
    padding: 3rem 8.5rem;
    border-radius: 80px;
    font-size: 2.5rem;
    font-weight: bolder;
    border: 2px solid #fff;
    color: #456b62;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    letter-spacing: 0.2rem;
}
.top-cta--box a:hover {
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid #ffaf50;
    background: #ffaf50;
    color: #fff;
}
img.about {
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
@media(max-width:480px){
    .u-mb10 {
        margin-bottom: 10px !important;
    }
    h1.u-fs12.u-fs12-xxs.u-fw-n.tcenter.tleft-lg.u-mb5.u-mb0-lg.o-c-0 {
        margin-right: 23%;
    }
    .nav-btn {
        bottom: auto;
        top: 17px;
    }
    .l-header-logo {
        max-width: 238px;
        margin-right: auto;
        margin-left: 5%;
    }
    p.top-title {
        font-size: 25px;
    }
    p.top-txt {
        font-size: 15px;
    }
    .top-cta--box a {
        padding: 2rem 4.5rem;
        font-size: 2.0rem;

    }
    header.l-header.o-header.follow-header {
        top: auto;
        bottom: 0;
    }
.l-footer {
    padding: 18px 0 100px 0;
}
}

/* 20230710追加 */
section.top-area {
    padding: 50px 0;
}
p.top-txt {
    margin-bottom: 20px;
}
.top-cta--box a {
    display: inline-block;
    padding: 2rem;
    width: calc(100% - 15px);
    max-width: 500px;
}
.lp-bnr {
    display: block;
    margin: 30px auto 0;
    width: calc(100% - 15px);
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
    border: 3px solid #fff;
}
.lp-bnr:hover {
    transform: scale(.95);
}
.lp-bnr img {
    width: 100% !important;
}
