

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #352f2f;
    --secondary: #c3b27d;
    --success: #22BC66;
    --info: #137ee0;
    --warning: #FFD54F;
    --danger: #ec4c4c;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar-thumb {
  display: none;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 40;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #352f2f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    line-height: 1.5;
}

a:hover {
    color: #0c0b0b;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 20px 30px;
    padding-bottom: 20px 30px;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit
}

.h1,
h1 {
    font-size: 2rem
}

.h2,
h2 {
    font-size: 1.75rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.2rem
}

.h5,
h5 {
    font-size: 1.1rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 3px
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.33333%;
        flex: 0 0 16.33333%;
        max-width: 16.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: 20px 30px;
    vertical-align: top;
    border-top: 1px solid #e8e8e8
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e8e8e8
}

.table tbody+tbody {
    border-top: 2px solid #e8e8e8
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e8e8e8
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e8e8e8
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #c6c5c5
}

.table-hover .table-primary:hover {
    background-color: #b9b8b8
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b9b8b8
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #eee9db
}

.table-hover .table-secondary:hover {
    background-color: #e6deca
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #e6deca
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c1ecd4
}

.table-hover .table-success:hover {
    background-color: #ade6c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #ade6c6
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bddbf6
}

.table-hover .table-info:hover {
    background-color: #a7cff3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a7cff3
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fff3ce
}

.table-hover .table-warning:hover {
    background-color: #ffedb5
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffedb5
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #facdcd
}

.table-hover .table-danger:hover {
    background-color: #f8b6b6
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f8b6b6
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e8e8e8
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm.table-bordered {
        border: 0
    }
}

@media (max-width:767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md.table-bordered {
        border: 0
    }
}

@media (max-width:991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg.table-bordered {
        border: 0
    }
}

@media (max-width:1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control,
input[type=date],
input[type=email],
input[type=tel],
input[type=text],
input[type=time],
select,
textarea {
    display: block;
    width: 100%;
    padding: .5rem .8rem;
    font-size: 1rem;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand,
input[type=date]::-ms-expand,
input[type=email]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=text]::-ms-expand,
input[type=time]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
select:focus,
textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #796b6b;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .25)
}

.form-control::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly],
input[readonly][type=date],
input[readonly][type=email],
input[readonly][type=tel],
input[readonly][type=text],
input[readonly][type=time],
input[type=date]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]),
select:not([size]):not([multiple]) {
    height: calc(2.5rem + 2px)
}

select.form-control:focus::-ms-value,
select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-lg>.input-group-btn>input.form-control-plaintext[type=submit],
.input-group-lg>input.form-control-plaintext[type=date],
.input-group-lg>input.form-control-plaintext[type=email],
.input-group-lg>input.form-control-plaintext[type=tel],
.input-group-lg>input.form-control-plaintext[type=text],
.input-group-lg>input.form-control-plaintext[type=time],
.input-group-lg>select.form-control-plaintext,
.input-group-lg>textarea.form-control-plaintext,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.input-group-btn>input.form-control-plaintext[type=submit],
.input-group-sm>input.form-control-plaintext[type=date],
.input-group-sm>input.form-control-plaintext[type=email],
.input-group-sm>input.form-control-plaintext[type=tel],
.input-group-sm>input.form-control-plaintext[type=text],
.input-group-sm>input.form-control-plaintext[type=time],
.input-group-sm>select.form-control-plaintext,
.input-group-sm>textarea.form-control-plaintext {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>input[type=submit],
.input-group-sm>input[type=date],
.input-group-sm>input[type=email],
.input-group-sm>input[type=tel],
.input-group-sm>input[type=text],
.input-group-sm>input[type=time],
.input-group-sm>select,
.input-group-sm>textarea {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>input[type=submit],
.input-group-lg>input[type=date],
.input-group-lg>input[type=email],
.input-group-lg>input[type=tel],
.input-group-lg>input[type=text],
.input-group-lg>input[type=time],
.input-group-lg>select,
.input-group-lg>textarea {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #22bc66
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(34, 188, 102, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid,
.was-validated input[type=date]:valid,
.was-validated input[type=email]:valid,
.was-validated input[type=tel]:valid,
.was-validated input[type=text]:valid,
.was-validated input[type=time]:valid,
.was-validated select:valid,
.was-validated textarea:valid,
input.is-valid[type=date],
input.is-valid[type=email],
input.is-valid[type=tel],
input.is-valid[type=text],
input.is-valid[type=time],
select.is-valid,
textarea.is-valid {
    border-color: #22bc66
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated input[type=date]:valid:focus,
.was-validated input[type=email]:valid:focus,
.was-validated input[type=tel]:valid:focus,
.was-validated input[type=text]:valid:focus,
.was-validated input[type=time]:valid:focus,
.was-validated select:valid:focus,
.was-validated textarea:valid:focus,
input.is-valid[type=date]:focus,
input.is-valid[type=email]:focus,
input.is-valid[type=tel]:focus,
input.is-valid[type=text]:focus,
input.is-valid[type=time]:focus,
select.is-valid:focus,
textarea.is-valid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated input[type=date]:valid~.valid-feedback,
.was-validated input[type=date]:valid~.valid-tooltip,
.was-validated input[type=email]:valid~.valid-feedback,
.was-validated input[type=email]:valid~.valid-tooltip,
.was-validated input[type=tel]:valid~.valid-feedback,
.was-validated input[type=tel]:valid~.valid-tooltip,
.was-validated input[type=text]:valid~.valid-feedback,
.was-validated input[type=text]:valid~.valid-tooltip,
.was-validated input[type=time]:valid~.valid-feedback,
.was-validated input[type=time]:valid~.valid-tooltip,
.was-validated select:valid~.valid-feedback,
.was-validated select:valid~.valid-tooltip,
.was-validated textarea:valid~.valid-feedback,
.was-validated textarea:valid~.valid-tooltip,
input.is-valid[type=date]~.valid-feedback,
input.is-valid[type=date]~.valid-tooltip,
input.is-valid[type=email]~.valid-feedback,
input.is-valid[type=email]~.valid-tooltip,
input.is-valid[type=tel]~.valid-feedback,
input.is-valid[type=tel]~.valid-tooltip,
input.is-valid[type=text]~.valid-feedback,
input.is-valid[type=text]~.valid-tooltip,
input.is-valid[type=time]~.valid-feedback,
input.is-valid[type=time]~.valid-tooltip,
select.is-valid~.valid-feedback,
select.is-valid~.valid-tooltip,
textarea.is-valid~.valid-feedback,
textarea.is-valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #22bc66
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(34, 188, 102, .25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
    color: #22bc66
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #22bc66
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .25);
    box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #ec4c4c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(236, 76, 76, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid,
.was-validated input[type=date]:invalid,
.was-validated input[type=email]:invalid,
.was-validated input[type=tel]:invalid,
.was-validated input[type=text]:invalid,
.was-validated input[type=time]:invalid,
.was-validated select:invalid,
.was-validated textarea:invalid,
input.is-invalid[type=date],
input.is-invalid[type=email],
input.is-invalid[type=tel],
input.is-invalid[type=text],
input.is-invalid[type=time],
select.is-invalid,
textarea.is-invalid {
    border-color: #ec4c4c
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated input[type=date]:invalid:focus,
.was-validated input[type=email]:invalid:focus,
.was-validated input[type=tel]:invalid:focus,
.was-validated input[type=text]:invalid:focus,
.was-validated input[type=time]:invalid:focus,
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus,
input.is-invalid[type=date]:focus,
input.is-invalid[type=email]:focus,
input.is-invalid[type=tel]:focus,
input.is-invalid[type=text]:focus,
input.is-invalid[type=time]:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .25);
    box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated input[type=date]:invalid~.invalid-feedback,
.was-validated input[type=date]:invalid~.invalid-tooltip,
.was-validated input[type=email]:invalid~.invalid-feedback,
.was-validated input[type=email]:invalid~.invalid-tooltip,
.was-validated input[type=tel]:invalid~.invalid-feedback,
.was-validated input[type=tel]:invalid~.invalid-tooltip,
.was-validated input[type=text]:invalid~.invalid-feedback,
.was-validated input[type=text]:invalid~.invalid-tooltip,
.was-validated input[type=time]:invalid~.invalid-feedback,
.was-validated input[type=time]:invalid~.invalid-tooltip,
.was-validated select:invalid~.invalid-feedback,
.was-validated select:invalid~.invalid-tooltip,
.was-validated textarea:invalid~.invalid-feedback,
.was-validated textarea:invalid~.invalid-tooltip,
input.is-invalid[type=date]~.invalid-feedback,
input.is-invalid[type=date]~.invalid-tooltip,
input.is-invalid[type=email]~.invalid-feedback,
input.is-invalid[type=email]~.invalid-tooltip,
input.is-invalid[type=tel]~.invalid-feedback,
input.is-invalid[type=tel]~.invalid-tooltip,
input.is-invalid[type=text]~.invalid-feedback,
input.is-invalid[type=text]~.invalid-tooltip,
input.is-invalid[type=time]~.invalid-feedback,
input.is-invalid[type=time]~.invalid-tooltip,
select.is-invalid~.invalid-feedback,
select.is-invalid~.invalid-tooltip,
textarea.is-invalid~.invalid-feedback,
textarea.is-invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #ec4c4c
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(236, 76, 76, .25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #ec4c4c
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #ec4c4c
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .25);
    box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control,
    .form-inline input[type=date],
    .form-inline input[type=email],
    .form-inline input[type=tel],
    .form-inline input[type=text],
    .form-inline input[type=time],
    .form-inline select,
    .form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn,
input[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus,
input.focus[type=submit],
input[type=submit]:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .25)
}

.btn.disabled,
.btn:disabled,
input.disabled[type=submit],
input[type=submit]:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
input[type=submit]:not([disabled]):not(.disabled).active,
input[type=submit]:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary,
input[type=submit] {
    color: #fff;
    background-color: #352f2f;
    border-color: #352f2f
}

.btn-primary:hover,
input[type=submit]:hover {
    color: #fff;
    background-color: #211d1d;
    border-color: #1a1717
}

.btn-primary.focus,
.btn-primary:focus,
input.focus[type=submit],
input[type=submit]:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
input.disabled[type=submit],
input[type=submit]:disabled {
    background-color: #352f2f;
    border-color: #352f2f
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=submit],
input[type=submit]:not([disabled]):not(.disabled).active,
input[type=submit]:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #1a1717;
    border-color: #131111;
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5)
}

.btn-secondary {
    color: #111;
    background-color: #c3b27d;
    border-color: #c3b27d
}

.btn-secondary:hover {
    color: #111;
    background-color: #b7a263;
    border-color: #b39d5a
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #c3b27d;
    border-color: #c3b27d
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #111;
    background-color: #b39d5a;
    border-color: #af9851;
    -webkit-box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #22bc66;
    border-color: #22bc66
}

.btn-success:hover {
    color: #fff;
    background-color: #1c9c54;
    border-color: #1a914f
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #22bc66;
    border-color: #22bc66
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1a914f;
    border-color: #188649;
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5)
}

.btn-info {
    color: #fff;
    background-color: #137ee0;
    border-color: #137ee0
}

.btn-info:hover {
    color: #fff;
    background-color: #106abd;
    border-color: #0f64b1
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #137ee0;
    border-color: #137ee0
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0f64b1;
    border-color: #0e5da5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5)
}

.btn-warning {
    color: #111;
    background-color: #ffd54f;
    border-color: #ffd54f
}

.btn-warning:hover {
    color: #111;
    background-color: #ffcc29;
    border-color: #ffc91c
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffd54f;
    border-color: #ffd54f
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #ffc91c;
    border-color: #ffc60f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5)
}

.btn-danger {
    color: #fff;
    background-color: #ec4c4c;
    border-color: #ec4c4c
}

.btn-danger:hover {
    color: #fff;
    background-color: #e82929;
    border-color: #e71e1e
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #ec4c4c;
    border-color: #ec4c4c
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e71e1e;
    border-color: #e01818;
    -webkit-box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5)
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #352f2f;
    background-color: transparent;
    background-image: none;
    border-color: #352f2f
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #352f2f;
    border-color: #352f2f
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #352f2f;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #352f2f;
    border-color: #352f2f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(53, 47, 47, .5)
}

.btn-outline-secondary {
    color: #c3b27d;
    background-color: transparent;
    background-image: none;
    border-color: #c3b27d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #c3b27d;
    border-color: #c3b27d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #c3b27d;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c3b27d;
    border-color: #c3b27d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(195, 178, 125, .5)
}

.btn-outline-success {
    color: #22bc66;
    background-color: transparent;
    background-image: none;
    border-color: #22bc66
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #22bc66;
    border-color: #22bc66
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #22bc66;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #22bc66;
    border-color: #22bc66;
    -webkit-box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5);
    box-shadow: 0 0 0 .2rem rgba(34, 188, 102, .5)
}

.btn-outline-info {
    color: #137ee0;
    background-color: transparent;
    background-image: none;
    border-color: #137ee0
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #137ee0;
    border-color: #137ee0
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #137ee0;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #137ee0;
    border-color: #137ee0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(19, 126, 224, .5)
}

.btn-outline-warning {
    color: #ffd54f;
    background-color: transparent;
    background-image: none;
    border-color: #ffd54f
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffd54f;
    border-color: #ffd54f
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffd54f;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffd54f;
    border-color: #ffd54f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 213, 79, .5)
}

.btn-outline-danger {
    color: #ec4c4c;
    background-color: transparent;
    background-image: none;
    border-color: #ec4c4c
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ec4c4c;
    border-color: #ec4c4c
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ec4c4c;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ec4c4c;
    border-color: #ec4c4c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(236, 76, 76, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #352f2f;
    background-color: transparent
}

