html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

*[hidden] {
    display: none
}

body {
    line-height: 1
}

menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

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

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

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

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

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

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

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

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

/*!
* 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: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    animation-iteration-count: 1;
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    animation-delay: 1s;
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration)*3)
}

@media print,
(prefers-reduced-motion: reduce) {
    .animate__animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95)
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.animate__pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.animate__rubberBand {
    animation-name: rubberBand
}

@keyframes shakeX {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    animation-name: shakeX
}

@keyframes shakeY {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    animation-name: shakeY
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.animate__headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.animate__swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.animate__tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.animate__jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.animate__heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration)*1.3);
    animation-timing-function: ease-in-out
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }

    80% {
        transform: translateY(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    animation-name: backInDown
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }

    80% {
        transform: translateX(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    animation-name: backInLeft
}

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }

    80% {
        transform: translateX(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    animation-name: backInRight
}

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(0.7);
        opacity: .7
    }

    80% {
        transform: translateY(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    animation-name: backInUp
}

@keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: translateY(700px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutDown {
    animation-name: backOutDown
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: translateX(-2000px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    animation-name: backOutLeft
}

@keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: translateX(2000px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutRight {
    animation-name: backOutRight
}

@keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0px) scale(0.7);
        opacity: .7
    }

    100% {
        transform: translateY(-700px) scale(0.7);
        opacity: .7
    }
}

.animate__backOutUp {
    animation-name: backOutUp
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.animate__bounceIn {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(0.9)
    }

    75% {
        transform: translate3d(0, -10px, 0) scaleY(0.95)
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(0.985)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px, 0, 0) scaleX(0.98)
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(0.995)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        transform: translate3d(10px, 0, 0) scaleX(0.98)
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(0.995)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(0.95)
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(0.985)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.animate__bounceOut {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(0.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(0.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(0.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(0.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeInTopLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInTopLeft {
    animation-name: fadeInTopLeft
}

@keyframes fadeInTopRight {
    from {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInTopRight {
    animation-name: fadeInTopRight
}

@keyframes fadeInBottomLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInBottomLeft {
    animation-name: fadeInBottomLeft
}

@keyframes fadeInBottomRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInBottomRight {
    animation-name: fadeInBottomRight
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    animation-name: fadeOutTopLeft
}

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    animation-name: fadeOutTopRight
}

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    animation-name: fadeOutBottomRight
}

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedInRight {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out
}

@keyframes lightSpeedInLeft {
    from {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    animation-name: lightSpeedOutRight;
    animation-timing-function: ease-in
}

@keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    animation-name: lightSpeedOutLeft;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateIn {
    animation-name: rotateIn;
    transform-origin: center
}

@keyframes rotateInDownLeft {
    from {
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    animation-name: rotateInDownLeft;
    transform-origin: left bottom
}

@keyframes rotateInDownRight {
    from {
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    animation-name: rotateInDownRight;
    transform-origin: right bottom
}

@keyframes rotateInUpLeft {
    from {
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    animation-name: rotateInUpLeft;
    transform-origin: left bottom
}

@keyframes rotateInUpRight {
    from {
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    animation-name: rotateInUpRight;
    transform-origin: right bottom
}

@keyframes rotateOut {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    animation-name: rotateOut;
    transform-origin: center
}

@keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    transform-origin: left bottom
}

@keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    animation-name: rotateOutDownRight;
    transform-origin: right bottom
}

@keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    transform-origin: left bottom
}

@keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

    to {
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    animation-name: rotateOutUpRight;
    transform-origin: right bottom
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2);
    animation-name: hinge;
    transform-origin: top left
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.animate__rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.animate__rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutDown {
    animation-name: zoomOutDown;
    transform-origin: center bottom
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    animation-name: zoomOutLeft;
    transform-origin: left center
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: right center
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.animate__zoomOutUp {
    animation-name: zoomOutUp;
    transform-origin: center bottom
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    animation-name: slideOutUp
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==")
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    animation-delay: -1s
}

.modal-spinner .rect4 {
    animation-delay: -0.9s
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

/*!
  Copyright (c) CitrusType Inc. All Rights Reserved.
*/
body {
    background: #000;
    color: #ccc;
    font-size: 16px;
    line-height: 1.8em;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%
}

@media(max-width: 767.98px) {
    body {
        font-size: 13px;
        line-height: 1.8em
    }
}

body.isFixed {
    position: fixed;
    left: 0;
    right: 0
}

body a,
body button {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    transition: opacity 800ms
}

body a:hover,
body button:hover {
    opacity: .8;
    transition: opacity 300ms
}

img {
    width: 100%;
    height: auto;
    vertical-align: top
}

ul li,
ol li {
    list-style: none
}

table {
    border-collapse: collapse
}

input,
select,
textarea {
    margin: 0;
    font-size: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

@media(max-width: 575.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

#home .mc01 .text h4 .span01,
#home h3 .span01 {
    font-family: changeling-neo, sans-serif;
    font-weight: 400;
    font-style: normal
}

#home .mc03 h4 .span01 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 400;
    font-style: normal
}

#home h3 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #home h3 {
        margin-bottom: 40px
    }
}

#home h3 span {
    display: block
}

#home h3 .span01 {
    position: relative;
    padding-bottom: 12px;
    font-size: 36px;
    line-height: 1.2em;
    letter-spacing: .1em
}

@media(max-width: 767.98px) {
    #home h3 .span01 {
        padding-bottom: 9px;
        font-size: 29px
    }
}

#home h3 .span01:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120px;
    border-bottom: 2px #F47300 solid;

        {
        pboot: nav parent=[sort:scode]
    }

    solid;
    margin-left: -60px;
    content: ""
}

@media(max-width: 767.98px) {
    #home h3 .span01:after {
        width: 96px;
        margin-left: -48px
    }
}

#home h3 .span02 {
    padding-top: 14px;
    font-size: 18px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #home h3 .span02 {
        padding-top: 11px;
        font-size: 15px
    }
}

#breeder .title02,
#export .title02,
#auction .title02,
#sell .title02 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center
}

@media(max-width: 767.98px) {

    #breeder .title02,
    #export .title02,
    #auction .title02,
    #sell .title02 {
        margin-bottom: 25px;
        font-size: 18px
    }
}

#breeder .title02:after,
#export .title02:after,
#auction .title02:after,
#sell .title02:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    border-bottom: 2px solid;
    margin-left: -60px;
    content: ""
}

@media(max-width: 767.98px) {

    #breeder .title02:after,
    #export .title02:after,
    #auction .title02:after,
    #sell .title02:after {
        width: 96px;
        margin-left: -48px
    }
}

#specialPrice,
#breeder .mc01,
#replyReminder .mc01,
#contact .mc01,
#company .mc01,
#faq .mc01,
#export .mc01,
#auction .mc05,
#auction .mc04,
#auction .mc02,
#auction .mc01,
#sell .mc05,
#sell .mc04,
#sell .mc02,
#sell .mc01,
#home .mc01 {
    background: url("../image/bg01_bg_01.jpg") center top repeat
}

@media(max-width: 767.98px) {

    #specialPrice,
    #breeder .mc01,
    #replyReminder .mc01,
    #contact .mc01,
    #company .mc01,
    #faq .mc01,
    #export .mc01,
    #auction .mc05,
    #auction .mc04,
    #auction .mc02,
    #auction .mc01,
    #sell .mc05,
    #sell .mc04,
    #sell .mc02,
    #sell .mc01,
    #home .mc01 {
        background-size: 500px auto
    }
}

#auction .bg02,
#sell .bg02 {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

#breeder .fvAndTitle,
#replyReminder .fvAndTitle,
#contact .fvAndTitle,
#company .fvAndTitle,
#faq .fvAndTitle,
#export .fvAndTitle,
#auction .fvAndTitle,
#sell .fvAndTitle {
    position: relative
}

@media(min-width: 768px) {

    #breeder .fvAndTitle,
    #replyReminder .fvAndTitle,
    #contact .fvAndTitle,
    #company .fvAndTitle,
    #faq .fvAndTitle,
    #export .fvAndTitle,
    #auction .fvAndTitle,
    #sell .fvAndTitle {
        padding-top: 90px
    }
}

#breeder .fvAndTitle h2,
#replyReminder .fvAndTitle h2,
#contact .fvAndTitle h2,
#company .fvAndTitle h2,
#faq .fvAndTitle h2,
#export .fvAndTitle h2,
#auction .fvAndTitle h2,
#sell .fvAndTitle h2 {
    position: absolute;
    bottom: -50px;
    left: 50%;
    min-width: 400px;
    padding: 35px;
    background: #333;
    color: #fff;
    border-bottom: 4px solid;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .5);
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: .15em
}

@media(max-width: 767.98px) {

    #breeder .fvAndTitle h2,
    #replyReminder .fvAndTitle h2,
    #contact .fvAndTitle h2,
    #company .fvAndTitle h2,
    #faq .fvAndTitle h2,
    #export .fvAndTitle h2,
    #auction .fvAndTitle h2,
    #sell .fvAndTitle h2 {
        bottom: -31px;
        min-width: 250px;
        padding: 20px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
        border-bottom: 4px solid;
        font-size: 16px
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, .7);
    color: #ccc;
    z-index: 100
}

@media(max-width: 767.98px) {
    #header {
        height: 60px;
        border-bottom: 1px #666 solid
    }
}

#header .logo {
    padding-top: 22px;
}

