/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #22302F;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #22302F;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  pointer-events: initial;
}
a:hover, a:focus {
  outline: none;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(34, 48, 46, 0.7);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

ul,
ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.7;
}

li > ul,
li > ol {
  padding-left: 1rem;
}

.container {
  width: 100%;
  max-width: 1128px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-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: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kvz9tv");
  src: url("../fonts/icomoon.eot?kvz9tv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kvz9tv") format("truetype"), url("../fonts/icomoon.woff?kvz9tv") format("woff"), url("../fonts/icomoon.svg?kvz9tv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.fixed-logo {
  position: absolute;
  top: 16px !important;
  left: 24px !important;
  width: 127px;
}
@media (min-width: 768px) {
  .fixed-logo {
    left: 80px !important;
  }
}

.site-title {
  position: relative;
  display: block;
}
.site-title svg#header-logo {
  width: 127px;
  height: 48px;
}

.midnightLogo.default svg#header-logo path {
  fill: #0C2622;
}

.midnightLogo.white svg#header-logo path {
  fill: #ffffff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 0 1.5rem;
  height: 5rem;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header {
    padding: 0 5rem;
  }
}
.header .menu {
  position: fixed;
  top: 70px;
  right: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 200ms all;
  transition-timing-function: ease-out;
  z-index: 1030;
}
.header .menu.active {
  top: 5rem;
  opacity: 100;
  visibility: visible;
}
@media (min-width: 768px) {
  .header .menu {
    position: relative;
    top: auto;
    right: auto;
    opacity: 100;
    visibility: visible;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 768px) {
  .header ul {
    flex-direction: row;
  }
}
.header li + li {
  margin: 0.5rem 0 0 0;
}
@media (min-width: 768px) {
  .header li + li {
    margin: 0 0 0 0.5rem;
  }
}
.header li a {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #ffffff;
}

.home .header .site-title {
  opacity: 0;
  visibility: hidden;
  transition: 200ms all;
  transition-timing-function: ease-out;
}
.home .header.scrolling .site-title {
  opacity: 100;
  visibility: visible;
}

.burger-btn {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #ffffff;
  border: 2px solid #22302F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn .burger-line {
  position: absolute;
  width: 26px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #22302F;
  transition: all 300ms;
}
.burger-btn .burger-line::before, .burger-btn .burger-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  background: #22302F;
  transition: inherit;
}
.burger-btn .burger-line::before {
  top: -6px;
}
.burger-btn .burger-line::after {
  top: 6px;
}
.burger-btn.active .burger-line {
  background: transparent;
}
.burger-btn.active .burger-line::before {
  top: 0;
  transform: rotate(45deg);
}
.burger-btn.active .burger-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
  color: #ffffff;
  background: #1C1C1E;
}
.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .marquee {
  gap: 20px;
}
@media (min-width: 768px) {
  .site-footer .marquee {
    gap: 40px;
  }
}
.site-footer .marquee .marquee-inner {
  height: 80px;
}
@media (min-width: 768px) {
  .site-footer .marquee .marquee-inner {
    height: 160px;
  }
}
.site-footer .marquee .marquee-inner img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.site-footer .marquee .marquee-to-right {
  flex-direction: row-reverse;
}
.site-footer .marquee + .marquee {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .site-footer .marquee + .marquee {
    margin-top: 2.5rem;
  }
}
.site-footer .links {
  padding: 5rem 0 0;
  text-align: center;
}
.site-footer .links .app-title {
  font-size: 1.25rem;
  font-weight: 900;
}
.site-footer .links .list-store,
.site-footer .links .list-sns {
  justify-content: center;
}
.site-footer .links .list-store {
  margin-top: 1.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-footer .links .list-store {
    flex-direction: row;
  }
}
.site-footer .links .list-store li + li {
  margin: 0.5rem 0 0;
}
@media (min-width: 768px) {
  .site-footer .links .list-store li + li {
    margin: 0 0 0 0.5rem;
  }
}
.site-footer .links .list-sns {
  margin: 2.5rem 0 0;
}
.site-footer .links .list-sns li + li {
  margin: 0 0 0 1rem;
}
.site-footer .links .list-sns:before {
  margin-right: 1rem;
  content: "Follow us on";
  font-size: 1rem;
  font-weight: 400;
}
.site-footer .footer-logo {
  margin-top: 120px;
}
.site-footer .footer-menu {
  flex-direction: row;
  margin: 5rem 0 2.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .site-footer .footer-menu {
    flex-direction: row;
  }
}
.site-footer .footer-menu li {
  width: 50%;
}
@media (min-width: 768px) {
  .site-footer .footer-menu li {
    width: auto;
  }
}
.site-footer .footer-menu li + li {
  margin: 0;
}
@media (min-width: 768px) {
  .site-footer .footer-menu li + li {
    margin: 0 0 0 1rem;
  }
}
.site-footer .footer-menu a {
  display: block;
  padding: 0.25rem;
  font-size: 0.75rem;
  color: inherit;
}
.site-footer .copyright {
  margin: 0 0 2.5rem;
  padding: 0;
  font-size: 0.75rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer .hidden {
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .site-footer .hidden {
    top: 4rem;
  }
}

.page {
  background: #F8F8F8;
}
.page .main {
  margin: 10rem 0 0;
  background: #ffffff;
}
.page .main .page-contents {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .page .main .page-contents {
    padding: 5rem 0;
  }
}
.page .page-contents h2, .page .page-contents h3, .page .page-contents h4, .page .page-contents h5 {
  margin: 2rem 0 1rem;
}
.page .page-contents h2:first-child, .page .page-contents h3:first-child, .page .page-contents h4:first-child, .page .page-contents h5:first-child {
  margin-top: 0;
}
.page .page-contents h1.page-title {
  margin-bottom: 2rem;
}
.page .page-contents p {
  margin: 0 0 1rem;
}
.page .page-contents ul, .page .page-contents ol {
  margin: 0 0 1rem;
}
.page .page-contents p > a {
  color: #01BC9D;
  text-decoration: underline;
}
.page .page-contents th, .page .page-contents td {
  border-left: 1px solid #E4E7E6;
  border-bottom: 1px solid #E4E7E6;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.page .page-contents th {
  min-width: 7.5rem;
}
.page .page-header {
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .page .page-header {
    margin: 0 0 5rem;
  }
}
.page .page-title-en {
  margin: 0 0 1rem;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #02E0BB;
  -webkit-text-stroke: 1px #000;
}
@media (min-width: 768px) {
  .page .page-title-en {
    margin: 0 0 1.5rem;
    font-size: 72px;
  }
}
.page .page-title-en .label {
  display: inline-block;
  animation: slide-up 0.3s ease-out both;
  animation-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.88, 0.32, 1);
}
.page .page-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page .page-title {
    font-size: 40px;
  }
}
.page .page-title .label {
  display: inline-block;
  animation: slide-up 0.3s both;
  animation-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.2, 0.88, 0.32, 1);
}
.page.page-live .main > .container, .page.page-watch .main > .container {
  max-width: 1440px;
}
.page.page-live .page-body, .page.page-watch .page-body, .page.page-contact .page-body {
  animation: fade-in 0.3s ease-out both;
  animation-delay: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.88, 0.32, 1);
}
.page .grid-parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 2px solid #000000;
  overflow: hidden;
}
.page .grid-parent .grid-child .inner {
  padding: 2rem 1rem 0;
}
@media (min-width: 768px) {
  .page .grid-parent .grid-child .inner {
    padding: 2.5rem 2.5rem 0;
  }
}
.page .grid-parent .div1, .page .grid-parent .div2, .page .grid-parent .div4, .page .grid-parent .div5 {
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .page .grid-parent .div1, .page .grid-parent .div2, .page .grid-parent .div4, .page .grid-parent .div5 {
    width: 50%;
    flex-basis: 50%;
  }
}
.page .grid-parent .div3, .page .grid-parent .div6, .page .grid-parent .div7 {
  width: 100%;
  flex-basis: 100%;
}
.page .grid-parent .div1, .page .grid-parent .div4 {
  border-bottom: 2px solid #000000;
  border-right: none;
}
@media (min-width: 768px) {
  .page .grid-parent .div1, .page .grid-parent .div4 {
    border-right: 2px solid #000000;
    border-bottom: none;
  }
}
.page .grid-parent .div7 .inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-bottom: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .page .grid-parent .div7 .inner {
    padding-bottom: 2.5rem;
  }
}
.page .grid-parent .div7 .inner .col-item + .col-item {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page .grid-parent .div7 .inner .col-item + .col-item {
    margin-top: 0;
  }
}
.page .grid-child .subtitle {
  display: inline-block;
  margin: 0 0 1rem;
  color: #02E0BB;
  -webkit-text-stroke: 1px #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.page .grid-child .title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.page .grid-child p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.page .gird-has-marquee {
  padding: 2.5rem 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.page .img-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}