.btn-link:hover {
    color: #0c0b0b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,
.btn-group-lg>input[type=submit],
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-group-sm>input[type=submit],
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group-vertical>input[type=submit],
.btn-group>.btn,
.btn-group>input[type=submit] {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group-vertical>input[type=submit]:hover,
.btn-group>.btn:hover,
.btn-group>input[type=submit]:hover {
    z-index: 2
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>input.active[type=submit],
.btn-group-vertical>input[type=submit]:active,
.btn-group-vertical>input[type=submit]:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>input.active[type=submit],
.btn-group>input[type=submit]:active,
.btn-group>input[type=submit]:focus {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn+input[type=submit],
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+input[type=submit],
.btn-group input[type=submit]+.btn,
.btn-group input[type=submit]+.btn-group,
.btn-group input[type=submit]+input[type=submit],
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn+input[type=submit],
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group-vertical .btn-group+input[type=submit],
.btn-group-vertical input[type=submit]+.btn,
.btn-group-vertical input[type=submit]+.btn-group,
.btn-group-vertical input[type=submit]+input[type=submit] {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.btn-group>input[type=submit]:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>input[type=submit]:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit] {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split,
input[type=submit]+.dropdown-toggle-split {
    padding-right: .6rem;
    padding-left: .6rem
}

.btn+.dropdown-toggle-split::after,
input[type=submit]+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-group-sm>input[type=submit]+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>input[type=submit]+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical input[type=submit] {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+input[type=submit],
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+input[type=submit],
.btn-group-vertical>input[type=submit]+.btn,
.btn-group-vertical>input[type=submit]+.btn-group,
.btn-group-vertical>input[type=submit]+input[type=submit] {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>input[type=submit]:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>input[type=submit]:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit] {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox],
[data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio],
[data-toggle=buttons]>input[type=submit] input[type=checkbox],
[data-toggle=buttons]>input[type=submit] input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .form-control,
.input-group input[type=date],
.input-group input[type=email],
.input-group input[type=tel],
.input-group input[type=text],
.input-group input[type=time],
.input-group select,
.input-group textarea {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover,
.input-group input[type=date]:active,
.input-group input[type=date]:focus,
.input-group input[type=date]:hover,
.input-group input[type=email]:active,
.input-group input[type=email]:focus,
.input-group input[type=email]:hover,
.input-group input[type=tel]:active,
.input-group input[type=tel]:focus,
.input-group input[type=tel]:hover,
.input-group input[type=text]:active,
.input-group input[type=text]:focus,
.input-group input[type=text]:hover,
.input-group input[type=time]:active,
.input-group input[type=time]:focus,
.input-group input[type=time]:hover,
.input-group select:active,
.input-group select:focus,
.input-group select:hover,
.input-group textarea:active,
.input-group textarea:focus,
.input-group textarea:hover {
    z-index: 3
}

.input-group .form-control,
.input-group input[type=date],
.input-group input[type=email],
.input-group input[type=tel],
.input-group input[type=text],
.input-group input[type=time],
.input-group select,
.input-group textarea,
.input-group-addon,
.input-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group input[type=date]:not(:first-child):not(:last-child),
.input-group input[type=email]:not(:first-child):not(:last-child),
.input-group input[type=tel]:not(:first-child):not(:last-child),
.input-group input[type=text]:not(:first-child):not(:last-child),
.input-group input[type=time]:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child),
.input-group textarea:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: .5rem .8rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ddd;
    border-radius: 3px
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>input.input-group-addon[type=submit] {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>input.input-group-addon[type=submit] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group input[type=date]:not(:last-child),
.input-group input[type=email]:not(:last-child),
.input-group input[type=tel]:not(:last-child),
.input-group input[type=text]:not(:last-child),
.input-group input[type=time]:not(:last-child),
.input-group select:not(:last-child),
.input-group textarea:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>input[type=submit],
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.btn-group>input[type=submit],
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>input[type=submit] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group input[type=date]:not(:first-child),
.input-group input[type=email]:not(:first-child),
.input-group input[type=tel]:not(:first-child),
.input-group input[type=text]:not(:first-child),
.input-group input[type=time]:not(:first-child),
.input-group select:not(:first-child),
.input-group textarea:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.btn-group>input[type=submit],
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>input[type=submit],
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>input[type=submit],
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>input[type=submit]:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child),
input[type=date]+.input-group-addon:not(:first-child),
input[type=email]+.input-group-addon:not(:first-child),
input[type=tel]+.input-group-addon:not(:first-child),
input[type=text]+.input-group-addon:not(:first-child),
input[type=time]+.input-group-addon:not(:first-child),
select+.input-group-addon:not(:first-child),
textarea+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.input-group-btn>input[type=submit] {
    position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn+input[type=submit],
.input-group-btn>input[type=submit]+.btn,
.input-group-btn>input[type=submit]+input[type=submit] {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.input-group-btn>input[type=submit]:active,
.input-group-btn>input[type=submit]:focus,
.input-group-btn>input[type=submit]:hover {
    z-index: 3
}

.input-group-btn:first-child>.btn+.btn,
.input-group-btn:first-child>.btn+input[type=submit],
.input-group-btn:first-child>input[type=submit]+.btn,
.input-group-btn:first-child>input[type=submit]+input[type=submit] {
    margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group,
.input-group-btn:not(:last-child)>input[type=submit] {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group,
.input-group-btn:not(:first-child)>input[type=submit] {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child,
.input-group-btn:not(:first-child)>input[type=submit]:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>input[type=submit]:active,
.input-group-btn:not(:first-child)>input[type=submit]:focus,
.input-group-btn:not(:first-child)>input[type=submit]:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #352f2f
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(53, 47, 47, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(53, 47, 47, .25)
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #928484
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: 3px
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("https://www.sunsemweb.com/data/template/preview_66/static/images/0449a0588ad54a079a9a918a092b1f10.gif")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #352f2f;
    background-image: url("https://www.sunsemweb.com/data/template/preview_66/static/images/215fc025952445bb836ae2bde0b430ee.gif")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("https://www.sunsemweb.com/data/template/preview_66/static/images/f33a214f755d4fa79342a226cf7926d0.gif")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("https://www.sunsemweb.com/data/template/preview_66/static/images/d9fe125cb0ce40a8a3539a49685223a2.gif") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #796b6b;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.5rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #352f2f;
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #352f2f
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.5rem + 2px);
    padding: .5rem .8rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.5rem + 2px);
    padding: .5rem .8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 3px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #e8e8e8
}

.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid #e8e8e8
}

.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(3px - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: 3px
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 3px
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px
}

.badge:empty {
    display: none
}

.btn .badge,
input[type=submit] .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #352f2f
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1a1717
}

.badge-secondary {
    color: #111;
    background-color: #c3b27d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #b39d5a
}

.badge-success {
    color: #fff;
    background-color: #22bc66
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1a914f
}

.badge-info {
    color: #fff;
    background-color: #137ee0
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0f64b1
}

.badge-warning {
    color: #111;
    background-color: #ffd54f
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #ffc91c
}

.badge-danger {
    color: #fff;
    background-color: #ec4c4c
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e71e1e
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

/* .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width:100%
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.text-justify {
    text-align: justify !important
}

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

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

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

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

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #352f2f !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1a1717 !important
}

.text-secondary {
    color: #c3b27d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #b39d5a !important
}

.text-success {
    color: #22bc66 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1a914f !important
}

.text-info {
    color: #137ee0 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f64b1 !important
}

.text-warning {
    color: #ffd54f !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ffc91c !important
}

.text-danger {
    color: #ec4c4c !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #e71e1e !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-button-next,
.swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center
}

.swiper-button-next {
    background-color: rgba(0, 0, 0, .8);
    right: 0
}

.swiper-button-prev {
    background-color: rgba(0, 0, 0, .8);
    left: 0
}

.swiper-button-next::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    color: #fff
}

.swiper-button-prev::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    background-color: rgba(0, 0, 0, .3)
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #352f2f
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10010;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(https://www.sunsemweb.com/data/template/preview_66/static/fonts/415d820add244d4b9c8187d24fe2fc82.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../image/preloader-20190924162140.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

body.lightbox--gallery-launched {
    position: relative
}

body.lightbox--gallery-launched:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    background-color: rgba(0, 0, 0, .5)
}

body.lightbox--gallery-launched:after {
    content: "";
    position: fixed;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 10003;
    border: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    border-left-color: transparent
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: 0 0;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.disabled,
.flatpickr-months .flatpickr-prev-month.disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
    background: #f0f0f0
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html {
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    font-size: 14px
}

@media (max-width:991px) {
    html {
        font-size: 13px
    }
}

@media (max-width:767px) {
    html {
        font-size: 12px
    }
}

body {
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    word-wrap: break-word;
    line-height: 160%;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    direction: ltr
}

img {
    line-height: 1;
    font-size: 0;
    vertical-align: top;
    height: auto !important;
    max-width: 100%
}

img[src$=".svg"] {
    width: 100%
}

.gm-style img {
    max-width: none
}

.gm-style label {
    width: auto;
    display: inline
}

.lazyload,
.lazyloading {
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lazyloaded {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 1
}

.notice {
    color: #ec4c4c
}

.pos-r {
    position: relative
}

.ov-h {
    overflow: hidden
}

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

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

@media (max-width:1199px) {
    .no-gutters-md {
        margin-right: 0;
        margin-left: 0
    }

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

@media (max-width:991px) {
    .no-gutters-sm {
        margin-right: 0;
        margin-left: 0
    }

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

@media (max-width:767px) {
    .no-gutters-xs {
        margin-right: 0;
        margin-left: 0
    }

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

@media (max-width:991px) {
    .gutters-sm-5 {
        margin-right: -5px;
        margin-left: -5px
    }

    .gutters-sm-5>.col,
    .gutters-sm-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width:767px) {
    .gutters-xs-5 {
        margin-right: -5px;
        margin-left: -5px
    }

    .gutters-xs-5>.col,
    .gutters-xs-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px
}

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

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px
}

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

@media (max-width:991px) {
    .gutters-sm-10 {
        margin-right: -10px;
        margin-left: -10px
    }

    .gutters-sm-10>.col,
    .gutters-sm-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width:767px) {
    .gutters-xs-10 {
        margin-right: -10px;
        margin-left: -10px
    }

    .gutters-xs-10>.col,
    .gutters-xs-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px
    }
}

.gutters-2 {
    margin-right: -1px;
    margin-left: -1px
}

.gutters-2>.col,
.gutters-2>[class*=col-] {
    padding-right: 1px;
    padding-left: 1px
}

.mt0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:991px) {

    .pt120,
    .pt130,
    .pt140,
    .pt150 {
        padding-top: 60px !important
    }

    .pb120,
    .pb130,
    .pb140,
    .pb150 {
        padding-bottom: 60px !important
    }
}

@media (max-width:767px) {

    .pt30,
    .pt40,
    .pt50,
    .pt60,
    .pt70,
    .pt80 {
        padding-top: 20px !important
    }

    .pb30,
    .pb40,
    .pb50,
    .pb60,
    .pb70,
    .pb80 {
        padding-bottom: 20px !important
    }

    .mt30,
    .mt40,
    .mt50,
    .mt60,
    .mt70,
    .mt80,
    .mt90 {
        margin-top: 20px !important
    }

    .mb100,
    .mb30,
    .mb40,
    .mb50,
    .mb60,
    .mb70,
    .mb80,
    .mb90 {
        margin-bottom: 20px !important
    }

    .pt100,
    .pt110,
    .pt120,
    .pt130,
    .pt140,
    .pt150,
    .pt90 {
        padding-top: 30px !important
    }

    .pb100,
    .pb110,
    .pb120,
    .pb130,
    .pb140,
    .pb150,
    .pb90 {
        padding-bottom: 30px !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

ol li {
    padding-left: 10px;
    margin-bottom: 20px
}

.btn,
input[type=submit] {
    padding: 15px 28px;
    border: none;
    border-radius: 0
}

.btn.btn-primary,
input[type=submit] {
    background-color: #000000;
    color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s cubic-bezier(.19, 1, .22, 1);
    transition: all 0s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff
}

.btn.btn-primary:active:before,
.btn.btn-primary:focus:before,
.btn.btn-primary:hover:before,
input[type=submit]:active:before,
input[type=submit]:focus:before,
input[type=submit]:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn.btn-primary:before,
input[type=submit]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c3b27d;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.btn.btn-primary span,
input[type=submit] span {
    position: relative;
    z-index: 2
}

.btn.btn-secondary,
input.btn-secondary[type=submit] {
    background-color: #000000;
    color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s cubic-bezier(.19, 1, .22, 1);
    transition: all 0s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    letter-spacing: 1.1px
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
input.btn-secondary[type=submit]:active,
input.btn-secondary[type=submit]:focus,
input.btn-secondary[type=submit]:hover {
    color: #fff
}

.btn.btn-secondary:active:before,
.btn.btn-secondary:focus:before,
.btn.btn-secondary:hover:before,
input.btn-secondary[type=submit]:active:before,
input.btn-secondary[type=submit]:focus:before,
input.btn-secondary[type=submit]:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn.btn-secondary:before,
input.btn-secondary[type=submit]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #352f2f;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.btn.btn-secondary span,
input.btn-secondary[type=submit] span {
    position: relative;
    z-index: 2
}

.btn.btn-outline,
input.btn-outline[type=submit] {
    border: 1px solid #352f2f;
    color: #352f2f;
    position: relative
}

.btn.btn-outline:before,
input.btn-outline[type=submit]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c3b27d;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.btn.btn-outline span,
input.btn-outline[type=submit] span {
    position: relative;
    z-index: 2
}

.btn.btn-outline:active,
.btn.btn-outline:focus,
.btn.btn-outline:hover,
input.btn-outline[type=submit]:active,
input.btn-outline[type=submit]:focus,
input.btn-outline[type=submit]:hover {
    color: #fff;
    border-color: #c3b27d;
    background-color: transparent
}

.btn.btn-outline:active:before,
.btn.btn-outline:focus:before,
.btn.btn-outline:hover:before,
input.btn-outline[type=submit]:active:before,
input.btn-outline[type=submit]:focus:before,
input.btn-outline[type=submit]:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn.btn-outline.btn-white,
input.btn-outline.btn-white[type=submit] {
    color: #fff;
    border: 1px solid #fff
}

.btn.btn-outline.btn-white:active,
.btn.btn-outline.btn-white:focus,
.btn.btn-outline.btn-white:hover,
input.btn-outline.btn-white[type=submit]:active,
input.btn-outline.btn-white[type=submit]:focus,
input.btn-outline.btn-white[type=submit]:hover {
    color: #fff;
    border-color: #c3b27d;
    background-color: transparent
}

.btn.btn-outline.btn-white:active:before,
.btn.btn-outline.btn-white:focus:before,
.btn.btn-outline.btn-white:hover:before,
input.btn-outline.btn-white[type=submit]:active:before,
input.btn-outline.btn-white[type=submit]:focus:before,
input.btn-outline.btn-white[type=submit]:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-arrow-left {
    position: relative
}

.btn-arrow-left:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 5px;
    top: 50%;
    font-size: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 1.5rem;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn-arrow-right {
    position: relative
}

.btn-arrow-right:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 1.5rem;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn-close {
    position: relative
}

.btn-close:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 1.5rem;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn.btn-pdf,
input.btn-pdf[type=submit] {
    position: relative;
    padding-left: 50px
}

.btn.btn-pdf:after,
input.btn-pdf[type=submit]:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 2rem;
    font-weight: 400;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn-tel {
    letter-spacing: 1px;
    position: relative;
    font-size: 1.2rem;
    padding-left: 50px
}

.btn-tel span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 1.3rem;
}

.btn-tel:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 1.2rem;
    font-weight: 400
}

.btn-download {
    position: relative;
    padding-left: 50px
}

.btn-download span {
    position: relative;
    z-index: 2;
    display: block
}

.btn-download:after {
    content: "\f737";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 1.2rem;
    font-weight: 400
}

.btn.btn-width-240,
input.btn-width-240[type=submit] {
    max-width: 100%;
    min-width: 240px
}

.btn.btn-width-260,
input.btn-width-260[type=submit] {
    max-width: 100%;
    min-width: 260px
}

.btn.btn-width-280,
input.btn-width-280[type=submit] {
    max-width: 100%;
    min-width: 280px
}

input[type=date],
input[type=email],
input[type=tel],
input[type=text],
input[type=time],
textarea {
    font-size: 14px
}

input[type=submit] {
    min-width: 240px;
    padding: 1rem 1.5rem
}

input::-webkit-input-placeholder {
    color: #888 !important;
    opacity: 1
}

input:-moz-placeholder {
    color: #888 !important
}

input::-moz-placeholder {
    color: #888 !important;
    opacity: 1
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #888 !important
}

.form-control::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #888 !important
}

input:placeholder-shown {
    color: #888 !important
}

.mw_wp_form_confirm .select-wrap:after {
    content: none
}

@media (max-width:767px) {
    .mw_wp_form_confirm .form-group {
        border-bottom: 1px solid #ebebeb;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 15px
    }
}

@media (max-width:991px) {
    .mw_wp_form_confirm .form-group>label {
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .mw_wp_form_confirm .form-group>label {
        padding-bottom: 0
    }
}

.mw_wp_form_confirm .form-group>div {
    padding-top: calc(.8rem - 1px * 2)
}

@media (max-width:991px) {
    .mw_wp_form_confirm .form-group>div {
        padding-left: 0;
        padding-right: 0;
        padding-top: calc(.8rem - 1px * 2)
    }
}

.mw_wp_form_confirm .input-group-file input {
    display: none
}

.mw_wp_form_confirm .input-group-file .input-group-btn {
    display: none
}

.mw_wp_form_confirm #policy-check {
    display: none
}

.form-group {
    margin-bottom: 20px;
    padding-right: 6px;
    padding-left: 6px;
}

@media (max-width:767px) {
    .form-group {
        margin-bottom: 10px
    }
}

.select-wrap {
    position: relative;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-wrap:after {
    z-index: 3;
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-top: -.8rem;
    color: #495057;
    font-size: 1.9rem;
    pointer-events: none;
    line-height: 100%
}

.select-wrap select {
    position: relative;
    z-index: 1;
    background: 0 0;
    padding-left: 15px;
    padding-right: 15px
}

select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px
}

select:active,
select:focus,
select:hover {
    outline: 0;
    -webkit-box-shadow: 0 0 2px #137ee0;
    box-shadow: 0 0 2px #137ee0
}

@media (max-width:767px) {
    select {
        font-size: 18px;
        height: 40px
    }
}

textarea {
    height: auto
}

select::-ms-expand {
    display: none
}

select.form-control:not([size]):not([multiple]),
select:not([size]):not([multiple]) {
    height: 40px
}

.mwform-radio-field label,
.radio {
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    cursor: pointer;
    font-weight: 400
}

.mwform-radio-field label.radio-block,
.radio.radio-block {
    display: block;
    padding-right: 0
}

.mwform-radio-field label input[type=radio],
.radio input[type=radio] {
    display: none
}

.mwform-radio-field label input[type=radio]:checked+span:before,
.radio input[type=radio]:checked+span:before {
    border-color: #352f2f
}

.mwform-radio-field label input[type=radio]:checked+span:after,
.radio input[type=radio]:checked+span:after {
    opacity: 1;
    background: #352f2f;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mwform-radio-field label span,
.radio span {
    line-height: 25px
}

.mwform-radio-field label span:before,
.radio span:before {
    content: '';
    border: 2px solid #c4c4c4;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.mwform-radio-field label span:after,
.radio span:after {
    content: '';
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    position: absolute;
    left: 4px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.col-form-label {
    font-weight: 400;
    color: #606a73
}

.mwform-checkbox-field.horizontal-item,
.mwform-radio-field.horizontal-item {
    margin-left: 0 !important;
    margin-bottom: 10px;
    display: block
}

.checkbox,
.mwform-checkbox-field label {
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    cursor: pointer;
    font-weight: 400
}

.checkbox.checkbox-block,
.mwform-checkbox-field label.checkbox-block {
    display: block;
    padding-right: 0
}

.checkbox span,
.mwform-checkbox-field label span {
    line-height: 25px
}

.checkbox input[type=checkbox],
.mwform-checkbox-field label input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]:checked+span:before,
.mwform-checkbox-field label input[type=checkbox]:checked+span:before {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
}

.checkbox input[type=checkbox]:checked+span:after,
.mwform-checkbox-field label input[type=checkbox]:checked+span:after {
    opacity: 1;
    position: absolute;
    left: .5rem;
    top: .2rem;
    width: 8px;
    height: 16px;
    border-right: 2px solid #352f2f;
    border-bottom: 2px solid #352f2f;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.checkbox span:before,
.mwform-checkbox-field label span:before {
    content: '';
    border: 2px solid #c4c4c4;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.checkbox span:after,
.mwform-checkbox-field label span:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: .5rem;
    top: .2rem;
    width: 8px;
    height: 16px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.input-group-file input[type=file] {
    display: none
}

iframe {
    max-width: 100%
}

.iframe-content,
.wp-video {
    position: relative;
    width: 100%;
    padding: 60% 0 0 0
}

@media (max-width:767px) {

    .iframe-content,
    .wp-video {
        padding-top: 50%
    }
}

.iframe-content iframe,
.iframe-content>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.iframe-content iframe label,
.iframe-content>div label {
    width: auto;
    display: inline
}

.iframe-content iframe img,
.iframe-content>div img {
    max-width: none
}

.wp-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.map--canvas {
    position: relative;
    padding-top: 66.7%;
    position: relative;
    width: 100%;
    overflow: hidden
}

.card--image {
    position: relative;
    height: 410px;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    line-height: 0;
    font-size: 1px
}

.card--image:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 65%
}

.card--image.square:before {
    padding-top: 100%
}

.card {
    border: none !important;
    border-radius: 0;
    position: relative
}

.card--wrapper {
    max-width: 350px;
    margin: 0 auto
}

.blog-wrapper {
    position: relative
}

.blog-wrapper .blog--title {
    font-size: 1rem;
    font-weight: 400
}

.blog-wrapper .card--badge {
    position: absolute;
    right: 20px;
    bottom: 0
}

.card.card-shadow:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 90%;
    z-index: 1;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 30px rgba(53, 47, 47, .15);
    box-shadow: 0 2px 30px rgba(53, 47, 47, .15);
    pointer-events: none
}

.card.card-shadow .card-bg {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.card-blog {
    display: block;
    overflow: hidden
}

.card-blog .card--image {
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.card-blog .card--image:active,
.card-blog .card--image:focus,
.card-blog .card--image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.card-hover {
    overflow: hidden
}

.card-hover a.card--image {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.card-hover a.card--image:active,
.card-hover a.card--image:focus,
.card-hover a.card--image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.table-sm td,
.table-sm th {
    padding: .3rem .8rem
}

@media (max-width:767px) {
    .table-responsive {
        -ms-overflow-x: auto;
        overflow-x: auto
    }

    .table-responsive table {
        border: 1px solid #e8e8e8
    }

    .table-responsive table>tbody>tr>td,
    .table-responsive table>tbody>tr>th,
    .table-responsive table>thead>tr>td,
    .table-responsive table>thead>tr>th {
        padding: .5rem 1rem;
        white-space: nowrap
    }
}

@media (max-width:767px) {

    table.table>tbody>tr>td,
    table.table>tbody>tr>th,
    table.table>thead>tr>td,
    table.table>thead>tr>th {
        padding: .5rem 1rem
    }
}

@media (max-width:767px) {
    table.table-sm-block {
        border-bottom: none;
        display: block
    }

    table.table-sm-block>tbody,
    table.table-sm-block>tbody>tr,
    table.table-sm-block>tbody>tr>td,
    table.table-sm-block>tbody>tr>th,
    table.table-sm-block>thead,
    table.table-sm-block>thead>tr,
    table.table-sm-block>thead>tr>td,
    table.table-sm-block>thead>tr>th {
        display: block;
        width: 100%;
        border: none
    }

    table.table-sm-block>tbody>tr>th {
        background-color: #fafafa
    }

    table.table-sm-block>tbody>tr>td,
    table.table-sm-block>tbody>tr>th {
        border-bottom: 1px solid #e8e8e8
    }
}

#hamburger {
    -webkit-transform: translateZ(0);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    cursor: pointer;
    width: 90px;
    height: 85px;
    padding-top: 28px;
    text-align: center;
    overflow: hidden;
    display: none
}

#hamburger:after {
    content: "MENU";
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    letter-spacing: .5px
}

@media (max-width:991px) {
    #hamburger {
        display: block;
        width: 77px;
        height: 73px;
        padding-top: 28px
    }

    #hamburger:after {
        content: none
    }
}

@media (max-width:575px) {
    #hamburger {
        width: 60px;
        height: 59px;
        padding-top: 20px
    }
}

#hamburger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1);
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: relative
}

#hamburger .icon-bar:nth-child(1) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

#hamburger .icon-bar:nth-child(2) {
    width: 12px;
    top: 6px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

#hamburger .icon-bar:nth-child(3) {
    width: 18px;
    top: 12px;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

#hamburger.headroom--not-top .icon-bar {
    background-color: #352f2f
}

#drawer {
    display: none
}

@media (max-width:991px) {
    #drawer {
        -ms-overflow-style: none;
        -webkit-transform: translateZ(0);
        -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
        transition: all .4s cubic-bezier(.19, 1, .22, 1);
        -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        position: fixed;
        right: 0;
        top: 0;
        display: none;
        z-index: -10;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding-top: 0;
        padding-bottom: 30px;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        background-color: #333
    }

    #drawer::-webkit-scrollbar {
        display: none
    }

    #drawer #drawer--body {
        position: relative;
        z-index: 2;
        padding-top: 150px
    }
}

@media (max-width:991px) and (max-width:767px) {
    #drawer #drawer--body {
        padding: 80px 0 30px
    }
}

@media (max-width:991px) {
    #drawer #drawer--body .drawer-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        margin: 0 20px
    }

    #drawer #drawer--body .drawer-nav li {
        padding: 5px 0;
        margin-bottom: 15px
    }

    #drawer #drawer--body .drawer-nav li span {
        color: #fff;
        display: block;
        margin-bottom: 20px;
        font-size: 1.4rem
    }

    #drawer #drawer--body .drawer-nav li a {
        font-size: 1.4rem;
        text-decoration: none;
        color: #fff;
        font-weight: 400
    }

    #drawer #drawer--body .drawer-nav li ul {
        padding: 0;
        margin: 0;
        padding-top: 15px
    }

    #drawer #drawer--body .drawer-nav li ul li {
        position: relative;
        margin-left: 20px
    }

    #drawer #drawer--body .drawer-nav li ul li:before {
        content: "";
        position: absolute;
        bottom: 15px;
        left: -20px;
        width: 8px;
        height: 1px;
        background: #fff
    }

    #drawer #drawer--body .drawer--bottom__nav {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 30px;
        border-top: 1px dashed #fff
    }

    #drawer #drawer--body .drawer--bottom__nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991px) and (max-width:767px) {
    #drawer #drawer--body .drawer--bottom__nav ul {
        display: block
    }
}

@media (max-width:991px) {
    #drawer #drawer--body .drawer--bottom__nav ul li {
        padding-right: 30px
    }
}

@media (max-width:991px) and (max-width:767px) {
    #drawer #drawer--body .drawer--bottom__nav ul li {
        padding-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    #drawer #drawer--body .drawer--bottom__nav ul li a {
        white-space: nowrap;
        color: #fff;
        font-size: .9rem
    }
}

@media (max-width:991px) and (max-width:767px) {
    #drawer #drawer--body .drawer--bottom__nav ul li a {
        font-size: 1.2rem
    }
}

@media (max-width:991px) {
    #drawer #drawer--body .drawer--btns {
        text-align: right
    }
}

@media (max-width:991px) and (max-width:991px) {
    #drawer #drawer--body .drawer--btns {
        padding-bottom: 40px;
        text-align: center
    }
}

@media (max-width:991px) and (max-width:575px) {
    #drawer #drawer--body .drawer--btns {
        max-width: 240px;
        margin: 0 auto
    }
}

@media (max-width:991px) {

    #drawer #drawer--body .drawer--btns .btn:first-child,
    #drawer #drawer--body .drawer--btns input[type=submit]:first-child {
        margin-right: 15px;
        border: 1px solid #333
    }
}

@media (max-width:991px) and (max-width:575px) {

    #drawer #drawer--body .drawer--btns .btn:first-child,
    #drawer #drawer--body .drawer--btns input[type=submit]:first-child {
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width:991px) and (max-width:575px) {

    #drawer #drawer--body .drawer--btns .btn,
    #drawer #drawer--body .drawer--btns input[type=submit] {
        width: 100%
    }
}

.drawer-bottom {
    position: relative
}

.drawer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
/*    background: #444*/
}

.drawer-bottom #drawer--sns ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

@media (max-width:575px) {
    .drawer-bottom #drawer--sns ul {
        text-align: center;
        margin-top: 20px
    }
}

.drawer-bottom #drawer--sns ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px
}

@media (max-width:575px) {
    .drawer-bottom #drawer--sns ul li {
        margin-left: 10px;
        margin-right: 10px
    }
}

.drawer-bottom #drawer--sns ul li a {
    color: #fff;
    font-size: 1.8rem
}

.drawer-bottom #drawer--tel {
    margin-top: 30px
}

@media (max-width:575px) {
    .drawer-bottom #drawer--tel {
        margin-top: 20px
    }
}

.drawer-bottom #drawer--tel a {
    max-width: 200px;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #c3b27d;
    font-size: 1rem;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 140%
}