@media(min-width: 768px) {
    #header .logo {
        margin-left: 2.5641025641%
    }
}

@media(min-width: 1200px) {
    #header .logo {
        margin-left: 30px
    }
}

@media(max-width: 767.98px) {
    #header .logo {
        padding-top: 10px;
        text-align: center;
        margin-left: 50px;
        margin-right: 60px
    }
}

#header .logo img {
    max-width: 300px;
}

@media(min-width: 768px) {
    #header .logo img {
        width: 33.2478632479%
    }
}

@media(min-width: 1200px) {
    #header .logo img {
        width: 100%
    }
}

@media(max-width: 767.98px) {
    #header .logo img {
        max-width: 235px
    }
}

@media(max-width: 767.98px) {
    #header .nav .spMenuWrapper {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        background: rgba(0, 0, 0, .9)
    }
}

@media(max-width: 767.98px) {
    #header .nav .spMenuWrapper.open {
        display: block
    }
}

#header .nav .navButton {
    position: absolute;
    top: 10px;
    left: 10px
}

#header .nav .navButton a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #333;
    overflow: hidden
}

#header .nav .navButton a:before,
#header .nav .navButton a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    line-height: 0;
    transform: translate(-50%, -50%);
    content: ""
}

#header .nav .navButton a:before {
    height: 12px;
    border-top: 2px #ccc solid;
    border-bottom: 2px #ccc solid
}

#header .nav .navButton a:after {
    border-bottom: 2px #ccc solid
}

#header .nav .navButton a span {
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px
}

#header .nav .navButton.open a:before {
    height: 0;
    border-bottom: none;
    transform: translate(-50%, -50%) rotate(45deg)
}

#header .nav .navButton.open a:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media(min-width: 768px) {
    #header .nav .pages {
        position: absolute;
        top: 30px;
        right: 220px;
        margin-left: 36.7521367521%
    }
}



@media(min-width: 992px) {
    #header .nav .pages {
        margin-left: 36.7521367521%
    }
}

@media(min-width: 1800px) {
    #header .nav .pages {
        margin-left: 22.7521367521%
    }
}

@media(min-width: 768px) {
    #header .nav .pages li {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
        line-height: 2em
    }
}

@media(min-width: 992px) {
    #header .nav .pages li {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13px;
        line-height: 2em
    }
}

@media(max-width: 767.98px) {
    #header .nav .pages li {
        border-bottom: 1px #666 solid;
        font-size: 15px;
        line-height: 1.2em
    }
}

@media(max-width: 767.98px) {
    #header .nav .pages li a {
        display: block;
        padding: 18px 30px
    }
}

#header .nav .pages li.current {
    color: #AB2F26
}

@media(min-width: 768px) {
    #header .nav .language {
        position: absolute;
        top: 30px;
        right: 110px;
        border-radius: 13px;
        overflow: hidden;
        border: 1px solid;
    }
}

#header .nav .language li {
    overflow: hidden
}

#header .nav .language li a {
    display: block;
    padding: 0 10px;
    line-height: 0
}

@media(max-width: 767.98px) {
    #header .nav .language li a {
        padding: 10px 30px;
        border-bottom: 1px #666 solid
    }
}

#header .nav .language li a img {
    max-width: 80px
}

@media(max-width: 767.98px) {
    #header .nav .language li a img {
        max-width: 110px
    }
}

@media(max-width: 767.98px) {
    #header .nav .language .button {
        position: relative
    }
}

@media(max-width: 767.98px) {
    #header .nav .language .button a {
        position: relative
    }
}

@media(max-width: 767.98px) {
    #header .nav .language .button a:after {
        position: absolute;
        right: 30px;
        top: 50%;
        width: 15px;
        height: 8px;
        transform: translateY(-50%);
        background: url("../image/header_bg_02.png") left top no-repeat;
        background-size: 100% auto;
        content: ""
    }
}

@media(max-width: 767.98px) {
    #header .nav .language .button.open a:after {
        background-image: url("../image/header_bg_01.png")
    }
}

#header .nav .language .list {
    display: none
}

@media(max-width: 767.98px) {
    #header .nav .language .list li a {
        padding: 0 30px
    }
}

#header .nav .language .list li.current {
    background: #AB2F26
}

#header .nav .language .list.open {
    display: block
}

#header .nav .contact {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #AB2F26;
    text-align: center
}

@media(max-width: 767.98px) {
    #header .nav .contact {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px
    }
}

#header .nav .contact a {
    display: block;
    width: 100%;
    height: 100%
}

@media(max-width: 767.98px) {
    #header .nav .contact a {
        padding-top: 13px
    }
}

@media(max-width: 767.98px) {
    #header .nav .contact a img {
        max-width: 20px
    }
}

#header .nav .contact.current {
    background: #ccc
}

#languageAppeal {
    position: fixed;
    top: 68px;
    width: 257px;
    z-index: 110
}

@media(min-width: 768px) {
    #languageAppeal {
        right: 129px
    }
}

@media(max-width: 767.98px) {
    #languageAppeal {
        max-width: 462px;
        left: 4px;
        top: 50px
    }
}

#languageAppeal.hide {
    display: none;
    opacity: 0
}

@media(max-width: 767.98px) {
    #main {
        padding-top: 60px
    }
}

#brandModal {
    display: none
}

#brandModal.modal {
    max-width: 1110px;
    max-height: calc(100% - 220px);
    padding: 0
}

@media(max-width: 767.98px) {
    #brandModal.modal {
        position: fixed;
        top: 100px;
        left: 20px;
        right: 20px;
        width: auto;
        max-height: calc(100% - 120px)
    }
}

#brandModal.modal a.close-modal {
    top: 8px;
    right: -47px;
    width: 27px;
    height: 27px;
    background-image: url("../image/brandmodal_bg_01.png")
}

@media(max-width: 767.98px) {
    #brandModal.modal a.close-modal {
        top: -23px;
        right: -13px;
        width: 13px;
        height: 13px
    }
}

#brandModal .contents {
    overflow: auto;
    max-height: 100%;
    padding: 20px;
    color: #333;
    text-align: center
}

@media(max-width: 767.98px) {
    #brandModal .contents {
        padding: 10px
    }
}

#brandModal .contents .title {
    padding-top: 5px;
    margin-bottom: 26px;
    font-size: 26px;
    line-height: 1.4em
}

@media(max-width: 767.98px) {
    #brandModal .contents .title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.4em
    }
}

#brandModal .contents .type p {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4em
}

@media(max-width: 767.98px) {
    #brandModal .contents .type p {
        font-size: 16px;
        line-height: 1.4em
    }
}

#brandModal .contents .type p.wagyu {
    background: #a13e12
}

#brandModal .contents .type p.kouzatsugyu {
    background: #7d0a38
}

#brandModal .contents .listBg {
    position: relative;
    margin-bottom: 10px
}

#brandModal .contents .listBg:before,
#brandModal .contents .listBg:after,
#brandModal .contents table:before,
#brandModal .contents table:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    content: "";
    z-index: 1;
}

#brandModal .contents .listBg:before,
#brandModal .contents table:before {
    left: 0;
    background: #ecd8d0
}

#brandModal .contents .listBg:after,
#brandModal .contents table:after {
    right: 0;
    background: #e5ced7
}

#brandModal .contents .listBg .inner {
    position: relative;
    z-index: 10;
    padding: 20px;
    font-size: 18px;
    line-height: 1.4em
}

@media(max-width: 767.98px) {
    #brandModal .contents .listBg .inner {
        padding: 10px;
        font-size: 14px;
        line-height: 1.4em
    }
}

#brandModal .contents .listBg .inner .where {
    margin-bottom: 10px;
    padding: 6px;
    background: #fff;
    border: 1px #999 solid
}

#brandModal .contents .listBg .inner .listItem {
    margin-bottom: 18px
}

#brandModal .contents .listBg .inner .listItem:last-of-type {
    margin-bottom: 0
}

#brandModal .contents .listBg .inner .listItem p span {
    display: inline-block;
    margin: 0 .2em
}

#brandModal .contents .listBg .inner .listItem p span:before {
    content: "ãƒ»"
}

#brandModal .contents .note {
    text-align: left
}

#brandModal.modal table{
    width: 100%;
    position: relative;
}
#brandModal.modal table tbody{
    position: relative;
    z-index: 2;
}
#brandModal.modal table tr{
    margin: 20px;
    display: flex;
    justify-content: center;
    border: 1px #999 solid
}
#brandModal.modal table tr td{
    width: 50%;
}
#brandModal.modal table tr.type td{
    padding: 0;
}
#brandModal.modal table tr td[colspan="2"]{
    width: 100%;
    background: #fff;
    padding: 10px;
}
#brandModal.modal table tr.type{
    margin:0;
    padding: 0;
}
#brandModal.modal table tr.listItem,
#brandModal.modal table tr.type{
    border: none;
}
#brandModal.modal table tr td p{}

#facebook {
    background: #f0f0f0
}

@media(min-width: 768px) {
    #facebook {
        position: fixed;
        right: -300px;
        top: 150px;
        width: 300px;
        height: 500px;
        transition: right 500ms ease-out
    }
}

@media(max-width: 767.98px) {
    #facebook {
        padding: 20px 0;
        text-align: center
    }
}

@media(min-width: 768px) {
    #facebook.open {
        right: 0
    }
}

#facebook h3 {
    position: absolute;
    left: -29px;
    top: 120px;
    transform: rotate(-90deg);
    transform-origin: left top
}