.page .img-wrapper img {
  width: 100%;
  height: auto;
}
.page.page-contact .page-body {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.page.page-contact .contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.marquee {
  gap: 20px;
}
@media (min-width: 768px) {
  .marquee {
    gap: 40px;
  }
}
.marquee .marquee-inner {
  height: 80px;
}
@media (min-width: 768px) {
  .marquee .marquee-inner {
    height: 100px;
  }
}
.marquee .marquee-inner img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.page.page-mobile .header,
.page.page-mobile .footer {
  display: none;
}
.page.page-mobile .main {
  margin: 0;
  background: #ffffff;
}
.page.page-mobile .main .page-contents {
  padding: 5rem 0;
}

#front-page .hero {
  position: relative;
  padding-bottom: 2.5rem;
  background: #1C1C1E;
}
@media (min-width: 768px) {
  #front-page .hero {
    padding-bottom: 1rem;
  }
}
#front-page .hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/background-pattern.png") left top repeat #71E8A7;
  background-size: 30px 75px;
  z-index: 0;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #front-page .hero .background {
    background-size: 60px 150px;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
}
#front-page .hero .background-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/background-shape-sm.png") right top no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  #front-page .hero .background-shape {
    background: url("../img/background-shape.png") right top no-repeat;
    background-size: cover;
  }
}
#front-page .hero .container {
  max-width: 1440px;
  padding: 0 24px;
  position: relative;
}
@media (min-width: 992px) {
  #front-page .hero .container {
    padding: 0 120px;
  }
}
#front-page .hero .hero-img {
  z-index: 1;
  animation: fade-in 0.3s ease-out both;
  animation-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.88, 0.32, 1);
}
#front-page .hero .hero-img-wrapper-sm {
  margin-top: -16px;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