.drawer-bottom #drawer--tel a.active,
.drawer-bottom #drawer--tel a:active,
.drawer-bottom #drawer--tel a:focus,
.drawer-bottom #drawer--tel a:hover {
    text-decoration: none
}

@media (max-width:575px) {
    .drawer-bottom #drawer--tel a {
        margin: 0 auto
    }
}

.drawer-bottom #drawer--tel a span {
    font-weight: 400;
    font-size: .8rem
}

@media (max-width:991px) {
    body.drawer-opened #drawer {
        z-index: 10000;
        display: block
    }
}

body.drawer-opening #hamburger :nth-child(1) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: -2px;
    width: 25px;
    margin-left: -13.25px;
    background-color: #fff
}

body.drawer-opening #hamburger :nth-child(2) {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    opacity: 0
}

body.drawer-opening #hamburger :nth-child(3) {
    width: 25px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    margin-left: -15.5px;
    background-color: #fff
}

@media (max-width:991px) {
    body.drawer-opening #drawer {
        -webkit-animation: drawer-open .3s cubic-bezier(.645, .045, .355, 1) 0s;
        animation: drawer-open .3s cubic-bezier(.645, .045, .355, 1) 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
}

@media (max-width:991px) {
    body.drawer-closing #drawer {
        -webkit-animation: drawer-close .3s cubic-bezier(.645, .045, .355, 1) 0s;
        animation: drawer-close .3s cubic-bezier(.645, .045, .355, 1) 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
}