@media(max-width: 767.98px) {
    #facebook h3 {
        display: none
    }
}

#facebook h3 a {
    display: block;
    width: 120px;
    height: 29px;
    padding-top: 10px;
    background: #2e72b9;
    color: #fff;
    border-radius: 9px 9px 0 0;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    letter-spacing: .25em
}

#footer {
    padding-top: 3.6%;
    background: #323232;
    text-align: center
}

@media(max-width: 767.98px) {
    #footer {
        padding-top: 30px;
    }
}

#footer h2 {
    margin-bottom: 5px
}

#footer h2 img {
    max-width: 220px;
}

@media(max-width: 767.98px) {
    #footer h2 img {
        max-width: 220px;
    }
}

#footer .name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
}

@media(max-width: 767.98px) {
    #footer .name {
        margin-bottom: 20px;
        font-size: 13px
    }
}

#footer .contact {
    margin-bottom: 3.6%;
    font-size: 13px;
    line-height: 2.2em;
}

@media(max-width: 767.98px) {
    #footer .contact {
        margin-bottom: 20px;
        font-size: 12px
    }
}

#footer .copy {
    padding: 13px 0 15px;
    border-top: 1px #666 solid;
    font-size: 12px;
    line-height: 1em
}

@media(max-width: 767.98px) {
    #footer .copy {
        padding: 10px 0;
        font-size: 11px
    }
}

#home .fv {
    position: relative;
    padding-top: 90px;
}

@media(max-width: 767.98px) {
    #home .fv {
        padding-top: 0;
    }
}

#home .fv h2 {
    position: relative
}

#home #movieWrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

#home #movieWrapper video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#home .information {
    padding-top: 20px;
    text-align: center
}

#home .information__inner {
    margin: 0 auto;
    padding: 10px;
    border: 2px #AB2F26 solid;
    font-size: 18px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #home .information__inner {
        font-size: 15px
    }
}

#home .information__title {
    margin-bottom: 0
}

@media(min-width: 768px) {
    #home .information__title {
        margin-right: 10px
    }
}

@media(max-width: 767.98px) {
    #home .information__title {
        margin-bottom: 6px
    }
}

@media(max-width: 767.98px) {
    #home .information__text {
        font-size: 13px
    }
}

#home .specialPrice {
    padding-top: 40px
}

@media(max-width: 767.98px) {
    #home .specialPrice {
        padding-top: 30px
    }
}

#home .mc01 {
    position: relative;
    padding: 95px 0
}

@media(max-width: 767.98px) {
    #home .mc01 {
        padding: 50px 0
    }
}

#home .mc01 .row {
    margin-bottom: 50px
}

@media(max-width: 767.98px) {
    #home .mc01 .row {
        margin-bottom: 45px
    }
}

#home .mc01 .row:last-of-type {
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    #home .mc01 .text {
        margin-bottom: 10px
    }
}

#home .mc01 .text h4 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px
}

@media(max-width: 767.98px) {
    #home .mc01 .text h4 {
        padding-bottom: 8px;
        margin-bottom: 8px
    }
}

#home .mc01 .text h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    border-bottom: 2px solid;
    content: ""
}

@media(max-width: 767.98px) {
    #home .mc01 .text h4:after {
        width: 45px
    }
}

#home .mc01 .text h4 span {
    display: block
}

#home .mc01 .text h4 .span01 {
    color: #999;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: .1em
}

@media(max-width: 767.98px) {
    #home .mc01 .text h4 .span01 {
        font-size: 18px
    }
}

#home .mc01 .text h4 .span02 {
    padding-top: 10px;
    font-size: 24px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #home .mc01 .text h4 .span02 {
        font-size: 18px
    }
}

#home .mc01 .text .h401:after {
    border-color: #962922;
}

#home .mc01 .text .h402:after {
    border-color: #d869fb
}

#home .mc01 .text .h403:after {
    border-color: #AB2F26
}

#home .mc01 .text .more {
    padding-top: 10px
}

@media(max-width: 767.98px) {
    #home .mc01 .text .more {
        padding-top: 5px
    }
}

#home .mc01 .text .more a {
    display: inline-block;
    padding: 10px 15px;
    background: #E2AF84;
    color: #010204;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: .15em
}

@media(max-width: 767.98px) {
    #home .mc01 .text .more a {
        padding: 7px 12px;
        font-size: 9px
    }
}

#home .mc01 .image img {
    border-radius: 12px
}

#home .mc01 hr {
    position: absolute;
    width: 100%;
    top: 200px;
    left: 0;
    margin: 0;
    border: none;
    border-bottom: 2px #666 solid
}

#home .mc02 {
    position: relative;
    padding: 95px 0 60px;
    color: #fcc;
    background: #AB2F26;
    background: linear-gradient(-90deg, #AB2F26, rgba(171, 47, 38, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB2F26', endColorstr='rgba(171, 47, 38, 0)', GradientType=1);
    background: -webkit-linear-gradient(-90deg, #AB2F26, rgba(171, 47, 38, 0));
    background: -o-linear-gradient(-90deg, #AB2F26, rgba(171, 47, 38, 0));
}

@media(max-width: 767.98px) {
    #home .mc02 {
        padding: 50px 0
    }
}

#home .mc02:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    background: url("../image/mc02_bg_01.png") repeat-x center top;*/
    background-size: 35.2898550725%;
    content: ""
}

@media(max-width: 767.98px) {
    #home .mc02:before {
        bottom: 36px;
        padding-top: 100%;
        /*        background: url("../image/mc02_bg_01_sp.png") repeat-x left top;*/
        background-size: 100% auto
    }
}

#home .mc02 .container {
    position: relative
}

#home .mc02 .text {
    margin-bottom: 35px
}

@media(max-width: 767.98px) {
    #home .mc02 .text {
        margin-bottom: 20px
    }
}

@media(min-width: 768px) {
    #home .mc02 .image {
        margin: 0 5.9782608696%
    }
}

#home .mc03 {
    padding: 60px 0 150px;
    background: url("../image/mc03_bg_01.jpg") no-repeat 0 230px;
    background-size: 27.9710144928% auto !important;
}

@media(max-width: 767.98px) {
    #home .mc03 {
        padding: 50px 0;
        background: url("../image/mc03_bg_01_sp.jpg") no-repeat 0 240px;
        background-size: 40% auto !important;
    }
}

#home .mc03 .p01 {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #home .mc03 .p01 {
        margin-bottom: 40px;
        margin-left: 25.0746268657%
    }
}

@media(max-width: 767.98px) {
    #home .mc03 .p02 {
        margin-bottom: 25px
    }
}

#home .mc03 h4 {
    margin-bottom: 5px;
    line-height: 1.6em
}

@media(max-width: 767.98px) {
    #home .mc03 h4 {
        line-height: 1em
    }
}

#home .mc03 h4.h401 {
    color: #fcc479
}

#home .mc03 h4.h402 {
    color: #4e95a4
}

#home .mc03 h4 span {
    display: inline-block;
    vertical-align: baseline
}

#home .mc03 h4 .span01 {
    margin-right: 15px;
    font-size: 25px
}

@media(max-width: 767.98px) {
    #home .mc03 h4 .span01 {
        font-size: 22px
    }
}

#home .mc03 h4 .span02 {
    font-size: 18px;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #home .mc03 h4 .span02 {
        font-size: 16px
    }
}

#home .mc03 ul {
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #home .mc03 ul {
        margin-bottom: 25px
    }
}

#home .mc03 ul:last-of-type {
    margin-bottom: 0
}

#home .mc03 ul li {
    margin-bottom: 10px
}

#home .mc03 ul li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
}
#home .mc03 ul li>a img{
    width: 50%;
}
#home .mc03 ul li>a span{
    width: 50%;
    height: 100%;
    display: block;
    color: #CCCCCC;
    text-align: center;
}

#home .mc03 ul li:last-of-type {
    margin-bottom: 0
}

#sell .fvAndTitle h2 {
    border-color: #AB2F26
}

#sell .title02:after {
    border-color: #AB2F26
}

#sell .specialPrice {
    margin-bottom: 60px
}

@media(max-width: 767.98px) {
    #sell .specialPrice {
        margin-bottom: 50px
    }
}

#sell .mc01 {
    padding: 90px 0 100px
}

@media(max-width: 767.98px) {
    #sell .mc01 {
        padding: 60px 0 50px
    }
}

#sell .mc01 .div01 {
    margin-bottom: 60px
}

@media(max-width: 767.98px) {
    #sell .mc01 .div01 {
        margin-bottom: 50px
    }
}

#sell .mc01 .div02 h3 {
    margin-bottom: 55px;
    padding: 10px 0;
    background: #333;
    border-radius: 25px;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #sell .mc01 .div02 h3 {
        margin-bottom: 25px;
        padding: 5px 0;
        font-size: 16px;
        line-height: 1.4em
    }
}

#sell .mc01 .div02 h3 small {
    font-size: 16px
}

@media(max-width: 767.98px) {
    #sell .mc01 .div02 h3 small {
        display: block;
        font-size: 11px
    }
}

#sell .mc01 .div02 .map {
    margin-bottom: 70px;
    text-align: center
}

@media(max-width: 767.98px) {
    #sell .mc01 .div02 .map {
        margin-bottom: 30px
    }
}

#sell .mc01 .div02 .map img {
    max-width: 900px
}

#sell .mc01 .div03 {
    margin-bottom: -24px
}