#front-page .hero .hero-img-wrapper-lg {
  margin-top: -100px;
}
#front-page .hero .title-group {
  position: relative;
  padding: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 2;
}
#front-page .hero .title-group .title {
  margin: 0;
  max-width: 175px;
}
@media (min-width: 768px) {
  #front-page .hero .title-group .title {
    max-width: 291px;
  }
}
#front-page .hero .title-group .copy {
  position: relative;
  margin: 1rem 0 0;
  max-width: 342px;
}
@media (min-width: 768px) {
  #front-page .hero .title-group .copy {
    max-width: 509px;
  }
}
#front-page .hero .title-group .list-store {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
#front-page .hero .title-group .list-store .store-item {
  width: 150px;
}
@media (min-width: 768px) {
  #front-page .hero .title-group .list-store .store-item {
    width: 156px;
  }
}
#front-page .hero .title-group .list-store .store-item + .store-item {
  margin: 0 0 0 0.5rem;
}
#front-page .hero .title-group .qrcode {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(10deg);
}
#front-page .hero .scroll-trigger {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  right: 1.5rem;
  bottom: -80px;
  z-index: 900;
  background: #ffffff;
}
@media (min-width: 768px) {
  #front-page .hero .scroll-trigger {
    width: 142px;
    height: 142px;
    border-radius: 71px;
    right: 1.5rem;
    bottom: -100px;
  }
}
#front-page .hero .scroll-trigger .scroll-text, #front-page .hero .scroll-trigger .scroll-arrow {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  #front-page .hero .scroll-trigger .scroll-text, #front-page .hero .scroll-trigger .scroll-arrow {
    width: 142px;
    height: 142px;
  }
}
#front-page .hero .scroll-trigger .scroll-text {
  animation: 10s linear infinite rotation;
}
#front-page .hero .scroll-trigger .scroll-arrow {
  position: absolute;
  top: 0;
  left: 0;
}

#front-page .features {
  position: relative;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  #front-page .features {
    padding: 7.5rem 0;
  }
}
#front-page .features .feature-title-en {
  position: relative;
  margin: 0 0 1rem;
  padding-left: 24px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
