@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.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-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

.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%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.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-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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%;
  }
}

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

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !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;
}

.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;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
  }
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  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: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  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 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  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 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.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;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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 > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.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;
  padding-left: 1.25rem;
}

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

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem) no-repeat;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem) no-repeat;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    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;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: -webkit-calc(0.25rem + 2px);
  top: calc(0.25rem + 2px);
  left: -webkit-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -webkit-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -webkit-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(1.5em + 0.75rem);
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  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;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/**
 * Swiper 7.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 16, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-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);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "DSEG7 Classic";
  src: url("../fonts/DSEG7Classic-Regular.woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aboreto";
  src: url("../fonts/Aboreto-Regular.ttf") format("opentype");
  font-weight: normal;
  font-display: swap;
}

._overlay {
  position: relative;
}

._overlay:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.grey-bg {
  background-color: #fafafa;
}

.en-bold {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  margin-top: 18px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.btn-wrapper a {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 15px 45px 25px;
  font-size: 1.4rem;
}

.btn-wrapper a:before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.411' height='8.24' viewBox='0 0 14.411 8.24'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M13.4,17l5.449-5.453a1.025,1.025,0,0,1,1.454,0,1.039,1.039,0,0,1,0,1.459l-6.174,6.178a1.028,1.028,0,0,1-1.42.03l-6.217-6.2a1.03,1.03,0,1,1,1.454-1.459Z' transform='translate(-6.188 -11.246)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.btn-wrapper a:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .btn-wrapper a:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.btn-wrapper a:hover:before {
  bottom: 4px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.411' height='8.24' viewBox='0 0 14.411 8.24'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M13.4,17l5.449-5.453a1.025,1.025,0,0,1,1.454,0,1.039,1.039,0,0,1,0,1.459l-6.174,6.178a1.028,1.028,0,0,1-1.42.03l-6.217-6.2a1.03,1.03,0,1,1,1.454-1.459Z' transform='translate(-6.188 -11.246)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.mt60 {
  margin-top: 60px;
}

.mt120 {
  margin-top: 120px;
}

.mt50 {
  margin-top: 50px;
}

.mt30 {
  margin-top: 30px;
}

.mt48 {
  margin-top: 48px;
}

.mt80 {
  margin-top: 80px;
}

.mt15 {
  margin-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.d-flex.-space {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .d-flex.-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .btns .topics__btn {
    margin-left: 130px;
    max-width: 244px;
    width: 100%;
  }
}

.caption {
  font-size: 1.4rem;
  font-weight: 400;
  color: #777777;
  text-align: right;
  padding-top: 20px;
  display: block;
}

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

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

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

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}

body > *:not(.page-load) {
  -webkit-transition: 0.7s all 0.5s linear;
  transition: 0.7s all 0.5s linear;
  height: 0;
}

body > .hero {
  position: relative;
}

body.is-loading > *:not(.page-load) {
  -webkit-transition: 0.7s all 0.5s linear;
  transition: 0.7s all 0.5s linear;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

body.page-loaded > *:not(.page-load) {
  -webkit-transition: 0.7s all 0.5s linear;
  transition: 0.7s all 0.5s linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: auto;
}

body.page-loaded .bedkit-main {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

body.page-loaded > .hero:after {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  opacity: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body.page-loaded-full {
  overflow: auto;
}

body.hide-ovrflw {
  overflow: hidden;
}

.container {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 1120px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .container.-sm {
    max-width: 940px;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
}

strong {
  font-weight: 700;
}

.megamenu {
  display: none;
}

.heading {
  position: relative;
}

.heading--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading--bar {
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
  .heading--bar {
    margin-bottom: 50px;
  }
}

.heading--bar:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 185px;
  left: 0;
  top: 0;
  background: #6200ea;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
}

.heading--bar span {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-top: 5px;
}

@media only screen and (min-width: 576px) {
  .heading--bar span {
    padding-bottom: 10px;
    padding-left: 20px;
  }
}

.heading--bar em {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-top: 5px;
}

@media only screen and (min-width: 576px) {
  .heading--bar em {
    padding-bottom: 10px;
    padding-left: 20px;
  }
}

.heading--mtl {
  margin-bottom: 50px;
  padding-top: 0;
}

.heading--mts {
  margin-top: 50px;
  padding-top: 10px;
}

.heading--product::before {
  width: 120px;
}

.heading-primary {
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .heading-primary {
    font-size: 40px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .heading-primary.-sm {
    font-size: 32px;
  }
}

.heading-primary.-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.heading-secondary {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.6;
}

.heading-secondary:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 185px;
  left: 0;
  top: 0;
  background: #6200ea;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
}

.heading-secondary.-center {
  text-align: center;
}

.heading-secondary.-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-secondary.-xs {
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-top: 23px;
  text-align: center;
  padding-top: 0;
}

.heading-secondary.-xs:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  top: inherit;
}

.heading-secondary.-xs span {
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .heading-secondary {
    line-height: 1.1;
  }
}

.heading-note {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .heading-note {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .heading-note.-sm {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .heading-note.-pro {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .heading-note.-pro {
    padding-left: 54px;
  }
}

.heading-sec {
  font-size: 3.2rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .heading-sec {
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .heading-sec {
    padding-bottom: 30px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .heading-sec {
    font-size: 4rem;
  }
}

.heading-sec_jp {
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  padding-top: 8px;
}

@media only screen and (min-width: 576px) {
  .heading-sec_jp {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .heading-sec_jp {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .heading-sec_jp {
    font-size: 1.6rem;
  }
}

.main {
  margin-top: 100px;
}

.main.-m0 {
  margin-top: 0;
}

.main.no-transition {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  height: inherit !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.wp-content h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .wp-content h1 {
    font-size: 40px;
  }
}

.wp-content h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.6;
}

.wp-content h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 185px;
  left: 0;
  top: 0;
  background: #6200ea;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
}

@media only screen and (min-width: 768px) {
  .wp-content h2 {
    line-height: 1.1;
  }
}

.wp-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding: 5px 10px;
  background-color: #f5f5f7;
  margin-bottom: 20px;
}

.wp-content h3 span {
  font-size: 16px;
  font-weight: 400;
}

.wp-content h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.wp-content h5 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.wp-content h6 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.wp-content ol,
.wp-content ul {
  margin-bottom: 20px;
}

.wp-content ol li,
.wp-content ul li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

.wp-content ol li:not(:last-child),
.wp-content ul li:not(:last-child) {
  padding-bottom: 12px;
}

.wp-content ul {
  margin-left: 20px;
}

.wp-content ul li {
  list-style-type: disc;
  text-indent: -6px;
}

.wp-content ol {
  margin-left: 25px;
}

.wp-content ol li {
  list-style-type: decimal-leading-zero;
}

.wp-content em {
  font-style: italic;
}

.wp-content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: justify;
}

.wp-content blockquote {
  background-color: #f5f5f7;
  padding: 10px;
}

.wp-content blockquote p {
  padding-bottom: 0;
  word-break: break-all;
  font-size: 1.4rem;
  font-weight: 500;
}

.wp-content a {
  color: #000;
}

.w-100 iframe {
  width: 100%;
}

.w-100 img {
  width: 100%;
}

.alpine-desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .alpine-desc {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .alpine-desc {
    font-size: 1.6rem;
  }
}

.ttl-prim {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.heading-sm {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.heading-bdr {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 11px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}

.heading-bdr.-lg {
  font-size: 2.4rem;
}

.heading-bdr.-lg span {
  font-size: 1.6rem;
}

.heading-bg {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding: 5px 10px;
  background-color: #f5f5f7;
  margin-bottom: 30px;
}

.heading-gray {
  font-size: 1.8rem;
  font-weight: 700;
  color: #777777;
  margin-bottom: 30px;
}

.heading-pri {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-pri span:first-child {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 8px;
}

.heading-pri span:first-child::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-pri span:last-child {
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-top: 8px;
}

@media only screen and (min-width: 576px) {
  .heading-pri span:last-child {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .heading-pri span:last-child {
    font-size: 4rem;
  }
}

.heading-sub {
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 576px) {
  .heading-sub {
    font-size: 2rem;
  }
}

.heading-sub span {
  color: #45BACB;
}

.paragraph {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  padding-bottom: 30px;
}

.paragraph:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -webkit-calc((1 - 1.6) * .5em);
  margin-top: calc((1 - 1.6) * .5em);
}

@media all and (-ms-high-contrast: none) {
  .paragraph:before {
    margin-top: 0;
  }
}

.paragraph.-xs {
  font-size: 1.2rem;
}

.paragraph:last-child {
  padding-bottom: 0;
}

.paragraph.-ps {
  padding-bottom: 20px;
}

.paragraph.-txt-left {
  text-align: left;
}

.paragraph.-txt-right {
  text-align: right;
}

.paragraph.-txt-center {
  text-align: center;
}

.paragraph.-bold {
  font-weight: 700;
}

.paragraph.-through {
  text-decoration: line-through;
}

.paragraph.-underline {
  text-decoration: underline;
}

.paragraph.-error {
  color: #de3535;
  padding-top: 20px;
}

.paragraph.-sm {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding-top: 20px;
}

.paragraph.-white {
  color: #ffffff;
}

.wp-block-quote {
  margin-bottom: 60px;
  background-color: #f5f5f7;
  padding: 94px 25px 30px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .wp-block-quote {
    padding: 30px 40px 30px 88px;
  }
}

.wp-block-quote:before {
  position: absolute;
  content: '“';
  color: #777777;
  font-size: 10rem;
  top: 20px;
  left: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .wp-block-quote:before {
    top: 10px;
  }
}

.wp-block-quote p {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  line-height: 2;
}

.wp-block-quote cite {
  color: #777777;
  padding-left: 25px;
  position: relative;
  margin-top: 15px;
  display: inline-block;
}

.wp-block-quote cite:before {
  position: absolute;
  content: 'ー';
  color: #777777;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}

.wp-block-button__link {
  padding: 10px 45px;
  border: 2px solid #000;
  background-color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 1.4rem !important;
  display: inline-block;
  text-decoration: none;
  transition: all 0.25s ease;
  max-width: 248px;
  width: 100%;
  width: auto;
  padding: 10px !important;
  text-decoration: none !important;
  margin-bottom: 30px;
  text-align: center;
}

.wp-block-button__link:after {
  content: '';
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  z-index: -1;
}

.wp-block-button__link:hover {
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: transparent;
}

.wp-block-button__link:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.quotation {
  margin-bottom: 60px;
}

.quotation-box {
  background-color: #f5f5f7;
  padding: 94px 25px 30px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .quotation-box {
    padding: 30px 40px 30px 88px;
  }
}

.quotation-box:before {
  position: absolute;
  content: '“';
  color: #777777;
  font-size: 10rem;
  top: 20px;
  left: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .quotation-box:before {
    top: 10px;
  }
}

.quotation-txt {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  line-height: 2;
}

.heading-secondary.-btm {
  padding-bottom: 15px;
  padding-top: 0;
}

.heading-secondary.-btm:before {
  top: inherit;
  bottom: 0;
}

.wp-block-buttons .wp-block-button__link {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

figure figure {
  margin-bottom: 20px !important;
}

.header {
  padding: 20px 0 30px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 992px) {
  .header {
    padding: 0;
  }
}

.header__logo {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

@media only screen and (min-width: 992px) {
  .header__logo {
    max-width: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__logo {
    max-width: 150px;
  }
}

@media only screen and (min-width: 1300px) {
  .header__logo {
    max-width: 184px;
  }
}

.header__logo:hover {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0.7;
}

.header__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .header__flex-container {
    width: initial;
  }
}

.header__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__sp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media only screen and (min-width: 1200px) {
  .header__bottom {
    padding: 7px 30px 0;
  }
}

.nav {
  z-index: 999;
}

.nav.-pc {
  display: none;
}

@media only screen and (min-width: 992px) {
  .nav.-pc {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .nav.-sp {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 100%;
    max-height: 0;
    overflow-y: scroll;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
}

.nav.is-opened {
  max-height: 100vh;
}

.nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #f5f5f7;
  margin: 0 15px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) {
  .nav__list {
    border-bottom: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
    margin: 0;
  }
}

.nav__item {
  border-top: 1px solid #f5f5f7;
}

@media only screen and (min-width: 992px) {
  .nav__item {
    border-top: none;
  }
}

.nav__item:last-child {
  border-bottom: 1px solid #f5f5f7;
}

@media only screen and (min-width: 992px) {
  .nav__item:last-child {
    border-bottom: none;
  }
}

.nav__item.is-opened .nav__link:after {
  content: '';
  background-image: url(../img/cross-icon-sm.png);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 0px 21px;
  color: #000;
  text-decoration: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .nav__link {
    padding: 18px 18px 21px;
  }
}

@media only screen and (min-width: 992px) {
  .nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px 10px 21px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__link {
    padding: 11px 18px 21px;
  }
}

@media only screen and (max-width: 991px) {
  .nav__link {
    position: relative;
  }
  .nav__link::after {
    position: absolute;
    content: '';
    background-image: url(../img/plus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 15px;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .nav__link.is-opened::after {
    content: '';
    background-image: url(../img/cross-icon-sm.png);
  }
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
  .nav__link::after {
    content: none;
  }
  .nav__link.is-opened::after {
    content: none;
  }
}

@media only screen and (max-width: 991px) {
  .nav__link--noicon span {
    margin-left: 0 !important;
  }
  .nav__link--noicon::after {
    content: none;
  }
}

.nav__link::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #000;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 992px) {
  .nav__link:hover {
    text-decoration: none;
  }
  .nav__link:hover::before {
    width: 90%;
  }
}

.nav__link .-en {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
}

@media only screen and (min-width: 992px) {
  .nav__link .-en {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__link .-en {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1300px) {
  .nav__link .-en {
    font-size: 16px;
  }
}

.nav__link .-jp {
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
}

@media only screen and (min-width: 992px) {
  .nav__link .-jp {
    font-size: 10px;
    font-weight: 400;
    line-height: 2;
    color: #777777;
    margin-left: 0;
  }
}

.nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  padding-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .nav__box {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__box {
    padding-left: 18px;
  }
}

.nav__search {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  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;
  margin-right: 8px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .nav__search {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__search {
    width: 48px;
    height: 48px;
    margin-right: 15px;
  }
}

.nav__search::after {
  position: absolute;
  content: '検索';
  font-size: 10px;
  font-weight: 700;
  color: #777777;
  line-height: 2;
  width: 21px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .nav__search::after {
    top: 37px;
  }
}

@media only screen and (min-width: 992px) {
  .nav__search::after {
    top: 37px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__search::after {
    top: 47px;
  }
}

.nav__search img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav__search:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.nav__search:hover::after {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000;
}

.nav__search-box {
  position: fixed;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f7;
  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;
  -webkit-transition: all .5s 0.4s ease-in-out;
  transition: all .5s 0.4s ease-in-out;
  max-width: 1024px;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.nav__search-box.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 9999;
}

.nav__search-box.-active .nav__search-form {
  opacity: 1;
  -webkit-transition: opacity .5s 0.4s ease-in-out;
  transition: opacity .5s 0.4s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .nav__search-box {
    max-width: 812px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__search-box {
    padding: 0 25px;
    max-width: 1024px;
  }
}

.nav__search-form {
  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: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.nav__search-input {
  background: #ffffff;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 40px;
  color: #000;
  max-width: 800px;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .nav__search-input {
    max-width: 650px;
    margin-right: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__search-input {
    max-width: 800px;
    margin-right: 24px;
    font-size: 1.6rem;
    height: 40px;
  }
}

.nav__search-btn {
  border: 1px solid #000;
  background-color: #ffffff;
  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;
  color: #000;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100px;
  padding: 5px 0;
  font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
  .nav__search-btn {
    padding: 8px 0;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__search-btn {
    padding: 10px 0;
    width: 150px;
    font-size: 1.6rem;
  }
}

.nav__search-btn:after {
  content: '';
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  z-index: -1;
}

.nav__search-btn:hover {
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: transparent;
}

.nav__search-btn:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.nav__mail {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .nav__mail {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__mail {
    width: 48px;
    height: 48px;
  }
}

.nav__mail::after {
  position: absolute;
  content: '問合せ';
  font-size: 10px;
  font-weight: 700;
  color: #777777;
  line-height: 2;
  width: 32px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .nav__mail::after {
    top: 37px;
  }
}

@media only screen and (min-width: 992px) {
  .nav__mail::after {
    top: 37px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav__mail::after {
    top: 47px;
  }
}

.nav__mail img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav__mail:hover {
  background: -webkit-gradient(linear, left top, right top, from(#c62828), color-stop(#6200ea, #c62828));
  background: -webkit-linear-gradient(left, #c62828 0%, #c62828 #6200ea 100%);
  background: linear-gradient(90deg, #c62828 0%, #c62828 #6200ea 100%);
}

.nav__mail:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.nav__mail:hover::after {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000;
}

.menu-sp {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.menu-sp.-pc {
  display: block;
  max-height: 100%;
  opacity: 1;
}

.menu-sp__link {
  font-size: 13px;
  line-height: 3.5;
  color: #000;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

.menu-sp__link.-mega {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  padding: 0 25px;
  margin-bottom: 10px;
  border: solid 1px #000;
  border-radius: 30px;
  display: inline-block;
  line-height: 2;
}

.menu-sp.is-opened {
  max-height: 90vh;
  opacity: 1;
  overflow: hidden;
}

.menu-sp.is-opened .megamenu {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  padding: 15px;
  position: static;
}

.menu-sp.is-opened .megamenu__slider-wrapper {
  padding-top: 0;
}

.menu-sp.active {
  max-height: 500px;
}

@media only screen and (min-width: 992px) {
  .menu-sp {
    display: none;
  }
}

.menu-sp.-topics {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .menu-sp.-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu-sp.-topics .menu-sp__item {
  margin-right: 8px;
}

.nav-icon {
  width: 40px;
  height: 40px;
  background-color: #f5f5f7;
  border-radius: 50%;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.nav-icon:before, .nav-icon:after,
.nav-icon > span {
  content: '';
  display: block;
  background-color: #000;
  display: block;
  width: 100%;
  height: 2px;
  margin: 2px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-icon.is-opened:before {
  -webkit-transform: translateY(6px) rotate(135deg);
  -ms-transform: translateY(6px) rotate(135deg);
  transform: translateY(6px) rotate(135deg);
}

.nav-icon.is-opened:after {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  -ms-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg);
}

.nav-icon.is-opened > span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.nav-icon-text {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  color: #777777;
  line-height: 2;
  width: 32px;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .nav-icon-text {
    top: 37px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-icon-text {
    top: 37px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-icon-text {
    top: 47px;
  }
}

.footer {
  padding: 80px 0;
  background: #f5f5f7;
}

.footer__row {
  margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
  .footer__row > div {
    margin-bottom: 45px;
  }
}

.footer__row > [class^="col"] {
  padding: 0 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .footer__row {
    margin: 0 -15px;
  }
  .footer__row > [class^="col"] {
    padding: 0 15px;
  }
}

.footer__box {
  border-top: 1px solid #f5f5f7;
}

@media only screen and (min-width: 768px) {
  .footer__box {
    border-top: none;
  }
}

.footer__box:not:last-child {
  border-bottom: 1px solid #f5f5f7;
}

@media only screen and (min-width: 768px) {
  .footer__box:not:last-child {
    border-bottom: none;
  }
}

.footer__title {
  font-size: 13px;
  line-height: 2.1;
  font-weight: 700;
  color: #777777;
  padding: 12px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer__title {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .footer__title {
    font-size: 13px;
  }
}

.footer__link {
  font-size: 13px;
  line-height: 2.1;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 992px) {
  .footer__link {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__link {
    font-size: 13px;
  }
}

.footer__link:hover {
  color: #000;
}

.footer__bottom {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .footer__bottom {
    margin: 25px 0;
  }
}

.footer__bottom-link {
  font-size: 13px;
  line-height: 2.1;
  font-weight: 700;
  color: #777777;
  margin-right: 42px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (max-width: 767px) {
  .footer__bottom-link {
    display: block;
    font-size: 13px;
    line-height: 2.1;
    font-weight: 700;
    margin-right: 0;
    color: #777777;
    padding: 12px 0;
    border-bottom: 1px solid #E4E4E6;
  }
  .footer__bottom-link:first-child {
    border-top: 1px solid #E4E4E6;
  }
}

@media only screen and (min-width: 992px) {
  .footer__bottom-link {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__bottom-link {
    font-size: 13px;
  }
}

.footer__bottom-link:hover {
  color: #000;
}

.footer__copyright {
  font-size: 13px;
  line-height: 2.1;
  font-family: "Montserrat", sans-serif;
  color: #777777;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .accordian-title {
    cursor: pointer;
    position: relative;
    border-top: solid 1px #E4E4E6;
  }
  .footer .accordian-title::after {
    position: absolute;
    content: '';
    background-image: url(../img/plus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .accordian-title.is-opened::after {
    content: '';
    background-image: url(../img/cross-icon-sm.png);
  }
  .footer .accordian-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .footer .accordian-content.is-shown {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
}

.btn {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-border {
  padding: 10px 45px;
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-border:after {
  content: '';
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  z-index: -1;
}

.btn-border:hover {
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: transparent;
}

.btn-border:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-border--white {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 6px 56px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}

.btn-border--white:after {
  content: '';
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
}

.btn-border--white:hover {
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: transparent;
}

.btn-border--white:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-border.-lg {
  max-width: 248px;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.btn-border.-center {
  display: block;
  margin: 0 auto;
}

.btn-border.-gradient {
  display: block;
  margin: 80px auto 40px;
}

.btn.-underline {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  padding: 0;
  text-decoration: underline;
}

.btn.-underline:hover {
  opacity: 0.7;
}

.btn-dwn {
  font-size: 1.8rem;
  font-weight: 400;
  color: #F03C3C;
  display: block;
  text-align: left;
  position: relative;
  margin-top: 26px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-dwn:before {
  position: absolute;
  content: '↓';
  color: #F03C3C;
  font-size: 1.8rem;
  font-weight: 400;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.btn-dwn:hover {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.btn-dwn:hover:before {
  top: 50%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #000;
}

.alpbtn {
  font-size: 1.3rem;
  font-weight: 600;
  width: 160px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 576px) {
  .alpbtn {
    font-size: 1.4rem;
  }
}

.alpbtn:hover {
  opacity: 0.8;
  -webkit-transition: .025s ease all;
  transition: .025s ease all;
}

.swiper-button-next:after,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev:before {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
}

@media only screen and (min-width: 576px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-button-next {
  width: 50px;
  right: -30px;
}

.swiper-button-prev {
  width: 50px;
  left: -30px;
}

/* simulation-btn */
.alpine-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000;
  text-decoration: none;
  background: transparent;
  overflow: hidden;
}