#sell .mc01 .div03 h4 {
    margin-bottom: 10px;
    padding: 14px 0;
    background: #333;
    color: #fff;
    border-bottom: 2px solid;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #sell .mc01 .div03 h4 {
        margin-bottom: 8px;
        padding: 8px 0;
        font-size: 16px
    }
}

#sell .mc01 .div03 h4.h401 {
    border-color: red
}

#sell .mc01 .div03 h4.h402 {
    border-color: #06f
}

#sell .mc01 .div03 h4.h403 {
    border-color: #f93
}

#sell .mc01 .div03 h4.h404 {
    border-color: #419f0e
}

#sell .mc01 .div03 h4.h405 {
    border-color: #e537f5
}

#sell .mc01 .div03 h4.h406 {
    border-color: #0ebab4
}

#sell .mc01 .div03 p {
    margin-bottom: 24px
}

@media(max-width: 767.98px) {
    #sell .mc01 .div03 p {
        margin-bottom: 15px
    }
}

#sell .mc01 .div04 {
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #sell .mc01 .div04 {
        padding-top: 20px;
        font-size: 11px
    }
}

#sell .mc02 .bg02 {
    padding: 100px 0
}

@media(max-width: 767.98px) {
    #sell .mc02 .bg02 {
        padding: 50px 0
    }
}

#sell .mc02 .p01 {
    margin-bottom: 35px
}

@media(max-width: 767.98px) {
    #sell .mc02 .p01 {
        margin-bottom: 25px
    }
}

#sell .mc02 .p02 {
    text-align: center
}

@media(max-width: 767.98px) {
    #sell .mc02 .p02 {
        margin-bottom: 30px
    }
}

#sell .mc02 .p02 img {
    max-width: 415px
}

@media(max-width: 767.98px) {
    #sell .mc02 .p02 img {
        width: 73.2394366197%
    }
}

@media(min-width: 768px) {
    #sell .mc02 .p03 {
        text-align: right
    }
}

@media(max-width: 767.98px) {
    #sell .mc02 .p03 {
        text-align: center
    }
}

#sell .mc02 .p03 img {
    max-width: 496px
}

@media(max-width: 767.98px) {
    #sell .mc02 .p03 img {
        width: 85.9154929577%
    }
}

#sell .mc03 {
    padding: 95px 0 100px;
    color: #fff
}

@media(max-width: 767.98px) {
    #sell .mc03 {
        padding: 50px 0
    }
}

@media(max-width: 767.98px) {
    #sell .mc03 .left {
        margin-bottom: 25px
    }
}

#sell .mc03 .left .tableWrapper {
    width: 100%;
    margin-bottom: 10px;
    overflow: auto
}

@media(max-width: 767.98px) {
    #sell .mc03 .left .tableWrapper {
        margin-bottom: 5px
    }
}

#sell .mc03 .left .tableWrapper table {
    width: 730px;
    color: #333;
    border: 1px #999 solid;
    text-align: center
}

#sell .mc03 .left .tableWrapper table th,
#sell .mc03 .left .tableWrapper table td {
    height: 38px;
    border: 1px #999 solid;
    line-height: 1em;
    vertical-align: middle
}

#sell .mc03 .left .tableWrapper table th {
    background: #e6e6e6;
    font-weight: normal
}

#sell .mc03 .left .tableWrapper table th.th01 {
    font-size: 14px
}

#sell .mc03 .left .tableWrapper table th.th02 {
    font-size: 18px
}

#sell .mc03 .left .tableWrapper table td {
    background: #fff;
    font-size: 14px
}

#sell .mc03 .left .tableWrapper table .size01 {
    width: 51px
}

#sell .mc03 .left .tableWrapper table .size02 {
    width: 117px
}

#sell .mc03 .left .tableWrapper table .size03 {
    width: 205px
}

#sell .mc03 .left p {
    margin-bottom: 20px;
    margin-left: 1em;
    font-size: 14px
}

@media(max-width: 767.98px) {
    #sell .mc03 .left p {
        font-size: 11px;
        line-height: 1.4em
    }
}

#sell .mc03 .left p:last-of-type {
    margin-bottom: 0
}

#sell .mc03 .left p span {
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

#sell .mc03 .right .p01 {
    margin-bottom: 20px
}

#sell .mc03 .right .p01 a {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden
}

@media(max-width: 767.98px) {
    #sell .mc03 .right .p01 a {
        border-radius: 4px
    }
}

#sell .mc03 .right .p01 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 6px;
    background: rgba(255, 255, 255, .8);
    color: #000;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold
}

@media(max-width: 1199.98px) {
    #sell .mc03 .right .p01 a span {
        font-size: 16px;
        line-height: 1.4em
    }
}

@media(max-width: 767.98px) {
    #sell .mc03 .right .p01 a span {
        padding: 2px 4px;
        font-size: 15px;
        line-height: 1.4em
    }
}

#sell .mc03 .right .p01 a span:after {
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-left: 10px;
    background: url("../image/mc03_bg_01.png") no-repeat left top;
    background-size: contain;
    content: ""
}

@media(max-width: 1199.98px) {
    #sell .mc03 .right .p01 a span:after {
        width: 8px;
        height: 12px;
        margin-left: 8px
    }
}

@media(max-width: 767.98px) {
    #sell .mc03 .right .p01 a span:after {
        width: 7px;
        height: 12px;
        margin-left: 6px
    }
}

#sell .mc03 .right .p02 {
    margin-bottom: 20px;
    padding: 10px 5px;
    background: #f3bd8c;
    color: #333;
    text-align: center;
    line-height: 1.2em
}

#sell .mc03 .right .p02:last-of-type {
    margin-bottom: 0
}

#sell .mc04 .bg02 {
    padding: 95px 0 100px
}

@media(max-width: 767.98px) {
    #sell .mc04 .bg02 {
        padding: 50px 0
    }
}

@media(min-width: 768px) {
    #sell .mc04 .title02 {
        margin-bottom: 0
    }
}

#sell .mc04 .div01 {
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div01 {
        margin-bottom: 15px
    }
}

#sell .mc04 .div01 p {
    text-align: center
}

#sell .mc04 .div01 p img {
    max-width: 771px
}

#sell .mc04 .div02 {
    margin-bottom: 40px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div02 {
        margin-bottom: 30px
    }
}

@media(min-width: 768px) {
    #sell .mc04 .div02 .row01 {
        margin-bottom: 35px
    }
}

@media(max-width: 767.98px) {
    #sell .mc04 .div02 .row02 {
        margin-bottom: -15px
    }
}

@media(max-width: 767.98px) {
    #sell .mc04 .div02 div[class*=col-] {
        margin-bottom: 15px
    }
}

#sell .mc04 .div02 .image {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div02 .image {
        margin-bottom: 10px
    }
}

#sell .mc04 .div02 h4 {
    margin-bottom: 10px;
    padding: 12px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #sell .mc04 .div02 h4 {
        margin-bottom: 5px;
        padding: 10px;
        font-size: 14px
    }
}

#sell .mc04 .div02 h4.h401 {
    background: #eddc95
}

#sell .mc04 .div02 h4.h402 {
    background: #a6c8f1
}

#sell .mc04 .div02 h4.h403 {
    background: #b8d8a1
}

#sell .mc04 .div03 {
    padding: 40px 0;
    background: rgba(218, 200, 237, .7);
    color: #333
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 {
        padding: 30px 0
    }
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 .row {
        margin-bottom: -15px
    }
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 .row div[class*=col-] {
        margin-bottom: 15px
    }
}

#sell .mc04 .div03 .image {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 .image {
        margin-bottom: 8px
    }
}

#sell .mc04 .div03 h4 {
    padding: 12px;
    background: #dac8ed;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 h4 {
        padding: 10px 5px;
        font-size: 14px
    }
}

#sell .mc04 .div03 h4.h401 {
    margin-bottom: 20px
}

#sell .mc04 .div03 h4.h402 {
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 h4.h402 {
        margin-bottom: 5px
    }
}

#sell .mc04 .div03 h4 small {
    font-size: 18px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div03 h4 small {
        display: block;
        font-size: 12px
    }
}

#sell .mc04 .div04 {
    margin-bottom: -35px;
    padding: 40px 0
}

@media(max-width: 767.98px) {
    #sell .mc04 .div04 {
        padding: 30px 0 20px;
        margin-bottom: -15px
    }
}

#sell .mc04 .div04 div[class*=col-] {
    margin-bottom: 35px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div04 div[class*=col-] {
        margin-bottom: 15px
    }
}

#sell .mc04 .div04 .image {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div04 .image {
        margin-bottom: 8px
    }
}

#sell .mc04 .div04 h4 {
    padding: 12px;
    background: #d9d9d9;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

#sell .mc04 .div04 h4.h401 {
    margin-bottom: 20px
}

#sell .mc04 .div04 h4.h402 {
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    #sell .mc04 .div04 h4.h402 {
        margin-bottom: 5px
    }
}

@media(max-width: 767.98px) {
    #sell .mc04 .div04 h4 {
        padding: 10px 5px;
        font-size: 14px
    }
}

#sell .mc04 .div05 .button a {
    display: block;
    padding: 20px 0;
    background: #fff;
    color: #333;
    border: 6px #AB2F26 solid;
    border-radius: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    text-align: center
}

@media(max-width: 767.98px) {
    #sell .mc04 .div05 .button a {
        padding: 25px 0;
        border-width: 3px;
        border-radius: 6px;
        font-size: 15px
    }
}