@-webkit-keyframes drawer-open {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes drawer-open {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes drawer-close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes drawer-close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.invisible {
    visibility: inherit !important
}

.scrt-fade {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: opacity, transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.scrt-fade.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.scrt-to-top {
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: opacity, transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.scrt-to-top.invisible {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(.98);
    transform: translateY(20px) scale(.98)
}

.scrt-to-top.visible {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
}

.scrt-to-right {
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-property: opacity, transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.scrt-to-right.invisible {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

@media (max-width:991px) {
    .scrt-to-right.invisible {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

.scrt-to-right.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.scrt-to-left {
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-property: opacity, transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.scrt-to-left.invisible {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

@media (max-width:991px) {
    .scrt-to-left.invisible {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

.scrt-to-left.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.scrt-cover {
    overflow-x: hidden;
    display: block
}

.scrt-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #f3f4f5;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.scrt-cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.scrt-cover.visible:after,
.scrt-cover.visible:before {
    right: -100%
}

.single-pagenavi {
    margin-bottom: 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    overflow: hidden
}

@media (max-width:767px) {
    .single-pagenavi {
        border-bottom: none;
        display: block
    }
}

.single-pagenavi>a,
.single-pagenavi>span {
    width: 33.3%;
    -ms-flex: 33.3%;
    -webkit-box-flex: 33.3%;
    flex: 33.3%;
    text-decoration: none;
    color: #111;
    position: relative
}

@media (max-width:767px) {

    .single-pagenavi>a,
    .single-pagenavi>span {
        width: 100%;
        max-width: 100%;
        display: block
    }
}

.single-pagenavi>a.arrow-left a:before,
.single-pagenavi>span.arrow-left a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 100%;
    margin-top: -10px;
    font-size: 1.3rem
}

.single-pagenavi>a.arrow-right a:after,
.single-pagenavi>span.arrow-right a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 100%;
    margin-top: -10px;
    font-size: 1.3rem
}

.single-pagenavi>a a,
.single-pagenavi>span a {
    text-decoration: none;
    display: block;
    padding: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: .9rem;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.single-pagenavi>a a:hover,
.single-pagenavi>span a:hover {
    text-decoration: underline
}

@media (max-width:767px) {

    .single-pagenavi>a a,
    .single-pagenavi>span a {
        padding: 10px 30px
    }
}

.wp-pagenavi {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px
}

.wp-pagenavi>a,
.wp-pagenavi>span {
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    line-height: 28px;
    background: #fff;
    color: #352f2f;
    border-radius: 2px;
    border: 1px solid #352f2f;
    text-decoration: none;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:767px) {

    .wp-pagenavi>a,
    .wp-pagenavi>span {
        margin-bottom: 10px
    }
}

.wp-pagenavi a:hover {
    background: #352f2f;
    color: #fff;
    border-color: #352f2f
}

.wp-pagenavi span {
    background: #352f2f;
    color: #fff;
    border-color: #352f2f
}

.wp-pagenavi span.extend {
    background: #eee;
    color: #ced4da;
    padding: 0 8px;
    border-color: #ced4da;
    font-size: 12px
}

#breadcrumb {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 0
}

.btn.btn-share-tw,
input.btn-share-tw[type=submit] {
    width: 35px;
    height: 35px;
    background: #352f2f;
    color: #fff;
    border: 1px solid #352f2f;
    font-size: 18px;
    padding: 0;
    line-height: 35px;
    border-radius: 30px;
    margin-right: 5px;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn.btn-share-tw:active,
.btn.btn-share-tw:hover,
input.btn-share-tw[type=submit]:active,
input.btn-share-tw[type=submit]:hover {
    background: #fff;
    border: 1px solid #352f2f;
    color: #352f2f
}

.btn.btn-share-tw:before,
input.btn-share-tw[type=submit]:before {
    font-family: "Font Awesome 5 Brands";
    content: ""
}

.btn.btn-share-fb,
input.btn-share-fb[type=submit] {
    width: 35px;
    height: 35px;
    font-size: 18px;
    padding: 0;
    line-height: 35px;
    background: #352f2f;
    color: #fff;
    border: 1px solid #352f2f;
    border-radius: 30px;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.btn.btn-share-fb:active,
.btn.btn-share-fb:hover,
input.btn-share-fb[type=submit]:active,
input.btn-share-fb[type=submit]:hover {
    background: #fff;
    border: 1px solid #352f2f;
    color: #352f2f
}

.btn.btn-share-fb:before,
input.btn-share-fb[type=submit]:before {
    font-family: "Font Awesome 5 Brands";
    content: ""
}

.blog-share {
    background-size: cover;
    background-position: center center;
    color: #111;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    text-align: center;
    padding: 50px 0 40px;
    position: relative
}

@media (max-width:767px) {
    .blog-share {
        padding: 30px 0
    }
}

.blog-share h4 {
    font-size: 1rem;
    padding: 10px 0;
    font-weight: 700
}

blockquote {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 3px solid #9a9d9f;
    font-size: .9rem;
    color: #333;
    padding: 15px 30px;
    margin: 25px 0
}

blockquote p {
    margin-bottom: 0
}

.blog-single-title {
    padding: 85px 30px 0px 0px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    /*border-left: 3px solid #352f2f*/

}

@media (max-width:767px) {
    .blog-single-title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:575px) {
    .blog-single-title {
        padding-left: 18px;
        padding-right: 18px
    }
}

.blog-single-title h2 {
    font-size: 18px;
    line-height: 1.8rem;
    margin-bottom: 0;
    text-align: center;
/*    margin-top: 80px;*/
}

.blog--time {
    color: #777;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: .9rem
}

.blog--cat {
    margin-bottom: 10px;
}

.blog--cat a {
    margin-right: .3rem
}

.blog--tag {
    padding-top: 5px;
    color: #666;
    font-size: 12px
}

.blog--tag a {
    margin-right: .5rem
}

#tinymce img {
    max-width: 600px
}

#tinymce,
.blog-body {
    padding: 25px 0 25px 0
}

#tinymce img,
.blog-body img {
    margin: 0 0 .8rem
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
.blog-body h1,
.blog-body h2,
.blog-body h3 {
    margin-top: 1rem;
    padding: 15px 20px 5px;
    border-left: 2px solid #352f2f;
    margin-bottom: 1.5rem
}

@media (max-width:575px) {

    #tinymce h1,
    #tinymce h2,
    #tinymce h3,
    .blog-body h1,
    .blog-body h2,
    .blog-body h3 {
        padding-left: 15px;
        padding-right: 15px
    }
}

#tinymce h4,
#tinymce h5,
#tinymce h6,
.blog-body h4,
.blog-body h5,
.blog-body h6 {
    margin-top: 1rem;
    padding: .5rem 0;
    border-bottom: 2px solid #352f2f;
    margin-bottom: 1.5rem
}

#tinymce blockquote h1,
#tinymce blockquote h2,
#tinymce blockquote h3,
#tinymce blockquote h4,
#tinymce blockquote h5,
#tinymce blockquote h6,
.blog-body blockquote h1,
.blog-body blockquote h2,
.blog-body blockquote h3,
.blog-body blockquote h4,
.blog-body blockquote h5,
.blog-body blockquote h6 {
    padding: 0;
    border: none;
    margin-bottom: .5rem;
    background: 0 0;
    color: #333
}

#tinymce a,
.blog-body a {
    color: #137ee0
}

.gray--box {
    background-color: #f4f6f8;
    padding: 20px 30px;
    margin: 25px 0
}

.gray--box p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .gray--box {
        padding: 15px 25px
    }
}

.white--box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 30px;
    margin: 25px 0
}

.white--box p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .white--box {
        padding: 15px 25px
    }
}

.blog-detail {
    padding: 20px 0;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .blog-detail {
        padding: 10px 0;
        margin-bottom: 10px
    }
}

.blog-detail dl {
    background-color: #f4f6f8;
    padding: 15px 20px
}

.blog-detail dt {
    line-height: 25px;
    margin-bottom: 10px
}

.blog-detail dt img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px
}

.blog-detail dt i {
    font-size: 1.7rem;
    margin-right: 10px;
    vertical-align: middle
}

.blog-detail dd {
    line-height: 150%;
    font-size: .9rem
}

.blog-slider-wraper img {
    max-width: 100% !important
}

.blog-slider-wraper figure {
    margin-bottom: 0
}

.blog-slider-wraper figure a {
    position: relative;
    display: inline-block;
    text-decoration: none
}

.blog-slider-wraper figure figcaption {
    text-decoration: none;
    color: #111;
    width: 100%;
    padding: 1.2rem 0;
    font-size: .9rem;
    text-align: left;
    line-height: 170%
}

@media (max-width:575px) {
    .blog-slider-wraper figure figcaption {
        position: relative;
        background: 0 0;
        color: #111
    }
}

.blog-slider {
    padding-bottom: 30px
}

.blog-slider img {
    max-width: 100% !important
}

.blog-slider .swiper-slide {
    overflow: hidden
}

.blog-slider .swiper-slide img {
    max-width: 100% !important
}

.blog-slider .swiper-button-next,
.blog-slider .swiper-button-prev {
    margin-top: -52px
}

.blog-slider figure {
    margin-bottom: 0
}

.blog-slider figure a {
    position: relative;
    display: inline-block;
    text-decoration: none
}

.blog-slider figure figcaption {
    text-decoration: none;
    color: #111;
    width: 100%;
    padding: 1.2rem 0;
    font-size: .9rem;
    text-align: left;
    line-height: 170%
}

@media (max-width:575px) {
    .blog-slider figure figcaption {
        position: relative;
        background: 0 0;
        color: #111
    }
}

.blog--under {
    position: relative;
    margin-bottom: 20px
}

.blog--slider--wrapper {
    background-color: #f4f5f6;
    padding: 40px 0 20px
}

@media (max-width:767px) {
    .blog--slider--wrapper {
        padding: 20px 0 0
    }
}

.blog-slider-thumbnails .card--image {
    border: 1px solid transparent;
    opacity: .9;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.blog-slider-thumbnails .card--image.active {
    opacity: 1;
    border-color: #111
}

.blog-slider-thumbnails .thumb--items {
    width: 80px;
    -ms-flex: 0 0 80px;
    -webkit-box-flex: 0;
    flex: 0 0 80px
}

@media (max-width:767px) {
    .blog-slider-thumbnails .thumb--items {
        width: 60px;
        -ms-flex: 0 0 60px;
        -webkit-box-flex: 0;
        flex: 0 0 60px
    }
}

.blog-slider-thumbnails a {
    display: block;
    border: 1px solid transparent;
    opacity: .7;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.blog-slider-thumbnails a.active {
    opacity: 1;
    border-color: #ccc
}

.blog-slider-thumbnails a img {
    width: 80px;
    height: 50px !important;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767px) {
    .blog-slider-thumbnails a img {
        width: 60px;
        height: 40px !important
    }
}

.blog-slider-thumbnails .row {
    margin-right: -2.5px;
    margin-left: -2.5px
}

.blog-slider-thumbnails .row>.col,
.blog-slider-thumbnails .row>[class*=col-] {
    margin-bottom: 5px;
    padding-right: 2.5px;
    padding-left: 2.5px
}

_:-ms-lang(x):before,
.slide-image .card--image:before {
    padding-top: 500px
}

@media (max-width:1199px) {

    _:-ms-lang(x):before,
    .slide-image .card--image:before {
        padding-top: 450px
    }
}

@media (max-width:991px) {

    _:-ms-lang(x):before,
    .slide-image .card--image:before {
        padding-top: 350px
    }
}

@media (max-width:767px) {

    _:-ms-lang(x):before,
    .slide-image .card--image:before {
        padding-top: 300px
    }
}

@media (max-width:545px) {

    _:-ms-lang(x):before,
    .slide-image .card--image:before {
        padding-top: 250px
    }
}

.slide-image-single {
    background-color: #adb5bd
}

.related--post {
    background-color: #f4f5f6;
    padding: 40px 40px 25px
}

@media (max-width:767px) {
    .related--post {
        padding: 20px
    }
}

.related--post .related--title {
    margin-bottom: 20px;
    text-align: center
}

.related--post .related--title span {
    display: block;
    font-size: .9rem
}

.blog-voice {
    margin-top: 20px;
    background-color: #f4f5f6;
    padding: 40px 40px 25px
}

@media (max-width:767px) {
    .blog-voice {
        padding: 20px
    }
}

.blog-voice .blog-voice--title {
    margin-bottom: 20px;
    text-align: center
}

.blog-voice .blog-voice--title span {
    display: block;
    font-size: .9rem
}

.blog-voice dl {
    background-color: #fff;
    padding: 20px 30px
}

@media (max-width:767px) {
    .blog-voice dl {
        padding: 20px
    }
}

.blog-voice dl dt {
    position: relative;
    padding-left: 35px;
    font-size: .9rem
}

.blog-voice dl dt:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.5rem;
    font-weight: 400
}

.blog-voice dl dd {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 35px;
    font-size: .9rem
}

.blog-voice dl dd:before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 1.5rem;
    font-weight: 400
}

.dl-faq {
    margin-top: 20px;
    background-color: #f4f5f6;
    padding: 40px 60px 25px
}

@media (max-width:767px) {
    .dl-faq {
        padding: 30px
    }
}

.dl-faq dl {
    background-color: #fff;
    padding: 20px 30px
}

@media (max-width:767px) {
    .dl-faq dl {
        padding: 20px
    }
}

.dl-faq dl dt {
    position: relative;
    padding-left: 60px;
    font-weight: 400
}

@media (max-width:991px) {
    .dl-faq dl dt {
        padding-left: 40px
    }
}

.dl-faq dl dt:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem
}

.dl-faq dl dd {
    padding: 15px 0 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 60px
}

@media (max-width:991px) {
    .dl-faq dl dd {
        padding-left: 40px
    }
}

.dl-faq dl dd:before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 1.5rem
}

.blog-list {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .blog-list {
        padding: 10px 0
    }
}

.blog-list:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 100%;
    z-index: 1
}

.blog-list .blog-list-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px;
    width: 120px;
    max-width: 120px;
    -ms-flex: 120px;
    -webkit-box-flex: 120px;
    flex: 120px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    .blog-list .blog-list-image {
        padding-right: 10px;
        width: 90px;
        max-width: 90px;
        -ms-flex: 90px;
        -webkit-box-flex: 90px;
        flex: 90px
    }
}

@media (max-width:545px) {
    .blog-list .blog-list-image {
        width: 70px;
        max-width: 70px;
        -ms-flex: 70px;
        -webkit-box-flex: 70px;
        flex: 70px
    }
}

.blog-list .blog-list-thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: block;
    height: 100px;
    width: 100px;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

@media (max-width:767px) {
    .blog-list .blog-list-thumbnail {
        width: 80px;
        height: 80px
    }
}

@media (max-width:545px) {
    .blog-list .blog-list-thumbnail {
        width: 60px;
        height: 60px
    }
}

.blog-list .blog-list-thumbnail:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.blog-list .blog-list-time {
    line-height: 150%;
    vertical-align: top;
    font-size: .9rem;
    letter-spacing: 1px;
    max-width: 100px;
    -ms-flex: 0 0 1;
    -webkit-box-flex: 1;
    flex: 1
}

@media (max-width:767px) {
    .blog-list .blog-list-time {
        max-width: 80px
    }
}

.blog-list .blog-list-title {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: 400
}

.blog-list .blog-list-title a {
    color: #111;
    text-decoration: none
}

@media (max-width:767px) {
    .blog-list .blog-list-title {
        margin-bottom: 0
    }
}

.blog-list .blog--list-time {
    font-size: .8rem;
    margin-bottom: 10px;
    display: block
}

@media (max-width:767px) {
    .blog-list .blog--list-time {
        display: inline
    }
}

.blog-list .blog-list-body {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -ms-flex: 0 0 1;
    -webkit-box-flex: 1;
    flex: 1
}

@media (max-width:545px) {
    .blog-list .blog-list-body {
        padding: 0
    }
}

.blog-list .blog-list-body a {
    text-decoration: none
}

.blog-list .blog-list-body .cat {
    line-height: 25px
}

.blog-list .blog-list-detail {
    font-size: .8rem;
    color: #000
}

.blog--wrapper {
    padding-top: 0px;
/*    padding-bottom: 30px*/
}

@media (max-width:991px) {
    .blog--wrapper {
        padding-top: 30px;
/*        padding-bottom: 30px*/
    }
}

@media (max-width:767px) {
    .blog--wrapper {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.blog--wrapper--body {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    .blog--wrapper--body {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:575px) {
    .blog--wrapper--body {
        padding-left: 0;
        padding-right: 0
    }
}

#side {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:991px) {
    #side {
        padding: 30px 0
    }
}

@media (max-width:575px) {
    #side {
        padding-left: 0;
        padding-right: 0
    }
}

#side ul {
    padding: 0;
    list-style: none
}

#side .side-title {
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    color: #352f2f;
    margin-bottom: 25px;
    padding: 8px 0
}

#side .side-title.no-border {
    border: none
}

#side .side-title:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 2px solid #352f2f
}

#side .cat-list {
    background: #fff
}

#side .cat-list li {
    margin-bottom: 5px
}

#side .cat-list li a {
    font-weight: 400;
    display: block;
    color: #111;
    padding: 5px 0;
    padding-left: 30px;
    background: #fff;
    text-decoration: none;
    position: relative;
    font-size: 14px
}

@media (max-width:767px) {
    #side .cat-list li a {
        padding: 10px 20px
    }
}

#side .cat-list li a:before {
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -11px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #111;
    font-size: 15px
}

@media (max-width:767px) {
    #side .cat-list li a:before {
        margin-top: -10px
    }
}

#side .cat-list li a:active,
#side .cat-list li a:focus,
#side .cat-list li a:hover {
    color: #352f2f
}

#side .cat-list li ul {
    margin-bottom: 10px
}

#side .cat-list li ul li {
    border-bottom: none;
    margin-bottom: 0
}

#side .cat-list li ul li a {
    padding: 8px 20px;
    padding-left: 40px;
    font-weight: 400
}

#side .cat-list li ul li a:before {
    content: none
}

@media (max-width:991px) {
    #side .side-select-wrapper .select-wrap select {
        border-bottom: none
    }

    #side .side-select-wrapper>.select-wrap:first-child {
        border-top: 1px solid #adb5bd
    }
}

#side .select-wrap {
    margin-bottom: 20px;
    border: 1px solid #111
}

@media (max-width:991px) {
    #side .select-wrap {
        margin-bottom: 0
    }
}

#side .select-wrap select {
    border: none
}

#side .post--list {
    min-height: auto
}

#side .blog-list {
    padding: 10px 0;
    background: #fff
}

#side .blog-list .blog-list-image {
    width: 75px;
    max-width: 75px;
    -ms-flex: 75px;
    -webkit-box-flex: 75px;
    flex: 75px
}

#side .blog-list .blog-list-thumbnail {
    width: 60px;
    height: 60px
}

#side .blog-list:after {
    border: none
}

#side .blog-list .blog-title {
    font-size: 13px
}

#side .blog-list time {
    font-size: 11px;
    display: block;
    line-height: 180%
}

#side .blog-list .blog-list-body {
    padding-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#side .blog-list .blog-list-title {
    white-space: normal;
    line-height: 1.2rem;
    font-size: .8rem
}

#side .blog-thumbnail.thumbnail-square {
    display: block;
    padding-top: 60px;
    border-radius: 3px;
    max-width: 60px
}

@media (max-width:767px) {
    #side .blog-thumbnail.thumbnail-square {
        width: 60px;
        padding-top: 60px
    }
}

@media (max-width:400px) {
    #side .blog-thumbnail.thumbnail-square {
        width: 60px;
        padding-top: 60px
    }
}

#side .info--list--item {
    padding-top: 20px;
    padding-bottom: 20px
}

#side .case--list .card--case .card-body {
    padding: 10px !important
}

#side .case--list .card--case .card-body h4 {
    font-size: .9rem !important
}

#side .case--list .card--case .card-body .case-category {
    padding-top: 10px !important
}

dl.dl-horizontal {
    margin-bottom: 0
}

dl.dl-horizontal dt {
    width: 200px;
    float: left;
    padding-right: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: inherit;
    white-space: normal
}

dl.dl-horizontal dd {
    margin-bottom: 0;
    margin-left: 200px
}

dl.dl-horizontal dd,
dl.dl-horizontal dt {
    padding: 10px 0;
    line-height: 180%;
    text-align: justify
}

@media (max-width:767px) {

    dl.dl-horizontal dd,
    dl.dl-horizontal dt {
        padding: 5px 0;
        border: none;
        width: auto;
        float: none;
        margin-left: 0
    }
}

.badge {
    padding: 6px 8px;
    border-radius: 0;
    font-weight: 400
}

.badge:active,
.badge:focus,
.badge:hover {
    text-decoration: none
}

.badge.badge-cat01 {
    background-color: #22bc66
}

.badge.badge-cat02 {
    background-color: #137ee0
}

.badge.badge-cat03 {
    background-color: #ffd54f
}

.badge.badge-cat03:active,
.badge.badge-cat03:focus,
.badge.badge-cat03:hover {
    color: #fff;
    text-decoration: none
}

.badge.badge-cat04 {
    background-color: #352f2f
}

.badge.badge-cat05 {
    background-color: #ec4c4c
}

.badge.badge-case-cat01 {
    background-color: #352f2f
}

.badge.badge-case-cat02 {
    background-color: #ec4c4c
}

.badge.badge-case-cat03 {
    background-color: #22bc66
}

.badge.badge-case-cat04 {
    background-color: #a4a4a4
}

.badge.badge-case-cat05 {
    background-color: #c3b27d
}

.badge.badge-case-cat06 {
    background-color: #ffd54f
}

.badge.badge-case-cat07 {
    background-color: #137ee0
}

.badge.badge-case-cat08 {
    background-color: #17a2b8
}

.badge.badge-case-cat09 {
    background-color: #20c997
}

.badge.badge-case-cat10 {
    background-color: #e83e8c
}

.badge.badge-case-cat11 {
    background-color: #fd7e14
}

.badge.badge-case-cat12 {
    background-color: #6f42c1
}

.badge.badge-warning:active,
.badge.badge-warning:focus,
.badge.badge-warning:hover {
    color: #fff;
    text-decoration: none
}

.badge.badge-outline {
    background: #fff;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #000
}

.badge.badge-outline.badge-primary {
    color: #504747;
    border-color: #504747
}

.badge.badge-outline.badge-success {
    color: #36db7f;
    border-color: #36db7f
}

.badge.badge-outline.badge-info {
    color: #3897ee;
    border-color: #3897ee
}

.badge.badge-outline.badge-warning {
    color: #ffe182;
    border-color: #ffe182
}

.badge.badge-outline.badge-danger {
    color: #f17a7a;
    border-color: #f17a7a
}

a.badge.badge-outline {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color
}

a.badge.badge-outline:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

a.badge.badge-outline:hover.badge-primary {
    color: #fff;
    border-color: #504747;
    background-color: #504747
}

a.badge.badge-outline:hover.badge-success {
    color: #fff;
    border-color: #36db7f;
    background-color: #36db7f
}

a.badge.badge-outline:hover.badge-info {
    color: #fff;
    border-color: #3897ee;
    background-color: #3897ee
}

a.badge.badge-outline:hover.badge-warning {
    color: #fff;
    border-color: #ffe182;
    background-color: #ffe182
}

a.badge.badge-outline:hover.badge-danger {
    color: #fff;
    border-color: #f17a7a;
    background-color: #f17a7a
}

.tab--wrapper .tab--nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.tab--wrapper .tab--nav ul li {
    margin-bottom: -1px
}

.tab--wrapper .tab--nav ul li a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    margin-right: 3px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f8f8f8
}

.tab--wrapper .tab--nav ul li a:hover {
    background-color: #eee
}

.tab--wrapper .tab--nav ul li a.tab--active {
    background-color: #fff
}

.tab--wrapper .tab--pane {
    display: none
}

.tab--wrapper .tab--pane.tab--active {
    display: block
}

.accordion--wrapper {
    border-bottom: 1px solid #9a9d9f
}

.accordion--wrapper .accordion--trigger {
    border: 1px solid #9a9d9f;
    border-bottom: none;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 400
}