#front-page .features .feature-title-en::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/mini-icon-play.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  #front-page .features .feature-title-en {
    margin: 0 0 1rem;
    font-size: 1.5rem;
  }
}
#front-page .features .feature-title {
  margin: 0 0 2.5rem;
  font-size: 1.75rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  #front-page .features .feature-title {
    margin: 0 0 4.5rem;
    font-size: 2.375rem;
  }
}
#front-page .features .lead-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
}
#front-page .features .feature-img {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  #front-page .features .feature-img {
    margin-top: 0;
  }
}
#front-page .features .btn-group {
  margin: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  #front-page .features .btn-group {
    margin: 4rem 0 0;
    flex-direction: row;
  }
}
#front-page .features .btn-group .btn + .btn {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  #front-page .features .btn-group .btn + .btn {
    margin: 0 0 0 1rem;
  }
}
#front-page .features .btn-group .btn + .btn + .btn {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  #front-page .features .btn-group .btn + .btn + .btn {
    margin: 1rem 0 0;
  }
}
#front-page .features .row-1st .col-item + .col-item {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  #front-page .features .row-1st .col-item + .col-item {
    margin-top: 0;
  }
}
#front-page .features .row-2nd {
  margin-top: 2.5rem;
}
#front-page .features .row-2nd .col-item + .col-item {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #front-page .features .row-2nd .col-item + .col-item {
    margin-top: 0;
  }
}
#front-page .features.features-about {
  color: #ffffff;
  background: #1C1C1E;
  overflow: hidden;
  padding: 8rem 0;
}
@media (min-width: 992px) {
  #front-page .features.features-about {
    padding: 11.5rem 0;
  }
}
#front-page .features.features-about .feature-title,
#front-page .features.features-about .feature-title-en,
#front-page .features.features-about .lead-text {
  color: inherit;
}
#front-page .features.features-about .btn-link {
  border-color: #ffffff;
}
#front-page .features.features-about .marquee {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  top: 30%;
  gap: 20px;
}
@media (min-width: 768px) {
  #front-page .features.features-about .marquee {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    gap: 56px;
  }
}
#front-page .features.features-about .marquee .marquee-inner {
  height: 200px;
}
@media (min-width: 768px) {
  #front-page .features.features-about .marquee .marquee-inner {
    height: 280px;
  }
}
#front-page .features.features-about .marquee .marquee-inner img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
#front-page .features.features-about .marquee .marquee-to-right {
  animation: to-right-sm 60s linear infinite;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  #front-page .features.features-about .marquee .marquee-to-right {
    animation: to-right 60s linear infinite;
  }
}
#front-page .features.features-about .hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2.5rem;
}
@media (min-width: 768px) {
  #front-page .features.features-about .hidden {
    bottom: 4rem;
  }
}
#front-page .features.features-avatar, #front-page .features.features-music {
  background: #ffffff;
}
#front-page .features.features-avatar .subfeature, #front-page .features.features-music .subfeature {
  height: 100%;
  padding: 1.5rem;
  border: 2px solid #000000;
  border-radius: 24px;
  box-shadow: 2px 2px 0px 0px #000;
}
#front-page .features.features-avatar .subfeature .title, #front-page .features.features-music .subfeature .title {
  margin: 0 0 0.5rem;
  color: #01BC9D;
  font-size: 1rem;
  font-weight: 900;
}
#front-page .features.features-avatar .subfeature .desc, #front-page .features.features-music .subfeature .desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}

.parallax-parent {
  position: relative;
  padding-top: min(100vh,80%);
  background: url("../img/background-pattern.png") left top repeat;
  background-size: 60px 150px;
  background-attachment: fixed;
  background-color: #F0CC64;
  overflow: hidden;
}
@media (min-width: 576px) {
  .parallax-parent {
    padding-top: min(100vh,70%);
  }
}
@media (min-width: 768px) {
  .parallax-parent {
    padding-top: min(100vh,60%);
  }
}
.parallax-parent .parallax-img {
  position: absolute;
  top: -2.5rem;
  left: -10%;
  right: -10%;
  bottom: -2.5rem;
  background: url("../img/background-screens-sm.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .parallax-parent .parallax-img {
    top: -4rem;
    bottom: -4rem;
    background: url("../img/background-screens.png") center center no-repeat;
    background-size: cover;
  }
}