#sell .mc04 .div05 .button a:before {
    display: inline-block;
    width: 13px;
    height: 20px;
    margin-right: 18px;
    background: url("../image/mc04_bg_01.png") left top no-repeat;
    content: ""
}

@media(max-width: 767.98px) {
    #sell .mc04 .div05 .button a:before {
        width: 8px;
        height: 13px;
        margin-right: 8px;
        background-size: 8px auto
    }
}

#sell .mc05 {
    padding: 95px 0 100px
}

@media(max-width: 767.98px) {
    #sell .mc05 {
        padding: 50px 0;
        font-size: 15px
    }
}

#sell .mc05 .image {
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    #sell .mc05 .image {
        margin-bottom: 8px
    }
}

@media(max-width: 767.98px) {
    #sell .mc05 div[class*=col-] {
        margin-bottom: 50px
    }
}

@media(max-width: 767.98px) {
    #sell .mc05 div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

#auction .fvAndTitle h2 {
    border-color: #d869fb
}

#auction .title02:after {
    border-color: #d869fb
}

#auction .mc01 {
    padding: 90px 0 100px
}

@media(max-width: 767.98px) {
    #auction .mc01 {
        padding: 60px 0 50px
    }
}

#auction .mc01 .div01 {
    margin-bottom: 55px
}

@media(max-width: 767.98px) {
    #auction .mc01 .div01 {
        margin-bottom: 20px
    }
}

#auction .mc01 .div02 {
    margin-bottom: 60px;
    padding: 30px;
    background: #333
}

@media(max-width: 767.98px) {
    #auction .mc01 .div02 {
        padding: 15px 10px
    }
}

#auction .mc01 .div02 h3 {
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 2px #666 solid;
    border-radius: 25px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #auction .mc01 .div02 h3 {
        margin-bottom: 15px;
        padding: 8px 30px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 1.4em
    }
}

@media(max-width: 767.98px) {
    #auction .mc01 .div02 div[class*=col-] {
        margin-bottom: 8px
    }
}

#auction .mc01 .div02 div[class*=col-]:last-of-type {
    margin-bottom: 0
}

#auction .mc01 .div02 h4 {
    margin-bottom: 12px;
    padding: 10px 0;
    background: #505050;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    text-align: center
}

@media(max-width: 767.98px) {
    #auction .mc01 .div02 h4 {
        padding: 8px 0;
        font-size: 15px
    }
}

#auction .mc01 .div02 h4.h401 {
    color: #ff0
}

#auction .mc01 .div02 ul li {
    margin-left: 1em
}

#auction .mc01 .div02 ul li span {
    width: 1em;
    margin-left: -1em
}

#auction .mc01 .div03 h3 {
    margin-bottom: 55px;
    padding: 10px 0;
    background: #333;
    border-radius: 25px;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #auction .mc01 .div03 h3 {
        margin-bottom: 25px;
        padding: 5px 0;
        font-size: 16px;
        line-height: 1.4em
    }
}

#auction .mc01 .div03 h3 small {
    font-size: 16px
}

@media(max-width: 767.98px) {
    #auction .mc01 .div03 h3 small {
        display: block;
        font-size: 11px
    }
}

#auction .mc01 .div03 .map {
    margin-bottom: 70px;
    text-align: center
}

@media(max-width: 767.98px) {
    #auction .mc01 .div03 .map {
        margin-bottom: 30px
    }
}

#auction .mc01 .div03 .map img {
    max-width: 900px
}

#auction .mc01 .div04 {
    margin-bottom: -24px
}

#auction .mc01 .div04 h4 {
    margin-bottom: 10px;
    padding: 14px 0;
    background: #333;
    color: #fff;
    border-bottom: 2px solid;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #auction .mc01 .div04 h4 {
        margin-bottom: 8px;
        padding: 8px 0;
        font-size: 16px
    }
}

#auction .mc01 .div04 h4.h401 {
    border-color: red
}

#auction .mc01 .div04 h4.h402 {
    border-color: #06f
}

#auction .mc01 .div04 h4.h403 {
    border-color: #f93
}

#auction .mc01 .div04 h4.h404 {
    border-color: #419f0e
}

#auction .mc01 .div04 h4.h405 {
    border-color: #e537f5
}

#auction .mc01 .div04 h4.h406 {
    border-color: #0ebab4
}

#auction .mc01 .div04 p {
    margin-bottom: 24px
}

@media(max-width: 767.98px) {
    #auction .mc01 .div04 p {
        margin-bottom: 15px
    }
}

#auction .mc01 .div05 {
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #auction .mc01 .div05 {
        padding-top: 20px;
        font-size: 11px
    }
}

#auction .mc02 .bg02 {
    padding: 95px 0 100px
}

@media(max-width: 767.98px) {
    #auction .mc02 .bg02 {
        padding: 50px 0
    }
}

#auction .mc02 .p01 {
    margin-bottom: 35px
}

@media(max-width: 767.98px) {
    #auction .mc02 .p01 {
        margin-bottom: 25px
    }
}

#auction .mc02 .p02 {
    text-align: center
}

@media(max-width: 767.98px) {
    #auction .mc02 .p02 {
        margin-bottom: 30px
    }
}

#auction .mc02 .p02 img {
    max-width: 415px
}

@media(max-width: 767.98px) {
    #auction .mc02 .p02 img {
        width: 73.2394366197%
    }
}

@media(min-width: 768px) {
    #auction .mc02 .p03 {
        text-align: right
    }
}

@media(max-width: 767.98px) {
    #auction .mc02 .p03 {
        text-align: center
    }
}

#auction .mc02 .p03 img {
    max-width: 496px
}

@media(max-width: 767.98px) {
    #auction .mc02 .p03 img {
        width: 85.9154929577%
    }
}

#auction .mc03 {
    padding: 95px 0 100px;
    color: #fff
}

@media(max-width: 767.98px) {
    #auction .mc03 {
        padding: 50px 0
    }
}

#auction .mc03 h4 {
    margin-bottom: 20px;
    padding: 8px 0;
    background: #ccc;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #auction .mc03 h4 {
        margin-bottom: 12px;
        padding: 5px 0;
        font-size: 15px
    }
}

#auction .mc03 h5 {
    font-weight: normal
}

#auction .mc03 table {
    width: 100%;
    background: #fff;
    color: #333
}

#auction .mc03 table th,
#auction .mc03 table td {
    padding: 5px 8px;
    border: 1px #999 solid
}

@media(max-width: 767.98px) {

    #auction .mc03 table th,
    #auction .mc03 table td {
        padding: 0 5px
    }
}

#auction .mc03 table th {
    width: 61.1111111111%;
    font-weight: normal;
    text-align: left
}

#auction .mc03 table td {
    text-align: right
}

#auction .mc03 table td strong {
    color: red;
    font-weight: normal
}

#auction .mc03 ul li {
    margin-left: 1em
}

#auction .mc03 ul li span {
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

#auction .mc03 p.tRight {
    text-align: right
}

#auction .mc03 .div01 {
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #auction .mc03 .div01 {
        margin-bottom: 15px
    }
}

#auction .mc03 .div02 {
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    #auction .mc03 .div02 {
        margin-bottom: 8px
    }
}

#auction .mc03 .div03 {
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    #auction .mc03 .div03 {
        margin-bottom: 8px
    }
}

#auction .mc03 .div03 h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #auction .mc03 .div03 h5 {
        margin-bottom: 2px;
        font-size: 13px
    }
}

#auction .mc03 .div03 table {
    margin-bottom: 8px
}

@media(max-width: 767.98px) {
    #auction .mc03 .div03 table {
        margin-bottom: 5px
    }
}

#auction .mc03 .div03 .tRight {
    font-size: 14px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #auction .mc03 .div03 .tRight {
        font-size: 11px
    }
}

#auction .mc03 .div04 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em
}

@media(max-width: 767.98px) {
    #auction .mc03 .div04 {
        font-size: 11px
    }
}

@media(max-width: 767.98px) {
    #auction .mc03 .div05 {
        margin-bottom: 15px
    }
}

#auction .mc03 .div05 p a {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden
}

@media(max-width: 767.98px) {
    #auction .mc03 .div05 p a {
        border-radius: 4px
    }
}

#auction .mc03 .div05 p a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 6px;
    background: rgba(255, 255, 255, .8);
    color: #000;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold
}

@media(max-width: 1199.98px) {
    #auction .mc03 .div05 p a span {
        font-size: 16px;
        line-height: 1.4em
    }
}

@media(max-width: 767.98px) {
    #auction .mc03 .div05 p a span {
        padding: 2px 4px;
        font-size: 15px;
        line-height: 1.4em
    }
}

#auction .mc03 .div05 p a span:after {
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-left: 10px;
    background: url("../image/mc03_bg_01.png") no-repeat left top;
    background-size: contain;
    content: ""
}

@media(max-width: 1199.98px) {
    #auction .mc03 .div05 p a span:after {
        width: 8px;
        height: 12px;
        margin-left: 8px
    }
}

@media(max-width: 767.98px) {
    #auction .mc03 .div05 p a span:after {
        width: 7px;
        height: 12px;
        margin-left: 6px
    }
}

#auction .mc03 .div06 {
    margin-bottom: 15px
}

#auction .mc03 .div07 table {
    margin-bottom: 5px
}

#auction .mc03 .div07 p {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #auction .mc03 .div07 p {
        margin-bottom: 8px
    }
}