.accordion--wrapper .accordion--trigger:active,
.accordion--wrapper .accordion--trigger:focus,
.accordion--wrapper .accordion--trigger:hover {
    background-color: #f3f4f5
}

.accordion--wrapper .accordion--trigger.accordion--active {
    background-color: #f3f4f5
}

.accordion--wrapper .accordion--content {
    overflow: hidden
}

.accordion--wrapper .accordion--content.accordion--active .accordion-inner {
    border: 1px solid #9a9d9f;
    border-bottom: none
}

.accordion--wrapper .accordion--content .accordion-inner {
    padding: 10px 20px
}

.bg-primary {
    background-color: #352f2f
}

.bg-secondary {
    background-color: #c3b27d
}

.bg-gray {
    background-color: #f3f4f5
}

#page {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    width: 100%;
    opacity: 0
}

#loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002
}

#loading-wrapper #loading-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002
}

#loading-wrapper #loading-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f4f5
}

#loading-wrapper #loading-logo {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin-left: calc(-200px / 2);
    margin-top: calc(-200px / 2);
    z-index: 10003
}

@media (max-width:575px) {
    #loading-wrapper #loading-logo {
        width: 120px;
        height: 120px;
        margin-left: calc(-120px / 2);
        margin-top: calc(-120px / 2)
    }
}

#loading-wrapper #loading-logo #loading-svg {
    width: 200px;
    height: 200px;
    fill: none;
    stroke: #fff;
    stroke-width: 14;
    stroke-miterlimit: 10;
    stroke-dasharray: 634;
    stroke-dashoffset: 634
}

@media (max-width:575px) {
    #loading-wrapper #loading-logo #loading-svg {
        width: 120px;
        height: 120px
    }
}

#loading-wrapper #loading-logo image {
    width: 100%
}

#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 1000;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: top;
    transition-property: top
}

@media (max-width:1199px) {
    #header {
        top: 30px
    }
}

@media (max-width:991px) {
    #header {
        top: 0
    }
}

#header.headroom--not-top {
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

#header.headroom--not-top #header--bg::before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#header.headroom--not-top #header--logo h1 svg {
    fill: #352f2f
}

#header.headroom--not-top #gnav ul li a,
#header.headroom--not-top #header--sns ul li a {
    color: #352f2f;
    -webkit-transition: all .6s cubic-bezier(1, 0, 0, 1);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: color;
    transition-property: color
}

#header.headroom--not-top #gnav ul li a:active,
#header.headroom--not-top #gnav ul li a:focus,
#header.headroom--not-top #gnav ul li a:hover,
#header.headroom--not-top #header--sns ul li a:active,
#header.headroom--not-top #header--sns ul li a:focus,
#header.headroom--not-top #header--sns ul li a:hover {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: color;
    transition-property: color
}

#header.headroom--not-top #gnav ul li a span:before {
    background-color: #ccc
}

#header #header--bg {
    position: relative;
    z-index: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header #header--bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s cubic-bezier(1, 0, 0, 1);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

@media (max-width:991px) {
    #header #header--bg {
        padding: 20px 25px
    }
}

@media (max-width:575px) {
    #header #header--bg {
        padding: 16px 20px
    }
}

#header #header--bg>.d-flex {
    position: relative;
    z-index: 3;
    width: 100vw
}

@media (max-width:991px) {
    #header #header--bg>.d-flex {
        width: 100%
    }
}

#header #header--logo {
    text-align: center;
    padding-left: 60px;
    max-width: 300px;
    -ms-flex: 0 0 300px;
    -webkit-box-flex: 0;
    flex: 0 0 300px
}

@media (max-width:1199px) {
    #header #header--logo {
        padding-left: 45px;
        max-width: 245px;
        -ms-flex: 0 0 245px;
        -webkit-box-flex: 0;
        flex: 0 0 245px
    }
}

@media (max-width:991px) {
    #header #header--logo {
        padding-left: 0;
        margin-left: 0;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

#header #header--logo h1 {
    margin: 0;
    font-size: 1rem;
    line-height: 100%
}

#header #header--logo h1 img {
    width: 180px;
    -webkit-transition: all .6s cubic-bezier(1, 0, 0, 1);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: fill;
    transition-property: fill
}

#header #header--logo h1 img.logo-wh {
    display: block;
}

#header #header--logo h1 img.logo-bl {
    display: none;
}

#header.headroom--not-top #header--logo h1 img.logo-bl {
    display: block;
}

#header.headroom--not-top #header--logo h1 img.logo-wh {
    display: none;
}

@media (max-width:1199px) {
    #header #header--logo h1 svg {
        width: 160px
    }
}

@media (max-width:991px) {
    #header #header--logo h1 svg {
        width: 150px
    }
}

#header #header-tel a {
    display: block;
    position: relative;
    background-color: #352f2f;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 19.5px 20px 19.5px 60px;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: background;
    transition-property: background
}

@media (max-width:1199px) {
    #header #header-tel a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px
    }
}

#header #header-tel a span {
    font-size: .8rem
}

@media (max-width:1199px) {
    #header #header-tel a {
        font-size: 1rem;
        letter-spacing: 1.4px
    }
}

#header #header-tel a:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 1.5rem;
    left: 20px;
    top: 34px
}

@media (max-width:1199px) {
    #header #header-tel a:before {
        top: 30px;
        left: 15px;
        font-size: 1.2rem
    }
}

#header #header-tel a.active,
#header #header-tel a:active,
#header #header-tel a:focus,
#header #header-tel a:hover {
    text-decoration: none;
    background-color: #c3b27d
}

@media (max-width:991px) {
    #header #header-tel {
        display: none
    }
}

#dropdown {
    position: relative;
    z-index: 1
}

.dropdown {
    position: relative
}

.dropdown:before {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 90%;
    z-index: 1;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 30px rgba(53, 47, 47, .15);
    box-shadow: 0 2px 30px rgba(53, 47, 47, .15);
    pointer-events: none
}

.dropdown .dropdown--bg {
    background-color: #f3f4f5;
    position: relative;
    z-index: 2
}

.dropdown.dropdown-01 {
    background-color: #fafafa;
    width: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    color: #352f2f;
    margin-left: -500px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width:991px) {
    .dropdown.dropdown-01 {
        display: none !important
    }
}

.dropdown.dropdown-01 .card--image {
    height: 160px
}

@media (max-width:1199px) {
    .dropdown.dropdown-01 .card--image {
        height: 120px
    }
}

.dropdown.dropdown-01 #bg-dd--hall01.lazyloaded {
    background-image: url(../image/bg-hall01-20190924162140.jpg)
}

.dropdown.dropdown-01 #bg-dd--hall02.lazyloaded {
    background-image: url(../image/bg-hall02-20190924162140.jpg)
}

.dropdown.dropdown-01 #bg-dd--hall03.lazyloaded {
    background-image: url(../image/bg-hall03-20190924162140.jpg)
}

.dropdown.dropdown-01 #bg-dd--hall04.lazyloaded {
    background-image: url(../image/bg-hall04-20190924162140.jpg)
}

@media (max-width:1199px) {
    .dropdown.dropdown-01 {
        width: 780px;
        margin-left: -390px
    }
}

.dropdown.dropdown-01.active {
    pointer-events: all;
    display: block;
    z-index: 1;
    -webkit-animation: dropdown .6s cubic-bezier(.165, .84, .44, 1) 0s;
    animation: dropdown .6s cubic-bezier(.165, .84, .44, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.dropdown.dropdown-01 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 30px
}

.dropdown.dropdown-01 a {
    -webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    color: #352f2f;
    padding-bottom: 20px;
    padding-top: 10px;
    display: block;
    font-weight: 400;
    font-size: .95rem
}

.dropdown.dropdown-01 a span {
    font-size: .9rem
}

.dropdown.dropdown-01 a:active,
.dropdown.dropdown-01 a:focus,
.dropdown.dropdown-01 a:hover {
    text-decoration: none
}

.dropdown.dropdown-02 {
    background-color: #f3f4f5;
    width: 480px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    color: #352f2f;
    margin-left: -240px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width:991px) {
    .dropdown.dropdown-02 {
        display: none !important
    }
}

@media (max-width:1199px) {
    .dropdown.dropdown-02 {
        width: 440px;
        margin-left: -220px
    }
}

.dropdown.dropdown-02.active {
    pointer-events: all;
    display: block;
    z-index: 1;
    -webkit-animation: dropdown .6s cubic-bezier(.165, .84, .44, 1) 0s;
    animation: dropdown .6s cubic-bezier(.165, .84, .44, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.dropdown.dropdown-02 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.dropdown.dropdown-02 ul li a {
    display: block;
    -webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    color: #352f2f;
    padding: 0 0 30px 0;
    text-align: center
}

.dropdown.dropdown-02 ul li a h4 {
    display: block;
    font-weight: 400;
    font-size: .95rem
}

.dropdown.dropdown-02 ul li a span.dd-icon {
    display: block;
    font-size: 2rem;
    padding-top: 40px;
    margin-bottom: 10px
}

.dropdown.dropdown-02 ul li a span {
    font-size: .9rem
}

.dropdown.dropdown-02 ul li a:active,
.dropdown.dropdown-02 ul li a:focus,
.dropdown.dropdown-02 ul li a:hover {
    text-decoration: none;
    background: #c3b27d;
    color: #fff
}

@-webkit-keyframes dropdown {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes dropdown {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

#gnav {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:991px) {
    #gnav {
        display: none
    }
}

#gnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}

@media (max-width:1199px) {
    #gnav ul {
        padding-right: 10px
    }
}

#gnav ul li a {
    font: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    display: block;
    padding: 27.5px 18px;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: color;
    transition-property: color
}

#gnav ul li a span {
    position: relative
}

#gnav ul li a span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

#gnav ul li a.dropdown-trigger span:before {
    content: none
}

#gnav ul li a.dropdown-trigger span:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    bottom: -20px;
    left: 50%;
    font-size: 1rem;
    margin-left: -.4rem;
    -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

#gnav ul li a.dropdown-trigger.active,
#gnav ul li a.dropdown-trigger:active,
#gnav ul li a.dropdown-trigger:focus,
#gnav ul li a.dropdown-trigger:hover {
    color: #352f2f;
    background-color: #f3f4f5;
    text-decoration: none
}

#gnav ul li a.dropdown-trigger.active span:after,
#gnav ul li a.dropdown-trigger:active span:after,
#gnav ul li a.dropdown-trigger:focus span:after,
#gnav ul li a.dropdown-trigger:hover span:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#gnav ul li a:active,
#gnav ul li a:focus,
#gnav ul li a:hover {
    text-decoration: none
}

#gnav ul li a:active span:before,
#gnav ul li a:focus span:before,
#gnav ul li a:hover span:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%
}

@media (max-width:1280px) {
    #gnav ul li a {
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 1px;
        font-size: .9rem
    }
}

@media (max-width:1199px) {
    #gnav ul li a {
        padding-top: 20.5px;
        padding-bottom: 20.5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: .9rem;
        letter-spacing: 0;
        white-space: nowrap
    }
}

#footer {
    background-color: #333;
    padding: 60px 0 100px;
    color: #c7c7c7
}
#footer a{
    color: #c7c7c7
}

#footer .share{
        margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
}

@media (max-width:991px) {
    #footer {
        padding-bottom: 80px
    }
}

#footer .footer--company {
    margin-bottom: 20px
}

@media (max-width:575px) {
    #footer .footer--company {
        padding: 0 20px
    }
}

#footer .footer--company__name {
    font-size: 1.1rem;
    margin-bottom: .5rem
}

#footer address {
    padding-top: 20px;
    letter-spacing: 1px
}

#footer .footer--nav {
    margin: 0;
    padding: 0
}

#footer .footer--nav li {
    list-style: none;
    color: #fff;
    margin-bottom: 20px
}

#footer .footer--nav li span {
    display: block;
    margin-bottom: 20px
}

#footer .footer--nav li a {
    font-size: .9rem;
    white-space: nowrap;
    -webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    color: #fff
}

#footer .footer--nav li a:active,
#footer .footer--nav li a:focus,
#footer .footer--nav li a:hover {
    color: #c3b27d;
    text-decoration: none
}

#footer .footer--nav li ul {
    padding: 0;
    margin: 0;
    padding-top: 20px
}

#footer .footer--nav li ul li {
    position: relative;
    margin-left: 20px
}

#footer .footer--nav li ul li:before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: -20px;
    width: 8px;
    height: 1px;
    background: #fff
}

@media (max-width:991px) {
    #footer .footer--nav {
        display: none
    }
}

#footer .line-white {
    position: relative;
    margin-top: 120px
}

#footer .line-white:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6b5f5f
}

@media (max-width:991px) {
    #footer .line-white:before {
        display: none
    }
}

@media (max-width:1199px) {
    #footer .line-white {
        margin-top: 80px
    }
}

@media (max-width:991px) {
    #footer .line-white {
        margin-top: 0
    }
}

#footer #footer--sns ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none
}

@media (max-width:1330px) {
    #footer #footer--sns ul {
        margin-right: 60px
    }
}

@media (max-width:1199px) {
    #footer #footer--sns ul {
        margin-right: 0
    }
}

@media (max-width:1140px) {
    #footer #footer--sns ul {
        margin-right: 90px
    }
}

@media (max-width:991px) {
    #footer #footer--sns ul {
        margin-right: 0
    }
}

@media (max-width:767px) {
    #footer #footer--sns ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 20px
    }
}

#footer #footer--sns ul li a {
    color: #fff;
    font-size: 1.2rem;
}

@media (max-width:575px) {
    #footer #footer--sns ul li a {
        padding: 0 10px 0 10px
    }
}

#footer #footer--sns ul li a:active,
#footer #footer--sns ul li a:focus,
#footer #footer--sns ul li a:hover {
    text-decoration: none
}

#footer #copyright {
    letter-spacing: .1rem;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

@media (max-width:767px) {
    #footer #copyright {
        text-align: center
    }
}

#pagetop {
    position: fixed;
    z-index: 100;
    right: 3%;
    bottom: 6%;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity
}

@media (max-width:767px) {
    #pagetop {
        right: 20px;
        bottom: 20px
    }
}

@media (max-width:575px) {
    #pagetop {
        right: 15px;
        bottom: 15px
    }
}

#pagetop.headroom--not-top {
    opacity: 1
}

#pagetop a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    background-color: rgba(17, 17, 17, .9)
}

@media (max-width:991px) {
    #pagetop a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width:575px) {
    #pagetop a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem
    }
}

#pagetop a:before {
    content: "";
    font-family: "Font Awesome 5 Pro"
}

#pagetop a:active,
#pagetop a:focus,
#pagetop a:hover {
    text-decoration: none
}

#floating--order {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -60px;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: opacity, bottom;
    transition-property: opacity, bottom
}

#floating--order.headroom--not-top {
    opacity: 1;
    bottom: 0
}

@media (max-width:575px) {
    #floating--order {
        width: 100%
    }
}

#floating--order a {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1rem;
    background-color: #c3b27d;
    color: #fff;
    padding: 0 40px;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: background;
    transition-property: background;
    letter-spacing: 1px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

@media (max-width:991px) {
    #floating--order a {
        height: 50px;
        line-height: 50px
    }
}

@media (max-width:575px) {
    #floating--order a {
        width: 100%;
        height: 45px;
        line-height: 45px
    }
}

#floating--order a i {
    font-size: 1.3rem;
    position: relative;
    left: -20px;
    top: 1px
}

#floating--order a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 1px;
    color: #fff;
    font-size: 1.3rem
}

#floating--order a:active,
#floating--order a:focus,
#floating--order a:hover {
    text-decoration: none;
    background-color: #352f2f
}

#hero--wrapper {
    padding: 25px
}

@media (max-width:1199px) {
    #hero--wrapper {
        padding: 15px
    }
}

@media (max-width:991px) {
    #hero--wrapper {
        padding: 0
    }
}

#hero--wrapper #hero--image {
    position: relative;
    height: calc(100vh - 50px);
    width: 100%
}

@media (max-width:991px) {
    #hero--wrapper #hero--image {
        height: 800px
    }
}

@media (max-width:767px) {
    #hero--wrapper #hero--image {
        height: 650px
    }
}

@media (max-width:575px) {
    #hero--wrapper #hero--image {
        height: 500px
    }
}

#hero--wrapper #hero--slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

#hero--wrapper #hero--slider .swiper-slide {
    background-size: cover;
    background-position: center center
}

#hero--wrapper #hero--slider .swiper-slide#slide01 {
    background-image: url(../image/main01-20190924162140.jpg)
}

#hero--wrapper #hero--slider .swiper-slide#slide02 {
    background-image: url(../image/main02-20190924162140.jpg)
}

@media (max-width:575px) {
    #hero--wrapper #hero--slider .swiper-slide#slide02 {
        background-position: center left 30%
    }
}

#hero--wrapper #hero--slider .swiper-slide#slide03 {
    background-image: url(../image/main03-20190924162140.jpg)
}

@media (max-width:575px) {
    #hero--wrapper #hero--slider .swiper-slide#slide03 {
        background-position: center left 20%
    }
}

#hero--wrapper #hero--text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0
}

#hero--wrapper #hero--text #hero--text__wrapper {
    width: 1280px;
    margin: 120px auto 0
}

