/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
:root {
  --blue: #384d91;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fccf00;
  --orange: #fd7e14;
  --yellow: #fccf00;
  --green: #64ffda;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #444;
  --gray-dark: #241709;
  --brand-color: #fccf00;
  --primary: #fccf00;
  --secondary: #f3f3f3;
  --success: #64ffda;
  --info: #17a2b8;
  --warning: #fccf00;
  --danger: #c9191d;
  --light: #fafafa;
  --dark: #241709;
  --white: #ffffff;
  --gray: #444;
  --gray-light: #888;
  --gray-lighter: #d2d2d2;
  --red: #fccf00;
  --blue: #384d91;
  --yellow: #fccf00;
  --green: #64ffda;
  --fb: #3a5795;
  --twitter: #55ACEE;
  --weibo: #E6162D;
  --wechat: #7bb32e;
  --qq: #41aae7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: PingFangTC-Regular, "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

:focus {
  outline: none;
}

html {
  font-size: 15px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: PingFangTC-Regular, "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  color: #fff;
  text-align: left;
  background-color: #241709;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a8a8a8;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  label {
    font-size: 1.3rem;
  }
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.33;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-size: 60%;
}

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

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.85rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

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

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

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

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-right .list-inline {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-inline-item {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.line-height-base {
  line-height: 1.67 !important;
}

.line-height-2 {
  line-height: 2 !important;
}

.font-size-sm {
  font-size: 0.8rem;
}

.letter-spacing-lg {
  letter-spacing: 1.4px;
}

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

.img-full {
  width: 100%;
}

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

.img-xs {
  width: 20px;
  height: 20px;
}
.img-xs img {
  width: 20px;
  height: 20px;
}

.img-sm {
  width: 30px;
  height: 30px;
}
.img-sm img {
  width: 30px;
  height: 30px;
}

.img-md {
  width: 34px;
  height: 34px;
}
.img-md img {
  width: 34px;
  height: 34px;
}

.img-lg {
  width: 46px;
  height: 46px;
}
.img-lg img {
  width: 46px;
  height: 46px;
}

.img-xl {
  width: 60px;
  height: 60px;
}
.img-xl img {
  width: 60px;
  height: 60px;
}

.img-xxl {
  width: 72px;
  height: 72px;
}
.img-xxl img {
  width: 72px;
  height: 72px;
}

.img-xxxl {
  width: 86px;
  height: 86px;
}
.img-xxxl img {
  width: 86px;
  height: 86px;
}

.img-xxxxl {
  width: 100px;
  height: 100px;
}
.img-xxxxl img {
  width: 100px;
  height: 100px;
}

.img-xxxxxl {
  width: 120px;
  height: 120px;
}
.img-xxxxxl img {
  width: 120px;
  height: 120px;
}

.img-circle {
  border-radius: 50% !important;
  overflow: hidden;
}
.img-circle img {
  border-radius: 50%;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-s {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-s [class^=col-], .row.row-s [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > .col,
.row.row-sm > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-xs > .col,
.row.row-xs > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

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

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

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

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

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

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

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

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.232rem 0.75rem;
  font-size: 1rem;
  line-height: 1.67;
  border-radius: 0.67rem;
  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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #a8a8a8;
  background-color: #c9a500;
  border-color: #bc9b00;
}
.btn-secondary {
  color: #a8a8a8;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #a8a8a8;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #a8a8a8;
  background-color: #dadada;
  border-color: lightgray;
}
.btn-success {
  color: #a8a8a8;
  background-color: #64ffda;
  border-color: #64ffda;
}
.btn-success.disabled, .btn-success:disabled {
  color: #a8a8a8;
  background-color: #64ffda;
  border-color: #64ffda;
}
.btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #a8a8a8;
  background-color: #31ffce;
  border-color: #24ffcb;
}
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-warning {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #a8a8a8;
  background-color: #c9a500;
  border-color: #bc9b00;
}
.btn-danger {
  color: #ffffff;
  background-color: #c9191d;
  border-color: #c9191d;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #c9191d;
  border-color: #c9191d;
}
.btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #9c1316;
  border-color: #901215;
}
.btn-light {
  color: #a8a8a8;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light.disabled, .btn-light:disabled {
  color: #a8a8a8;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #a8a8a8;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-dark {
  color: #ffffff;
  background-color: #241709;
  border-color: #241709;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #241709;
  border-color: #241709;
}
.btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-white {
  color: #a8a8a8;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled, .btn-white:disabled {
  color: #a8a8a8;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #a8a8a8;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-gray {
  color: #ffffff;
  background-color: #444;
  border-color: #444;
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #ffffff;
  background-color: #444;
  border-color: #444;
}
.btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #242424;
}
.btn-gray-light {
  color: #ffffff;
  background-color: #888;
  border-color: #888;
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #ffffff;
  background-color: #888;
  border-color: #888;
}
.btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #686868;
}
.btn-gray-lighter {
  color: #a8a8a8;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-gray-lighter.disabled, .btn-gray-lighter:disabled {
  color: #a8a8a8;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-gray-lighter:not(:disabled):not(.disabled).active, .show > .btn-gray-lighter.dropdown-toggle {
  color: #a8a8a8;
  background-color: #b9b9b9;
  border-color: #b2b2b2;
}
.btn-red {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-red.disabled, .btn-red:disabled {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #a8a8a8;
  background-color: #c9a500;
  border-color: #bc9b00;
}
.btn-blue {
  color: #ffffff;
  background-color: #384d91;
  border-color: #384d91;
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #ffffff;
  background-color: #384d91;
  border-color: #384d91;
}
.btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #2a396c;
  border-color: #263563;
}
.btn-yellow {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #a8a8a8;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #a8a8a8;
  background-color: #c9a500;
  border-color: #bc9b00;
}
.btn-green {
  color: #a8a8a8;
  background-color: #64ffda;
  border-color: #64ffda;
}
.btn-green.disabled, .btn-green:disabled {
  color: #a8a8a8;
  background-color: #64ffda;
  border-color: #64ffda;
}
.btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #a8a8a8;
  background-color: #31ffce;
  border-color: #24ffcb;
}
.btn-fb {
  color: #ffffff;
  background-color: #3a5795;
  border-color: #3a5795;
}
.btn-fb.disabled, .btn-fb:disabled {
  color: #ffffff;
  background-color: #3a5795;
  border-color: #3a5795;
}
.btn-fb:not(:disabled):not(.disabled).active, .show > .btn-fb.dropdown-toggle {
  color: #ffffff;
  background-color: #2c4270;
  border-color: #283c67;
}
.btn-twitter {
  color: #a8a8a8;
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #a8a8a8;
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1b90e8;
}
.btn-weibo {
  color: #ffffff;
  background-color: #E6162D;
  border-color: #E6162D;
}
.btn-weibo.disabled, .btn-weibo:disabled {
  color: #ffffff;
  background-color: #E6162D;
  border-color: #E6162D;
}
.btn-weibo:not(:disabled):not(.disabled).active, .show > .btn-weibo.dropdown-toggle {
  color: #ffffff;
  background-color: #b71224;
  border-color: #ac1022;
}
.btn-wechat {
  color: #ffffff;
  background-color: #7bb32e;
  border-color: #7bb32e;
}
.btn-wechat.disabled, .btn-wechat:disabled {
  color: #ffffff;
  background-color: #7bb32e;
  border-color: #7bb32e;
}
.btn-wechat:not(:disabled):not(.disabled).active, .show > .btn-wechat.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a24;
  border-color: #588021;
}
.btn-qq {
  color: #ffffff;
  background-color: #41aae7;
  border-color: #41aae7;
}
.btn-qq.disabled, .btn-qq:disabled {
  color: #ffffff;
  background-color: #41aae7;
  border-color: #41aae7;
}
.btn-qq:not(:disabled):not(.disabled).active, .show > .btn-qq.dropdown-toggle {
  color: #ffffff;
  background-color: #1b94da;
  border-color: #1a8cce;
}
.btn-outline-primary {
  color: #fccf00;
  background-color: transparent;
  background-image: none;
  border-color: #fccf00;
}
@media (min-width: 992px) {
  .btn-outline-primary:hover {
    color: #241709;
    background-color: #fccf00;
    border-color: #fccf00;
  }
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #fccf00;
  background-color: transparent;
}
.btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #241709;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-outline-secondary {
  color: #f3f3f3;
  background-color: transparent;
  background-image: none;
  border-color: #f3f3f3;
}
@media (min-width: 992px) {
  .btn-outline-secondary:hover {
    color: #241709;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
  }
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f3f3f3;
  background-color: transparent;
}
.btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #241709;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-success {
  color: #64ffda;
  background-color: transparent;
  background-image: none;
  border-color: #64ffda;
}
@media (min-width: 992px) {
  .btn-outline-success:hover {
    color: #241709;
    background-color: #64ffda;
    border-color: #64ffda;
  }
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #64ffda;
  background-color: transparent;
}
.btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #241709;
  background-color: #64ffda;
  border-color: #64ffda;
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
@media (min-width: 992px) {
  .btn-outline-info:hover {
    color: #241709;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #241709;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning {
  color: #fccf00;
  background-color: transparent;
  background-image: none;
  border-color: #fccf00;
}
@media (min-width: 992px) {
  .btn-outline-warning:hover {
    color: #241709;
    background-color: #fccf00;
    border-color: #fccf00;
  }
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fccf00;
  background-color: transparent;
}
.btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #241709;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-outline-danger {
  color: #c9191d;
  background-color: transparent;
  background-image: none;
  border-color: #c9191d;
}
@media (min-width: 992px) {
  .btn-outline-danger:hover {
    color: #241709;
    background-color: #c9191d;
    border-color: #c9191d;
  }
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c9191d;
  background-color: transparent;
}
.btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #241709;
  background-color: #c9191d;
  border-color: #c9191d;
}
.btn-outline-light {
  color: #fafafa;
  background-color: transparent;
  background-image: none;
  border-color: #fafafa;
}
@media (min-width: 992px) {
  .btn-outline-light:hover {
    color: #241709;
    background-color: #fafafa;
    border-color: #fafafa;
  }
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fafafa;
  background-color: transparent;
}
.btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
  color: #241709;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-dark {
  color: #241709;
  background-color: transparent;
  background-image: none;
  border-color: #241709;
}
@media (min-width: 992px) {
  .btn-outline-dark:hover {
    color: #241709;
    background-color: #241709;
    border-color: #241709;
  }
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #241709;
  background-color: transparent;
}
.btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
  color: #241709;
  background-color: #241709;
  border-color: #241709;
}
.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}
@media (min-width: 992px) {
  .btn-outline-white:hover {
    color: #241709;
    background-color: #ffffff;
    border-color: #ffffff;
  }
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white.active, .show > .btn-outline-white.dropdown-toggle {
  color: #241709;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-gray {
  color: #444;
  background-color: transparent;
  background-image: none;
  border-color: #444;
}
@media (min-width: 992px) {
  .btn-outline-gray:hover {
    color: #241709;
    background-color: #444;
    border-color: #444;
  }
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #444;
  background-color: transparent;
}
.btn-outline-gray.active, .show > .btn-outline-gray.dropdown-toggle {
  color: #241709;
  background-color: #444;
  border-color: #444;
}
.btn-outline-gray-light {
  color: #888;
  background-color: transparent;
  background-image: none;
  border-color: #888;
}
@media (min-width: 992px) {
  .btn-outline-gray-light:hover {
    color: #241709;
    background-color: #888;
    border-color: #888;
  }
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #888;
  background-color: transparent;
}
.btn-outline-gray-light.active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #241709;
  background-color: #888;
  border-color: #888;
}
.btn-outline-gray-lighter {
  color: #d2d2d2;
  background-color: transparent;
  background-image: none;
  border-color: #d2d2d2;
}
@media (min-width: 992px) {
  .btn-outline-gray-lighter:hover {
    color: #241709;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
  }
}
.btn-outline-gray-lighter.disabled, .btn-outline-gray-lighter:disabled {
  color: #d2d2d2;
  background-color: transparent;
}
.btn-outline-gray-lighter.active, .show > .btn-outline-gray-lighter.dropdown-toggle {
  color: #241709;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-outline-red {
  color: #fccf00;
  background-color: transparent;
  background-image: none;
  border-color: #fccf00;
}
@media (min-width: 992px) {
  .btn-outline-red:hover {
    color: #241709;
    background-color: #fccf00;
    border-color: #fccf00;
  }
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #fccf00;
  background-color: transparent;
}
.btn-outline-red.active, .show > .btn-outline-red.dropdown-toggle {
  color: #241709;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-outline-blue {
  color: #384d91;
  background-color: transparent;
  background-image: none;
  border-color: #384d91;
}
@media (min-width: 992px) {
  .btn-outline-blue:hover {
    color: #241709;
    background-color: #384d91;
    border-color: #384d91;
  }
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #384d91;
  background-color: transparent;
}
.btn-outline-blue.active, .show > .btn-outline-blue.dropdown-toggle {
  color: #241709;
  background-color: #384d91;
  border-color: #384d91;
}
.btn-outline-yellow {
  color: #fccf00;
  background-color: transparent;
  background-image: none;
  border-color: #fccf00;
}
@media (min-width: 992px) {
  .btn-outline-yellow:hover {
    color: #241709;
    background-color: #fccf00;
    border-color: #fccf00;
  }
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fccf00;
  background-color: transparent;
}
.btn-outline-yellow.active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #241709;
  background-color: #fccf00;
  border-color: #fccf00;
}
.btn-outline-green {
  color: #64ffda;
  background-color: transparent;
  background-image: none;
  border-color: #64ffda;
}
@media (min-width: 992px) {
  .btn-outline-green:hover {
    color: #241709;
    background-color: #64ffda;
    border-color: #64ffda;
  }
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #64ffda;
  background-color: transparent;
}
.btn-outline-green.active, .show > .btn-outline-green.dropdown-toggle {
  color: #241709;
  background-color: #64ffda;
  border-color: #64ffda;
}
.btn-outline-fb {
  color: #3a5795;
  background-color: transparent;
  background-image: none;
  border-color: #3a5795;
}
@media (min-width: 992px) {
  .btn-outline-fb:hover {
    color: #241709;
    background-color: #3a5795;
    border-color: #3a5795;
  }
}
.btn-outline-fb.disabled, .btn-outline-fb:disabled {
  color: #3a5795;
  background-color: transparent;
}
.btn-outline-fb.active, .show > .btn-outline-fb.dropdown-toggle {
  color: #241709;
  background-color: #3a5795;
  border-color: #3a5795;
}
.btn-outline-twitter {
  color: #55ACEE;
  background-color: transparent;
  background-image: none;
  border-color: #55ACEE;
}
@media (min-width: 992px) {
  .btn-outline-twitter:hover {
    color: #241709;
    background-color: #55ACEE;
    border-color: #55ACEE;
  }
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #55ACEE;
  background-color: transparent;
}
.btn-outline-twitter.active, .show > .btn-outline-twitter.dropdown-toggle {
  color: #241709;
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.btn-outline-weibo {
  color: #E6162D;
  background-color: transparent;
  background-image: none;
  border-color: #E6162D;
}
@media (min-width: 992px) {
  .btn-outline-weibo:hover {
    color: #241709;
    background-color: #E6162D;
    border-color: #E6162D;
  }
}
.btn-outline-weibo.disabled, .btn-outline-weibo:disabled {
  color: #E6162D;
  background-color: transparent;
}
.btn-outline-weibo.active, .show > .btn-outline-weibo.dropdown-toggle {
  color: #241709;
  background-color: #E6162D;
  border-color: #E6162D;
}
.btn-outline-wechat {
  color: #7bb32e;
  background-color: transparent;
  background-image: none;
  border-color: #7bb32e;
}
@media (min-width: 992px) {
  .btn-outline-wechat:hover {
    color: #241709;
    background-color: #7bb32e;
    border-color: #7bb32e;
  }
}
.btn-outline-wechat.disabled, .btn-outline-wechat:disabled {
  color: #7bb32e;
  background-color: transparent;
}
.btn-outline-wechat.active, .show > .btn-outline-wechat.dropdown-toggle {
  color: #241709;
  background-color: #7bb32e;
  border-color: #7bb32e;
}
.btn-outline-qq {
  color: #41aae7;
  background-color: transparent;
  background-image: none;
  border-color: #41aae7;
}
@media (min-width: 992px) {
  .btn-outline-qq:hover {
    color: #241709;
    background-color: #41aae7;
    border-color: #41aae7;
  }
}
.btn-outline-qq.disabled, .btn-outline-qq:disabled {
  color: #41aae7;
  background-color: transparent;
}
.btn-outline-qq.active, .show > .btn-outline-qq.dropdown-toggle {
  color: #241709;
  background-color: #41aae7;
  border-color: #41aae7;
}
.btn-link {
  font-weight: 400;
  color: #a8a8a8;
  background-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active {
  color: #fccf00;
}
.btn-link.btn-like:not(:disabled):not(.disabled).active {
  color: #fccf00 !important;
}

.btn-xl {
  padding: 0.467rem 1rem;
  font-size: 1.6rem;
  line-height: 1.67;
  border-radius: 0.67rem;
}

.btn-lg {
  padding: 0.467rem 1rem;
  font-size: 1.3rem;
  line-height: 1.67;
  border-radius: 0.67rem;
}

.btn-sm {
  padding: 0.2rem 0.35rem;
  font-size: 0.8rem;
  line-height: 1.67;
  border-radius: 0.67rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.song-collapse.collapse {
  display: block !important;
}
.song-collapse.collapse .song-collapse-body {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .song-collapse.collapse .song-collapse-body {
    transition: none;
  }
}
.song-collapse.collapse:not(.show) .song-collapse-body {
  height: 0;
  overflow: hidden;
}
.song-collapse.collapse:not(.show) .close-hide {
  display: none;
}
.song-collapse.collapse.show .open-hide {
  display: none;
}
.song-collapse.collapsing {
  min-height: 65px;
}
.song-collapse.collapsing .song-collapse-body {
  opacity: 0;
}
.song-collapse.collapsing .close-hide {
  display: none;
}

.player-collapse.collapse {
  display: none;
}
.player-collapse.collapse.show {
  display: none;
}
@media (min-width: 992px) {
  .player-collapse.collapse {
    display: block !important;
  }
  .player-collapse.collapse.show {
    display: block !important;
  }
}
.player-collapse.collapsing {
  min-height: 74px;
}

.cat-collapse {
  position: fixed;
  z-index: 1020;
  bottom: 100px;
  right: -345px;
  width: calc(100% - 30px);
  max-width: 345px;
  min-height: 325px !important;
  transition: right 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cat-collapse {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .cat-collapse {
    bottom: 1rem;
  }
}
.cat-collapse .border-block {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cat-collapse .cat-hand-link {
  position: absolute;
  top: 150px;
  left: -50px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cat-collapse .cat-hand-link {
    transition: none;
  }
}
.cat-collapse .cat-hand-link .alert-cat-hand {
  transform-origin: bottom center;
  animation: swing 1s infinite;
}
.cat-collapse .alert-cat {
  position: absolute;
  top: -35px;
  height: 35px;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cat-collapse .alert-cat {
    transition: none;
  }
}
.cat-collapse.collapse {
  display: block;
  visibility: visible;
}
.cat-collapse.collapsing {
  position: fixed;
}
.cat-collapse.collapsing .cat-hand-link {
  opacity: 0;
  visibility: hidden;
}
.cat-collapse.show {
  right: 0;
}
.cat-collapse.show .cat-hand-link {
  opacity: 0;
  visibility: hidden;
}
.cat-collapse.show .alert-cat {
  opacity: 1;
}

.btn .icon-menu-up:before {
  display: block;
  transition: all 0.1s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn .icon-menu-up:before {
    transition: none;
  }
}
.btn.collapsed .icon-menu-up:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 1.3rem;
    padding: 0.5rem 1.5rem;
  }
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 2px solid #654917;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e4e4e4 #e4e4e4 #654917;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fccf00;
  background-color: #241709;
  border-bottom: 2px solid #fccf00;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.5rem;
}
.nav-pills .nav-link {
  border-radius: 1.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #fccf00;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .nav-sm-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

@media (max-width: 767.98px) {
  .transformer-tabs {
    position: relative;
    height: 45px;
    margin-bottom: 1.5rem;
    z-index: 1000;
  }
  .transformer-tabs ul {
    display: block;
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border: 2px solid #e4e4e4;
    border-radius: 1.5rem;
    min-height: 45px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .transformer-tabs ul::after {
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
  }
  .transformer-tabs ul.open a {
    position: relative;
    display: block;
  }
  .transformer-tabs ul.open::after {
    display: none;
  }
  .transformer-tabs ul.row {
    margin-right: 0;
    margin-left: 0;
  }
  .transformer-tabs li {
    display: block;
    padding-left: 0 !important;
  }
  .transformer-tabs li.ml-auto {
    padding-left: 1rem !important;
  }
  .transformer-tabs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
  }
  .transformer-tabs a.active {
    border: 0;
    z-index: 1;
    color: #fccf00 !important;
    background: #ffffff !important;
  }
  .transformer-tabs a.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  min-height: 63px;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.3rem;
  line-height: inherit;
  width: 150px;
  height: 18.2px;
  text-indent: -9999px;
  text-decoration: none;
  background-image: url("../images/logo-sv-w.svg");
  background-size: 150px 18.2px;
  background-repeat: no-repeat;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-dark {
  z-index: 1030;
}
.navbar-dark.bg-dark {
  background-color: #111 !important;
}
.navbar-dark .navbar-text {
  color: #ffffff;
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #fccf00 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c9a500 !important;
}

.bg-secondary {
  background-color: #f3f3f3 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #dadada !important;
}

.bg-success {
  background-color: #64ffda !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #31ffce !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #fccf00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c9a500 !important;
}

.bg-danger {
  background-color: #c9191d !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9c1316 !important;
}

.bg-light {
  background-color: #fafafa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important;
}

.bg-dark {
  background-color: #241709 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #444 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #2b2b2b !important;
}

.bg-gray-light {
  background-color: #888 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #6f6f6f !important;
}

.bg-gray-lighter {
  background-color: #d2d2d2 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #b9b9b9 !important;
}

.bg-red {
  background-color: #fccf00 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #c9a500 !important;
}

.bg-blue {
  background-color: #384d91 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #2a396c !important;
}

.bg-yellow {
  background-color: #fccf00 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c9a500 !important;
}

.bg-green {
  background-color: #64ffda !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #31ffce !important;
}

.bg-fb {
  background-color: #3a5795 !important;
}

a.bg-fb:hover, a.bg-fb:focus,
button.bg-fb:hover,
button.bg-fb:focus {
  background-color: #2c4270 !important;
}

.bg-twitter {
  background-color: #55ACEE !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #2795e9 !important;
}

.bg-weibo {
  background-color: #E6162D !important;
}

a.bg-weibo:hover, a.bg-weibo:focus,
button.bg-weibo:hover,
button.bg-weibo:focus {
  background-color: #b71224 !important;
}

.bg-wechat {
  background-color: #7bb32e !important;
}

a.bg-wechat:hover, a.bg-wechat:focus,
button.bg-wechat:hover,
button.bg-wechat:focus {
  background-color: #5f8a24 !important;
}

.bg-qq {
  background-color: #41aae7 !important;
}

a.bg-qq:hover, a.bg-qq:focus,
button.bg-qq:hover,
button.bg-qq:focus {
  background-color: #1b94da !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 2px solid #d2d2d2 !important;
}

.border-top {
  border-top: 2px solid #d2d2d2 !important;
}

.border-right {
  border-right: 2px solid #d2d2d2 !important;
}

.border-bottom {
  border-bottom: 2px solid #d2d2d2 !important;
}

.border-left {
  border-left: 2px solid #d2d2d2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #fccf00 !important;
}

.border-secondary {
  border-color: #f3f3f3 !important;
}

.border-success {
  border-color: #64ffda !important;
}

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

.border-warning {
  border-color: #fccf00 !important;
}

.border-danger {
  border-color: #c9191d !important;
}

.border-light {
  border-color: #fafafa !important;
}

.border-dark {
  border-color: #241709 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-gray {
  border-color: #444 !important;
}

.border-gray-light {
  border-color: #888 !important;
}

.border-gray-lighter {
  border-color: #d2d2d2 !important;
}

.border-red {
  border-color: #fccf00 !important;
}

.border-blue {
  border-color: #384d91 !important;
}

.border-yellow {
  border-color: #fccf00 !important;
}

.border-green {
  border-color: #64ffda !important;
}

.border-fb {
  border-color: #3a5795 !important;
}

.border-twitter {
  border-color: #55ACEE !important;
}

.border-weibo {
  border-color: #E6162D !important;
}

.border-wechat {
  border-color: #7bb32e !important;
}

.border-qq {
  border-color: #41aae7 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-72 {
  opacity: 0.72;
}

.opacity-1 {
  opacity: 1;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.fixed-right {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.h-0 {
  height: 0 !important;
}

.w-34p {
  width: 34px;
}

.w-46p {
  width: 46px;
}

.w-70p {
  width: 70px;
}

.w-80p {
  width: 80px;
}

.w-100p {
  width: 100px;
}

@media (min-width: 768px) {
  .w-md-100p {
    width: 100px;
  }
}

.w-120p {
  width: 120px;
}

.w-130p {
  width: 130px;
}

@media (min-width: 768px) {
  .w-md-130p {
    width: 130px;
  }
}

.w-160p {
  width: 160px;
}

.w-200p {
  width: 200px;
}

.w-220p {
  width: 220px;
}

.w-240p {
  width: 240px;
}

.w-300p {
  width: 300px;
}

.maxw-200p {
  max-width: 200px;
}

.maxw-255p {
  max-width: 255px;
}

.maxw-300p {
  max-width: 300px;
}

.maxw-400p {
  max-width: 400px;
}

.maxw-600p {
  max-width: 600px;
}

.maxw-720p {
  max-width: 720px;
}

.w-img-md-text {
  width: calc(100% - 34px - 0.5rem);
}

.w-img-lg-text {
  width: calc(100% - 46px - 1rem);
}

.w-img-xl-text {
  width: calc(100% - 60px - 1rem);
}

.w-img-xxl-text {
  width: calc(100% - 72px - 1rem);
}

.w-img-xxxl-text {
  width: calc(100% - 86px - 1rem);
}

.w-img-xxxxl-text {
  width: calc(100% - 100px - 1rem);
}

.w-img-xxxxxl-text {
  width: calc(100% - 120px - 1rem);
}

.h-88p {
  height: 88px;
}

.h-330p {
  height: 330px;
}

.h-500p {
  height: 500px;
}

@media (min-width: 992px) {
  .minh-700p-lg {
    min-height: 700px;
  }
}

@media (min-width: 992px) {
  .minh-100vh-lg {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .minh-790p-lg {
    min-height: 790px;
  }
}

.maxh-250p {
  max-height: 250px;
}

.maxh-400p {
  max-height: 400px;
}

.maxh-none {
  max-height: none !important;
}

@media (min-width: 992px) {
  .maxh-100vh-lg-stick.stick {
    max-height: 100vh;
    overflow-y: auto;
  }
}

.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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}

.m-10 {
  margin: 7rem !important;
}

.mt-10,
.my-10 {
  margin-top: 7rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 7rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 7rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 7rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 6rem !important;
}

.pt-9,
.py-9 {
  padding-top: 6rem !important;
}

.pr-9,
.px-9 {
  padding-right: 6rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
  padding-left: 6rem !important;
}

.p-10 {
  padding: 7rem !important;
}

.pt-10,
.py-10 {
  padding-top: 7rem !important;
}

.pr-10,
.px-10 {
  padding-right: 7rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 7rem !important;
}

.pl-10,
.px-10 {
  padding-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-9 {
    margin: 6rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 6rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 6rem !important;
  }

  .m-sm-10 {
    margin: 7rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 7rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 7rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-9 {
    padding: 6rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 6rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 6rem !important;
  }

  .p-sm-10 {
    padding: 7rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 7rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 7rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-9 {
    margin: 6rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 6rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 6rem !important;
  }

  .m-md-10 {
    margin: 7rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 7rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 7rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 7rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-9 {
    padding: 6rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 6rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 6rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 6rem !important;
  }

  .p-md-10 {
    padding: 7rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 7rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 7rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 7rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-9 {
    margin: 6rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 6rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 6rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 6rem !important;
  }

  .m-lg-10 {
    margin: 7rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 7rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 7rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-9 {
    padding: 6rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 6rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 6rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 6rem !important;
  }

  .p-lg-10 {
    padding: 7rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 7rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 7rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-9 {
    margin: 6rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 6rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 6rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 6rem !important;
  }

  .m-xl-10 {
    margin: 7rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 7rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 7rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 7rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-9 {
    padding: 6rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 6rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 6rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 6rem !important;
  }

  .p-xl-10 {
    padding: 7rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 7rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 7rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 7rem !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;
  }
}
.mr--3 {
  margin-right: -1rem;
}

@media (min-width: 992px) {
  .mb-0-lg {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .p-7-lg {
    padding: 4rem !important;
  }
}

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

.text-primary {
  color: #fccf00 !important;
}
.text-primary a {
  color: #fccf00 !important;
}

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

.text-secondary {
  color: #f3f3f3 !important;
}
.text-secondary a {
  color: #f3f3f3 !important;
}

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

.text-success {
  color: #64ffda !important;
}
.text-success a {
  color: #64ffda !important;
}

a.text-success {
  color: #64ffda !important;
}
a.text-success:hover, a.text-success:focus {
  color: #31ffce !important;
}

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

a.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

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

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

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

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

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

.text-dark {
  color: #241709 !important;
}
.text-dark a {
  color: #241709 !important;
}

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

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

a.text-white {
  color: #ffffff !important;
}
a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-gray {
  color: #444 !important;
}
.text-gray a {
  color: #444 !important;
}

a.text-gray {
  color: #444 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #2b2b2b !important;
}

.text-gray-light {
  color: #888 !important;
}
.text-gray-light a {
  color: #888 !important;
}

a.text-gray-light {
  color: #888 !important;
}
a.text-gray-light:hover, a.text-gray-light:focus {
  color: #6f6f6f !important;
}

.text-gray-lighter {
  color: #d2d2d2 !important;
}
.text-gray-lighter a {
  color: #d2d2d2 !important;
}

a.text-gray-lighter {
  color: #d2d2d2 !important;
}
a.text-gray-lighter:hover, a.text-gray-lighter:focus {
  color: #b9b9b9 !important;
}

.text-red {
  color: #fccf00 !important;
}
.text-red a {
  color: #fccf00 !important;
}

a.text-red {
  color: #fccf00 !important;
}
a.text-red:hover, a.text-red:focus {
  color: #c9a500 !important;
}

.text-blue {
  color: #384d91 !important;
}
.text-blue a {
  color: #384d91 !important;
}

a.text-blue {
  color: #384d91 !important;
}
a.text-blue:hover, a.text-blue:focus {
  color: #2a396c !important;
}

.text-yellow {
  color: #fccf00 !important;
}
.text-yellow a {
  color: #fccf00 !important;
}

a.text-yellow {
  color: #fccf00 !important;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #c9a500 !important;
}

.text-green {
  color: #64ffda !important;
}
.text-green a {
  color: #64ffda !important;
}

a.text-green {
  color: #64ffda !important;
}
a.text-green:hover, a.text-green:focus {
  color: #31ffce !important;
}

.text-fb {
  color: #3a5795 !important;
}
.text-fb a {
  color: #3a5795 !important;
}

a.text-fb {
  color: #3a5795 !important;
}
a.text-fb:hover, a.text-fb:focus {
  color: #2c4270 !important;
}

.text-twitter {
  color: #55ACEE !important;
}
.text-twitter a {
  color: #55ACEE !important;
}

a.text-twitter {
  color: #55ACEE !important;
}
a.text-twitter:hover, a.text-twitter:focus {
  color: #2795e9 !important;
}

.text-weibo {
  color: #E6162D !important;
}
.text-weibo a {
  color: #E6162D !important;
}

a.text-weibo {
  color: #E6162D !important;
}
a.text-weibo:hover, a.text-weibo:focus {
  color: #b71224 !important;
}

.text-wechat {
  color: #7bb32e !important;
}
.text-wechat a {
  color: #7bb32e !important;
}

a.text-wechat {
  color: #7bb32e !important;
}
a.text-wechat:hover, a.text-wechat:focus {
  color: #5f8a24 !important;
}

.text-qq {
  color: #41aae7 !important;
}
.text-qq a {
  color: #41aae7 !important;
}

a.text-qq {
  color: #41aae7 !important;
}
a.text-qq:hover, a.text-qq:focus {
  color: #1b94da !important;
}

.bg-white .text-gray {
  color: #666 !important;
}

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

.text-muted {
  color: #a8a8a8 !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-break {
  word-wrap: break-word;
  word-break: break-word;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-visible {
  overflow: visible !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 2px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #ffffff !important;
  }

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

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

  .table .thead-dark th {
    color: inherit;
    border-color: #d2d2d2;
  }
}
.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  display: flex;
  align-items: flex-center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.67;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0rem 2rem;
  word-wrap: break-word;
}

.modal-dialog:not(.modal-sm) .modal-body {
  max-height: calc(100vh - 1rem - 85px - 85px);
  overflow-y: auto;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
}
.modal-footer .btn:not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer .btn:not(:last-child) {
  margin-right: 0.25rem;
}
@media (max-width: 767.98px) {
  .modal-footer.justify-content-between {
    display: block;
  }
  .modal-footer.justify-content-between > div {
    width: 100%;
    margin-top: 1rem;
  }
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }

  .modal-dialog:not(.modal-sm) .modal-body {
    max-height: calc(100vh - 1.75rem - 1.75rem - 85px - 85px);
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-video .modal-content {
  background: transparent;
  border: none;
}
.modal-video .modal-content .modal-header {
  padding: 1rem;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-video .modal-content .modal-header .close {
  color: #ffffff;
  text-shadow: none;
}
.modal-video .modal-content .modal-body {
  padding: 0 1rem;
  max-height: calc(100vh - 1rem - 50px);
}
@media (min-width: 576px) {
  .modal-video .modal-content .modal-body {
    max-height: calc(100vh - 1.75rem - 1.75rem - 50px);
  }
}

.modal-images .modal-content {
  background: transparent;
  border: none;
}
.modal-images .modal-content .modal-header {
  padding: 1rem;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-images .modal-content .modal-header .close {
  color: #ffffff;
  text-shadow: none;
}
.modal-images .modal-content .modal-body {
  position: relative;
  padding: 0;
  height: calc(100vh - 1rem - 50px);
  max-height: calc(100vh - 1rem - 50px);
}
@media (min-width: 576px) {
  .modal-images .modal-content .modal-body {
    height: calc(100vh - 1.75rem - 1.75rem - 50px);
    max-height: calc(100vh - 1.75rem - 1.75rem - 50px);
  }
}

.close {
  float: right;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  color: #333;
}

#scrolltotop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  z-index: 1070;
  background: #654917;
  opacity: 0.5;
  padding: 10px;
  transition: 1s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #scrolltotop {
    transition: none;
  }
}
#scrolltotop:hover {
  opacity: 1;
}
#scrolltotop img {
  width: 25px;
  vertical-align: baseline;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
}

.loader {
  transform: translate3d(-50%, -50%, 0px);
  position: absolute;
  left: 50%;
  top: 50%;
  height: 87px;
  width: 199px;
}

.tab-content hr {
  border-color: #fccf00;
}
.tab-content #info h1 span, .tab-content #info h2 span,
.tab-content #event h1 span,
.tab-content #event h2 span,
.tab-content #new h1 span,
.tab-content #new h2 span,
.tab-content #new2 h1 span,
.tab-content #new2 h2 span {
  color: #fccf00;
}
.tab-content #info p,
.tab-content #event p,
.tab-content #new p,
.tab-content #new2 p {
  font-size: 1.2rem;
}
.tab-content #info p img,
.tab-content #event p img,
.tab-content #new p img,
.tab-content #new2 p img {
  width: 18px;
  vertical-align: baseline;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .tab-content #info .line-height-2 p,
.tab-content #event .line-height-2 p,
.tab-content #new .line-height-2 p,
.tab-content #new2 .line-height-2 p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .tab-content #info .btn-outline-primary,
.tab-content #event .btn-outline-primary,
.tab-content #new .btn-outline-primary,
.tab-content #new2 .btn-outline-primary {
    width: 100%;
  }
}

.band-box {
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  background-color: #755422;
  border-radius: 3px;
  padding: 1rem;
  box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px -15px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .band-box {
    transition: none;
  }
}
@media (min-width: 992px) {
  .band-box:hover {
    top: -0.5rem;
  }
}
.band-box .btn-primary {
  color: #755422;
}
.band-box img {
  width: 100%;
}
.band-box h3 {
  color: #fccf00;
  font-size: 1.6rem;
}
.band-box h3 small {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.band-box h4 {
  width: 100%;
  font-size: 1.2rem;
  height: 48px;
  display: block;
  display: -webkit-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.band-box .col {
  display: flex;
  flex-wrap: wrap;
}

.section-top {
  position: relative;
  height: calc(100vh - 70px);
  overflow: hidden;
  text-align: center;
  background: url("../images/bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section-top .top-mask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.section-top ul.position-absolute {
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-top .title-text {
  z-index: 3;
  max-width: 100%;
  animation: flash 2s infinite;
}

.section-top {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

/* Glitch styles */
.glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--glitch-width);
  height: var(--glitch-height);
  overflow: hidden;
  z-index: 1;
}

.glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../images/bg.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}

.glitch__img:nth-child(n+2) {
  opacity: 0;
}

.imgloaded .glitch__img:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.imgloaded .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}

.imgloaded .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}

.imgloaded .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3;
}

.imgloaded .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}

/* Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
/* Flash */
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  from, 6%, 12%, to {
    opacity: 1;
  }
  3%, 9% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 6%, 12%, to {
    opacity: 1;
  }
  3%, 9% {
    opacity: 0;
  }
}
.artist-block .artist-img img {
  z-index: 2;
}
.artist-block .artist-img:after {
  content: "";
  display: block;
  border: 2px solid #fccf00;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 3px;
  left: 7px;
  z-index: 1;
}

.awards-block img {
  z-index: 2;
}
.awards-block:after {
  content: "";
  display: block;
  border: 3px solid #fccf00;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
}

#awards ul.list-unstyled li h2.text-red {
  width: 30px;
  text-align: right;
}

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  height: calc(100vh - 64px);
  position: relative;
  overflow: hidden;
}

.layer {
  position: absolute;
}
.layer div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layer .title {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  background-size: 631px 313px;
  width: 631px;
  height: 313px;
  background-image: url(../images/TNBT-2020-text.png);
  background-repeat: no-repeat;
}
.layer .map-bg {
  background: url("../images/map-bg.jpg") no-repeat center;
  bottom: 0;
  background-size: cover;
  position: absolute;
  width: 104%;
  left: -2%;
  top: -2%;
}
.layer .map-middle {
  background: url("../images/map-middle.png") no-repeat center;
  bottom: 0;
  background-size: cover;
  position: absolute;
  width: 104%;
  left: -2%;
  top: -2%;
}
.layer .map-front {
  background: url("../images/map-front.png") no-repeat center;
  bottom: 0;
  background-size: cover;
  position: absolute;
  width: 104%;
  left: -2%;
  top: -2%;
}
.layer .map-fish {
  -webkit-animation: fish 30s linear infinite;
  -moz-animation: fish 30s linear infinite;
  animation: fish 30s linear infinite;
  background-size: 370px 142px;
  width: 370px;
  height: 142px;
  background-image: url(../images/map-fish.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  bottom: 60%;
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .layer .title {
    background-size: 450px 223px;
    width: 450px;
    height: 223px;
  }
  .layer .map-fish {
    background-size: 220px 84px;
    width: 220px;
    height: 84px;
  }
}
@media (max-width: 991.98px) {
  .scene {
    height: calc(100vh - 64px) !important;
  }
}
@media (max-width: 767.98px) {
  .layer .title {
    background-size: 350px 174px;
    width: 350px;
    height: 174px;
  }
  .layer .map-fish {
    -webkit-animation: fish 15s linear infinite;
    -moz-animation: fish 15s linear infinite;
    animation: fish 15s linear infinite;
  }
}
@-webkit-keyframes fish {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-30vw, 50px, 0);
    -moz-transform: translate3d(-30vw, 50px, 0);
    transform: translate3d(-30vw, 50px, 0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-60vw, 0, 0);
    -moz-transform: translate3d(-60vw, 0, 0);
    transform: translate3d(-60vw, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-90vw, 50px, 0);
    -moz-transform: translate3d(-90vw, 50px, 0);
    transform: translate3d(-90vw, 50px, 0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translate3d(-120vw, 0, 0);
    -moz-transform: translate3d(-120vw, 0, 0);
    transform: translate3d(-120vw, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-150vw, 50px, 0);
    -moz-transform: translate3d(-150vw, 50px, 0);
    transform: translate3d(-15vw, 50px, 0);
  }
}
@-moz-keyframes fish {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-30vw, 50px, 0);
    -moz-transform: translate3d(-30vw, 50px, 0);
    transform: translate3d(-30vw, 50px, 0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-60vw, 0, 0);
    -moz-transform: translate3d(-60vw, 0, 0);
    transform: translate3d(-60vw, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-90vw, 50px, 0);
    -moz-transform: translate3d(-90vw, 50px, 0);
    transform: translate3d(-90vw, 50px, 0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translate3d(-120vw, 0, 0);
    -moz-transform: translate3d(-120vw, 0, 0);
    transform: translate3d(-120vw, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-150vw, 50px, 0);
    -moz-transform: translate3d(-150vw, 50px, 0);
    transform: translate3d(-15vw, 50px, 0);
  }
}
@-ms-keyframes fish {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-30vw, 50px, 0);
    -moz-transform: translate3d(-30vw, 50px, 0);
    transform: translate3d(-30vw, 50px, 0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-60vw, 0, 0);
    -moz-transform: translate3d(-60vw, 0, 0);
    transform: translate3d(-60vw, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-90vw, 50px, 0);
    -moz-transform: translate3d(-90vw, 50px, 0);
    transform: translate3d(-90vw, 50px, 0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translate3d(-120vw, 0, 0);
    -moz-transform: translate3d(-120vw, 0, 0);
    transform: translate3d(-120vw, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-150vw, 50px, 0);
    -moz-transform: translate3d(-150vw, 50px, 0);
    transform: translate3d(-15vw, 50px, 0);
  }
}
@keyframes fish {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-30vw, 50px, 0);
    -moz-transform: translate3d(-30vw, 50px, 0);
    transform: translate3d(-30vw, 50px, 0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(-60vw, 0, 0);
    -moz-transform: translate3d(-60vw, 0, 0);
    transform: translate3d(-60vw, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-90vw, 50px, 0);
    -moz-transform: translate3d(-90vw, 50px, 0);
    transform: translate3d(-90vw, 50px, 0);
  }
  80% {
    opacity: 0;
    -webkit-transform: translate3d(-120vw, 0, 0);
    -moz-transform: translate3d(-120vw, 0, 0);
    transform: translate3d(-120vw, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-150vw, 50px, 0);
    -moz-transform: translate3d(-150vw, 50px, 0);
    transform: translate3d(-15vw, 50px, 0);
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 2rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 2rem;
  overflow: hidden;
  font-size: 1rem;
  font-weight: bold;
  background-color: #0a192f;
  border-radius: 0.25rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .progress {
    font-size: 0.8rem;
  }
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #fccf00;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar.buffer {
  background-color: #d2d2d2;
}
.progress-bar.bg-a {
  background: #d7216c;
}
.progress-bar.bg-b {
  background: #00728f;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