#auction .mc03 .div07 p:last-of-type {
    margin-bottom: 0
}

#auction .mc04 .bg02 {
    padding: 95px 0 100px
}

@media(max-width: 767.98px) {
    #auction .mc04 .bg02 {
        padding: 50px 0
    }
}

#auction .mc04 .div01 {
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #auction .mc04 .div01 {
        margin-bottom: 15px
    }
}

#auction .mc04 .div01 p.p01 {
    margin-bottom: 40px
}

#auction .mc04 .div01 p.p01 a {
    text-decoration: underline
}

#auction .mc04 .div01 p.p02 {
    text-align: center
}

#auction .mc04 .div01 p.p02 img {
    max-width: 771px
}

#auction .mc04 .div02 .row:last-of-type {
    margin-bottom: -35px
}

@media(max-width: 767.98px) {
    #auction .mc04 .div02 .row:last-of-type {
        margin-bottom: -15px
    }
}

#auction .mc04 .div02 div[class*=col-] {
    margin-bottom: 35px
}

@media(max-width: 767.98px) {
    #auction .mc04 .div02 div[class*=col-] {
        margin-bottom: 15px
    }
}

#auction .mc04 .div02 .image {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #auction .mc04 .div02 .image {
        margin-bottom: 10px
    }
}

#auction .mc04 .div02 h4 {
    margin-bottom: 10px;
    padding: 12px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #auction .mc04 .div02 h4 {
        margin-bottom: 5px;
        padding: 10px;
        font-size: 14px
    }
}

#auction .mc04 .div02 h4.h401 {
    background: #eddc95
}

#auction .mc04 .div02 h4.h402 {
    background: #a6c8f1
}

#auction .mc04 .div02 h4.h403 {
    background: #b8d8a1
}

#auction .mc04 .div02 h4.h404 {
    background: #dac8ed
}

#auction .mc04 .div02 h4.h405 {
    background: #d9d9d9
}

#auction .mc05 {
    padding: 95px 0 100px
}

@media(max-width: 767.98px) {
    #auction .mc05 {
        padding: 50px 0
    }
}

#auction .mc05 .div01 {
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #auction .mc05 .div01 {
        margin-bottom: 25px
    }
}

#auction .mc05 .div01 p.p01 {
    margin-bottom: 40px
}

#auction .mc05 .div01 p.p02 {
    text-align: center
}

#auction .mc05 .div01 p.p02 img {
    max-width: 771px
}

#auction .mc05 .row:last-of-type {
    margin-bottom: -35px
}

@media(max-width: 767.98px) {
    #auction .mc05 .row:last-of-type {
        margin-bottom: -15px
    }
}

#auction .mc05 div[class*=col-] {
    margin-bottom: 35px
}

@media(max-width: 767.98px) {
    #auction .mc05 div[class*=col-] {
        margin-bottom: 15px
    }
}

#auction .mc05 .image {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #auction .mc05 .image {
        margin-bottom: 10px
    }
}

#auction .mc05 h4 {
    margin-bottom: 10px;
    padding: 5px;
    background: #666;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #auction .mc05 h4 {
        margin-bottom: 5px;
        padding: 10px;
        font-size: 14px
    }
}

#auction .mc05 div[class*=col-]:nth-child(1) h4:before{
    content:'â‘ ';
}
#auction .mc05 div[class*=col-]:nth-child(2) h4:before{
    content:'â‘¡';
}
#auction .mc05 div[class*=col-]:nth-child(3) h4:before{
    content:'â‘¢';
}
#auction .mc05 div[class*=col-]:nth-child(4) h4:before{
    content:'â‘£';
}
#auction .mc05 div[class*=col-]:nth-child(5) h4:before{
    content:'â‘¤';
}
#auction .mc05 div[class*=col-]:nth-child(6) h4:before{
    content:'â‘¥';
}

#auction .mc06 .bg02 {
    padding: 98px 0
}

@media(max-width: 767.98px) {
    #auction .mc06 .bg02 {
        padding: 50px 0;
        font-size: 15px
    }
}

#auction .mc06 .bg02 .title02 small {
    font-size: 22px
}

@media(max-width: 767.98px) {
    #auction .mc06 .bg02 .title02 small {
        font-size: 17px
    }
}

@media(max-width: 767.98px) {
    #auction .mc06 .bg02 div[class*=col-] {
        margin-bottom: 50px
    }
}

@media(max-width: 767.98px) {
    #auction .mc06 .bg02 div[class*=col-]:last-of-type {
        margin-bottom: 0
    }
}

#auction .mc06 .bg02 .image {
    margin-bottom: 15px
}

@media(max-width: 767.98px) {
    #auction .mc06 .bg02 .image {
        margin-bottom: 10px
    }
}

#export .fvAndTitle h2 {
    border-color: #AB2F26
}

#export .title02:after {
    border-color: #AB2F26
}

#export .mc01 {
    padding: 90px 0 100px
}

@media(max-width: 767.98px) {
    #export .mc01 {
        padding: 60px 0 50px
    }
}

#export .mc01 .div01 {
    margin-bottom: 60px
}

@media(max-width: 767.98px) {
    #export .mc01 .div01 {
        margin-bottom: 20px
    }
}

#export .mc01 .div02 {
    margin-bottom: 60px;
    color: #fff
}

@media(max-width: 767.98px) {
    #export .mc01 .div02 .p01 {
        margin-bottom: 15px
    }
}

#export .mc01 .div02 ul li {
    margin-left: 1em
}

#export .mc01 .div02 ul li span {
    display: inline-block;
    margin-left: -1em
}

#export .mc01 .div03 {
    margin-bottom: 12px;
    padding: 30px;
    background: #333
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 {
        margin-bottom: 10px;
        padding: 15px 10px
    }
}

#export .mc01 .div03 h4 {
    margin-bottom: 35px;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 2px #666 solid;
    border-radius: 24px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 h4 {
        margin-bottom: 15px;
        padding: 8px 10px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 1.4em
    }
}

#export .mc01 .div03 .textAndImage {
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 .textAndImage {
        margin-bottom: 24px
    }
}

#export .mc01 .div03 .textAndImage .text {
    font-size: 18px
}

@media(min-width: 768px) {
    #export .mc01 .div03 .textAndImage .text {
        margin-right: 25px
    }
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 .textAndImage .text {
        margin-bottom: 20px;
        font-size: 14px
    }
}

#export .mc01 .div03 .textAndImage .text li {
    margin-left: 1em;
    margin-bottom: 5px
}

#export .mc01 .div03 .textAndImage .text li:last-of-type {
    margin-bottom: 0
}

#export .mc01 .div03 .textAndImage .text li span {
    display: inline-block;
    margin-left: -1em
}

@media(min-width: 768px) {
    #export .mc01 .div03 .textAndImage .image {
        max-width: 202px
    }
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 .textAndImage .image {
        text-align: center
    }
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 .textAndImage .image img {
        max-width: 95px
    }
}

#export .mc01 .div03 .p02 {
    color: #fc0;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #export .mc01 .div03 .p02 {
        font-size: 19px;
        line-height: 1.4em
    }
}

#export .mc01 .div04 {
    color: #fff
}

#export .mc01 .div04 p {
    margin-left: 1em;
    font-size: 14px;
    line-height: 1.6em
}

@media(max-width: 767.98px) {
    #export .mc01 .div04 p {
        font-size: 11px
    }
}

#export .mc01 .div04 p span {
    display: inline-block;
    margin-left: -1em
}

#faq .fvAndTitle h2 {
    border-color: red
}

#faq .mc01 {
    padding: 110px 0 100px
}

@media(max-width: 767.98px) {
    #faq .mc01 {
        padding: 60px 0 50px
    }
}

#faq .mc01 h3 {
    margin-bottom: 30px;
    padding: 22px 10px;
    background: #333;
    color: #fff;
    border-bottom: 2px red solid;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #faq .mc01 h3 {
        padding: 10px 5px;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: normal
    }
}

#faq .mc01 .accordionWrapper {
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    #faq .mc01 .accordionWrapper {
        margin-bottom: 10px
    }
}

#faq .mc01 .accordionWrapper .accordionButton {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: normal
}

@media(max-width: 767.98px) {
    #faq .mc01 .accordionWrapper .accordionButton {
        font-size: 13px
    }
}

#faq .mc01 .accordionWrapper .accordionButton a {
    display: block;
    padding: 4px 4px 9px;
    background: #999;
    color: #000;
    border-radius: 12px
}

@media(max-width: 767.98px) {
    #faq .mc01 .accordionWrapper .accordionButton a {
        padding: 2px 2px 4px;
        border-radius: 5px
    }
}

#faq .mc01 .accordionWrapper .accordionButton a .inner {
    position: relative;
    display: block;
    padding: 14px 52px 14px 25px;
    background: #fff;
    border-radius: 8px
}

@media(max-width: 767.98px) {
    #faq .mc01 .accordionWrapper .accordionButton a .inner {
        padding: 10px 40px 10px 13px;
        border-radius: 3px
    }
}

#faq .mc01 .accordionWrapper .accordionButton a .inner:after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../image/accordion_bg_01.png") left top no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
    content: ""
}

@media(max-width: 767.98px) {
    #faq .mc01 .accordionWrapper .accordionButton a .inner:after {
        right: 5px;
        width: 30px;
        height: 30px
    }
}

#faq .mc01 .accordionWrapper .accordionButton a .indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em
}