@media (max-width:1400px) {
    #hero--wrapper #hero--text #hero--text__wrapper {
        padding: 0 60px
    }
}

@media (max-width:575px) {
    #hero--wrapper #hero--text #hero--text__wrapper {
        padding: 0 30px;
        margin: 40px auto 0
    }
}

#hero--wrapper #hero--text #hero-catch-en {
    height: 80px;
    max-width: 450px;
    position: relative
}

@media (max-width:991px) {
    #hero--wrapper #hero--text #hero-catch-en {
        max-width: 400px
    }
}

@media (max-width:767px) {
    #hero--wrapper #hero--text #hero-catch-en {
        height: 60px;
        max-width: 350px
    }
}

@media (max-width:575px) {
    #hero--wrapper #hero--text #hero-catch-en {
        height: 50px;
        max-width: 300px
    }
}

@media (max-width:420px) {
    #hero--wrapper #hero--text #hero-catch-en {
        height: 50px;
        max-width: 250px
    }
}

#hero--wrapper #hero--text #hero-catch-en svg {
    fill: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

#hero--wrapper #hero--text #hero-catch-en #hero-catch-en-svg {
    opacity: 0
}

#hero--wrapper #hero--text #hero-catch-en .linear-gradient-1 {
    height: 0
}

#hero--wrapper #hero--text #hero-catch-ja {
    font-weight: 400;
    font-size: 1.4rem;
    opacity: 0;
    letter-spacing: 10px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#hero--wrapper #hero--text #hero-catch-ja span {
    display: block
}

@media (max-width:767px) {
    #hero--wrapper #hero--text #hero-catch-ja {
        letter-spacing: 5px
    }
}

@media (max-width:575px) {
    #hero--wrapper #hero--text #hero-catch-ja {
        font-size: 1.3rem;
        margin-top: 10px
    }
}

#main--image {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    overflow: hidden
}

#main--image .main--bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#main--image .section-title-wrap {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 250px;
    padding-bottom: 150px
}

@media (max-width:991px) {
    #main--image .section-title-wrap {
        padding-top: 180px;
        padding-bottom: 120px
    }
}

@media (max-width:767px) {
    #main--image .section-title-wrap {
        padding-top: 160px;
        padding-bottom: 100px
    }
}

#main--image .section-title-wrap .event--title img {
    width: 120px
}

#main--image .section-title-wrap h2 {
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 2px
}

@media (max-width:767px) {
    #main--image .section-title-wrap h2 {
        font-size: 2rem
    }
}

/* #main--image .section-title-wrap h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50px;
    height: 1px;
    background-color: #fff
} */

@media (max-width:991px) {
    #main--image .section-title-wrap h2:before {
        top: 20px;
        left: -30px;
        width: 40px
    }
}

@media (max-width:575px) {
    #main--image .section-title-wrap h2:before {
        width: 30px
    }
}

#main--image .section-title-wrap.no-border h2::before {
    content: none
}

.content-inner-x {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width:991px) {
    .content-inner-x {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .content-inner-x {
        padding-left: 10px;
        padding-right: 10px
    }
}

.content-inner-y {
    padding-top: 140px;
    padding-bottom: 50px
}

@media (max-width:991px) {
    .content-inner-y {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .content-inner-y {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.content-inner-t {
    padding-top: 60px
}

@media (max-width:991px) {
    .content-inner-t {
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .content-inner-t {
        padding-top: 0px
    }
}

.content-inner-b {
    padding-bottom: 60px
}

@media (max-width:991px) {
    .content-inner-b {
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .content-inner-b {
        padding-bottom: 30px
    }
}

.content-inner-lg-y {
    padding-top: 140px;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .content-inner-lg-y {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .content-inner-lg-y {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.content-inner-lg-t {
    padding-top: 80px
}

@media (max-width:991px) {
    .content-inner-lg-t {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    .content-inner-lg-t {
        padding-top: 40px
    }
}

.content-inner-lg-b {
    padding-bottom: 80px
}

@media (max-width:991px) {
    .content-inner-lg-b {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .content-inner-lg-b {
        padding-bottom: 40px
    }
}

.text-vertical-rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline;
    vertical-align: top
}

@media (max-width:991px) {
    .text-vertical-rl {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-writing-mode: inherit;
        display: inline
    }
}

.text-vertical-lr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: inline;
    vertical-align: top
}

@media (max-width:991px) {
    .text-vertical-lr {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-writing-mode: inherit;
        display: block
    }
}

.contact--complete {
    padding-top: 80px
}

.section-title {
    font-size: 1.4rem;
    letter-spacing: 0px
}

.section-title--pull-up {
    position: relative;
    top: -100px;
    margin-bottom: -60px
}

@media (max-width:991px) {
    .section-title--pull-up {
        top: -80px;
        margin-bottom: -40px
    }
}

@media (max-width:575px) {
    .section-title--pull-up {
        top: -60px;
        margin-bottom: -20px
    }
}

.section-title-wrap .section-title {
    display: inline-block;
    position: relative;
    font-size: 26px;
    font-weight: 400
}

@media (max-width:991px) {
    .section-title-wrap .section-title {
        text-align: center !important
    }
}

@media (max-width:575px) {
    .section-title-wrap .section-title {
        font-size: 2rem
    }
}

.section-title-wrap .section-title span {
    font-size: .9rem;
    letter-spacing: 1.1px;
    line-height: 100%
}

.section-title-wrap .section-title:before {
    content: "";
    /*    position: absolute;*/
    top: -20px;
    left: -20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50px;
    height: 1px;
    background-color: #352f2f
}

@media (max-width:991px) {
    .section-title-wrap .section-title:before {
        top: 0;
        left: -40px;
        top: 20px;
        width: 40px
    }
}

@media (max-width:575px) {
    .section-title-wrap .section-title:before {
        width: 30px
    }
}

.section-title--horizontal--wrap.text-center .section-title--horizontal {
    padding-left: 0
}

@media (max-width:991px) {
    .section-title--horizontal--wrap.text-center .section-title--horizontal {
        padding-left: 0
    }
}

.section-title--horizontal--wrap.text-center .section-title--horizontal:before {
    left: -40px
}

@media (max-width:991px) {
    .section-title--horizontal--wrap.text-center .section-title--horizontal:before {
        left: -40px
    }
}

.section-title--horizontal--wrap.text-center.text-md-left .section-title--horizontal {
    padding-left: 30px
}

@media (max-width:767px) {
    .section-title--horizontal--wrap.text-center.text-md-left .section-title--horizontal {
        padding-left: 0
    }
}

.section-title--horizontal--wrap .section-title--horizontal {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    padding-left: 60px
}

@media (max-width:991px) {
    .section-title--horizontal--wrap .section-title--horizontal {
        padding-left: 40px
    }
}

@media (max-width:575px) {
    .section-title--horizontal--wrap .section-title--horizontal {
        font-size: 2rem
    }
}

.section-title--horizontal--wrap .section-title--horizontal span {
    font-size: .9rem;
    letter-spacing: 1.1px;
    line-height: 100%
}

.section-title--horizontal--wrap .section-title--horizontal:before {
    content: "";
    /*    position: absolute;*/
    left: 0;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50px;
    height: 1px;
    background-color: #352f2f
}

@media (max-width:991px) {
    .section-title--horizontal--wrap .section-title--horizontal:before {
        top: 0;
        left: 0;
        top: 20px;
        width: 40px
    }
}

@media (max-width:575px) {
    .section-title--horizontal--wrap .section-title--horizontal:before {
        width: 30px
    }
}

.sub--title {
    letter-spacing: .2rem;
    font-size: 1.7rem
}


.z-depth-2 {
    position: relative;
    z-index: 2
}

.dl-table {
    padding: 0 20px
}

.dl-table .dl-table-row {
    padding: 25px 0;
    border-bottom: 1px solid #ddd
}

.dl-table .dl-table-row:last-child {
    border-bottom: none
}

@media (max-width:991px) {
    .dl-table .dl-table-row {
        border: none;
        padding: 15px 0
    }
}

@media (max-width:767px) {
    .dl-table .dl-table-row {
        padding: 10px 0
    }
}

.dl-table dt {
    font-weight: 400;
    color: #888;
    margin-bottom: 0
}

@media (max-width:991px) {
    .dl-table dt {
        margin-bottom: 10px
    }
}

.dl-table dd {
    margin-bottom: 0
}

#aside--blog {
    padding-top: 100px
}

@media (max-width:991px) {
    #aside--blog {
        padding-top: 130px
    }
}

#aside--blog .bg-gray {
    padding-bottom: 80px
}

@media (max-width:991px) {
    #aside--blog .bg-gray {
        padding-bottom: 30px
    }
}

#aside--blog .blog-link {
    margin: -30px 20px 0 0
}

#aside--blog .more--btn {
    margin-top: 20px
}

@media (max-width:991px) {
    #aside--blog .more--btn {
        margin: 20px 0
    }
}

#aside--event .event--title img {
    width: 120px
}

#aside--event .blog-link {
    margin: -30px 20px 0 0
}

#aside--event .more--btn {
    margin-top: 20px
}

@media (max-width:991px) {
    #aside--event .more--btn {
        margin: 20px 0
    }
}

#aside--contact .bg-contact {
    padding: 100px 0;
    background-image: url(../image/footer-bg-20190924162140.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    #aside--contact .bg-contact {
        padding: 80px 0
    }
}

@media (max-width:575px) {
    #aside--contact .bg-contact {
        padding: 50px 0
    }
}

#aside--contact .contact-wrapper {
    color: #333
}

#aside--contact .contact-wrapper .contact-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 20px
}

#aside--contact .contact-wrapper .contact-title span {
    font-size: 1.4rem
}

#aside--contact .contact-wrapper p {
    line-height: 200%;
    margin-bottom: 40px
}

#index {
    position: relative;
    z-index: 2;
    background-color: #fff
}

#index--information .information-title {
    max-width: 200px;
    margin-left: 30px
}

@media (max-width:991px) {
    #index--information .information-title {
        margin-left: 0;
        max-width: 150px
    }
}

@media (max-width:767px) {
    #index--information .information-title {
        margin-left: 0;
        max-width: 100%
    }
}

#index--information .information-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    #index--information .information-body {
        padding-top: 20px
    }
}

#index--information .information-body .information--time {
    margin-right: 30px;
    width: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    letter-spacing: 1px;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width:1199px) {
    #index--information .information-body .information--time {
        padding-bottom: 5px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

#index--information .information-body .information--inner {
    font-size: .9rem;
    width: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px)
}

@media (max-width:991px) {
    #index--information .information-body .information--inner {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

#index--information .information-btn {
    max-width: 180px;
    text-align: right
}

#index--information .information-btn .btn.btn-outline,
#index--information .information-btn input.btn-outline[type=submit] {
    padding-top: 10px;
    padding-bottom: 10px
}

#index--information .information-btn .btn.btn-outline span,
#index--information .information-btn input.btn-outline[type=submit] span {
    font-size: .9rem
}

@media (max-width:991px) {
    #index--information .information-btn {
        margin-right: 0;
        max-width: 180px
    }
}

@media (max-width:767px) {
    #index--information .information-btn {
        max-width: 100%
    }
}

@media (max-width:575px) {
    #index--information .information-btn {
        padding-top: 20px;
        text-align: left
    }
}

#index--features .about-bg-wrapper {
    position: absolute;
    width: 66.77777%;
    height: 90%;
    right: 0
}

@media (max-width:991px) {
    #index--features .about-bg-wrapper {
        height: 50%;
        width: 100%
    }
}

@media (max-width:575px) {
    #index--features .about-bg-wrapper {
        height: 70%;
        width: 100%
    }
}

#index--features .about-bg-wrapper .about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#index--features .card {
    top: 120px;
    max-width: 600px;
    margin-bottom: 120px
}

@media (max-width:991px) {
    #index--features .card {
        max-width: 600px;
        margin: 0 auto;
        top: 300px;
        margin-bottom: 300px
    }
}

@media (max-width:575px) {
    #index--features .card {
        top: 260px;
        margin-bottom: 170px
    }
}

#index--features .card .card-bg .card-body {
    padding: 80px 60px
}

@media (max-width:1199px) {
    #index--features .card .card-bg .card-body {
        padding: 60px 30px
    }
}

@media (max-width:575px) {
    #index--features .card .card-bg .card-body {
        padding: 30px 20px
    }
}

#index--features .card .card-bg .card-body .feature-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px
}

@media (max-width:1199px) {
    #index--features .card .card-bg .card-body .feature-title {
        font-size: 1.5rem
    }
}

#index--features .card .card-bg .card-body p {
    font-weight: 400;
    line-height: 200%
}

#index--ceremonial-hall {
    padding-top: 100px
}

@media (max-width:575px) {
    #index--ceremonial-hall {
        padding-top: 130px
    }
}

#ceremonial-hall a {
    display: block
}

#ceremonial-hall a.active,
#ceremonial-hall a:focus,
#ceremonial-hall a:hover {
    text-decoration: none;
    color: #352f2f
}

#ceremonial-hall a.active .card--image:before,
#ceremonial-hall a:active .card--image:before,
#ceremonial-hall a:focus .card--image:before,
#ceremonial-hall a:hover .card--image:before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#ceremonial-hall a .card--image-wrap {
    overflow: hidden
}

#ceremonial-hall a .card--image {
    margin-top: 300px
}

@media (max-width:575px) {
    #ceremonial-hall a .card--image {
        margin-top: 250px
    }
}

#ceremonial-hall a img {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    z-index: 1;
    left: 0;
    top: -300px;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#ceremonial-hall a .hall-link {
    margin: -40px 20px 0 20px;
    min-height: 170px
}

@media (max-width:991px) {
    #ceremonial-hall a .hall-link {
        min-height: 0
    }
}

@media (max-width:575px) {
    #ceremonial-hall a .hall-link {
        margin: -40px 0 0 0
    }
}

#ceremonial-hall a .hall-link .hall-wrapper {
    padding: 40px;
    min-height: 170px
}

@media (max-width:991px) {
    #ceremonial-hall a .hall-link .hall-wrapper {
        min-height: 0
    }
}

@media (max-width:575px) {
    #ceremonial-hall a .hall-link .hall-wrapper {
        padding: 30px
    }
}

#ceremonial-hall a .hall-link .hall-wrapper .hall-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.4rem
}

#ceremonial-hall a .hall-link .hall-wrapper .hall-title span {
    font-size: 20px;
    margin-right: 10px
}

#ceremonial-hall a .hall-link .hall-wrapper p {
    margin-bottom: 0
}

@media (max-width:991px) {
    #ceremonial-hall a {
        max-width: 600px;
        margin: 0 auto
    }
}

#banners a {
    display: block
}

#banners a .banner-wrap {
    position: relative
}

#banners a .banner-wrap.banner-bg01 {
    padding: 80px 0 60px 40px;
    overflow: hidden;
    margin-bottom: 24px
}

@media (max-width:767px) {
    #banners a .banner-wrap.banner-bg01 {
        padding: 50px 0 30px 20px
    }
}

#banners a .banner-wrap.banner-bg02 {
    overflow: hidden;
    padding: 80px 0 32px 40px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    #banners a .banner-wrap.banner-bg02 {
        padding: 50px 0 30px 20px
    }
}

#banners a .banner-wrap.banner-bg03 {
    overflow: hidden;
    padding: 120px 0 110px 40px
}

@media (max-width:991px) {
    #banners a .banner-wrap.banner-bg03 {
        padding: 185px 0 160px 40px
    }
}

@media (max-width:767px) {
    #banners a .banner-wrap.banner-bg03 {
        padding: 80px 0 60px 40px
    }
}

@media (max-width:767px) {
    #banners a .banner-wrap.banner-bg03 {
        padding: 50px 0 30px 20px
    }
}

#banners a .banner-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#banners a .banner-wrap .benner-inner h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 2px
}

#banners a .banner-wrap .benner-inner h3 span {
    font-size: 1rem;
    letter-spacing: .1rem;
}

#banners a.active,
#banners a:active,
#banners a:focus,
#banners a:hover {
    text-decoration: none
}

#banners a.active .banner-wrap:before,
#banners a:active .banner-wrap:before,
#banners a:focus .banner-wrap:before,
#banners a:hover .banner-wrap:before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#index--salon .bg-salon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    #index--salon .bg-salon {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        height: 100%;
        top: 0
    }
}

#index--salon .salon-wrapper {
    position: relative;
    z-index: 2;
    max-width: 450px;
    padding: 150px 0;
    color: #fff
}

@media (max-width:991px) {
    #index--salon .salon-wrapper {
        padding: 120px 0
    }
}

@media (max-width:991px) {
    #index--salon .salon-wrapper {
        padding: 80px 0
    }
}

@media (max-width:575px) {
    #index--salon .salon-wrapper {
        padding: 80px 0
    }
}

#index--salon .salon-wrapper .salon-title {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:575px) {
    #index--salon .salon-wrapper .salon-title {
        font-size: 2rem
    }
}

#index--salon .salon-wrapper p {
    line-height: 200%
}

#index--salon .salon-wrapper .more--btn {
    padding-top: 20px
}

#index--recruit .recruit-bg-wrapper {
    position: absolute;
    left: 0;
    width: 66.77777%;
    height: 90%
}

@media (max-width:991px) {
    #index--recruit .recruit-bg-wrapper {
        height: 50%;
        width: 100%
    }
}