@keyframes to-left {
  0% {
    translate: calc(-100% - 40px);
  }
  100% {
    translate: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: initial;
  color: inherit;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  width: 180px;
  height: 56px;
  border: 1px solid #000000;
  border-radius: 28px;
}
.btn-link .btn-text {
  overflow: hidden;
}
.btn-link .btn-text > .label {
  position: relative;
  display: inline-block;
  width: auto;
  transform-origin: 100% 0%;
  transition-timing-function: cubic-bezier(0.2, 0.88, 0.32, 1);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}
.btn-link .btn-text > .label::before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}
.btn-link .btn-icon {
  position: relative;
  margin: 0 0 0 1rem;
}
.btn-link .btn-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.25rem;
}
.btn-link:hover .btn-text > .label {
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.full-left {
  margin-left: calc(-50vw + 50%);
}

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

.fix-ratio {
  position: relative;
}
.fix-ratio::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.fix-ratio-silver {
  position: relative;
}
.fix-ratio-silver::before {
  content: "";
  display: block;
  padding-top: 71.4%;
}

.fix-ratio-gold {
  position: relative;
}
.fix-ratio-gold::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

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

.card {
  position: relative;
  box-sizing: content-box;
}
.card::before, .card:after {
  content: "";
  display: block;
  width: 100%;
  background: inherit;
  position: absolute;
  left: 0;
  z-index: 3;
}
.card::before {
  top: -2.5rem;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  height: calc(2.5rem + 1px);
}
@media (min-width: 768px) {
  .card::before {
    top: -4rem;
    height: 4rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
.card::after {
  bottom: -2.5rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  height: calc(2.5rem + 1px);
}
@media (min-width: 768px) {
  .card::after {
    bottom: -4rem;
    height: 4rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
}

.marquee {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

@keyframes slide-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-to-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-xxs {
  font-size: 0.625rem;
}

.text-xs {
  font-size: 0.75rem;
}

.icon-left {
  margin-right: 0.4rem;
}

.icon-right {
  margin-left: 0.4rem;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.fadeIn {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition-timing-function: cubic-bezier(0.2, 0.88, 0.32, 1);
  transition-duration: 2.5s;
}

.is-inview.fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ac-trigger {
  position: relative;
  border-top: 1px solid #000000;
  margin: 0;
  padding: 1rem 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.ac-trigger .fa {
  margin-left: 8px;
  font-size: 20px;
  color: #f45858;
}

.ac-trigger.active .ac-trigger-label::before {
  transform: translate(0, -50%) rotate(-180deg);
}

.ac-content {
  margin: 0;
  height: 0px;
  overflow: hidden;
  transition: all 500ms;
}
.ac-content.visible {
  height: auto;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #22302F;
  vertical-align: top;
  border-color: #E4E7E6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid #E4E7E6;
}
.table.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@keyframes slide-up {
  0% {
    transform: translateY(105%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.marquee-to-right {
  animation: to-right-sm 60s linear 1s infinite both;
}
@media (min-width: 768px) {
  .marquee-to-right {
    animation: to-right 80s linear 1s infinite both;
  }
}

.marquee-to-left {
  animation: to-left-sm 60s linear 1s infinite both;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .marquee-to-left {
    animation: to-left 80s linear 1s infinite both;
  }
}

@keyframes to-left {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 40px);
  }
}
@keyframes to-right {
  0% {
    translate: calc(-100% - 40px);
  }
  100% {
    translate: 0;
  }
}
@keyframes to-left-sm {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 20px);
  }
}
@keyframes to-right-sm {
  0% {
    translate: calc(-100% - 20px);
  }
  100% {
    translate: 0;
  }
}

.music-license-area {

  overflow: hidden;
  margin: 8px auto 8px;
}

.music-license-area .music-license-data:first-child {
  margin-bottom: 15px;
}

.music-license-area-inner {

  left: 50%;
  float: left;
}

.music-license-area .music-license-data {

  left: -50%;
  float: left;
  margin-left: 12px;
}

.music-license-area .music-license-icon {
  float: left;
  margin-right: 8px;
}

.music-license-area .music-license-text {
  float: left;
  line-height : 92%
}

.web-coin-link {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    margin: 0 auto;
    background-color: transparent;
    text-align: center;
    padding: 10px;
    z-index: 10000;
}

.web-coin-link a img {
    height: 100px !important;
    width: auto !important;
    max-width: none !important;
}

.coin-purchase-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    transition: transform 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.coin-purchase-btn .coin-icon {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.coin-purchase-btn:hover {
    transform: scale(1.05) !important;
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%) !important;
}

.header-coin-btn {
    position: fixed;
    top: 20px;
    right: 80px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    white-space: nowrap;
}

.header-coin-btn .coin-icon {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.header-coin-btn:hover {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .header-coin-btn {
        display: none;
    }
}