#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'â‘ ';
}
#faq .mc01 .accordionWrapper:nth-child(2) .accordionButton a .indent:before{
    content:'â‘¡';
}
#faq .mc01 .accordionWrapper:nth-child(3) .accordionButton a .indent:before{
    content:'â‘¢';
}
#faq .mc01 .accordionWrapper:nth-child(4) .accordionButton a .indent:before{
    content:'â‘£';
}
#faq .mc01 .accordionWrapper:nth-child(5) .accordionButton a .indent:before{
    content:'â‘¤';
}
#faq .mc01 .accordionWrapper:nth-child(6) .accordionButton a .indent:before{
    content:'â‘¥';
}
#faq .mc01 .accordionWrapper:nth-child(7) .accordionButton a .indent:before{
    content:'â‘¦';
}
#faq .mc01 .accordionWrapper:nth-child(8) .accordionButton a .indent:before{
    content:'â‘§';
}
#faq .mc01 .accordionWrapper:nth-child(9) .accordionButton a .indent:before{
    content:'â‘¨';
}
#faq .mc01 .accordionWrapper:nth-child(10) .accordionButton a .indent:before{
    content:'â‘©';
}
#faq .mc01 .accordionWrapper:nth-child(11) .accordionButton a .indent:before{
    content:'â‘ª';
}
#faq .mc01 .accordionWrapper:nth-child(12) .accordionButton a .indent:before{
    content:'â‘«';
}
#faq .mc01 .accordionWrapper:nth-child(13) .accordionButton a .indent:before{
    content:'â‘¬';
}
#faq .mc01 .accordionWrapper:nth-child(14) .accordionButton a .indent:before{
    content:'â‘­';
}
#faq .mc01 .accordionWrapper:nth-child(15) .accordionButton a .indent:before{
    content:'â‘®';
}
#faq .mc01 .accordionWrapper:nth-child(16) .accordionButton a .indent:before{
    content:'â‘¯';
}
#faq .mc01 .accordionWrapper:nth-child(17) .accordionButton a .indent:before{
    content:'â‘°';
}
#faq .mc01 .accordionWrapper:nth-child(18) .accordionButton a .indent:before{
    content:'â‘±';
}
#faq .mc01 .accordionWrapper:nth-child(19) .accordionButton a .indent:before{
    content:'â‘²';
}
#faq .mc01 .accordionWrapper:nth-child(20) .accordionButton a .indent:before{
    content:'â‘³';
}
#faq .mc01 .accordionWrapper:nth-child(21) .accordionButton a .indent:before{
    content:'ã‰‘';
}
#faq .mc01 .accordionWrapper:nth-child(22) .accordionButton a .indent:before{
    content:'ã‰’';
}
#faq .mc01 .accordionWrapper:nth-child(23) .accordionButton a .indent:before{
    content:'ã‰“';
}
#faq .mc01 .accordionWrapper:nth-child(24) .accordionButton a .indent:before{
    content:'ã‰”';
}
#faq .mc01 .accordionWrapper:nth-child(25) .accordionButton a .indent:before{
    content:'ã‰•';
}
/*#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}
#faq .mc01 .accordionWrapper:nth-child(1) .accordionButton a .indent:before{
    content:'';
}*/

#faq .mc01 .accordionWrapper .accordionContents {
    padding-top: 10px
}

@media(max-width: 767.98px) {
    #faq .mc01 .accordionWrapper .accordionContents {
        padding-top: 5px
    }
}

#faq .mc01 .accordionWrapper .accordionContents a {
    text-decoration: underline
}

#faq .mc01 .accordionWrapper.isClose .accordionButton a .inner:after {
    background-image: url("../image/accordion_bg_02.png")
}

#faq .mc01 .accordionWrapper:last-of-type {
    margin-bottom: 0
}

#faq .mc01 .div01 {
    margin-bottom: 60px
}

@media(max-width: 767.98px) {
    #faq .mc01 .div01 {
        margin-bottom: 30px
    }
}

#company .fvAndTitle h2 {
    border-color: #AB2F26
}

#company .mc01 {
    padding: 110px 0 100px
}

@media(max-width: 767.98px) {
    #company .mc01 {
        padding: 60px 0 50px
    }
}

#company .mc01 .div01 .logo {
    margin: 0 18.0392156863% 23px;
    padding-top: 5px;
    text-align: center
}

@media(max-width: 767.98px) {
    #company .mc01 .div01 .logo {
        margin: 0 12.5373134328% 30px
    }
}

@media(min-width: 768px) {
    #company .mc01 .div01 .logo img {
        max-width: 163px
    }
}

#company .mc01 .div01 ul {
    text-align: center
}

#company .mc01 .div01 ul li {
    margin: 0 3.9215686275% 10px
}

#company .mc01 .div01 ul li img {
    max-width: 235px
}

#company .mc01 .div01 ul li:last-of-type {
    margin-bottom: 0
}

#company .mc01 .div02 table {
    color: #333;
    width: 100%;
}

#company .mc01 .div02 table tr{
    margin-bottom: 5px;
}

@media(min-width: 768px) {

    #company .mc01 .div02 table tr td:nth-child(1),
    #company .mc01 .div02 table tr td:nth-child(2) {
    }
}

@media(max-width: 767.98px) {
    #company .mc01 .div02 table tr{
        display: block !important;
    }
    #company .mc01 .div02 table tr td{
        display: block;
        width: 100%;
    }
    #company .mc01 .div02 table tr td:nth-child(1),
    #company .mc01 .div02 table tr td:nth-child(2) {
        padding: 3px 13px
    }
}

#company .mc01 .div02 table tr td:nth-child(1):last-of-type,
#company .mc01 .div02 table tr td:nth-child(2):last-of-type {
    margin-bottom: 0
}

#company .mc01 .div02 table tr td:nth-child(1) {
    background: #ccc
}

@media(min-width: 768px) {
    #company .mc01 .div02 table tr td:nth-child(1) {
        padding: 8px 0 8px 15px;
        width: 160px
    }
}

#company .mc01 .div02 table tr td:nth-child(2) {
    background: #fff
}

@media(min-width: 768px) {
    #company .mc01 .div02 table tr td:nth-child(2) {
        padding: 8px 15px;
        width: calc(100% - 160px)
    }
}

@media(max-width: 767.98px) {
    #company .mc01 .div02 table tr td:nth-child(2) {
        margin-bottom: 5px
    }
}

#company .mc01 .div02 table tr td:nth-child(2).contact a {
    color: #f60;
    text-decoration: underline
}

#company .mc01 .div02 table tr td:nth-child(2).site img {
    max-width: 228px
}

@media(min-width: 768px) {
    #company .mc01 .div02 table tr td:nth-child(2).site img {
        margin-right: 20px
    }
}

@media(max-width: 767.98px) {
    #company .mc01 .div02 table tr td:nth-child(2).site img {
        margin-bottom: 5px
    }
}

#company .mc01 .div02 table tr td:nth-child(2).map {
    padding: 10px
}

#company .mc01 .div02 table tr td:nth-child(2).map .mapWrapper {
    position: relative;
    padding-top: 79.0697674419%
}

#company .mc01 .div02 table tr td:nth-child(2).map .mapWrapper .mapInner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#contact .fvAndTitle h2 {
    border-color: #AB2F26
}

#contact .mc01 {
    padding: 110px 0 100px
}

@media(max-width: 767.98px) {
    #contact .mc01 {
        padding: 60px 0
    }
}

@media(max-width: 767.98px) {
    #contact .mc01 .left {
        margin-bottom: 50px
    }
}

#contact .mc01 .left .p01 {
    margin-bottom: 10px;
    color: #fff
}

#contact .mc01 .left .p02 {
    margin-bottom: 20px;
    color: #fff
}

#contact .mc01 .left .p03 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 150%;
    line-height: 1.4em
}

#contact .mc01 .left .p03 strong {
    color: #ff0
}

#contact .mc01 .left .p04 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 112.5%
}

#contact .mc01 .left dl {
    margin-bottom: 20px
}

#contact .mc01 .left dl dt {
    margin-bottom: 10px
}

#contact .mc01 .left dl dt label,
#contact .mc01 .left dl dt span {
    display: block;
    padding: 5px 15px;
    background: #ccc;
    color: #333
}

@media(max-width: 767.98px) {

    #contact .mc01 .left dl dt label,
    #contact .mc01 .left dl dt span {
        padding: 2px 15px
    }
}

#contact .mc01 .left dl dt label strong,
#contact .mc01 .left dl dt span strong {
    color: red;
    font-weight: normal
}

#contact .mc01 .left dl dd {
    margin-bottom: 20px
}

#contact .mc01 .left dl dd input {
    width: 100%;
    color: #333;
    padding: 5px 15px;
    border-radius: 0;
    line-height: 1.6em
}

@media(max-width: 767.98px) {
    #contact .mc01 .left dl dd input {
        padding: 2px 15px
    }
}

#contact .mc01 .left dl dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 42px 5px 15px;
    color: #333;
    border-radius: 5px;
    line-height: 1.6em;
    background: #fff url("../image/icon_img_01.svg") no-repeat right 15px top 50%/12px auto;
    vertical-align: middle
}

@media(max-width: 767.98px) {
    #contact .mc01 .left dl dd select {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 40px;
        font-size: 14px
    }
}

#contact .mc01 .left dl dd textarea {
    width: 100%;
    color: #333;
    padding: 5px 15px;
    border-radius: 0;
    line-height: 1.4em
}