@media (max-width:575px) {
    #index--recruit .recruit-bg-wrapper {
        height: 70%;
        width: 100%
    }
}

#index--recruit .recruit-bg-wrapper .recruit-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#index--recruit .card {
    top: 120px;
    max-width: 500px;
    margin-bottom: 120px
}

@media (max-width:991px) {
    #index--recruit .card {
        max-width: 600px;
        margin: 0 auto;
        top: 300px;
        margin-bottom: 300px
    }
}

@media (max-width:575px) {
    #index--recruit .card {
        top: 260px;
        margin-bottom: 170px
    }
}

#index--recruit .card .card-bg .card-body {
    padding: 80px 60px
}

@media (max-width:991px) {
    #index--recruit .card .card-bg .card-body {
        padding: 60px 60px
    }
}

@media (max-width:575px) {
    #index--recruit .card .card-bg .card-body {
        padding: 30px 30px
    }
}

@media (max-width:991px) {
    #index--recruit .card .card-bg .card-body .section-title-wrap {
        padding-top: 40px;
        margin-bottom: -40px
    }
}

@media (max-width:575px) {
    #index--recruit .card .card-bg .card-body .section-title-wrap {
        padding-top: 50px;
        margin-top: 0
    }
}

#index--recruit .card .card-bg .card-body .feature-title {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 160%
}

#index--recruit .card .card-bg .card-body p {
    font-weight: 400;
    line-height: 200%
}

#features #sec01 .features--content {
    max-width: 600px;
    padding: 60px 0;
    margin: 0 auto
}

@media (max-width:575px) {
    #features #sec01 .features--content {
        max-width: 400px;
        padding: 30px 0
    }
}

#features #sec01 .features--content .features--heading {
    line-height: 200%;
    margin-bottom: 40px;
    letter-spacing: .2rem
}

#features #sec01 .features--content .features--body {
    line-height: 240%;
    letter-spacing: .1rem
}

#features #sec02 .wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
    color: #fff
}

@media (max-width:1199px) {
    #features #sec02 .wrapper {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (max-width:991px) {
    #features #sec02 .wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

#features #sec02 #bg-features {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-color: #f3f4f5;
    background-image: url(../image/img01-20190924162140.jpg)
}

@media (max-width:991px) {
    #features #sec02 #bg-features {
        -webkit-transform: none !important;
        transform: none !important;
        height: 100%;
        background-position: left center
    }

    #features #sec02 #bg-features:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3)
    }
}

#features #sec02 .features--content {
    max-width: 450px;
    margin: 0 0 0 auto
}

@media (max-width:767px) {
    #features #sec02 .features--content {
        margin: 0 auto
    }
}

@media (max-width:575px) {
    #features #sec02 .features--content {
        max-width: 400px
    }
}

#features #sec02 .features--content .features--heading {
    line-height: 200%;
    margin-bottom: 20px;
    letter-spacing: .2rem
}

#features #sec02 .features--content .features--body {
    line-height: 200%;
    letter-spacing: .1rem
}

#hall #main--image {
    padding-bottom: 100px
}

#hall #main--image .section-title-wrap h2 span {
    display: block;
    line-height: 220%
}

#hall #main--image .section-title-wrap h2 span.en {
    font-size: 1.1rem;
}

#hall #main--image .section-title-wrap h2:before {
    content: none
}

#hall #sec01 {
    position: relative;
    top: -100px;
    margin-bottom: -100px
}

#hall .hall--heading {
    padding-top: 45%;
    background-color: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px
}

@media (max-width:991px) {
    #hall .hall--heading {
        padding-top: 50%
    }
}

@media (max-width:767px) {
    #hall .hall--heading {
        margin-bottom: 10px
    }
}

#hall.asukasaien .hall--heading {
    background-image: url(../image/asukasaien-heading-2019092416214.jpg)
}

#hall.bodaijyu .hall--heading {
    background-image: url(../image/bodaijyu-heading-20190924162140.jpg)
}

#hall.sarasoujyu .hall--heading {
    background-image: url(../image/sarasoujyu-heading-2019092416214.jpg)
}

#hall.toukaen .hall--heading {
    background-image: url(../image/toukaen-heading-20190924162140.jpg)
}

#hall .hall--detail {
    padding-bottom: 5rem
}

#hall .hall--detail .hall--detail--heading {
    text-align: center;
    margin-bottom: 40px;
    line-height: 180%
}

@media (max-width:767px) {
    #hall .hall--detail .hall--detail--heading {
        margin-bottom: 20px
    }
}

@media (max-width:575px) {
    #hall .hall--detail .hall--detail--heading {
        text-align: left
    }
}

#hall .hall--detail .hall--detail--body {
    text-align: center;
    line-height: 240%
}

@media (max-width:991px) {
    #hall .hall--detail .hall--detail--body {
        text-align: justify
    }
}

#hall .hall-facility {
    background-color: #fff;
    padding: 20px 30px
}

@media (max-width:767px) {
    #hall .hall-facility [class^=col]:last-child dl.dl-hall-facility {
        margin-bottom: 0
    }
}

#hall .hall-facility dl.dl-hall-facility {
    margin-bottom: 0
}

@media (max-width:767px) {
    #hall .hall-facility dl.dl-hall-facility {
        margin-bottom: 20px
    }
}

#hall .hall-facility dl.dl-hall-facility dt {
    font-weight: 400;
    color: #777;
    padding-bottom: .5rem;
    font-size: .9rem
}

#hall .hall-facility dl.dl-hall-facility dd {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 130%
}

#hall .hall-slider-wrapper {
    position: relative;
    margin: 0 -60px;
    padding: 0 60px
}

#hall .hall-slider {
    padding: 30px 0;
    position: static
}

@media (max-width:575px) {
    #hall .hall-slider {
        padding: 0 0 10px
    }
}

#hall .hall-slider .swiper-button-next {
    background: 0 0
}

#hall .hall-slider .swiper-button-next:before {
    color: #352f2f;
    font-size: 3rem
}

#hall .hall-slider .swiper-button-prev {
    background: 0 0
}

#hall .hall-slider .swiper-button-prev:before {
    color: #352f2f;
    font-size: 3rem
}

#hall .hall-slider-thumbnails ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#hall .hall-slider-thumbnails ul li {
    width: 100px;
    padding: 0 5px;
    position: relative
}

@media (max-width:575px) {
    #hall .hall-slider-thumbnails ul li {
        width: 80px;
        padding: 0 3px
    }
}

#hall .hall-slider-thumbnails ul li a {
    display: block;
    opacity: .5;
    border: 1px solid transparent;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#hall .hall-slider-thumbnails ul li a.active {
    opacity: 1;
    border-color: #c3b27d
}

#hall .hall-slider-thumbnails ul li a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 60px !important
}

@media (max-width:575px) {
    #hall .hall-slider-thumbnails ul li a img {
        height: 40px !important
    }
}

#hall .dl-cost--secondary {
    background-color: #c3b27d;
    color: #fff;
    padding: 25px 20px;
    margin: 0
}

@media (max-width:991px) {
    #hall .dl-cost--secondary {
        padding: 20px 20px
    }
}

#hall .dl-cost--secondary dt {
    font-weight: 400;
    font-size: 1rem;
    text-align: center
}

@media (max-width:991px) {
    #hall .dl-cost--secondary dt {
        margin-bottom: 10px
    }
}

#hall .dl-cost--secondary dd {
    text-align: center;
    margin-bottom: 0
}

#hall .dl-cost--secondary dd .en {
    font-size: 1.8rem;
    letter-spacing: .2rem
}

#hall .dl-cost--secondary dd small {
    font-size: .9rem
}

#hall .dl-cost--gray {
    background-color: #f3f4f5;
    padding: 20px 30px;
    margin: 0
}

#hall .dl-cost--gray dt {
    font-weight: 400;
    font-size: 2rem;
    text-align: center
}

@media (max-width:991px) {
    #hall .dl-cost--gray dt {
        margin-bottom: 10px
    }
}

#hall .dl-cost--gray dd {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0
}

#hall .dl-cost--gray dd small {
    font-size: .9rem
}

#hall #access {
    padding-top: 100px
}

@media (max-width:991px) {
    #hall #access {
        padding-top: 80px
    }
}

@media (max-width:575px) {
    #hall #access {
        padding-top: 60px
    }
}

#hall #access .access--map {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%
}

@media (max-width:991px) {
    #hall #access .access--map {
        position: relative;
        width: 100%
    }

    #hall #access .access--map .iframe-content {
        padding-top: 0;
        height: 350px
    }
}

@media (max-width:767px) {
    #hall #access .access--map .iframe-content {
        height: 300px
    }
}

@media (max-width:575px) {
    #hall #access .access--map .iframe-content {
        height: 250px
    }
}

#hall #access .card--access {
    margin: 40% 0 10%
}

@media (max-width:991px) {
    #hall #access .card--access {
        margin: 0
    }
}

#hall #access .card--access .card-body {
    padding: 60px
}

@media (max-width:1199px) {
    #hall #access .card--access .card-body {
        padding: 60px 40px
    }
}

@media (max-width:767px) {
    #hall #access .card--access .card-body {
        padding: 40px 30px
    }
}

@media (max-width:575px) {
    #hall #access .card--access .card-body {
        padding: 30px 20px
    }
}

#hall #access .card--access .card-body address {
    margin-bottom: 20px;
    line-height: 220%
}

#hall #access .card--access .card-body a.tel {
    letter-spacing: .1rem;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#hall #access .card--access .card-body a.tel span {
    font-size: 1.3rem
}

#hall #access .card--access .card-body a.tel:active,
#hall #access .card--access .card-body a.tel:focus,
#hall #access .card--access .card-body a.tel:hover {
    color: #c3b27d;
    text-decoration: none
}

#flow .flow--list {
    list-style: none;
    padding: 0;
    margin: 0
}

#flow .flow--list li {
    padding: 40px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee
}

@media (max-width:991px) {
    #flow .flow--list li {
        height: auto;
        display: block;
        padding: 30px;
        margin-bottom: 10px
    }
}

#flow .flow--list li>.row {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    -ms-flex-preferred-size: calc(100% + 40px);
    flex-basis: calc(100% + 40px)
}

@media (max-width:991px) {
    #flow .flow--list li>.row {
        width: auto
    }
}

#flow .flow--list li:nth-child(odd) {
    background-color: #f3f4f5;
    border-color: #f3f4f5
}

#flow .flow--list li .flow--list__title {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    text-align: center
}

@media (max-width:1199px) {
    #flow .flow--list li .flow--list__title {
        font-size: 1.2rem;
        letter-spacing: .1rem
    }
}

@media (max-width:767px) {
    #flow .flow--list li .flow--list__title {
        margin-bottom: 20px;
        font-size: 1.5rem;
        letter-spacing: .3rem
    }
}

#flow .flow--list li .flow--list__body {
    font-size: .9rem;
    line-height: 180%
}

#faq .dl--faq dl .dl--wrapper {
    background-color: #fff;
    padding: 30px 40px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    #faq .dl--faq dl .dl--wrapper {
        padding: 30px 25px
    }
}

#faq .dl--faq dl dt {
    position: relative;
    padding-left: 60px;
    font-weight: 400
}

@media (max-width:991px) {
    #faq .dl--faq dl dt {
        padding-left: 40px
    }
}

#faq .dl--faq dl dt:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
}

#faq .dl--faq dl dd {
    padding: 20px 0 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 60px
}

@media (max-width:991px) {
    #faq .dl--faq dl dd {
        padding-left: 40px
    }
}

#faq .dl--faq dl dd:before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 1.5rem;
}

@media (max-width:991px) {
    #salon .storeinfo--image {
        padding-top: 20px;
        max-width: 550px;
        line-height: 180%;
        margin: 0 auto
    }
}

#salon .storeinfo--content {
    font-size: .9rem
}

@media (max-width:991px) {
    #salon .storeinfo--content {
        padding-top: 20px;
        max-width: 550px;
        line-height: 180%;
        margin: 0 auto
    }
}

#salon #items .item--content {
    max-width: 550px;
    line-height: 220%;
    margin: 0 auto;
    margin-bottom: 80px
}

@media (max-width:767px) {
    #salon #items .item--content {
        margin-bottom: 40px
    }
}

#salon #items .items--image {
    margin-bottom: 2px
}

#salon #items .items--image img {
    width: 100%
}

#salon #access {
    padding-top: 100px
}

@media (max-width:991px) {
    #salon #access {
        padding-top: 80px
    }
}

@media (max-width:575px) {
    #salon #access {
        padding-top: 60px
    }
}

#salon #access .access--map {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%
}

@media (max-width:991px) {
    #salon #access .access--map {
        position: relative;
        width: 100%
    }

    #salon #access .access--map .iframe-content {
        padding-top: 0;
        height: 350px
    }
}

@media (max-width:767px) {
    #salon #access .access--map .iframe-content {
        height: 300px
    }
}

@media (max-width:575px) {
    #salon #access .access--map .iframe-content {
        height: 250px
    }
}

#salon #access .card--access {
    margin: 40% 0 10%
}

@media (max-width:991px) {
    #salon #access .card--access {
        margin: 0
    }
}

#salon #access .card--access .card-body {
    padding: 60px
}

@media (max-width:1199px) {
    #salon #access .card--access .card-body {
        padding: 60px 40px
    }
}

@media (max-width:767px) {
    #salon #access .card--access .card-body {
        padding: 40px 30px
    }
}

@media (max-width:575px) {
    #salon #access .card--access .card-body {
        padding: 30px 20px
    }
}

#salon #access .card--access .card-body address {
    margin-bottom: 20px;
    line-height: 220%
}

#salon #access .card--access .card-body a.tel {
    letter-spacing: .1rem;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#salon #access .card--access .card-body a.tel span {
    font-size: 1.3rem
}

#salon #access .card--access .card-body a.tel:active,
#salon #access .card--access .card-body a.tel:focus,
#salon #access .card--access .card-body a.tel:hover {
    color: #c3b27d;
    text-decoration: none
}

#order .item--wrapper {
    max-width: 230px;
    margin: 0 auto
}

#order .item--wrapper .item--image {
    padding-top: 160%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

#order .item--wrapper .item--name {
    width: calc(100% - 50px);
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 15px 20px;
    position: relative;
    top: -30px;
    letter-spacing: 2px;
    font-size: 1.1rem
}

@media (max-width:1199px) {
    #order .item--wrapper .item--name {
        font-size: 1rem
    }
}

@media (max-width:575px) {
    #order .item--wrapper .item--name {
        font-size: .9rem;
        letter-spacing: 1px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: calc(100% - 30px)
    }
}

#order .item--detail {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 30px;
    line-height: 180%
}

#order #inquiry .inquiry--detail {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 30px;
    line-height: 180%
}

#order #inquiry .iquiry--btns {
    padding-top: 30px
}

#order #inquiry .iquiry--btns .btn-tel {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px
}

#order #inquiry .iquiry--btns .btn-tel span {
    font-size: 1.1rem
}

#order #inquiry .iquiry--btns .btn-download {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px
}

#order #inquiry .fax--number {
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px
}

#company {
    overflow: hidden
}

#company #slogan {
    padding-top: 60px;
    position: relative
}

#company #slogan .bg--slogan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0
}

#company #slogan .bg--slogan .bg--slogan--text {
    color: #f3f4f5;
    font-size: 20rem;
    position: absolute;
    left: -5%;
    top: 10%;
    letter-spacing: 1rem;
    line-height: 20rem
}

@media (max-width:575px) {
    #company #slogan .bg--slogan .bg--slogan--text {
        font-size: 15rem;
        line-height: 15rem
    }
}

#company #slogan .slogan {
    font-size: 24px;
    text-align: center;
}

@media (max-width:320px) {
    #company #slogan .slogan {
        font-size: 20px;
    }
    #company #slogan .slogan--content .slogan--heading{
        font-size:15px;
        margin-bottom:5px !important;
    }
    #company #slogan .slogan--content{
        padding:5px 0px !important;
    }
    .content-inner-lg-y{
        padding:20px 20px;
    }
}

#company #slogan .slogan--content {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center
}

@media (max-width:575px) {
    #company #slogan .slogan--content {
        max-width: 400px;
        padding: 30px 0;
        text-align: left
    }
}

#company #slogan .slogan--content .slogan--heading {
    line-height: 200%;
    margin-bottom: 40px;
    letter-spacing: .2rem
}

@media (max-width:575px) {
    #company #slogan .slogan--content .slogan--heading {
        text-align: justify
    }
}

#company #slogan .slogan--content .slogan--body {
    line-height: 280%;
    letter-spacing: .1rem
}

#company #credo #credo02 .credo--heading {
    text-align: center
}

#company #credo #credo02 .credo--body {
    text-align: center
}

#company #credo .credo--wrapper {
    position: relative;
    padding: 230px 0;
    color: #fff;
    overflow: hidden
}

@media (max-width:1280px) {
    #company #credo .credo--wrapper {
        padding: 200px 0
    }
}

@media (max-width:991px) {
    #company #credo .credo--wrapper {
        padding: 180px 0
    }
}

@media (max-width:767px) {
    #company #credo .credo--wrapper {
        padding: 150px 0
    }
}

@media (max-width:575px) {
    #company #credo .credo--wrapper {
        padding: 100px 0
    }
}