.alpine-btn-fig {
  padding: 5px 15px;
  background-color: #135899;
}

.alpine-btn-fig svg {
  width: 70px;
  height: auto;
}

.alpine-btn span {
  padding: 10px 35px 10px 25px;
  font-size: 2rem;
  font-weight: 700;
  border: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* mag-btn */
.prod-catalog__btn-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prod-catalog .supp-prod-banner {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .supp-prod-banner:not(:last-child) {
    margin-right: 30px;
  }
  .prod-catalog__btn-wpr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .prod-catalog .supp-prod-banner {
    margin-bottom: 60px;
  }
}

.prod-catalog .container {
  overflow: visible;
}

.alpine-btn-fig.-red {
  background-color: #bc243b;
}

.custom-car-btn {
  margin-bottom: 80px;
}

.alpmodal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all 0.2s ease-in-out;
  transition: 0.4s all 0.2s ease-in-out;
}

.alpmodal-body {
  background-color: #ffffff;
  max-height: 80vh;
  overflow: hidden;
  padding: 10px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all 0s ease-in-out;
  transition: 0.4s all 0s ease-in-out;
}

@media only screen and (min-width: 576px) {
  .alpmodal-body {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .alpmodal-body {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .alpmodal-body {
    padding: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .alpmodal-body {
    padding: 50px;
  }
}

.alpmodal.-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s all 0s ease-in-out;
  transition: 0.4s all 0s ease-in-out;
}

.alpmodal.-opened .alpmodal-body {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s all 0.2s ease-in-out;
  transition: 0.4s all 0.2s ease-in-out;
}

.alpmodal-content {
  margin-top: 30px;
}

.alpmodal-ttl {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .alpmodal-ttl {
    font-size: 2rem;
  }
}

.alpmodal-close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.alpmodal-close > span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alpmodal-close > span:before, .alpmodal-close > span:after {
  content: "";
  position: absolute;
  background-color: #777777;
}

.alpmodal-close > span:before {
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  translate: translateY(-50%);
  margin-top: -1px;
}

.alpmodal-close > span:after {
  width: 2px;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: translateX(-50%);
  margin-left: -1px;
}

.modal {
  display: block;
  z-index: 99999;
  inset: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  -webkit-transition: all 0.25s ease-in !important;
  transition: all 0.25s ease-in !important;
}

.modal.is-visible {
  visibility: visible;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal.-accessories .modal-row {
  margin: 0 -10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal.-accessories .modal-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .modal.-accessories .modal-col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

.modal.-accessories .modal-img {
  margin-bottom: 20px;
}

.modal.-accessories .modal-note {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 10px;
}

.modal.-accessories .modal-col-img {
  display: block;
}

.modal.-accessories .modal-col-img img {
  width: 100%;
  height: auto;
}

.modal.-accessories .modal-txt {
  margin-top: 10px;
  text-align: right;
  display: block;
}

.modal.-accessories .modal-figcaption {
  font-size: 1.3rem;
  color: #777777;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 20px;
}

.modal.-accessories .card-lnk {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .modal.-accessories .card-lnk {
    min-width: 100px;
  }
}

.modal.-accessories .card-lnk:not(:last-child) {
  margin-bottom: 10px;
}

.modal.-accessories .card-lnk:hover {
  opacity: 0.7;
}

.modal.-accessories .card-lnk:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.-accessories .card-lnk.-bl {
  background-color: #00548e;
  color: #fff;
  padding: 8px;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .modal.-accessories .card-lnk.-bl {
    text-align: center;
    max-width: 200px;
    font-size: 1.4rem;
    padding: 15px;
  }
}

.modal.-accessories .card-lnk img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.modal.-type2 .halftype_slider {
  max-width: 100%;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 90%;
  overflow: auto;
  background: #fff;
  overflow-x: hidden;
}

@media only screen and (min-width: 1200px) {
  .modal-wrapper {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-wrapper.-specification {
    width: 90%;
  }
}

.modal-wrapper.-wheel {
  width: 80%;
}

@media only screen and (min-width: 1200px) {
  .modal-wrapper.-wheel .halftype_slider {
    max-width: 700px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.-wheel .halftype_slider .swiper {
    height: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-wrapper.-wheel .halftype_slider .swiper {
    height: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.-wheel .halftype_slider .swiper-slide.imgwrapper {
    height: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-wrapper.-wheel .halftype_slider .swiper-slide.imgwrapper {
    height: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.-wheel .halftype_slider .swiper-slide.imgwrapper img {
    height: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-wrapper.-wheel .halftype_slider .swiper-slide.imgwrapper img {
    height: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.-wheel .halftype_slider.-product .mySwiper .swiper-slide img {
    height: 60px;
  }
}

.modal-wrapper.-wheel .halftype_slider.-product .mySwiper {
  height: auto;
}

.modal-wrapper.-wheel .modal-table {
  margin-bottom: 30px;
}

.modal-wrapper.-wheel .modal-table td {
  width: 50%;
}

.modal-wrapper.-wheel .modal-table td:first-child {
  width: 30%;
  font-weight: 700;
}

.modal-wrapper.-wheel .feature {
  margin-top: 20px;
}

.modal-transition {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 0;
}

.modal-close {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .modal-close {
    top: 30px;
    right: 15px;
  }
}

.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  background-color: #777777;
  display: block;
  height: 5px;
  margin: 6px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 30px;
  height: 4px;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.modal-close:hover {
  opacity: 0.7;
}

.modal-header {
  position: relative;
  padding: 20px 15px 10px;
  background-color: #ffffff;
  border: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .modal-header {
    padding: 20px 35px 10px;
  }
}

.modal-content {
  border: none;
  padding: 0 15px 30px;
}

@media only screen and (min-width: 768px) {
  .modal-content {
    padding: 0 35px 30px;
  }
}

.modal-img {
  text-align: center;
}

.modal-img img {
  width: auto;
  max-height: 203px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .modal-img img {
    max-height: 480px;
  }
}

.modal-img figcaption {
  font-size: 1.3rem;
  color: #777777;
  text-align: center;
  padding-top: 5px;
}

.modal-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  padding: 15px 0 25px;
}

@media only screen and (min-width: 576px) {
  .modal-ttl {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .modal-ttl {
    font-size: 2rem;
  }
}

.modal-desc {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 20px;
  text-align: justify;
}

.modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .modal-col {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.modal-col img {
  width: 80px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-txt {
  font-size: 1.1rem;
  padding: 0 10px;
}

@media only screen and (min-width: 576px) {
  .modal-txt {
    font-size: 1.3rem;
    padding: 0 15px;
  }
}

.modal-table {
  width: 100%;
  margin-top: 15px;
}

.modal-table tr th {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  padding-left: 15px;
  text-align: left;
  padding-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .modal-table tr th {
    font-size: 1.4rem;
  }
}

.modal-table tr th:nth-of-type(1) {
  width: 40%;
}

.modal-table tr th:nth-of-type(2) {
  width: 30%;
}

.modal-table tr th:nth-of-type(3) {
  width: 30%;
}

.modal-table tr td {
  vertical-align: middle;
}

.modal-table tbody tr {
  background-color: #f0f0f0;
}

.modal-table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.modal-table tbody tr td {
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

@media only screen and (min-width: 576px) {
  .modal-table tbody tr td {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.modal-table tbody tr td p {
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

@media only screen and (min-width: 576px) {
  .modal-table tbody tr td p {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}

.modal-table tbody tr td:nth-of-type(1) {
  width: 40%;
}

.modal-table tbody tr td:nth-of-type(2) {
  width: 30%;
}

.modal-table tbody tr td:nth-of-type(3) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__txt {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}

.modal__txt-lg {
  font-weight: 700;
  font-size: 1.6rem;
}

.modal__txt-wpr {
  padding-bottom: 15px;
}

.modal-body {
  max-height: -webkit-calc(100vh - 210px);
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  padding: 0;
}

.d-banner {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10001;
  width: 85%;
  max-width: 800px;
  -webkit-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .d-banner {
    width: 100%;
  }
}

.d-banner.d-show {
  visibility: visible;
  opacity: 1;
}

.d-banner.d-show + .d-banner-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  -webkit-transition: none;
  transition: none;
}

@media only screen and (max-width: 575px) {
  .d-banner {
    width: 82%;
  }
}

.d-banner-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 5px 20px;
}

@media only screen and (min-width: 576px) {
  .d-banner-wpr {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    padding: 0 5px 0;
  }
}

@media only screen and (min-width: 768px) {
  .d-banner-wpr {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .d-banner-wpr {
    height: 380px;
  }
}

.d-banner-txtwpr {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.d-banner-txt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .d-banner-txt {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .d-banner-txt {
    font-size: 1.6rem;
    padding-bottom: 40px;
  }
}

.d-banner__img {
  max-width: 270px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 576px) {
  .d-banner__img {
    text-align: left;
    max-width: 380px;
    margin: 0;
  }
}

.d-banner img {
  height: auto;
  width: 270px;
  max-width: 100%;
  -o-object-fit: unset;
  object-fit: unset;
  display: block;
}

@media only screen and (min-width: 576px) {
  .d-banner img {
    width: 380px;
  }
}

.d-banner__cross {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.243' height='22.243' viewBox='0 0 22.243 22.243'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-885.379 -117.379)'%3E%3Cline id='Line_1' data-name='Line 1' x2='18' y2='18' transform='translate(887.5 119.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_2' data-name='Line 2' x1='18' y2='18' transform='translate(887.5 119.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.d-banner-btn {
  background-color: #f5f5f7;
  color: #000;
  text-align: center;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .d-banner-btn {
    max-width: 350px;
  }
}

.d-banner-btn input[type="checkbox"] {
  position: relative;
  border: 1px solid #000;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}

.d-banner-btn input[type="checkbox"]:checked {
  background-color: #ffffff;
  opacity: 1;
}

.d-banner-btn input[type="checkbox"]:checked:before {
  border: solid #000;
  border-width: 0 1px 1px 0;
  margin: -5px -6px 0 -1px;
}

.d-banner-btn input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 9px;
  height: 17px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.d-banner-rgt {
  background-color: #ffffff;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.d-banner label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  padding-left: 20px;
}

.d-banner .d-banner-cross-wpr {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0px;
}

@media only screen and (min-width: 576px) {
  .d-banner .d-banner-cross-wpr {
    right: 20px;
    top: 20px;
  }
}

.megamenu {
  background-color: #ffffff;
  padding: 25px 15px;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: none;
  z-index: 1;
  top: 80px;
  height: 100vh;
}

@media only screen and (min-width: 992px) {
  .megamenu {
    display: block;
  }
}

.megamenu.-lg {
  padding: 45px;
}

@media only screen and (min-width: 992px) {
  .megamenu.-lg {
    max-width: 1020px;
    width: 100%;
    padding: 45px 45px 100px 45px;
  }
}

.megamenu.-sm {
  padding: 25px 45px;
}

.megamenu.-sm .megamenu__link {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .megamenu.-sm .megamenu__link {
    margin-top: 100px;
  }
}

.megamenu.-sm .megamenu__item a {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .megamenu.-sm .megamenu__item a {
    margin-top: 25px;
  }
}

.megamenu.is-opened {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  visibility: visible;
  overflow: scroll;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.megamenu__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.megamenu__title img {
  margin-right: 10px;
}

.megamenu__slider-wrapper {
  margin-bottom: 30px;
}

.megamenu__slider-slide {
  text-decoration: none;
}

.megamenu__img img {
  border-radius: 8px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .megamenu__img img {
    width: 160px;
    height: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .megamenu__img img {
    width: 157px;
    height: 117px;
  }
}

.megamenu__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  padding-top: 5px;
}

.megamenu__cross-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.megamenu__cross {
  margin-bottom: 20px;
  display: none;
}

@media only screen and (min-width: 992px) {
  .megamenu__cross {
    display: block;
  }
}

.megamenu__cross img {
  max-width: 20px;
  max-height: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .megamenu__cross img {
    max-width: 25px;
    max-height: 25px;
  }
}

.megamenu__cross img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.megamenu__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 45px;
}

.megamenu__slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 30px;
}

.megamenu__slider-btns .studio-arrow:hover {
  opacity: .7;
}

.megamenu__slider-btns img {
  display: block;
  margin: 0 7px;
  cursor: pointer;
}

.megamenu__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.megamenu__link.-mt {
  margin-top: 30px;
}

.megamenu__link:hover {
  opacity: 0.7;
}

.megamenu .swiper {
  max-width: 930px;
  width: 100%;
  height: 150px;
}

.megamenu .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu .megamenu-swiper {
  height: 100%;
  padding: 10px;
}

.megamenu .megamenu-swiper .swiper-wrapper {
  overflow: visible;
}

.megamenu-list .megamenu__link {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .megamenu .topic-card .-contents {
    min-height: 180px;
  }
}

.megamenu .store-card .-contents {
  padding: 0 7px 30px 15px;
}

.megamenu .store-card .-txt {
  font-size: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu-list {
    opacity: 0;
    visibility: hidden;
    display: none;
    background-color: #ffffff;
    position: absolute;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  }
}

.dropdown-menu-list li a {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

.dropdown-menu-list li a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu-list li a {
    font-size: 1.6rem;
  }
}

.dropdown-menu-list.active {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu-list.active {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}

.dropdown-menu-list .-all {
  margin-top: 40px;
}

.topic-card {
  max-width: 400px;
  width: 100%;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .topic-card {
    width: 100%;
    margin: 0;
  }
}

.topic-card .-contents {
  padding: 25px 30px;
}

@media only screen and (max-width: 575px) {
  .topic-card .-contents {
    padding: 22px 14px;
  }
}

.topic-card .-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topic-card .-cate .-catelink {
  display: inline-block;
  color: #777777;
  font-size: 12px;
  position: relative;
  padding-right: 18px;
  padding: 0 18px 5px 0;
  margin-right: 5px;
}

.topic-card .-cate .-catelink:not(:last-child):after {
  content: '／';
  position: absolute;
  right: 0;
}

.topic-card .-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-top: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .topic-card .-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 13px;
  }
}

.topic-card .-desc {
  font-size: 16px;
  color: #000;
  padding-top: 16px;
  line-height: 1.5;
  background-color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .topic-card .-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.topic-card .-img {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}

.topic-card .-img:after {
  content: '';
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.topic-card .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .topic-card:hover .-img:after {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .topic-card:hover .-img img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}

.tbl {
  margin-bottom: 60px;
}

.tbl-wpr {
  border: solid 1px #f5f5f7;
  border-bottom: none;
}

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

@media only screen and (min-width: 768px) {
  .tbl-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tbl-txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  border-bottom: solid 1px #f5f5f7;
  border-right: solid 1px #f5f5f7;
  padding: 10px;
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .tbl-txt {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    padding: 15px 20px;
  }
}

.tbl-txt:last-child {
  border-right: none;
}

.tbl-txt:first-child {
  border-bottom: solid 1px #ffffff;
  background-color: #f5f5f7;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .tbl-txt:first-child {
    font-size: 1.4rem;
    text-align: center;
  }
}

.tbl.-smpl .tbl-wpr {
  border: none;
}

.tbl.-smpl .tbl-flex {
  border-bottom: solid 1px #f5f5f7;
}

.tbl.-smpl .tbl-txt {
  border-bottom: none;
  border-right: none;
  width: 100%;
  padding-bottom: 15px;
}

.tbl.-smpl .tbl-txt:first-child {
  background-color: #ffffff;
  max-width: 240px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tbl.-smpl .tbl-txt:first-child {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .tbl.-smpl .tbl-txt:last-child {
    padding-left: 40px;
  }
}

.tbl.-sales {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .tbl.-sales .tbl-wpr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tbl.-sales .tbl-flex {
  border-bottom: solid 1px #a0a0a0;
}

@media only screen and (min-width: 768px) {
  .tbl.-sales .tbl-flex {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .tbl.-sales .tbl-flex.-full-width {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.tbl.-sales .tbl-txt {
  text-align: left;
  padding: 15px 0;
  line-height: 2;
}

.tbl.-sales .tbl-txt:first-child {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .tbl.-sales .tbl-txt:first-child {
    max-width: 130px;
  }
}

.tbl.-blk .tbl-wpr {
  border: solid 1px #e3e3e3;
  border-bottom: none;
}

.tbl.-blk .tbl-wpr > .tbl-flex .tbl-txt {
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tbl.-blk .tbl-wpr > .tbl-flex .tbl-txt {
    border-right: none;
  }
}

.tbl.-blk .tbl-flex {
  border-bottom: solid 1px #f5f5f7;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tbl.-blk .tbl-txt {
  border-bottom: none;
  border-right: none;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border-bottom: solid 1px #f5f5f7;
  border-right: solid 1px #f5f5f7;
  text-align: left;
  padding: 10px 5px;
}

@media only screen and (min-width: 768px) {
  .tbl.-blk .tbl-txt {
    padding: 15px 20px;
  }
}

.tbl.-blk .tbl-txt:first-child {
  background-color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
}

.tbl.-blk .tbl-txt:last-child {
  border-right: none;
}

.tbl.-blk .tbl-txt.-rowspan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.tbl.-blk .tbl-txt.-rowspan span {
  padding: 10px 5px;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .tbl.-blk .tbl-txt.-rowspan span {
    padding: 15px 20px;
  }
}

.tbl.-blk .tbl-txt.-rowspan span:first-child {
  border-right: solid 1px #f5f5f7;
}

.tbl.-rowspan .tbl-txt {
  width: 45%;
}

.tbl.-rowspan .tbl-txt:nth-of-type(1) {
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .tbl.-rowspan .tbl-txt:nth-of-type(1) {
    width: 45%;
  }
}

.tbl.-rowspan .tbl-txt:nth-of-type(3) {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .tbl.-rowspan .tbl-txt:nth-of-type(3) {
    width: 45%;
  }
}

.tbl.-rowspan .tbl-txt:nth-of-type(2) {
  width: 20%;
}

@media only screen and (min-width: 768px) {
  .tbl.-rowspan .tbl-txt:nth-of-type(2) {
    width: 10%;
  }
}

.tbl.-blk .custom-table th {
  background-color: #000 !important;
}

.custom-table {
  width: 100%;
}

.custom-table th {
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  text-align: center;
}

.custom-table td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  border-bottom: solid 1px #f5f5f7;
  border-right: solid 1px #f5f5f7;
  padding: 10px;
  width: 100%;
  text-align: left;
}

.lists {
  margin-bottom: 50px;
  margin-left: 25px;
}

.lists li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding: 0;
}

.lists li::marker {
  font-weight: 500;
}

.lists li p {
  padding-bottom: 0;
}

.tbl-txt--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tafe-table {
  margin: 0 0 60px 0;
  width: 100%;
}

.tafe-table.-mb30 {
  margin: 0 0 30px 0;
}

.tafe-table-header {
  text-align: left;
  background-color: #02010124;
}

.tafe-table-header th {
  padding: 15px 20px;
  border: 1px solid #767676;
  word-break: break-all;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.tafe-table td {
  padding: 15px 20px;
  border: 1px solid #767676;
  word-break: break-all;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  font-size: 1.4rem;
  font-weight: 400;
}

.blocks-content .bsm .wp-bootstrap-blocks-row {
  margin-top: 0;
}

.blocks-content .bsm p.pb5 {
  padding-bottom: 5px;
}

.blocks-content .bsm p.pb60 {
  padding-bottom: 60px;
}

.bsm .wp-block-embed__wrapper {
  margin-bottom: 30px;
}

.store-list {
  margin-top: 20px;
  margin-bottom: 50px;
}

.store-list .container {
  overflow: visible;
}

.store-list .custom-col {
  overflow: visible;
}

.store-list .custom-col.-md .store-card .-img {
  padding-top: 60%;
}

@media only screen and (min-width: 768px) {
  .store-list .custom-row.-md, .store-list .custom-row.-lg {
    margin-bottom: 0;
  }
}

.store-list .btn-border.-lg {
  margin-top: 50px;
  margin-bottom: 40px;
}

.store-card {
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: block;
}

@media only screen and (max-width: 991px) {
  .store-card {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) {
  .store-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.store-card .heading-gray {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #777777;
  margin-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.store-card .-contents {
  padding: 0 7px 30px 20px;
  background-color: #ffffff;
}

.store-card .-contents img {
  width: auto;
  margin-right: 10px;
}

.store-card .-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.store-card .-num:hover {
  opacity: 0.7;
}

.store-card .-txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.store-card .-txt img {
  padding-top: 3px;
}

.store-card .-desc {
  padding-top: 20px;
}

.store-card .-img {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}

.store-card .-img:after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.store-card .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.store-card:hover .-img:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.store-card:hover .-img img {
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.store-card:hover .-num {
  opacity: 0.7;
}

.store-logo {
  margin: 30px 0 0px;
  text-align: center;
}

.store-logo img {
  display: block;
  margin: 0 auto;
}

.store-logo .caption {
  text-align: center;
  color: #000;
}

.store {
  margin-bottom: 60px;
}

.wp-bootstrap-blocks-row a.store-btn {
  background: -webkit-gradient(linear, left top, right top, from(#9a5bf2), to(#c62828));
  background: -webkit-linear-gradient(left, #9a5bf2 0%, #c62828 100%);
  background: linear-gradient(90deg, #9a5bf2 0%, #c62828 100%);
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  margin-top: auto;
}

.wp-bootstrap-blocks-row a.store-btn p {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 0;
}

.wp-bootstrap-blocks-row a.store-btn p:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.519' height='10.519' viewBox='0 0 10.519 10.519'%3E%3Cpath id='Path_5948' data-name='Path 5948' d='M267.557-66.854v6.438H274' transform='translate(241.724 151.731) rotate(-135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
}

.row [class*="col-"] .store-card img {
  max-width: 100%;
  width: auto;
  margin-right: 10px;
  margin-left: 0;
}

.row [class*="col-"] .store-card a img {
  max-width: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.row [class*="col-"] .store-card a {
  max-width: 100%;
}

.topics-detail-img {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 50px;
  padding-top: 10px;
}

.topics-detail-img img {
  display: block;
  margin: 0 auto;
}

.topics-detail .paragraph:last-child {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .topics-detail .paragraph:last-child {
    padding-bottom: 30px;
  }
}

.topics-detail-design {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .topics-detail-design .custom-col {
    margin-bottom: 0;
  }
}

.topics-detail-festival .description .paragraph {
  padding-top: 0;
}

.topics-detail .blocks-content .lists {
  margin-bottom: 30px;
}

.topics-detail .lists {
  margin-bottom: 60px;
}

.topics-detail .lists .paragraph {
  padding-bottom: 0;
}

.topics-detail .lists .paragraph.-sm {
  padding-top: 0 !important;
}

.topics-detail .custom-row .heading-gray {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .topics-detail .custom-row .heading-gray {
    margin-top: 25px;
  }
}

.topics-detail .heading-sm {
  margin-bottom: 20px;
}

.topics-detail img {
  display: block;
}

.topics-detail-reserve {
  padding-top: 30px;
}

.topics-detail-reserve h6 {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .topics-detail-reserve {
    padding-top: 50px;
  }
}

.topics-detail-reserve .custom-row.-lg {
  margin: 6px 0 60px;
}

@media only screen and (min-width: 768px) {
  .topics-detail-reserve .custom-row.-lg {
    margin: 15px -20px 60px;
  }
}

.topics-detail-reserve .custom-col {
  margin-bottom: 20px;
}

.topics-detail-reserve .custom-col:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .topics-detail-reserve .custom-col {
    margin-bottom: 0;
  }
}

.topics-detail-reserve a.custom-row-lnk {
  max-width: 100%;
}

.topics-detail .quotation .tbl {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .topics-detail .quotation .tbl-btns {
    width: 100%;
  }
}

.topics-detail .quotation .tbl.-smpl {
  max-width: 800px;
  margin: 0 auto;
}

.topics-detail .quotation .tbl.-smpl .tbl-btns {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .topics-detail .quotation .tbl.-smpl .tbl-btns .tbl-txt:nth-of-type(1) {
    font-weight: 700;
    padding-bottom: 0;
  }
}

.topics-detail .quotation .tbl.-smpl .tbl-flex {
  border-bottom: solid 1px #a0a0a0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation .tbl.-smpl .tbl-flex {
    margin-left: 20px;
  }
}

.topics-detail .quotation .tbl.-smpl .tbl-flex:first-child .tbl-txt {
  padding-top: 0;
}

.topics-detail .quotation .tbl.-smpl .tbl-txt:first-child {
  background-color: #f5f5f7;
  text-align: left;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation .tbl.-smpl .tbl-txt:first-child {
    padding-left: 20px;
    max-width: 255px;
  }
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation .tbl.-smpl .tbl-txt:last-child {
    padding-left: 20px;
  }
}

.topics-detail .quotation .tbl.-smpl .btn-border.-lg {
  background-color: #ffffff;
  margin: 30px auto 20px;
  display: block;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .topics-detail .quotation .tbl.-smpl .btn-border.-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation .tbl.-smpl .btn-border.-lg {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation .tbl.-smpl .btn-border.-btm {
    margin: 30px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation-box {
    padding: 28px 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .topics-detail .quotation-box .heading-gray {
    padding-left: 90px;
  }
}

.topics-detail iframe {
  display: block;
  width: 100%;
}

.quotation.-new {
  margin-bottom: 0;
  margin-top: 60px;
}

.contact {
  background-image: url(../img/contact/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
}

.contact .heading-sec {
  text-align: center;
}

.contact_inn {
  padding: 50px 0 100px;
}

@media only screen and (min-width: 768px) {
  .contact_inn {
    padding: 77px 0;
  }
}

.contact .btn-border_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

@media only screen and (min-width: 576px) {
  .contact .btn-border_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .contact .btn-border_wrap {
    margin-top: 45px;
  }
}

.contact .btn-border_wrap .btn-border {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  max-width: 213px;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin: 0 10px;
}

.contact .btn-border_wrap .btn-border:hover {
  border-color: transparent;
}

.contact .btn-border_wrap .btn-border:first-child {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .contact .btn-border_wrap .btn-border:first-child {
    margin-bottom: 0;
  }
}

.topics {
  padding-top: 65px;
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #f5f5f7;
}

@media only screen and (min-width: 576px) {
  .topics {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .topics {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 992px) {
  .topics {
    padding-top: 165px;
  }
}

.topics.-bg-white.-list {
  padding-top: 100px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .topics.-bg-white.-list {
    padding-top: 60px;
  }
}

.topics.-bg-white.-list .topics-row {
  margin-top: 10px;
}

@media only screen and (min-width: 576px) {
  .topics.-bg-white.-list .topics-row {
    margin: 10px -10px 0;
  }
}

.topics.-bg-white {
  background-color: #ffffff;
  padding-top: 0;
}

.topics.-bg-white .topics__caption-wrapper {
  margin: 0 auto 24px;
}

@media only screen and (min-width: 768px) {
  .topics.-bg-white .topics__caption-wrapper {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 991px) {
  .topics.-bg-white .topics__slider,
  .topics.-bg-white .product__slider {
    padding: 0 15px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .topics.-bg-white .topics__slider,
  .topics.-bg-white .product__slider {
    padding: 30px 0 24px;
  }
}

.topics.-bg-white .topic-card {
  margin-right: 15px;
}

@media only screen and (min-width: 576px) {
  .topics.-bg-white .topic-card {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .topics.-bg-white .topic-card {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .topics.-bg-white .topics__btn {
    margin-top: 24px;
  }
}

.topics.-bg-white .topics-row-wrp .topic-card {
  max-width: 100%;
}

.topics__slider {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 0 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .topics__slider {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .topics__slider {
    margin-bottom: 0;
  }
}

.topics__slider .swiper {
  width: 100%;
  overflow: visible;
}

.topics__slider .swiper-slide {
  width: auto;
  height: auto;
}

.topics__slider-arrow {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(./../img/arw-black.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.topics__slider-arrow.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.topics__btn {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .topics__btn {
    margin-top: 50px;
  }
}

.topics__slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 40px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .topics__slider-btns {
    margin-left: 25px;
  }
}

.topics__caption-wrapper {
  max-width: 990px;
  margin: 0 auto 13px;
}

@media only screen and (min-width: 768px) {
  .topics__caption-wrapper {
    margin: 0 auto 48px;
  }
}

@media only screen and (max-width: 991px) {
  .topics__caption-wrapper {
    padding: 0 15px;
  }
}

.topics__caption {
  margin: 25px 0;
}

@media only screen and (min-width: 992px) {
  .topics__caption {
    margin: -5px 0 30px 0;
  }
}

.topics__caption .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__caption .swiper-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .topics__caption .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.topics__caption .swiper-wrapper .swiper-slide {
  max-width: 80px;
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .topics__caption .swiper-wrapper .swiper-slide {
    max-width: 82px;
    margin-bottom: 0;
  }
}

.topics__caption .swiper-wrapper .swiper-slide img {
  border-radius: 5px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  height: 65px;
}

.topics__caption .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.7;
}

.topics-row-wrp .container {
  overflow: visible;
}

.topics-row-wrp .topic-card {
  margin-top: 0;
}

.topics-row-wrp .topic-card .-title {
  font-size: 18px;
  line-height: 1.7;
}

.topics-row-wrp .topic-card .-desc {
  padding-top: 10px;
  line-height: 1.6;
}

.topics-row-wrp .topic-card .-contents {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .topics-row-wrp .topic-card .-contents {
    padding: 20px 25px 20px 15px;
  }
}

.topics-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media only screen and (min-width: 576px) {
  .topics-row {
    margin: 40px -10px 0;
  }
}

.topics-row.-mt {
  margin-top: 0;
}

.topics-col {
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) {
  .topics-col {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 10px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .topics-col {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
}

.media {
  margin: 0 auto;
  padding: 0 8px 8px 8px;
}

@media only screen and (min-width: 768px) {
  .media {
    padding: 0;
  }
  .media__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .media__slider .swiper-slide {
    width: 33.33%;
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .media .swiper-slide {
    padding: 2px;
  }
}

.media__img {
  position: relative;
  line-height: 0;
}

.media__img img {
  width: 100%;
}

.media__desc {
  position: absolute;
  top: 10px;
  line-height: 1.2;
  text-align: center;
  padding: 0 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 576px) {
  .media__desc {
    top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .media__desc {
    padding: 0 6px;
    top: 45px;
  }
}

.media__desc .-subtitle {
  font-size: 13px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .media__desc .-subtitle {
    font-size: 16px;
  }
}

.media__desc .-title {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0 14px;
}

@media only screen and (min-width: 992px) {
  .media__desc .-title {
    font-size: 32px;
    padding: 15px 0 30px;
  }
}

.media__desc .-desc {
  font-size: 13px;
  line-height: 1.6;
}

@media only screen and (min-width: 992px) {
  .media__desc .-desc {
    font-size: 16px;
  }
}

.media__desc--white {
  color: #fff;
}

.media__btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.media__btn .btn-border {
  padding: 5px 15px;
}

@media only screen and (min-width: 576px) {
  .media__btn > .btn-border {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .media__btn > .btn-border {
    font-size: 16px;
    padding: 10px 45px;
  }
}

@media only screen and (min-width: 768px) {
  .media__btn {
    bottom: 40px;
  }
}

.page-load {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #d7f0f7;
  background-image: url(../img/hero/hero-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  z-index: 999999;
  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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .page-load {
    background-size: 100vw 100vh;
    background-image: url(../img/hero/hero-bg.jpg);
  }
}

.page-load.-teaser {
  background-image: url(../img/teaser/teaser-loader-sp.jpg) !important;
}

@media only screen and (min-width: 768px) {
  .page-load.-teaser {
    background-size: 100vw 100vh;
    background-image: url(../img/teaser/teaser-loader.jpg) !important;
  }
}

.page-load-inner {
  text-align: center;
}

.page-load img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .page-load img {
    max-width: 325px;
  }
}

.page-load.is-loading {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.page-load.is-loading img {
  -webkit-transition: 0.2s width linear, 0.2s opacity linear;
  transition: 0.2s width linear, 0.2s opacity linear;
  opacity: 1;
  width: 60%;
}

@media only screen and (max-width: 575px) {
  .page-load.is-loading img {
    width: 60%;
  }
}

body.safari .page-load {
  background-size: cover !important;
}

@media only screen and (min-width: 768px) {
  body.safari .page-load {
    background-size: 100vw 100vh;
  }
}

body.safari .page-load.is-loaded {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

body.safari .page-load.is-loaded img {
  -webkit-transition: 0.2s width linear, 0.2s opacity 0.05s linear;
  transition: 0.2s width linear, 0.2s opacity 0.05s linear;
  opacity: 0;
  width: 0;
}

@media only screen and (max-width: 575px) {
  body.safari .page-load.is-loaded img {
    width: 0;
  }
}

.tent-hero {
  position: relative;
}

.tent-hero-wpr {
  padding-top: 80px;
}

.tent-hero-logo {
  text-align: center;
  margin: 0 auto 10px;
  width: 150px;
}

@media only screen and (min-width: 576px) {
  .tent-hero-logo {
    margin-bottom: 20px;
    width: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-hero-logo {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .tent-hero-pic img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .tent-hero-pic img {
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.tent-hero-title {
  position: absolute;
  top: 90px;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .tent-hero-title {
    top: 50px;
    left: 25%;
  }
}

@media only screen and (max-width: 575px) {
  .tent-hero-title {
    left: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .tent-hero-title {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.tent-hero-title img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .tent-hero-title img {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .tent-hero-title img {
    width: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .tent-hero-title img {
    width: 180px;
  }
}

.tent-hero-points {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.tent-hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1051px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tent-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .tent-hero-row {
    margin: 0 auto 15px;
  }
}

@media only screen and (min-width: 768px) {
  .tent-hero-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-hero-row {
    margin: 0 auto -15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.tent-hero-col {
  gap: 5px;
}

@media only screen and (max-width: 1199px) {
  .tent-hero-col {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .tent-hero-col {
    margin-right: 20px;
  }
  .tent-hero-col:first-child {
    padding-left: 0;
  }
  .tent-hero-col:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-hero-col {
    margin-right: 0;
  }
}

.tent-hero-col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  position: relative;
}

.tent-hero-col:nth-of-type(1) {
  max-width: 305px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tent-hero-col:nth-of-type(1) {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}

.tent-hero-col:nth-of-type(2) {
  max-width: 341px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tent-hero-col:nth-of-type(2) {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}

.tent-hero-col:nth-of-type(3) {
  max-width: 347px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tent-hero-col:nth-of-type(3) {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}

.tent-hero-col-fig {
  position: absolute;
  left: -10px;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  .tent-hero-col-fig img {
    height: 60px;
  }
}

.tent-hero-col-txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8ebc49;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 20px 8px 22px 71px;
}

@media only screen and (max-width: 767px) {
  .tent-hero-col-txt {
    padding: 10px 21px 12px 51px;
  }
}

@media only screen and (min-width: 576px) {
  .tent-hero-col-txt {
    padding-right: 5px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .tent-hero-col-txt {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .tent-hero-col-txt {
    font-size: 2.6rem;
  }
}

.tent-hero-txt-sm {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
  margin-top: 37px;
}

@media only screen and (max-width: 767px) {
  .tent-hero-txt-sm {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) {
  .tent-hero-txt-sm {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .tent-hero-txt-sm {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .tent-hero-txt-sm {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-hero-txt-sm {
    font-size: 2.4rem;
  }
}

.tent-hero-txt-lg {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .tent-hero-txt-lg {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .tent-hero-txt-lg {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .tent-hero-txt-lg {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-hero-txt-lg {
    font-size: 4rem;
  }
}

.tent-title-box {
  text-align: center;
}

.tent-title-box .heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tent-title-box .heading::before {
  left: inherit;
  height: 2px;
  width: 100px;
}

.tent-title-box .heading-primary {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.tent-title-sm {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  font-weight: 700;
}

.tent-movie {
  padding: 40px 0 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tent-movie {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .tent-movie {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-movie {
    padding: 122px 0 0;
  }
}

.tent-movie-txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}

.tent-movie-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px -26px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .tent-movie-row {
    gap: 0;
  }
}

.tent-movie-col {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 26px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tent-movie-col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 26px;
  }
}

.tent-movie-col iframe {
  max-width: 100%;
}

.tent-movie-outdoor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.tent-movie-outdoor:after {
  position: absolute;
  content: "";
  background-color: #f0f0f2;
  width: 100%;
  height: 340px;
  z-index: 0;
  bottom: 3px;
  left: 0;
}

.tent-movie-outdoor img {
  position: relative;
  z-index: 5;
}

.tent-backdoor {
  padding: 75px 0 40px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .tent-backdoor {
    padding: 100px 0 40px;
  }
}

@media only screen and (min-width: 992px) {
  .tent-backdoor {
    padding: 125px 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-backdoor {
    padding: 150px 0 83px;
  }
}

.tent-backdoor-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tent-backdoor-col {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 768px) {
  .tent-backdoor-col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 25px;
  }
}

.tent-backdoor-col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
}

.tent-backdoor-vtl-txt {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.38em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .tent-backdoor-vtl-txt {
    margin-right: 49px;
    font-size: 2.8rem;
  }
}

.tent-backdoor-svg {
  text-align: end;
}

@media only screen and (min-width: 768px) {
  .tent-backdoor-svg {
    margin-top: -35px;
  }
}

.tent-content {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}

.tent-content .container {
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .tent-content {
    padding: 30px 0 0;
  }
}

.tent-content::before {
  content: "";
  background-image: url("../img/tent/mask3.png");
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: -9%;
}

@media only screen and (min-width: 768px) {
  .tent-content::before {
    top: -16%;
  }
}

@media only screen and (min-width: 992px) {
  .tent-content::before {
    top: -30%;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-content::before {
    top: -40%;
  }
}

@media only screen and (min-width: 1600px) {
  .tent-content::before {
    top: -51%;
  }
}

.tent-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .tent-content-row {
    gap: 0;
  }
}

.tent-content-col--sm {
  width: 100%;
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .tent-content-col--sm {
    width: 51.16%;
    padding: 0 8px;
  }
}

.tent-content-col--lg {
  width: 100%;
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .tent-content-col--lg {
    width: 48.83%;
    padding: 0 8px;
  }
}

.tent-content-inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.tent-content-inner-col {
  width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  padding: 0 9px;
  margin-bottom: 18px;
}

.tent-content-inner-box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 8px;
}

.tent-content-inner-box img {
  width: 100%;
}

.tent-content-inner-txt {
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.8;
  background-color: #8ebc49;
  padding: 0 10px;
  min-height: 32px;
}

@media only screen and (min-width: 768px) {
  .tent-content-inner-txt {
    font-size: 1.2rem;
    min-height: 57px;
  }
}

@media only screen and (min-width: 992px) {
  .tent-content-inner-txt {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-content-inner-txt {
    font-size: 1.6rem;
  }
}

.tent-content-options-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tent-content-options-col {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .tent-content-options-col {
    width: 49%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-content-options-col {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
}

.tent-content-options-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #8ebc49;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.tent-content-options-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #8ebc49;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8ebc49;
  margin-top: 12px;
}

.tent-content-options-content {
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px);
  padding: 30px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tent-content-options-txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}

.tent-content-options-price {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.14;
  color: #ffffff;
}

.tent-content-options-price span {
  font-size: 1.4rem;
}

.tent-content-options-img {
  background-color: #ffffff;
}

.point {
  background-color: #FFF8E9;
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .point {
    padding-bottom: 125px;
  }
}

@media only screen and (min-width: 992px) {
  .point {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .point {
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 1600px) {
  .point {
    padding-bottom: 200px;
  }
}

.point::before {
  content: "";
  background-image: url("../img/tent/mask1.png");
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 4%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 576px) {
  .point::before {
    bottom: 7%;
  }
}

@media only screen and (min-width: 768px) {
  .point::before {
    bottom: 15%;
  }
}

@media only screen and (min-width: 1200px) {
  .point::before {
    bottom: 16%;
  }
}

.point-container {
  max-width: 1440px;
  margin: 0 auto;
}

.point-wrapper {
  padding: 20px 10px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .point-wrapper {
    padding: 45px 0;
  }
}

.point-wrapper::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 95px;
  -webkit-transform: translate(12%, -50%);
  -ms-transform: translate(12%, -50%);
  transform: translate(12%, -50%);
  font-size: 38px;
  opacity: 0.1;
  letter-spacing: 0.08em;
  font-family: "Homemade Apple", cursive;
  color: #8EBC49;
}

@media only screen and (min-width: 768px) {
  .point-wrapper::before {
    content: "Set up";
    top: 30px;
    left: 56%;
    font-size: 50px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

@media only screen and (min-width: 992px) {
  .point-wrapper::before {
    font-size: 115px;
    top: 15px;
    left: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .point-wrapper::before {
    font-size: 135px;
    top: 17px;
    left: 63.4%;
  }
}

.point-wrapper.reverse::before {
  content: "";
  position: absolute;
  font-family: "Homemade Apple", cursive;
  color: #8EBC49;
  font-size: 38px;
}

@media only screen and (min-width: 768px) {
  .point-wrapper.reverse::before {
    content: "Functionality";
    top: 30pxpx;
    left: 35px;
    font-size: 50px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

@media only screen and (min-width: 992px) {
  .point-wrapper.reverse::before {
    font-size: 115px;
    top: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .point-wrapper.reverse::before {
    font-size: 135px;
    top: 18px;
    left: 35px;
  }
}

.point-wrapper.reverse .point-cnt {
  position: relative;
}

.point-wrapper.reverse .point-cnt::before {
  content: "Functionality";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(12%, -50%);
  -ms-transform: translate(12%, -50%);
  transform: translate(12%, -50%);
  font-size: 38px;
  opacity: 0.1;
  letter-spacing: 0.08em;
  font-family: "Homemade Apple", cursive;
  color: #8EBC49;
}

@media only screen and (min-width: 768px) {
  .point-wrapper.reverse .point-cnt::before {
    content: "";
  }
}

.point-wrapper.reverse .point-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 0;
}

.point-wrapper.reverse .swiper-slide img {
  border-radius: 20px 20px 20px 20px;
}

@media only screen and (min-width: 768px) {
  .point-wrapper.reverse .swiper-slide img {
    border-radius: 20px 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .point-wrapper.quality::before {
    content: "quality";
    font-size: 50px;
    left: 57%;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .point-wrapper.quality::before {
    left: 50%;
    font-size: 105px;
  }
}

@media only screen and (min-width: 1200px) {
  .point-wrapper.quality::before {
    left: 57%;
    font-size: 110px;
  }
}

@media only screen and (min-width: 1300px) {
  .point-wrapper.quality::before {
    font-size: 120px;
  }
}

.point-wrapper.quality .point-cnt::before {
  content: "quality";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(12%, -50%);
  -ms-transform: translate(12%, -50%);
  transform: translate(12%, -50%);
  font-size: 38px;
  opacity: 0.1;
  letter-spacing: 0.08em;
  font-family: "Homemade Apple", cursive;
  color: #8EBC49;
}

@media only screen and (min-width: 768px) {
  .point-wrapper.quality .point-cnt::before {
    content: "";
  }
}

.point-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 51px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .point-box {
    gap: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 992px) {
  .point-box {
    gap: 25px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .point-box {
    gap: 51px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.point-box-txt {
  position: absolute;
  font-size: 80px;
  line-height: 1.42;
  opacity: 0.1;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) {
  .point-box-txt {
    top: -7.5%;
    right: 18%;
  }
}

@media only screen and (min-width: 992px) {
  .point-box-txt {
    font-size: 120px;
    top: -16.5%;
    right: 21%;
  }
}

@media only screen and (min-width: 1200px) {
  .point-box-txt {
    font-size: 140px;
    right: 10%;
    top: -20.4%;
  }
}

.point-swiper {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .point-swiper {
    max-width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .point-swiper {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .point-swiper {
    max-width: 676px;
  }
}

.point-note {
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 15px;
  display: block;
}

.point .swiper {
  width: 100%;
  height: 100%;
}

.point .swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  /* Center slide text vertically */
  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;
  background-size: cover;
  background-position: center;
  display: block;
}

.point .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.point .mySwiper2 {
  height: auto;
  width: 100%;
}

.point .mySwiper {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 10px 0; */
}

.point .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.point .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.point .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.point .swiper-slide {
  background-color: #fff8e9;
}

.point .swiper-slide img {
  border-radius: 20px 20px 20px 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .point .swiper-slide img {
    height: 250px;
    border-radius: 0 20px 20px 0;
  }
}

@media only screen and (min-width: 992px) {
  .point .swiper-slide img {
    height: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  .point .swiper-slide img {
    height: 410px;
  }
}

.point .swiper-slide.-contain img {
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #ffffff;
}

.point .mySwiper .swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  height: auto;
  aspect-ratio: 3/2;
}

@media only screen and (min-width: 768px) {
  .point .mySwiper .swiper-wrapper .swiper-slide img {
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .point .mySwiper .swiper-wrapper .swiper-slide img {
    height: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .point .mySwiper .swiper-wrapper .swiper-slide img {
    height: 155px;
    width: 205px;
  }
}

.point .swiper-pagination {
  bottom: 2%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.point .swiper-pagination-bullet {
  background-color: #8EBC49;
}

.point .tent-thumb .swiper-slide img {
  cursor: pointer;
}

.point-cnt {
  max-width: 100%;
  position: relative;
}

.point-cnt::before {
  content: "Set up";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(12%, -50%);
  -ms-transform: translate(12%, -50%);
  transform: translate(12%, -50%);
  font-size: 38px;
  opacity: 0.1;
  letter-spacing: 0.08em;
  font-family: "Homemade Apple", cursive;
  color: #8EBC49;
}

@media only screen and (min-width: 768px) {
  .point-cnt::before {
    content: "";
  }
}

@media only screen and (min-width: 768px) {
  .point-cnt {
    padding-right: 10px;
    max-width: 553px;
  }
}

@media only screen and (min-width: 992px) {
  .point-cnt {
    padding-right: 20px;
    max-width: 553px;
  }
}

@media only screen and (min-width: 1200px) {
  .point-cnt {
    padding-right: 0px;
    max-width: 553px;
  }
}

.point-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 23px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #8EBC49;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 45px;
}

@media only screen and (min-width: 768px) {
  .point-ttl {
    font-size: 2.1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .point-ttl {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .point-ttl {
    font-size: 4rem;
  }
}

.point-list {
  border-radius: 8px;
  padding: 15px 15px;
  margin: 30px 0 15px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .point-list {
    padding: 20px 20px;
    margin: 35px 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .point-list {
    padding: 30px 25px;
    margin: 53px 0 30px;
  }
}

.point-list-ul-li {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.point-list-ul-li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .point-list-ul-li {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .point-list-ul-li {
    font-size: 1.6rem;
  }
}

.point-list-ul-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #8EBC49;
}

.point-pickup {
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
  padding: 16px 10px 30px;
}

@media only screen and (min-width: 768px) {
  .point-pickup {
    padding: 16px 30px 30px;
  }
}

.point-pickup::before {
  content: "Pickup";
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.78;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8EBC49;
  color: #ffffff;
  border-radius: 6px 0 6px 0;
  width: 100%;
  max-width: 115px;
  height: 45px;
  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;
}

.point-pickup-img {
  max-width: 130px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
}

.point-pickup-img img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 95px;
}

@media only screen and (min-width: 576px) {
  .point-pickup-img img {
    height: 148px;
  }
}

@media only screen and (min-width: 576px) {
  .point-pickup-img {
    max-width: 200px;
  }
}

.point-pickup-txt {
  margin-top: 19px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #333333;
}

.point-pickup-ttl {
  margin-bottom: 27px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.01em;
  color: #8EBC49;
  margin-left: 115px;
}

@media only screen and (min-width: 768px) {
  .point-pickup-ttl {
    margin-left: 100px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .point-pickup-ttl {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .point-pickup-ttl {
    font-size: 2.2rem;
  }
}

.point-pickup-row {
  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;
  gap: 10px;
}

.point-pickup-col img {
  border-radius: 16px;
  height: 95px;
  -o-object-fit: fill;
  object-fit: fill;
}

@media only screen and (min-width: 576px) {
  .point-pickup-col img {
    height: 148px;
  }
}

.point-pickup-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.point-pickup-arrow-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: #8EBC49;
}

@media only screen and (min-width: 768px) {
  .point-pickup-arrow-txt {
    font-size: 1.4rem;
  }
}

.point-pickup-arrow-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow-right {
  background-image: url("../img/tent/Group 3746.png");
  width: 20.22px;
  height: 54.67px;
  width: 55px;
  height: 20.22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spec-wrapper {
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  .spec-wrapper {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .spec-wrapper {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .spec-wrapper {
    padding: 100px 0 0;
  }
}

.spec-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (min-width: 768px) {
  .spec-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.spec-box-img {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .spec-box-img {
    width: 50%;
  }
}

.spec-box-cnt {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .spec-box-cnt {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .spec-box-cnt {
    max-width: 637px;
    width: 100%;
  }
}

.spec-box-table {
  border: 1px solid #f0f0f2;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #f0f0f2;
  width: 100%;
  color: #212020;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.spec-box-table tbody tr {
  height: 80px;
}

.spec-box-table tbody tr:last-child td {
  border-bottom: none;
}

.spec-box-table tbody tr:last-child th {
  border-bottom: none;
}

.spec-box-table tbody tr th {
  background-color: #f0f0f2;
  width: 210px;
  vertical-align: middle;
  border-bottom: 1px solid white;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .spec-box-table tbody tr th {
    font-size: 1.6rem;
  }
}

.spec-box-table tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f2;
  background-color: white;
  width: 345px;
  padding-left: 20px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .spec-box-table tbody tr td {
    font-size: 1.6rem;
    width: 426px;
  }
}

.lineup {
  position: relative;
  padding: 60px 0 105px;
}

@media only screen and (min-width: 768px) {
  .lineup {
    padding: 80px 0 105px;
  }
}

@media only screen and (min-width: 992px) {
  .lineup {
    padding: 100px 0 105px;
  }
}

@media only screen and (min-width: 1200px) {
  .lineup {
    padding: 120px 0 105px;
  }
}

.lineup-box {
  position: relative;
  z-index: 5;
}

.lineup-box-wrapper {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .lineup-box-wrapper {
    margin-bottom: 100px;
  }
}

.lineup-outdoor {
  background-color: #8EBC49;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .lineup-outdoor {
    height: 340px;
  }
}

.lineup-card {
  position: absolute;
  background-color: #ffffff;
  padding: 15px 15px;
  bottom: -60px;
  right: 0px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .lineup-card {
    padding: 50px 69.46px;
    bottom: 115px;
  }
}

@media only screen and (min-width: 1200px) {
  .lineup-card {
    right: 0;
    bottom: -90px;
  }
}

.lineup-card-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #8EBC49;
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .lineup-card-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .lineup-card-ttl {
    font-size: 2rem;
  }
}

.lineup-card-bg {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.968;
  letter-spacing: 0.01em;
  color: #ffffff;
  background-color: #8EBC49;
  padding: 12px 0;
}

@media only screen and (min-width: 768px) {
  .lineup-card-bg {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .lineup-card-bg {
    font-size: 3.2rem;
  }
}

.lineup-card-mone {
  font-size: 2rem;
  color: #ff9439;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01em;
}

@media only screen and (min-width: 768px) {
  .lineup-card-mone {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .lineup-card-mone {
    font-size: 4rem;
  }
}

.lineup-card-mone span {
  font-size: 1.6rem;
}

.lineup-card-dec {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #8EBC49;
}

.item {
  padding: 60px 0;
}

@media only screen and (min-width: 768px) {
  .item {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 992px) {
  .item {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .item {
    padding: 120px 0;
  }
}

.item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .item-wrapper {
    gap: 62px;
  }
}

.item-card {
  max-width: 525px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 2px;
  background-color: #ffffff;
}

.item-card:nth-of-type(2) img {
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
}

.item-card img {
  height: 368px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 575px) {
  .item-card img {
    height: 250px;
  }
}

.item-card-cnt {
  margin: 0 30px;
}

.item-card-ttl {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #333333;
  margin: 15px 0 10px;
}

@media only screen and (min-width: 768px) {
  .item-card-ttl {
    margin: 30px 0 20px;
    font-size: 2.8rem;
  }
}

.item-card-desc {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #333333;
}

@media only screen and (min-width: 768px) {
  .item-card-desc {
    font-size: 1.6rem;
  }
}

.item-card .btn-border {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  width: 100%;
  padding: 11px;
  margin: 0 10px;
  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;
  max-width: 244px;
  margin: 20px auto 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .item-card .btn-border {
    margin: 55px auto 0;
  }
}

.item-card .btn-border:hover {
  color: #ffffff;
}

.tent-bg {
  position: relative;
}

.tent-bg:after {
  position: fixed;
  content: "";
  background-image: url("../img/tent/tent-bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  min-height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
}

.tent-bg .quotation {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .tent-bg .quotation {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .tent-bg .quotation {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .tent-bg .quotation {
    margin-bottom: 120px;
  }
}

.bg-white {
  background-color: #ffffff;
}

.tent-content-box {
  position: relative;
  z-index: 99;
}

.amazon-btn {
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.amazon-btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 575px) {
  .amazon-btn img {
    max-width: 200px;
  }
}

.scroll-to-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 30px;
  right: 15px;
  height: 40px !important;
  width: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  background: -webkit-gradient(linear, left top, right top, from(#6200ea), to(#c62828));
  background: -webkit-linear-gradient(left, #6200ea 0%, #c62828 100%);
  background: linear-gradient(90deg, #6200ea 0%, #c62828 100%);
  border-radius: 50%;
  z-index: 10;
  text-decoration: none;
}

.scroll-to-top:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top {
    height: 48px !important;
    width: 48px;
    right: 50px;
    bottom: 25px;
  }
}

.scroll-to-top img {
  height: auto;
  width: 20px;
}

.scroll-to-top span {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top span {
    font-size: 1.2rem;
  }
}

.scroll-show {
  bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .scroll-show {
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 330px;
  }
}

/*# sourceMappingURL=tent.css.map */