@media(max-width: 767.98px) {
    #contact .mc01 .left dl dd textarea {
        padding: 2px 15px
    }
}

#contact .mc01 .left dl dd select {
    max-width: 100%
}

#contact .mc01 .left dl dd.input {
    line-height: 0;
    overflow: hidden
}

@media(max-width: 767.98px) {
    #contact .mc01 .left dl dd.input {
        font-size: 16px
    }
}

@media(min-width: 768px) {
    #contact .mc01 .left dl dd.textShort {
        max-width: 285px
    }
}

@media(max-width: 767.98px) {
    #contact .mc01 .left dl dd.textShort {
        font-size: 16px
    }
}

#contact .mc01 .left dl dd.error {
    margin-top: -15px;
    color: red
}

#contact .mc01 .left dl dd.confirm {
    color: #fff
}

#contact .mc01 .left dl dd:last-of-type {
    margin-bottom: 0
}

#contact .mc01 .left .submit,
#contact .mc01 .left .thanks {
    text-align: center
}

#contact .mc01 .left .submit button,
#contact .mc01 .left .submit a,
#contact .mc01 .left .thanks button,
#contact .mc01 .left .thanks a {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #AB2F26;
    color: #f0f0f0;
    border: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    cursor: pointer
}

@media(max-width: 767.98px) {

    #contact .mc01 .left .submit button,
    #contact .mc01 .left .submit a,
    #contact .mc01 .left .thanks button,
    #contact .mc01 .left .thanks a {
        font-size: 20px
    }
}

#contact .mc01 .left .submit button,
#contact .mc01 .left .submit a {
    max-width: 300px
}

@media(max-width: 767.98px) {

    #contact .mc01 .left .submit button,
    #contact .mc01 .left .submit a {
        max-width: 230px
    }
}

@media(min-width: 768px) {

    #contact .mc01 .left .thanks button,
    #contact .mc01 .left .thanks a {
        max-width: 460px
    }
}

#contact .mc01 .left .back {
    text-align: center
}

#contact .mc01 .left .back button,
#contact .mc01 .left .back a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 18px;
    background: #ccc;
    color: #333;
    border: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    cursor: pointer
}

@media(max-width: 767.98px) {

    #contact .mc01 .left .back button,
    #contact .mc01 .left .back a {
        max-width: 230px;
        margin-bottom: 20px;
        font-size: 20px
    }
}

#contact .mc01 .right {
    color: #fff
}

#contact .mc01 .right .div01 {
    margin-bottom: 22px;
    text-align: center
}

#contact .mc01 .right .div01 img {
    width: 70.714286%;
}

@media(max-width: 767.98px) {
    #contact .mc01 .right .div01 img {
        width: 70.880952%;
    }
}

#contact .mc01 .right .div02 {
    margin-bottom: 22px
}

#contact .mc01 .right .div02 .p01 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2em
}

@media(max-width: 767.98px) {
    #contact .mc01 .right .div02 .p01 {
        font-size: 25px
    }
}

#contact .mc01 .right .div03 {
    padding: 25px 0 22px;
    border-top: 1px #fff solid
}

#contact .mc01 .right .div04 {
    border-top: 1px #fff dashed;
    margin-bottom: 25px;
    padding-top: 25px
}

#contact .mc01 .right .div05 img {
    width: 36px;
    margin-right: 10px
}

@media(max-width: 767.98px) {
    #contact .mc01 .right .div05 img {
        width: 31px
    }
}

#contact .mc01 .right .div05 span {
    text-decoration: underline
}

#replyReminder .fvAndTitle h2 {
    border-color: #AB2F26
}

#replyReminder .mc01 {
    padding: 110px 0 100px
}

@media(max-width: 767.98px) {
    #replyReminder .mc01 {
        padding: 60px 0
    }
}

#replyReminder .mc01 .message {
    margin-bottom: 20px
}

#replyReminder .mc01 .button {
    text-align: center
}

#replyReminder .mc01 .button button,
#replyReminder .mc01 .button a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 18px;
    background: #AB2F26;
    color: #f0f0f0;
    border: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    cursor: pointer
}

@media(max-width: 767.98px) {

    #replyReminder .mc01 .button button,
    #replyReminder .mc01 .button a {
        font-size: 20px
    }
}

#breeder .fvAndTitle h2 {
    border-color: #AB2F26
}

#breeder .title02:after {
    border-color: #AB2F26
}

#breeder .mc01 {
    padding: 90px 0 100px
}

@media(max-width: 767.98px) {
    #breeder .mc01 {
        padding: 60px 0 50px
    }
}

#breeder .mc01 .div01 {
    margin-bottom: 52px
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div01 {
        margin-bottom: 20px
    }
}

#breeder .mc01 .div02 {
    margin-bottom: 60px
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div02 {
        margin-bottom: 30px
    }
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div02 .p01 {
        margin-left: 25px;
        margin-right: 25px
    }
}

@media(min-width: 768px) {
    #breeder .mc01 .div02 .p01 {
        margin-bottom: 30px
    }
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div02 .p02 {
        margin-left: 25px;
        margin-right: 25px
    }
}

#breeder .mc01 .div03 {
    padding: 30px;
    background: #333
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 {
        padding: 15px 10px 25px
    }
}

#breeder .mc01 .div03 h4 {
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 2px #666 solid;
    border-radius: 9999px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6em;
    text-align: center
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 h4 {
        margin-bottom: 15px;
        padding: 8px 10px;
        font-size: 14px
    }
}

#breeder .mc01 .div03 .textAndImage {
    margin-bottom: 26px
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 .textAndImage {
        margin-bottom: 24px
    }
}

#breeder .mc01 .div03 .textAndImage .text {
    font-size: 18px
}

@media(min-width: 768px) {
    #breeder .mc01 .div03 .textAndImage .text {
        width: 73.8095238095%;
        margin-right: 2.8571428571%;
        padding-top: 4px
    }
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 .textAndImage .text {
        margin-bottom: 20px;
        font-size: 13px
    }
}

#breeder .mc01 .div03 .textAndImage .text li {
    margin-left: 1em;
    margin-bottom: 5px
}

#breeder .mc01 .div03 .textAndImage .text li:last-of-type {
    margin-bottom: 0
}

#breeder .mc01 .div03 .textAndImage .text li span {
    display: inline-block;
    margin-left: -1em
}

@media(min-width: 768px) {
    #breeder .mc01 .div03 .textAndImage .image {
        width: 23.3333333333%
    }
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 .textAndImage .image {
        text-align: center
    }
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 .textAndImage .image img {
        max-width: 156px
    }
}

#breeder .mc01 .div03 .p02 {
    color: #fc0;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center
}

@media(max-width: 767.98px) {
    #breeder .mc01 .div03 .p02 {
        font-size: 16px;
        line-height: 1.6em
    }
}

#specialPrice .mc01 {
    margin-bottom: 40px;
    padding-top: 130px
}

@media(max-width: 767.98px) {
    #specialPrice .mc01 {
        margin-bottom: 32px;
        padding-top: 30px
    }
}

#specialPrice .mc02 {
    margin-bottom: 76px
}

@media(max-width: 767.98px) {
    #specialPrice .mc02 {
        margin-bottom: 60px
    }
}

#specialPrice .mc02__list {
    font-size: 16px;
    line-height: 1.4em
}

#specialPrice .mc02__list tbody{
    width: 100%;
}

#specialPrice .mc02__list tr{
    display: flex;
    width: 100%;
}

#specialPrice .mc02__dt {
    padding: 7px 16px;
    background: #ccc;
    color: #333
}

@media(min-width: 768px) {
    #specialPrice .mc02__dt {
        width: 160px;
        margin-bottom: 4px
    }
}

@media(max-width: 767.98px) {
    #specialPrice .mc02__dt {
        padding: 7px 12px
    }
}

#specialPrice .mc02__dd {
    margin-bottom: 4px;
    padding: 7px 16px;
    background: #fff;
    color: #333
}

@media(min-width: 768px) {
    #specialPrice .mc02__dd {
        width: calc(100% - 160px)
    }
}

@media(max-width: 767.98px) {
    #specialPrice .mc02__dd {
        min-height: 36px;
        padding: 7px 12px
    }
}

#specialPrice .mc02__a {
    color: red;
    text-decoration: underline
}

#specialPrice .mc02__images {
    margin-bottom: 14px;
    padding: 30px;
    background: #fff
}

@media(max-width: 767.98px) {
    #specialPrice .mc02__images {
        margin-bottom: 10px;
        padding: 24px
    }
}

@media(min-width: 768px) {
    #specialPrice .mc02__imageRow {
        margin-bottom: -30px
    }
}

@media(min-width: 768px) {
    #specialPrice .mc02__image {
        margin-bottom: 30px
    }
}

@media(max-width: 767.98px) {
    #specialPrice .mc02__image {
        margin-bottom: 24px
    }
}

#specialPrice .mc02__image:last-of-type {
    margin-bottom: 0
}

@media(min-width: 768px) {
    #specialPrice .mc02__image:last-of-type {
        margin-bottom: 30px
    }
}
#contact .mc01 .left .stpe:nth-child(2) dl dd input{
    border: none;
}
#contact .mc01 .left .stpe:nth-child(2) dl dd input:-internal-autofill-previewed,
#contact .mc01 .left .stpe:nth-child(2) dl dd input:-internal-autofill-selected{
    -webkit-text-fill-color:red !important;
    transition: background-color 5000s ease-in-out 0s !important;
}