#company #credo .credo--wrapper .credo--bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115%;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

@media (max-width:575px) {
    #company #credo .credo--wrapper .credo--bg {
        height: 100%;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        top: 0 !important;
        bottom: 0 !important
    }
}

#company #credo .credo--wrapper #bg--credo01 {
    top: 5%;
}

@media (max-width:575px) {
    #company #credo .credo--wrapper #bg--credo01 {
        background-position: left 30% center
    }
}

#company #credo .credo--wrapper #bg--credo02 {
    top: auto;
    bottom: 5%;
}

#company #credo .credo--wrapper #bg--credo03 {
    top: 8%;
}

#company #credo .credo--wrapper .credo--heading {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 1rem
}

@media (max-width:575px) {
    #company #credo .credo--wrapper .credo--heading {
        text-align: center;
        font-size: 2rem
    }
}

@media (max-width:400px) {
    #company #credo .credo--wrapper .credo--heading {
        text-align: center;
        font-size: 1.6rem
    }
}

#company #credo .credo--wrapper .credo--body {
    color: #fff;
    line-height: 180%;
    font-size: 1.2rem
}

@media (max-width:575px) {
    #company #credo .credo--wrapper .credo--body {
        text-align: center
    }
}

#company #credo .credo--wrapper .credo--en {
    position: absolute;
    right: 60px;
    bottom: 60px;
    font-size: 20px;
    line-height: 4rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#company #credo .credo--wrapper .credo--en .str--animation--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#company #credo .credo--wrapper .credo--en .str--animation--wrapper.visible {
    opacity: 1
}

#company #credo .credo--wrapper .credo--en .str--animation--wrapper .str--animation {
    overflow: hidden;
    display: block
}

#company #credo .credo--wrapper .credo--en .str--animation--wrapper .str--animation span.str {
    opacity: 0;
    display: block;
    min-width: 1rem
}

@media (max-width:575px) {
    #company #credo .credo--wrapper .credo--en .str--animation--wrapper .str--animation span.str {
        min-width: .4rem
    }
}

@media (max-width:400px) {
    #company #credo .credo--wrapper .credo--en .str--animation--wrapper .str--animation span.str {
        min-width: .4rem
    }
}

#company #credo .credo--wrapper .credo--en .color-secondary {
    padding-left: .7rem;
    color: #d3c7a0
}

@media (max-width:767px) {
    #company #credo .credo--wrapper .credo--en {
        right: 30px;
        bottom: 30px;
        font-size: 3rem
    }
}

@media (max-width:575px) {
    #company #credo .credo--wrapper .credo--en {
        right: 20px;
        bottom: 20px;
        font-size: 2.5rem
    }
}

@media (max-width:400px) {
    #company #credo .credo--wrapper .credo--en {
        right: 20px;
        bottom: 20px;
        font-size: 2rem;
        letter-spacing: 1px
    }
}

#company #mission .mission--heading {
    line-height: 200%;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:575px) {
    #company #mission .mission--heading {
        font-size: 1.2rem;
        letter-spacing: 1px
    }
}

#company #c-policy .list--policy {
    max-width: 530px;
    list-style: none;
    padding: 0;
    margin: 0 auto
}

#company #c-policy .list--policy li {
    margin-bottom: 1.2rem
}

#company #access {
    padding-top: 130px
}

@media (max-width:991px) {
    #company #access {
        padding-top: 80px
    }
}

@media (max-width:575px) {
    #company #access {
        padding-top: 60px
    }
}

#company #access .access--map {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%
}

@media (max-width:991px) {
    #company #access .access--map {
        position: relative;
        width: 100%
    }

    #company #access .access--map .iframe-content {
        padding-top: 0;
        height: 350px
    }
}

@media (max-width:767px) {
    #company #access .access--map .iframe-content {
        height: 300px
    }
}

@media (max-width:575px) {
    #company #access .access--map .iframe-content {
        height: 250px
    }
}

#company #access .card--access {
    margin: 40% 0 10%
}

@media (max-width:991px) {
    #company #access .card--access {
        margin: 0
    }
}

#company #access .card--access .card-body {
    padding: 60px
}

@media (max-width:1199px) {
    #company #access .card--access .card-body {
        padding: 60px 40px
    }
}

@media (max-width:767px) {
    #company #access .card--access .card-body {
        padding: 40px 30px
    }
}

@media (max-width:575px) {
    #company #access .card--access .card-body {
        padding: 30px 20px
    }
}

#company #access .card--access .card-body address {
    margin-bottom: 20px;
    line-height: 220%
}

#company #access .card--access .card-body a.tel {
    letter-spacing: .1rem;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#company #access .card--access .card-body a.tel span {
    font-size: 1.3rem
}

#company #access .card--access .card-body a.tel:active,
#company #access .card--access .card-body a.tel:focus,
#company #access .card--access .card-body a.tel:hover {
    color: #c3b27d;
    text-decoration: none
}

#recruit #slogan {
    position: relative
}

#recruit #slogan .slogan {
    font-size: 6rem;
    text-align: center;
    letter-spacing: 3px
}

@media (max-width:320px) {
    #recruit #slogan .slogan {
        font-size: 5rem
    }
}

#recruit #slogan .slogan--content {
    margin: 0 auto;
    text-align: center
}

@media (max-width:575px) {
    #recruit #slogan .slogan--content {
        max-width: 400px;
        text-align: left
    }
}

#recruit #slogan .slogan--content .slogan--heading {
    line-height: 200%;
    margin-bottom: 40px;
    letter-spacing: .2rem;
    font-size: 2rem;
    text-align: center
}

#recruit #president .wrapper {
    padding-top: 180px;
    padding-bottom: 180px;
    color: #fff
}

@media (max-width:1199px) {
    #recruit #president .wrapper {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (max-width:991px) {
    #recruit #president .wrapper {
        padding-top: 0px;
        padding-bottom: 40px
    }
}

#recruit #president .wrapper02 {
    padding: 60px 0
}

@media (max-width:991px) {
    #recruit #president .wrapper02 {
        padding-top: 0
    }
}

#recruit #president .wrapper02 .interview--content {
    padding: 80px 0
}

@media (max-width:991px) {
    #recruit #president .wrapper02 .interview--content {
        padding: 0
    }
}

#recruit #president .svgimg svg {
    width: 140px;
    fill: #fff
}

@media (max-width:991px) {
    #recruit #president .svgimg svg {
        fill: #352f2f;
        width: 130px
    }
}

#recruit #president .bg-president {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #f3f4f5;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    #recruit #president .bg-president {
        position: relative;
        height: 400px
    }
}

@media (max-width:575px) {
    #recruit #president .bg-president {
        height: 350px
    }
}

#recruit #president .bg-president02 {
    height: 100%;
    background-size: cover;
    background-color: #f3f4f5;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    #recruit #president .bg-president02 {
        position: relative;
        height: 400px
    }
}

@media (max-width:575px) {
    #recruit #president .bg-president02 {
        height: 350px
    }
}

#recruit #president .interview--wrapper {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width:991px) {
    #recruit #president .interview--wrapper {
        padding-top: 60px;
        color: #352f2f
    }
}

@media (max-width:767px) {
    #recruit #president .interview--wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

#recruit #president #bg-president-01 {
    background-image: url(https://www.sunsemweb.com/data/template/preview_66/static/fonts/19dd49e898fd406586e05e1ddb3c85ba.svg) {
    #recruit #interview .svgimg svg {
        fill: #352f2f;
        width: 130px
    }
}

#recruit #interview .bg-interview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #f3f4f5;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    #recruit #interview .bg-interview {
        position: relative;
        height: 400px
    }
}

@media (max-width:575px) {
    #recruit #interview .bg-interview {
        height: 350px
    }
}

#recruit #interview .bg-interview02 {
    height: 100%;
    background-size: cover;
    background-color: #f3f4f5;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    #recruit #interview .bg-interview02 {
        position: relative;
        height: 400px
    }
}

@media (max-width:575px) {
    #recruit #interview .bg-interview02 {
        height: 350px
    }
}

#recruit #interview #bg-interview01-01 {
    background-image: url(../image/intervew01-01-20190924162140.jpg)
}

#recruit #interview #bg-interview01-02 {
    background-image: url(../image/intervew01-02-20190924162140.jpg)
}

#recruit #interview #bg-interview02-01 {
    background-image: url(../image/intervew02-01-20190924162140.jpg)
}

#recruit #interview #bg-interview02-02 {
    background-image: url(../image/intervew02-02-20190924162140.jpg)
}

#recruit #interview .interview--wrapper {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width:991px) {
    #recruit #interview .interview--wrapper {
        padding-top: 60px;
        color: #352f2f
    }
}

@media (max-width:767px) {
    #recruit #interview .interview--wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

#recruit #interview #interview01 .wrapper .interview--wrapper {
    max-width: 1400px;
    margin: 0 auto
}

#recruit #interview #interview01 .wrapper02 .interview--content {
    margin-right: auto
}

#recruit #interview #interview02 .interview--content {
    margin-left: 10%;
    margin-right: auto
}

@media (max-width:991px) {
    #recruit #interview #interview02 .interview--content {
        margin: 0 auto
    }
}

#recruit #interview #interview02 .wrapper02 .interview--content {
    margin: 0 auto;
    padding: 60px 0
}

@media (max-width:991px) {
    #recruit #interview #interview02 .wrapper02 .interview--content {
        padding: 0
    }
}

#recruit #interview .interview--content {
    max-width: 400px;
    margin: 0 0 0 auto
}

@media (max-width:991px) {
    #recruit #interview .interview--content {
        margin: 0 auto
    }
}

@media (max-width:575px) {
    #recruit #interview .interview--content {
        max-width: 400px
    }
}

#recruit #interview .interview--content .interview--heading {
    line-height: 200%;
    margin-bottom: 20px;
    letter-spacing: .2rem

}

#recruit #interview .interview--content .interview--body {
    line-height: 200%;
    letter-spacing: .1rem;
    font-size: .9rem
}

#recruit #interview .interview--content .interview--name {
    padding-top: 20px;
    font-size: 1.4rem
}

#recruit #interview .interview--content .interview--name span {
    display: block;
    font-size: .9rem;
    margin-bottom: 5px
}

#recruit #requirement {
    padding-top: 100px
}

#recruit #requirement .requirement {
    padding-bottom: 80px
}

#recruit #requirement .requirement--title {
    text-align: center
}

#recruit #requirement .requirement--title span {
    display: block;
    font-size: .9rem;
    letter-spacing: 1px
}

#recruit #requirement .requirement--content {
    padding: 20px 0;
    text-align: center;
    font-size: 1.1rem;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:575px) {
    #recruit #requirement .requirement--content {
        text-align: left;
        font-size: 1rem
    }
}

#recruit #entry .entry--wrapper {
    padding: 30px 0;
    color: #fff;
    text-align: center
}

#recruit #entry .entry--wrapper .entry--content {
    padding-bottom: 30px
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom-30 {
    margin-bottom: 30px;
}

.form-container {
    width: 100%;
    max-width: 800px;
}

.form-container .mod-btn {
    display: block;
    width: 150px;
    line-height: 40px;
    height: 40px;
    border: 1px #000 solid;
    color: #000;
    font-size: 14px;
    margin: 30px auto;
}

.form-container .mod-btn:hover {
    text-decoration: none;
}

.flow--list li:nth-child(odd) {
    background-color: #f3f4f5;
    border-color: #f3f4f5;
}

.flow--list li {
    padding: 40px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
}

.view-more-btn {
    margin: 0 auto;
}

.m-contactus-tel {
    padding-bottom: 20px;
    border-bottom: solid 2px #1a1a1a;
    text-align: center;
    margin-bottom: 50px;
}

.m-home-access {
    position: relative;
}

.m-home-access-content {
    position: absolute;
    left: 40px;
    top: 40px;
    min-width: 560px;
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.m-home-access-title {
    font-size: 20px;
}

.m-home-access-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
}

.m-home-access-btns__item {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.pb40-title {
    margin: 120px 0 25px 0;
    font-size: 20px;
    font-weight: 500;
}
.section-title-text {
    transform: translateY(-100%);
}
.luxy-el {
    position: relative;
}
.main-banner-text {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 8px;
    color:#fff;
    font-size: 30px;
}
.main-banner-text p:nth-child(2) {
    font-size: 20px;
    margin-top: 45px;
    text-align: center;
}
/* privacy */
.m-breadcrumb-wrap {
    font-size: 16px;
    font-family: '微软雅黑';
    text-align: left;
    color:#666;
    line-height: 2;
    padding:60px 0;
    max-width: 1080px;
    margin: auto;
    width:90%;
  }
  .address-card {
    font-size: 16px;
      position: absolute;
      right: 0;
      bottom: 0;
      transform: translate(150%,-20%);
      color:#9b9b9b;
  }
  .address-card p{
      margin: 25px 0;
  }
  .address-card p:nth-child(even) {
      margin-bottom: 50px;
  }
  .address {
      width: 200px;
      height: 60px;
      margin:60px auto 0 auto;
      font-size: 30px;
      font-weight: 700;
      text-align: center;
  }
  @media (max-width:991px) {
      .main-banner-text {
          font-size: 23px;
          width: 70%;
      }
}

.blog-body p img{
    width:100%;
}
.blog-slider-thumbnails a img
{
    width:100%;
    height:auto !important;
}
.intro{
    width:100%;
    padding:60px 0px;
}
.intro .intro_content{
    width:90%;margin:0 auto;display:flex;justify-content: center;flex-wrap: wrap;
}
.intro .intro_content .allmaps{
    width:65%;height:600px;
}
.intro .intro_content .into{
  width:25%;margin-left:20px;
}
.intro .intro_content .allmaps #allmap{
    width:100%;height:100%;
}
.intro .intro_content .into p{
    color: #9b9b9b;
    font-size:16px;
    font-weight: 400;
    text-align:left;
    margin-bottom:25px;
 }
 .intro .intro_content .into p.titles{
    color: #9b9b9b;
    font-size:20px;
    font-weight: 800;
    text-align:left;
    margin-bottom:50px;
 }
 section#access .content-inner-y{
     padding:0px;
 }
@media (max-width:770px) {
    .single-pagenavi>a.arrow-left a:before, .single-pagenavi>span.arrow-left a:before,.single-pagenavi>a.arrow-right a:after, .single-pagenavi>span.arrow-right a:after{
        display:none;
    }
    .blog--wrapper .container{
        max-width:100000px;
    }
    .blog-single-title{
        padding:0px;
    }
    .pb40-title{
        margin-top:0px;
    }
    .pb30,#tinymce, .blog-body{
        padding:0px !important;
    }
    #footer .footer--company{
        text-align:center;
    }
    .intro{
        width:100%;
        padding:20px 0px;
    }
    .intro .intro_content .allmaps{
        width:100%;height:400px;
    }
    .intro .intro_content .into{
       width:100%;margin-left:0px;
       margin-top:20px;
    }
    .intro .intro_content .into p{
        color: #9b9b9b;
        font-size:16px;
        font-weight: 400;
        text-align:left;
        margin-bottom:15px;
     }
     .intro .intro_content .into p.titles{
        color: #9b9b9b;
        font-size:20px;
        font-weight: 800;
        text-align:left;
        margin-bottom:25px;
     }
     #footer #footer--sns ul li a{
         padding:0px !important;
     }
}
form#contact-form .form-control.input-bor
{
    border:1px solid red;
    }
form#contact-form .form-control.input-bor::-webkit-input-placeholder
{
    color: red !important;	
}		
form#contact-form .form-control.input-bor:-moz-placeholder
{			
    color: red !important;			
}	
form#contact-form .form-control.input-bor::-moz-placeholder 									
{			
    color: red !important;			
}	
form#contact-form .form-control.input-bor:-ms-input-placeholder 								
{			
    color: red !important;			
}

.col-lg-9 .row{
    display:flex;
    margin:0px !important;  
    justify-content: space-between;
}

.col-lg-9 .row .items{
    width:auto !important;
}
footer#footer .line-white {
    display:flex;flex-wrap:wrap;justify-content: space-between;  
     padding-left:10px;
}
footer#footer .line-white .item{
    display:flex;flex-wrap:wrap;
}
footer#footer .line-white .item.share a{
    display:block;margin-left:20px;  
    margin-bottom:10px;             
}
footer#footer .line-white .item.gz a{
    display:block;margin-left:10px;
    color:#fff;
    margin-bottom:10px;
    padding-left:10px;
}
footer#footer .line-white .item.share a:first-child,.line-white .item.gz a:first-child{
    margin-left:0px;
}
@media screen and (max-width:770px){
    footer#footer .line-white .item.share{
        width:100%;
    }
    footer#footer .line-white .item.share a{
        margin-left:10px;
    }
    footer#footer .line-white .item.share a:first-child{
        margin-right:10px;
    }

    footer#footer .line-white .item{
        justify-content: center;
    }
    footer#footer .line-white .item.gz a{
        text-align:center;
        display:block;margin-left:0px; 
        width:100%;              
    }
    .flow--list li{
        padding:10px;
        height:170px;
    }
}




/* @media screen and (min-width:750px) {
    footer#footer .col-md-6.order-md-1{
        flex: 0 0 90%;
        max-width: 90%;
    }
    footer#footer .col-md-6.order-md-2{
        flex: 0 0 10%;
       
        max-width: 10%;
    }
} */
