@charset "UTF-8";
:root {
  --blue: #3fa5f1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e50011;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #5F7C8A;
  --gray-dark: #445963;
  --primary: #e50011;
  --secondary: #CED7DB;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e50011;
  --light: #EBEEF0;
  --dark: #5b3f36;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5b3f36;
  text-align: left;
  background-color: #fff;
}

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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: #5b3f36;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #5b3f36;
  text-decoration: 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;
}

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: #5F7C8A;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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,
[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-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: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  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;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #5F7C8A;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #AFBDC4;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #5F7C8A;
}

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  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: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.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%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.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: 100%;
  }

  .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: 100%;
  }

  .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: 100%;
  }

  .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: 100%;
  }

  .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: 400;
  color: #5b3f36;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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 {
  color: #5b3f36;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 0, 17, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bf000e;
  border-color: #b2000d;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 38, 53, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b2000d;
  border-color: #a5000c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 38, 53, 0.5);
}

.btn-secondary {
  color: #2F4F5D;
  background-color: #CED7DB;
  border-color: #CED7DB;
}
.btn-secondary:hover {
  color: #2F4F5D;
  background-color: #b8c5cb;
  border-color: #b1bfc5;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 195, 200, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #2F4F5D;
  background-color: #CED7DB;
  border-color: #CED7DB;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #2F4F5D;
  background-color: #b1bfc5;
  border-color: #a9b9c0;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 195, 200, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #2F4F5D;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #2F4F5D;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 176, 20, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #2F4F5D;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #2F4F5D;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 176, 20, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bf000e;
  border-color: #b2000d;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 38, 53, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b2000d;
  border-color: #a5000c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 38, 53, 0.5);
}

.btn-light {
  color: #2F4F5D;
  background-color: #EBEEF0;
  border-color: #EBEEF0;
}
.btn-light:hover {
  color: #2F4F5D;
  background-color: #d5dbe0;
  border-color: #ced5da;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 214, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2F4F5D;
  background-color: #EBEEF0;
  border-color: #EBEEF0;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2F4F5D;
  background-color: #ced5da;
  border-color: #c7cfd5;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 214, 218, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5b3f36;
  border-color: #5b3f36;
}
.btn-dark:hover {
  color: #fff;
  background-color: #432e28;
  border-color: #3b2923;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 92, 84, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5b3f36;
  border-color: #5b3f36;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3b2923;
  border-color: #33231e;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 92, 84, 0.5);
}

.btn-outline-primary {
  color: #e50011;
  border-color: #e50011;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 0, 17, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e50011;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 0, 17, 0.5);
}

.btn-outline-secondary {
  color: #CED7DB;
  border-color: #CED7DB;
}
.btn-outline-secondary:hover {
  color: #2F4F5D;
  background-color: #CED7DB;
  border-color: #CED7DB;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 215, 219, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #CED7DB;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #2F4F5D;
  background-color: #CED7DB;
  border-color: #CED7DB;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 215, 219, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #2F4F5D;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #2F4F5D;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e50011;
  border-color: #e50011;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 0, 17, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e50011;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e50011;
  border-color: #e50011;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 0, 17, 0.5);
}

.btn-outline-light {
  color: #EBEEF0;
  border-color: #EBEEF0;
}
.btn-outline-light:hover {
  color: #2F4F5D;
  background-color: #EBEEF0;
  border-color: #EBEEF0;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 238, 240, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EBEEF0;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2F4F5D;
  background-color: #EBEEF0;
  border-color: #EBEEF0;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 238, 240, 0.5);
}

.btn-outline-dark {
  color: #5b3f36;
  border-color: #5b3f36;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5b3f36;
  border-color: #5b3f36;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 63, 54, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5b3f36;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5b3f36;
  border-color: #5b3f36;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 63, 54, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5b3f36;
}
.btn-link:hover {
  color: #5b3f36;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #5F7C8A;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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: #e50011 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b2000d !important;
}

.bg-secondary {
  background-color: #CED7DB !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b1bfc5 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #e50011 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b2000d !important;
}

.bg-light {
  background-color: #EBEEF0 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ced5da !important;
}

.bg-dark {
  background-color: #5b3f36 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3b2923 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #AFBDC4 !important;
}

.border-top {
  border-top: 1px solid #AFBDC4 !important;
}

.border-right {
  border-right: 1px solid #AFBDC4 !important;
}

.border-bottom {
  border-bottom: 1px solid #AFBDC4 !important;
}

.border-left {
  border-left: 1px solid #AFBDC4 !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: #e50011 !important;
}

.border-secondary {
  border-color: #CED7DB !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #e50011 !important;
}

.border-light {
  border-color: #EBEEF0 !important;
}

.border-dark {
  border-color: #5b3f36 !important;
}

.border-white {
  border-color: #fff !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-pill {
  border-radius: 50rem !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;
  }
}
.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-3by4::before {
  padding-top: 133.3333333333%;
}

.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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: -0.05rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.ml-9,
.mx-9 {
  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: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important;
}

.m-n9 {
  margin: -7rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7rem !important;
}

.ml-n9,
.mx-n9 {
  margin-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: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4rem !important;
  }

  .m-sm-7 {
    margin: 5rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 5rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 5rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 5rem !important;
  }

  .m-sm-8 {
    margin: 6rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 6rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 6rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 6rem !important;
  }

  .m-sm-9 {
    margin: 7rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 7rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 7rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    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: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4rem !important;
  }

  .p-sm-7 {
    padding: 5rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 5rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 5rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 5rem !important;
  }

  .p-sm-8 {
    padding: 6rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 6rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 6rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 6rem !important;
  }

  .p-sm-9 {
    padding: 7rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 7rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 7rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 7rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -4rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4rem !important;
  }

  .m-sm-n7 {
    margin: -5rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -5rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -5rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -5rem !important;
  }

  .m-sm-n8 {
    margin: -6rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -6rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -6rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -6rem !important;
  }

  .m-sm-n9 {
    margin: -7rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -7rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -7rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-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: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4rem !important;
  }

  .m-md-7 {
    margin: 5rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 5rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 5rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 5rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 5rem !important;
  }

  .m-md-8 {
    margin: 6rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 6rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 6rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 6rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 6rem !important;
  }

  .m-md-9 {
    margin: 7rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 7rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 7rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 7rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    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: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4rem !important;
  }

  .p-md-7 {
    padding: 5rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 5rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 5rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 5rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 5rem !important;
  }

  .p-md-8 {
    padding: 6rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 6rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 6rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 6rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 6rem !important;
  }

  .p-md-9 {
    padding: 7rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 7rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 7rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 7rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 7rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -4rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -4rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4rem !important;
  }

  .m-md-n7 {
    margin: -5rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -5rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -5rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -5rem !important;
  }

  .m-md-n8 {
    margin: -6rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -6rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -6rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -6rem !important;
  }

  .m-md-n9 {
    margin: -7rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -7rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -7rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-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: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4rem !important;
  }

  .m-lg-7 {
    margin: 5rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 5rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 5rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 5rem !important;
  }

  .m-lg-8 {
    margin: 6rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 6rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 6rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 6rem !important;
  }

  .m-lg-9 {
    margin: 7rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 7rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 7rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    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: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4rem !important;
  }

  .p-lg-7 {
    padding: 5rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 5rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 5rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 5rem !important;
  }

  .p-lg-8 {
    padding: 6rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 6rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 6rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 6rem !important;
  }

  .p-lg-9 {
    padding: 7rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 7rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 7rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 7rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -4rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4rem !important;
  }

  .m-lg-n7 {
    margin: -5rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -5rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -5rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -5rem !important;
  }

  .m-lg-n8 {
    margin: -6rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -6rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -6rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -6rem !important;
  }

  .m-lg-n9 {
    margin: -7rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -7rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -7rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-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: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4rem !important;
  }

  .m-xl-7 {
    margin: 5rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 5rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 5rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 5rem !important;
  }

  .m-xl-8 {
    margin: 6rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 6rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 6rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 6rem !important;
  }

  .m-xl-9 {
    margin: 7rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 7rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 7rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    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: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 5rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 5rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 5rem !important;
  }

  .p-xl-8 {
    padding: 6rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 6rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 6rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 6rem !important;
  }

  .p-xl-9 {
    padding: 7rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 7rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 7rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 7rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4rem !important;
  }

  .m-xl-n7 {
    margin: -5rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -5rem !important;
  }

  .m-xl-n8 {
    margin: -6rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -6rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -6rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -6rem !important;
  }

  .m-xl-n9 {
    margin: -7rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -7rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -7rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    /* text-align: center !important; */
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #e50011 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #99000b !important;
}

.text-secondary {
  color: #CED7DB !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #a2b3bb !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #e50011 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #99000b !important;
}

.text-light {
  color: #EBEEF0 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #bfc9cf !important;
}

.text-dark {
  color: #5b3f36 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #2b1e1a !important;
}

.text-body {
  color: #5b3f36 !important;
}

.text-muted {
  color: #5F7C8A !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

img {
  max-width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 9;
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 44px;
  line-height: 1;
  color: #3a3a3a;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 5px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 5px;
}
[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: #e50011;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 10px;
  left: 18px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .modaal-video-wrap {
    margin: auto 50px;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*   my utilities
   ========================================================================== */
.pointer {
  cursor: pointer;
}

.outline-none {
  outline: 0;
}

.is-hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.navigation.stuck {
  position: fixed;
  top: 0;
}

.underline {
  text-decoration: underline !important;
}

.font-mincyo {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
}

@media screen and (min-width: 321px) {
  .d-only320 {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .hide-only375 {
    display: none;
  }
}
@media screen and (min-width: 361px) {
  .d-only360 {
    display: none;
  }
}
/*    font,test settings
   ========================================================================== */
/*14px*/
body {
  font-size: 0.875rem;
}

.tsukugoM {
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

@media (min-width: 576px) {
  /*14px*/
  body {
    font-size: 0.875rem;
  }
}
.font-size-res-sm {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .font-size-res-sm {
    font-size: 0.85rem;
  }
}

.font-size-res-md {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .font-size-res-md {
    font-size: 1.25rem;
  }
}

.font-size-res-lg {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .font-size-res-lg {
    font-size: 1.5rem;
  }
}

/*24px*/
.font-size-xlg {
  font-size: 1.5rem;
}

/*20px*/
.font-size-lg {
  font-size: 1.25rem;
}

/*16px*/
.font-size-md {
  font-size: 1rem;
}

/*12px*/
.font-size-sm {
  font-size: 0.75rem;
}

/*10px*/
.font-size-xsm {
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  /*24px*/
  .font-size-xlg {
    font-size: 1.5rem;
  }

  /*20px*/
  .font-size-lg {
    font-size: 1.25rem;
  }

  /*16px*/
  .font-size-md {
    font-size: 1rem;
  }

  /*12px*/
  .font-size-sm {
    font-size: 0.75rem;
  }

  /*10px*/
  .font-size-xsm {
    font-size: 0.625rem;
  }
}
.letter-spacing-lg {
  letter-spacing: 0.4rem;
}

.letter-spacing-sm {
  letter-spacing: 0.2rem;
}

.line-height-lg {
  line-height: 1.875;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?h7mss4");
  src: url("fonts/icomoon.eot?h7mss4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?h7mss4") format("truetype"), url("fonts/icomoon.woff?h7mss4") format("woff"), url("fonts/icomoon.svg?h7mss4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "";
}

.icon-lineup:before {
  content: "";
}

.icon-movie:before {
  content: "";
}

.icon-tw:before {
  content: "";
}

.icon-gacha:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/imgs/page/movie_gacha/ico_gacha.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-18 {
  width: 18px;
  height: 18px;
}

.icon-circle {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .icon-circle-image {
  width: 20px;
} */

.icon-badge-gacha {
  width: 80px;
  height: 80px;
}

@media (max-width: 767.98px) {
  .icon-badge-gacha {
    width: 60px;
    height: 60px;
  }
}
.header {
  background-color: #e50011;
  border-bottom: 1px solid #c10011;
}

.header-inn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.header-logo-image {
  width: 80px;
}

.header-dot {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
}

.header-dot.dot-a {
  width: 50px;
  height: 50px;
  left: 5%;
  top: -25px;
}

.header-dot.dot-b {
  width: 34px;
  height: 34px;
  left: 23%;
  top: 22px;
}

.header-dot.dot-c {
  width: 28px;
  height: 28px;
  right: 20%;
  top: -15px;
}

.header-dot.dot-d {
  width: 18px;
  height: 18px;
  right: -1%;
  top: 30px;
}

.navigation {
  height: 44px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 3;
}

.navigation-item {
  background: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(91, 63, 54, 0.1);
}

.navigation-item:last-child {
  border-right: none;
}

.navigation-item.is-active {
  background: #e50011;
  color: #ffffff !important;
}

.navigation-item:hover {
  text-decoration: none;
}

.nav-page {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  margin-top: -20px;
  background-size: cover;
  z-index: 9999;
}

.nav-page-right {
  transition: 0.15s;
  right: 10px;
  background-image: url(/imgs/ico_page_right.png);
}

.nav-page-right.is-disable {
  right: -40px;
}

.nav-page-left {
  transition: 0.15s;
  left: 10px;
  background-image: url(/imgs/ico_page_left.png);
}

.nav-page-left.is-disable {
  left: -40px;
}

.header-navigation {
  height: 100%;
}

.header-navigation-inn {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.header-navigation-item {
  color: #ffffff;
  padding: 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.header-navigation-item:hover {
  background: #ffffff;
  color: #e50011;
  text-decoration: none;
}

.nav-bottom {
  background: #ffffff;
  width: 100%;
  height: 50px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

.nav-bottom-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.nav-bottom-item.is-tw {
  color: #1DA1F2;
}

.nav-bottom-item:hover {
  text-decoration: none;
}

.nav-bottom-item.is-active {
  color: #e50011;
}

.nav-bottom-icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*トップパネル周り*/
@media (min-width: 768px) {
  .top-panel-outer {
    background: #e50011;
    padding: 30px 0;
  }
}
.panel {
  position: relative;
  display: block;
}

.panel-title-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #ffffff;
}

@media (min-width: 768px) {
  .panel-title-bottom {
    background: rgba(255, 255, 255, 0.9);
    color: #5b3f36;
  }
}
.panel-title-circle {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
}

.panel-kitchen-slide,
.panel-crazypino-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.panel-kitchen-slide-item,
.panel-crazypino-slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.panel-kitchen-slide-item-a {
  background-image: url(/kitchen/p/1000.jpg);
}

.panel-kitchen-slide-item-b {
  background-image: url(/kitchen/p/1006.jpg);
}

.panel-kitchen-slide-item-c {
  background-image: url(/kitchen/p/1009.jpg);
}

.panel-crazypino-slide-item-a {
  background-image: url(/imgs/img_panel_crazypino_a.jpg);
}

.panel-crazypino-slide-item-b {
  background-image: url(/imgs/img_panel_crazypino_b.jpg);
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-slide img {
  max-height: 90%;
  flex: 0 0 auto;
}

.slider-news {
  padding: 10px 0;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .slider-news {
    padding: 15px 50px;
  }
}
.slider-news .slick-track {
  display: flex;
  align-items: stretch;
}

.slider-news-item {
  padding: 0 5px;
  position: relative;
  height: auto;
}

@media (min-width: 768px) {
  .slider-news-item {
    padding: 0 15px;
  }
}
.slider-news-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 0;
}

.slider-news-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.slider-news-icon.is-gacha {
  top: 0;
  left: -20px;
}

.slider-news-text {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: #fff;
  color: #e50011;
  padding: 9px;
  border-radius: 100px;
  box-shadow: 4px 4px 7px -4px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-news-inn-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 0;
}

.slide-lineup-item-inn > .slider-news-text {
  top: 3px;
  right: 3px;
  bottom: unset;
  height: 65px;
  width: 65px;
  font-size: 0.65rem;
}

@media (max-width: 767.98px) {
  .slide-lineup-item-inn > .slider-news-text {
    height: 45px;
    width: 45px;
  }
}
.slide-lineup-item-inn > .slider-news-text.is-gacha {
  top: 3px;
  right: 3px;
  bottom: unset;
  height: 57px;
  width: 57px;
  font-size: 0.65rem;
}

.footer {
  background: #e50011;
  padding: 2.5% 15px 65px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #c10011;
}

@media (min-width: 768px) {
  .footer {
  }
}
.logo-morinaga {
  width: 130px;
}

.footer-dot {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
}

.footer-dot.dot-a {
  width: 80px;
  height: 80px;
  left: 5%;
  top: 20px;
}

.footer-dot.dot-b {
  width: 34px;
  height: 34px;
  left: 23%;
  top: 200px;
}

.footer-dot.dot-c {
  width: 120px;
  height: 120px;
  right: 10%;
  top: 100px;
}

.footer-dot.dot-d {
  width: 40px;
  height: 40px;
  right: -1%;
  top: 30px;
}

.tag {
  border: 1px solid #5b3f36;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  background: #ffffff;
}

.tag-matcha {
  color: #0e6f3f;
  border-color: #0e6f3f;
  top: -27px;
  left: 5px;
  position: absolute;
}

.icon-circle {
  transform: scale(0.8);
  transform-origin: left;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e50011;
  color: #e50011;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .icon-circle {
    transform: scale(1);
  }
}

.title-ribbon {
  position: relative;
  height: 50px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  font-size: 18px;
  /*文字の大きさ*/
  background: #f57a78;
  /*塗りつぶし色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
}

.title-ribbon:before, .title-ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.title-ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.title-ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.fukidashi {
  position: relative;
  background: #ffffff;
  border: 2px solid #e50011;
  border-radius: 8px;
}

.fukidashi:after, .fukidashi:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.fukidashi:before {
  border-color: rgba(229, 0, 17, 0);
  border-bottom-color: #e50011;
  border-width: 18px;
  margin-left: -18px;
}

@media (min-width: 768px) {
  .fukidashi.is-left {
    position: relative;
    background: #ffffff;
    border: 2px solid #e50011;
  }

  .fukidashi.is-left:after, .fukidashi.is-left:before {
    right: 100%;
    top: 50%;
    bottom: auto;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .fukidashi.is-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 15px;
    margin-top: -15px;
  }

  .fukidashi.is-left:before {
    border-color: rgba(229, 0, 17, 0);
    border-right-color: #e50011;
    border-width: 18px;
    margin-top: -18px;
  }
}
.nav-list-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 2px solid #e50011;
  border-radius: 50px;
  width: 100%;
  background: #fff;
}

@media (min-width: 576px) {
  .nav-list-bottom {
    width: 450px;
  }
}
.nav-list-item {
  padding: 12px 20px;
  width: 100%;
  text-align: center;
}

.nav-list-prev {
  border-right: 2px solid #e50011;
}

.nav-list-next {
  border-left: 2px solid #e50011;
}

#page_enjoy .row.tw .panel {
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  border: 2px solid #3fa5f1;
  border-radius: 50px;
  color: #3fa5f1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

#page_enjoy .row.tw .panel .col-2.textC {
  display: none;
}

#page_enjoy .row.tw .panel .col-10 {
  width: 100% !important;
  max-width: 100% !important;
}

#page_enjoy .row.tw {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn_post_tw {
  padding: 12px 20px;
  width: 100% !important;
  text-align: center;
  border: 2px solid #3fa5f1;
  border-radius: 50px;
  color: #3fa5f1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
}

@media (min-width: 768px) {
  .btn_post_tw {
    padding: 20px 20px !important;
  }
}
.btn-round-red {
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  border: 2px solid #e50011;
  border-radius: 50px;
  color: #e50011;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media (min-width: 768px) {
  .btn-round-red {
    padding: 20px 20px;
  }
}
.circle-catch {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  right: -12px;
  background: #e50011;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.minion-credit {
  position: absolute;
  bottom: 4%;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  max-width: 240px;
}
@media (min-width: 992px) {
  .minion-credit {
    max-width: 600px;
  }
}

.minion-credit.is-asort {
  bottom: 10%;
}
@media (min-width: 992px) {
  .minion-credit.is-asort {
    bottom: 7%;
  }
}

.minion-credit.is-fruit {
  bottom: 0%;
}
@media (min-width: 992px) {
  .minion-credit.is-fruit {
    bottom: 0%;
  }
}

.tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid;
  border-bottom-color: #e50011;
  background: #ffffff;
}

@media (min-width: 576px) {
  .tab {
    border-bottom: 4px solid;
    border-bottom-color: #e50011;
    padding-top: 15px;
  }
}
.tab-item {
  width: 33.3333%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #ffffff;
  position: relative;
}

@media (min-width: 576px) {
  .tab-item {
    width: 180px;
    height: 70px;
    background: #EBEEF0;
    border-radius: 8px 8px 0 0;
    font-size: 1.25rem;
    margin: 0 2px;
  }
}
a.tab-item.is-active {
  font-weight: bold;
  color: #e50011;
}

@media (min-width: 576px) {
  a.tab-item.is-active {
    color: #ffffff;
    background-color: #e50011;
  }
}
.tab-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}

.is-active .tab-bar {
  background: #e50011;
}

@media (min-width: 576px) {
  .tab-bar {
    display: none;
  }
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeInPop;
  -webkit-animation-name: fadeInPop;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeInPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
.floating_s {
  animation-name: floating_s;
  -webkit-animation-name: floating_s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating_s {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(1.5%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
bounce-color
==============================================
*/
.bounce-color {
  animation-name: bounce-color;
  -webkit-animation-name: bounce-color;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce-color {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/* =======================================
   アレルゲン
   ======================================= */
.table_allergen {
  width: 100%;
  font-size: 0.625rem;
}

.table_allergen tr th {
  text-align: center;
  border: 1px solid #c8c8c8;
  background-color: #f0edeb;
  padding: 5px;
}

.table_allergen tr td {
  text-align: center;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  padding: 5px;
}

.table_allergen tr td.other {
  background-color: #ececec;
}

.table_allergen .noborder td {
  border-bottom: none;
}

.table_allergen .name {
  width: 40%;
}

.table_allergen .pkg {
  width: 30%;
}

.table_allergen .cal {
  width: 40%;
  text-align: right;
}

span[class*=anim-line] {
  position: relative;
  opacity: 0;
  bottom: -50px;
  display: inline-block;
}

span[class*=char] {
  position: relative;
  opacity: 0;
  bottom: -40px;
  display: inline-block;
}

.lettering {
  display: inline-block;
}

.kv {
  position: relative;
  z-index: 2;
}

.kv-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-item img {
  max-width: 1140px;
}

.kv-str {
  background-image: url(/imgs/kv_str_bg_pc.png);
  background-size: cover;
  background-position: center;
}

.kv-waguri {
  background-image: url(/imgs/bg_kv_waguri.png);
  background-size: cover;
  background-position: center;
}

.kv-minion {
  background-color: #e20012;
}

.kv-crazypino {
  background-image: url(/imgs/kv_crazypino_bg_pc.jpg);
  background-size: contain;
  background-position: center;
}

.kv-gacha {
  background-color: #fff000;
}

.kv-matcha2020 {
  background-color: #032603;
  background-image: url(/imgs/bg_kv_matcha2020.png);
  background-size: cover;
  background-position: center;
}

.kv-vannila-eva {
  background-color: #FFFFFF;
  background-image: url(/imgs/bg_kv-eva-pc.png);
  background-size: cover;
  background-position: center, top;
  border-bottom: 2px solid red;
}

.kv-attention-str {
  position: absolute;
  width: 42%;
  left: 9%;
  top: 76%;
}
@media (min-width: 768px) {
  .kv-attention-str {
    width: 30%;
    max-width: 100%;
    left: 57%;
    top: 73%;
  }
}

.top-panel-container {
  background: #e50011;
  position: relative;
  overflow: hidden;
}

.top-dot {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.top-dot.dot-a {
  width: 90px;
  height: 90px;
  left: 82%;
  top: 1%;
}

@media (min-width: 768px) {
  .top-dot.dot-a {
    width: 60px;
    height: 60px;
    left: 82%;
    top: 1%;
  }
}
.top-dot.dot-b {
  width: 120px;
  height: 120px;
  left: 27%;
  top: 30%;
}

@media (min-width: 768px) {
  .top-dot.dot-b {
    width: 140px;
    height: 140px;
    left: 31%;
    top: 65%;
  }
}
.top-dot.dot-c {
  width: 28px;
  height: 28px;
  left: 2%;
  top: 4%;
}

@media (min-width: 768px) {
  .top-dot.dot-c {
    width: 120px;
    height: 120px;
    left: 2%;
    top: 4%;
  }
}
.top-dot.dot-d {
  width: 100px;
  height: 100px;
  right: -20%;
  top: 65%;
}

.top-dot.dot-e {
  width: 50px;
  height: 50px;
  left: -5%;
  bottom: 2%;
}

#pjax-container-lineup {
  position: relative;
}

.lineup-content {
  margin-top: -20px;
  position: relative;
}

.slide-lineup {
  max-width: 1140px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .slide-lineup {
    padding: 0 50px;
  }
}

.slide-lineup-bg {
  width: 100%;
  height: 185px;
  background-image: url(/imgs/bg_lineup_nav.png);
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .slide-lineup-bg {
    background-position: bottom;
  }
}
.slide-lineup .slick-track {
  display: flex;
  align-items: stretch;
}

.slide-lineup-item {
  padding: 15px 5px;
  height: 100%;
}

.slide-lineup-item:hover {
  text-decoration: none;
}

.slide-lineup-item-inn {
  padding: 10px;
  background-color: #e50011;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
  height: 120px;
}

.slide-lineup-item-inn.is-horizontal {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
}

@media screen and (max-width: 374px) {
  .slide-lineup-item-inn.is-horizontal {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.slide-lineup-image {
  width: 130px;
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .slide-lineup-image {
    width: 100px;
  }
}
.slide-lineup-item-inn.is-horizontal .slide-lineup-image {
  width: 85px;
  margin-right: 10px;
  margin-bottom: 0;
  flex: 0 0 auto;
}

@media screen and (max-width: 374px) {
  .slide-lineup-item-inn.is-horizontal .slide-lineup-image {
    width: 60px;
    margin-right: 0;
    margin-bottom: 10px;
    flex: 0 0 auto;
  }
}
.slide-lineup-item.is-active .slide-lineup-item-inn:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #e50011;
  border-width: 12px;
  margin-left: -12px;
}

.slide-lineup-name {
  text-align: center;
}

.lineup-footer {
  padding: 30px 15px 15px;
}

@media (min-width: 768px) {
  .lineup-footer {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.lineup-footer-info {
  position: relative;
  background: #ffffff;
  border: 2px solid #e50011;
  border-radius: 12px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .lineup-footer-info {
    display: flex;
    align-items: center;
  }
}
.lineup-footer-detail {
  border-bottom: 1px dotted;
  border-color: #e50011;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .lineup-footer-detail {
    border-bottom: none !important;
    border-right: 1px dotted;
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .lineup-footer-recommend {
    width: 40%;
    margin: 0 auto;
  }
}
.lineup-footer-info:after,
.lineup-footer-info:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.lineup-footer-info:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}

.lineup-footer-info:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e50011;
  border-width: 15px;
  margin-left: -15px;
}

.recommend-pkg {
  width: 100px;
}

.lineup-sub-title {
  width: 90%;
  margin: 0 auto;
}

.lineup-trivia {
  margin-bottom: 15px;
}

.lineup-trivia-title img {
  width: 160px;
}

.title-ribbon.lineup-trivia-title {
  background: #e50011;
}

.lineup-sub {
  height: 220px;
  text-align: center;
  margin-top: -25px;
}

@media (min-width: 768px) {
  .lineup-footer-sub {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .lineup-trivia {
    width: 49%;
  }
}
.lineup-trivia-inn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #e50011;
  padding: 15px;
}

.trivia-text {
  font-size: 18px;
  letter-spacing: 0.15rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .lineup-gallery {
    width: 49%;
  }
}
.lineup-gallery:hover {
  text-decoration: none;
}

.title-ribbon.lineup-gallery-title {
  background: #3fa5f1;
}

.lineup-gallery-inn {
  border: 2px solid #3fa5f1;
  background-image: url(/imgs/bg_panel_flavor.png);
  background-repeat: no-repeat;
  background-size: auto 140px;
  background-position: center bottom;
}

.lineup-gallery-inn .text-blue {
  color: #3fa5f1;
  margin-top: 40px;
  font-size: 12px;
}

.mov-thumb {
  position: relative;
}

.mov-new {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.mov-icon-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mov-icon {
  width: 80px;
  opacity: 0.8;
}

.mov-icon.is-small {
  width: 40px;
  opacity: 0.8;
}

.fancybox-button--play,
.fancybox-button--thumbs {
  display: none;
}

section {
  /* background-color: #ffffff; */
}

#vi img {
  width: 100%;
}

.vi_bottom {
  width: 100%;
  background: #e50011;
}

.img_vi_text {
  padding: 20px;
}

.txt_vi {
  text-align: center;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

#concerpino {
  background-color: #ffffff;
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.concerpino_inn {
  border: 1px solid #e50011;
  position: relative;
  padding: 15px;
}

.concerpino_inn_content {
  max-width: 480px;
  margin: 0 auto;
}

.tab_new {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 60px;
}

.txt_conterpino {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.img_concerpino {
  padding: 0 10px;
}

.mov_concerpino {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 15px auto;
}

.mov_concerpino iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.share {
  color: #e50011;
  font-size: 16px;
  font-weight: 600;
}

.share_container {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_share {
  width: 40px;
  height: 40px;
  margin: auto;
}

.btn_share:nth-child(2) {
  margin: auto 20px;
}

.txt_share_btm {
  width: 100%;
  background-color: #e50011;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  padding: 15px;
}

.txt_share_btm span {
  font-size: 14px;
  font-weight: 100;
}

#block_container {
  width: 100%;
  /* border: 2px solid #e50011; */
  margin: 0px 0 30px;
  padding: 0;
  /* display: flex; */
}

.container_inn {
  width: 100%;
  text-align: center;
  padding: 0px 0 30px;
  margin: 0 0 20px;
  background-color: #e50011;
  color: #ffffff;
}

.img_to_pinoland img, .img_to_henshinpino img {
  width: 100%;
}

.container_inn span {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}

.txt_container {
  margin: 10px 0 20px;
}

.btn_container {
  width: 70%;
  margin: 0 auto;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #5b3f36;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

/* ==========================================================================
   美味しさのひみつ
   ========================================================================== */
.secret-container {
  background: #e50011;
  color: #ffffff;
}

#icon_pino {
  width: 60px;
  margin: 0 auto 20px;
}

.secret-item {
  text-align: center;
  font-size: 0.75rem;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .secret-item {
    font-size: 1rem;
    padding: 60px 30px;
  }
}
.secret-item-inn {
  padding-top: 150px;
}

@media (min-width: 768px) {
  .secret-item-inn {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .secret-desc {
    opacity: 0.85;
  }
}
.secret-desc-index {
  width: 100px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .secret-desc-index {
    margin: 0 auto 30px;
  }
}
.secret-desc-title {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .secret-desc-title {
    font-size: 1.75rem;
    letter-spacing: 0.25rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .secret-desc-title {
    font-size: 1.2rem;
  }
}
.secret-desc-title.is-first {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .secret-desc-title.is-first {
    font-size: 2.5rem;
  }
}
.secret-desc-detail {
  letter-spacing: 0.05rem;
  line-height: 1.6;
}

@media screen and (max-width: 374px) {
  .secret-desc-detail {
    letter-spacing: normal;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .secret-desc-detail {
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
}
#secret_1 {
  color: #e50011;
  background: url(/imgs/page/secret/bg_secret1.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  #secret_1 {
    color: #fff;
    background: url(/imgs/page/secret/pc/secret1_bg2.jpg) no-repeat;
    background-position: 0% 50%;
  }
}
#secret_2 {
  background: url(/imgs/page/secret/bg_secret2.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  #secret_2 {
    background: url(/imgs/page/secret/pc/secret2_bg.jpg) no-repeat;
    background-position: 40% 37%;
  }
}
#secret_3 {
  background: url(/imgs/page/secret/bg_secret3.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  #secret_3 {
    background: url(/imgs/page/secret/pc/secret3_bg.jpg) no-repeat;
    background-position: 15% 20%;
  }
}
#secret_4 {
  color: #e50011;
  background: url(/imgs/page/secret/bg_secret4.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) {
  #secret_4 {
    background: url(/imgs/page/secret/pc/secret4_bg.jpg) no-repeat;
    background-position: 15% 45%;
  }
}
#secret_5 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  #secret_5 {
    font-size: 1.25rem;
  }
}
/* ==========================================================================
   ブランドストーリー
   ========================================================================== */
#history {
  background: #e50011;
  overflow: hidden;
}

#history #header {
  position: fixed;
  top: 0;
  z-index: 10005;
  background: #e50011;
}

.animation_fadein {
  visibility: hidden;
}

#story_intro {
  padding: 100px 0 100px 0;
}

.char_story {
  margin-top: 50px;
  position: relative;
}

.char_story > div {
  display: inline-block;
  padding: 0 5px;
}

.char_story .char_pino_b {
  position: relative;
  top: 33px;
}

.char_story .char_pino_ichigo, .char_story .char_pino_almond {
  position: relative;
  top: 15px;
}

.char_pino_m {
  width: 48px;
  position: relative;
  top: -12px;
}

.section .vi {
  padding: 5px 60px;
  text-align: center;
}

.section .vi_s {
  padding: 5px 80px;
  text-align: center;
}

.section .vi_s.year {
  width: 260px;
  margin: 0 auto;
  padding: 20px 80px;
}

.btn_trivia {
  padding: 10px 0;
}

.btn_trivia > div {
  padding: 0 10px 0 0;
}

.btn_trivia .icon {
  width: 54px;
}

.section .main {
  padding: 10px;
}

.section .main .inn {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
}

.section .main .inn h1 {
  font-size: 20px;
  color: #e50011;
  font-weight: bold;
  line-height: 1.6;
}

.section .main .inn h2 {
  font-size: 14px;
  color: #e50011;
  font-weight: normal;
  line-height: 2em;
}

.section .sub {
  padding: 10px;
}

.section .sub .inn {
  padding: 10px;
}

.section .sub .inn h1 {
  font-size: 16px;
  color: #ffffff;
}

.section .sub .inn h2 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 15px;
}

.section .sub .inn p {
  color: #ffffff;
}

/*イントロの設定*/
#story_intro_2 p {
  color: #ffffff;
}

#story_1 {
  background-color: #ffde00;
}

#story_1_1 {
  background-color: #ffde00;
}

#story_1_1 .sub .inn h2 {
  color: #7f191e;
}

#story_1_1 .sub .inn p {
  color: #7f191e;
}

#story_2 {
  background-color: #eb6877;
}

#story_2_1 {
  background-color: #eb6877;
}

#story_3_1 {
  padding: 0 0 20px 0;
}

@media (min-width: 768px) {
  #story_3_1 {
    background: #951d25;
    text-align: center;
  }
}
#Stage {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hisotry-item .container {
    display: flex;
    align-items: center;
    padding: 50px 0;
    position: relative;
  }

  .history-vi {
    width: 140px;
    flex: 0 0 auto;
    position: relative;
  }

  .history-vi .vi {
    padding: 5px 0px;
  }

  .history-vi .vi_s {
    padding: 5px 0px;
  }

  .history-text {
    padding-left: 100px;
    position: relative;
  }

  .history-bar {
    position: absolute;
    left: 60px;
    width: 20px;
    height: 100%;
    background: #8a1b21;
  }
}
.kitchen-main {
  background: url(/imgs/page/kitchen/bg_kitchen_title.jpg);
  padding: 30px 5px 15px;
}

.slide-kitchen-page-item {
  color: #fff;
}

a.slide-kitchen-page-item:hover {
  color: #fff;
}

.slide-kitchen-page-iamge {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 5px;
}

#container_recipe_detail {
  border-bottom: 1px dotted #e50011;
}

@media (min-width: 768px) {
  .kitchen-list-text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #container_kitchen_recipe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.recipe-main-title {
  width: 240px;
  margin-bottom: 15px;
}

.recipe-main-desc {
  padding: 15px 0;
}

.recipe-main-desc-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.recipe-heading-1 {
  padding: 5px 15px;
  background: #e50011;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.recipe-heading-2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.recipe-sub-info {
  padding: 10px;
  background: #EBEEF0;
  font-size: 0.75rem;
}

/* ==========================================================================
   トリビア
   ========================================================================== */
#trivia-detail {
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .trivia-page-title-outer {
    border-bottom: 1px solid;
    border-color: #5b3f36;
    padding-bottom: 15px;
  }
}
.trivia-vi {
  width: 200px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .trivia-vi {
    width: 90%;
    margin: 0 auto 0;
  }
}
.trivia-page-vi-sub {
  width: 200px;
  margin: 0 auto;
}

.trivia-page-desc {
  text-align: center;
}

@media (min-width: 768px) {
  .trivia-page-desc {
    text-align: left;
  }
}
.trivia-page-text {
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 15px;
}

.trivia-page-title {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-right: 15px;
}

.trivia-page-num {
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: #5b3f36;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
}

.trivia-list-inn {
  list-style-type: decimal;
}

.trivia-list-inn li {
  padding: 5px 0;
}

.trivia-list-inn li a:hover {
  color: #e50011;
}

.is-dark .trivia-page-num {
  border-color: #ffffff;
}

.is-dark .trivia-page-title-outer {
  border-color: #ffffff;
}

.is-dark #trivia-detail {
  color: #ffffff;
}

/*トリビア1*/
#container_trivia_cont_inn[class*=tr01] {
  background: #fff45c;
}

/*トリビア2*/
#container_trivia_cont_inn[class*=tr02] {
  background: #79e9da;
}

/*トリビア3*/
#container_trivia_cont_inn[class*=tr03] {
  background: #5d4037;
  color: #ffffff;
}

/*トリビア4*/
#container_trivia_cont_inn[class*=tr04] {
  background: #7fc59c;
}

/*トリビア5*/
#container_trivia_cont_inn[class*=tr05] {
  background: #00b7ee;
}

/*トリビア6*/
#container_trivia_cont_inn[class*=tr06] {
  background: #fdad00;
}

/*トリビア7*/
#container_trivia_cont_inn[class*=tr07] {
  color: #ffffff;
  background: #BE010F;
}

/* =======================================
   成分チェッカー
   ======================================= */
@media (min-width: 768px) {
  #page_enjoy .container {
    background-image: url("/imgs/page/seibun/bg_seibun_bottom_pc.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
}
#page_enjoy {
  background: url("/imgs/page/seibun/bg_grid.jpg");
}

@media (min-width: 768px) {
  #page_enjoy h1 {
    padding: 30px 0 0;
    width: 600px;
  }
}
#seibun .pamel_shadow_inn {
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #seibun .pamel_shadow_inn {
    padding: 15px 15px 40px;
  }
}
#seibun form .head {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

#seibun form .box_input {
  border: 2px solid #e50011;
  background: #ffffff;
  padding: 0 5px;
  border-radius: 4px;
}

#seibun form .box_input input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 10px 0;
}

ul.box_radio {
  padding: 0;
  margin: 0;
}

.box_radio li {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.box_radio input {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.box_radio label {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  display: block;
  border: 2px solid #e50011;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
  margin: 0;
}

.box_radio li:last-child label {
  border-left: 0;
  border-radius: 0 4px 4px 0;
  margin: 0;
}

.box_radio label.active {
  background: #e50011;
  color: #ffffff;
}

.submit_seibun {
  display: block;
  border: 0;
  width: 260px;
  height: 69px;
  background: url("/imgs/page/seibun/btn_seibun_post.png") no-repeat;
  background-position: center center;
  background-size: 260px auto;
  margin: 0 auto;
}

.seibun-bottom {
  width: 240px;
  margin: 0 auto;
}

.btn_post_fb {
  width: 80%;
  margin: 0 auto;
  background: #556fa6;
  padding: 15px 0;
}

.btn_post_tw {
  width: 80%;
  margin: 0 auto;
  background: #33ccff;
  padding: 15px 0;
}

.title_seibun_result {
  width: 200px;
}

@media (min-width: 768px) {
  .title_seibun_result {
    width: 280px;
  }
}
.result-seibun-img {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .result-seibun-img {
    width: 100%;
    text-align: center;
  }
}
/* =======================================
   投稿完了ページ
   ======================================= */
#box_comp {
  width: 100%;
  height: 300px;
  position: relative;
}

#char_comp {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 40%;
}

#char_comp_fukidashi {
  width: 0;
  position: absolute;
  top: 45px;
  left: 27%;
}

/* ==========================================================================
   FORTUNE TABEJUN
   ========================================================================== */
.title_tabejun {
  width: 100%;
}

.box_tabejun {
  width: 100%;
}

.box_count {
  height: 40px;
  line-height: 40px;
  width: 65%;
  padding: 0 20px 0 0;
}

.box_count_parts {
  width: 35%;
}

.btn {
  position: relative;
}

.over {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.box_tabejun_result {
  width: 100%;
  background: url(/imgs/page/tabejun/bg_tabejun_result.png);
  background-size: cover;
  padding: 5px 5px 0;
}

.inner_tabejun_result {
  background: url(/imgs/page/tabejun/bg.jpg);
  padding: 30px 10px 10px;
}

.parts_tabejun_result {
  width: 100%;
  position: absolute;
  top: 5px;
}

.parts_tabejun_result img {
  width: 30%;
}

.result_title {
  font-size: 25px;
}

.result_1th {
  font-size: 12px;
}

.result_2th {
  font-size: 12px;
}

.result_pino {
  font-size: 16px;
}

.result_3th {
  font-size: 12px;
}

.result_4th {
  font-size: 12px;
}

.result_5th {
  font-size: 12px;
}

.result_6th {
  font-size: 12px;
}

@media (min-width: 768px) {
  .page_tabejun {
    background: #e50011;
  }

  .page_tabejun.is-result {
    background: url(/imgs/page/tabejun/bg_tabejun_result.png);
  }

  .page_tabejun_inn {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
  }

  .box_tabejun_result-inn {
    max-width: 640px;
    margin: 0 auto;
  }

  .inner_tabejun_result {
    padding: 60px 30px 30px;
  }

  .result_title {
    font-size: 30px;
  }

  .result_1th {
    font-size: 14px;
  }

  .result_2th {
    font-size: 14px;
  }

  .result_pino {
    font-size: 20px;
  }

  .result_3th {
    font-size: 14px;
  }

  .result_4th {
    font-size: 14px;
  }

  .result_5th {
    font-size: 14px;
  }

  .result_6th {
    font-size: 14px;
  }
}
/* =======================================
   投稿完了ページ
   ======================================= */
#box_comp {
  width: 100%;
  height: 300px;
  position: relative;
}

#char_comp {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 40%;
}

#char_comp_fukidashi {
  width: 0;
  position: absolute;
  top: 45px;
  left: 27%;
}

.catch-sp {
  width: 170px;
  position: absolute;
  right: 0;
  top: -56px;
}
@media (min-width: 768px) {
  .catch-sp {
    width: 240px;
    position: relative;
    right: 0;
    top: 0;
  }
}

.bg-str-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/imgs/page/movie_str/bg.png);
  background-size: cover;
  z-index: -1;
}

.bg-str-fixed-moon {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-str-fixed-moon {
    width: 700px;
    right: -200px;
  }
}

.step-container {
  display: flex;
  margin: 30px auto 50px;
}

.step-box {
  position: relative;
  width: calc(100% / 6);
}

.step-box:last-child {
  width: calc((100% / 6) - 15px);
}
@media (max-width: 991.98px) {
  .step-box:last-child {
    width: calc((100% / 6) - 10px);
  }
}
@media (max-width: 767.98px) {
  .step-box:last-child {
    width: calc((100% / 6) - 5px);
  }
}

.btn-box {
  position: relative;
  background-color: #fff100;
  width: calc((100% / 3) + (100% / 7));
  padding: 5px 30px 5px 0px;
  border: 2px solid #e50011;
  border-radius: 10px;
  color: #e50011;
}

@media (max-width: 767.98px) {
  .btn-box {
    width: 100%;
    padding: 5px 5px 25px;
  }
}
.btn-box.is-red {
  background-color: #e50011;
  color: #fff;
}

.btn-box:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}

@media (max-width: 767.98px) {
  .btn-box:after {
    top: unset;
    bottom: 5px;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.btn-box.is-down:after {
  background-image: url(/imgs/page/movie_gacha/img_arrow_down.png);
}

.btn-box.is-right:after {
  background-image: url(/imgs/page/movie_gacha/img_arrow_right.png);
}

.lede {
  position: relative;
  border: 2px solid #e50011;
  border-radius: 10px;
  padding: 50px 100px 20px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .lede {
    height: auto;
    padding: 40px 10px 10px;
    border: 2px solid #e50011;
    transition: all 0.7s linear;
  }

  /*
     input:checked ~ .lede {
      padding: 40px 10px 10px;
      height: 1100px;
      visibility: visible;
    }
  */
}
#howto {
  display: none;
}

.lede-title {
  position: relative;
  display: block;
  width: 50%;
  margin: auto;
  top: 40px;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #e50011;
  border-radius: 10px;
  padding: 5px 0;
  z-index: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .lede-title {
    border-radius: 50px;
    width: 80%;
    max-width: calc(100% - 20px);
    top: 25px;
    margin: auto;
    text-align: center;
  }

  /*
    input:checked ~ .lede-title {
      background-color: $white;
      color: $red;
      border: 2px solid $red;
    }

    .lede-title:after {
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      margin: auto 0 auto 10px;
      top: 0;
      bottom: 0;
      background-image: url(/imgs/page/movie_gacha/ico_plus.png);
      background-size: contain;
    }

    input:checked ~ .lede-title:after {
      background-image: url(/imgs/page/movie_gacha/ico_minus.png);
    }
  */
}
.lede-inn p:last-child {
  color: #e50011;
  text-align: right;
}

@media (max-width: 767.98px) {
  .lede-inn p:last-child {
    color: #e50011;
    text-align: unset;
  }
}
.lede-inn-bottom {
  display: flex;
}

@media (max-width: 767.98px) {
  .lede-inn-bottom {
    display: block;
  }
}
.lede-inn-bottom-left {
  width: 20%;
  padding: 40px 20px;
}

@media (max-width: 767.98px) {
  .lede-inn-bottom-left {
    width: 100%;
    padding: 10px 20px;
    display: inline-table;
  }
}
.lede-inn-bottom-left img {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .lede-inn-bottom-left img {
    width: 50%;
    height: auto;
    padding: 0 10px;
  }
}
.lede-inn-bottom-right {
  width: 80%;
  padding: 40px 20px;
}

@media (max-width: 767.98px) {
  .lede-inn-bottom-right {
    width: 100%;
    padding: 40px 0 0;
  }
}
.lede-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .lede-bottom-text {
    display: block;
    margin: auto;
    text-align: center;
    padding: 0 20px;
  }
}
.lede-inn-title {
  background-color: #e50011;
  border-radius: 10px;
  padding: 2px 20px;
  color: #fff;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .lede-inn-title {
    padding: 2px 20px;
    margin: 0 auto 20px;
    display: inline-block;
  }
}
.lede-bottom-img {
  display: flex;
}

@media (max-width: 767.98px) {
  .lede-bottom-img {
    display: block;
  }
}
.lede-bottom-img > img {
  width: 50%;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .lede-bottom-img > img {
    width: 100%;
    padding: 20px;
  }
}
.movie-gacha {
  position: relative;
  border: 2px solid #e50011;
  border-radius: 10px;
  padding: 80px 100px 50px;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .movie-gacha {
    padding: 30px 20px 30px;
  }
}
.gacha-title {
  position: relative;
  display: inline;
  left: -20px;
}

.gacha-title:after {
  position: absolute;
  content: "";
  background-image: url(/imgs/page/movie_gacha/img_title_gacha.png);
  width: 160px;
  height: 160px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -40px;
  left: calc(50% + 80px);
  z-index: 1;
}

@media (max-width: 991.98px) {
  .gacha-title:after {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20px;
    left: unset;
    right: -50px;
  }
}
.gacha-title.is-only-gacha:after {
  background-image: url(/imgs/page/movie_gacha/img_title_gacha_only.png);
}

.is-icon-twitter:before {
  position: relative;
  content: "";
  background-image: url(/imgs/ico_x.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 36px;
  left: -40px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .is-icon-twitter:before {
    position: relative;
    width: 30px;
    height: 30px;
    top: 10px;
    left: -30px;
    right: unset;
    display: inline-flex;
  }
}
.movie-container {
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25% 0;
  background-color: #a2a2a2;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.is-underline {
  position: relative;
  margin: auto;
  width: 300px;
  height: 10px;
  border-bottom: 2px solid #e50011;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .is-underline {
    width: 70%;
  }
}
.gacha-balloon {
  position: relative;
  background-image: url(/imgs/page/movie_gacha/bg_balloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 20px;
  top: 30px;
}

@media (max-width: 991.98px) {
  .gacha-balloon {
    background-image: url(/imgs/page/movie_gacha/bg_balloon_sp.png);
    width: 70%;
    padding: 20px 0px;
    top: 0px;
    left: 15%;
  }
}
.gacha-balloon div {
  padding-top: 10px;
}

.gacha-collabo-container {
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .gacha-collabo-container {
    margin-top: 30px;
  }
}
.collabo-container-inn {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .collabo-container-inn {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
.font-tsukugo {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: -0.1rem;
}

.collabo-title {
  display: flex;
  align-items: center;
  width: 40%;
}

@media (max-width: 991.98px) {
  .collabo-title {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .collabo-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.collabo-title > .ico-twitter {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .collabo-title > .ico-twitter {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.collabo-name {
  text-align: left;
}

.collabo-movie-container {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}

@media (max-width: 767.98px) {
  .collabo-movie-container {
    width: 100%;
  }
}
.collabo-movie-box {
  width: 50%;
}

@media (max-width: 767.98px) {
  .collabo-movie-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.collabo-movie {
  position: relative;
  width: 175px;
  height: 175px;
  background-color: #a5a5a5;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/imgs/page/movie_gacha/ico_movie_start.png);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.collabo-movie > iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .collabo-movie {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .collabo-movie {
    width: 120px;
    height: 120px;
  }
}
.gacha-footer {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .gacha-footer {
    display: flex;
    align-items: start;
  }
}
@media (max-width: 767.98px) {
  .gacha-pkg {
    font-size: xx-small;
    width: calc(100% / 3);
  }
}
.gacha-pkg img {
  padding: 20px 40px 5px;
}

@media (max-width: 767.98px) {
  .gacha-pkg img {
    padding: 20px 10px 5px;
  }
}
@media (max-width: 767.98px) {
  .gacha-badge {
    width: calc(100% / 3);
    font-size: xx-small;
  }
}
.gacha-badge img {
  width: 135px;
}

.gacha-kv-container {
  max-width: 1140px;
}

@media (max-width: 1199.98px) {
  .gacha-kv-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .gacha-kv-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .gacha-kv-container {
    max-width: 100%;
    margin: 0 !important;
  }
}
.step-slide-container {
  position: relative;
  display: flex;
  /*  width: 100%;
    overflow: hidden;
    padding: 0;
  */
}

.step-slide-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  margin: auto;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.step-slide-arrow.before {
  background-image: url(/imgs/page/movie_gacha/ico_arrow_before.png);
  left: -50px;
}

.step-slide-arrow.next {
  background-image: url(/imgs/page/movie_gacha/ico_arrow_next.png);
  right: -50px;
}

.step-slide {
  position: absolute;
  max-width: 1140px;
  transition: all 0.5s ease-in;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 1;
}

.step-slide:first-child {
  position: relative;
}

.step-slide.is-left {
  left: -100%;
  right: unset;
  opacity: 0;
}

.step-slide.is-right {
  right: -100%;
  left: unset;
  opacity: 0;
}

.tab-content.is-gacha {
  overflow: hidden;
}

.anchor-container.pc {
  position: relative;
  top: -150px;
  right: calc(-100% + 40px);
  margin-bottom: -220px;
  z-index: 1;
}

.anchor-container.pc.stuck {
  position: fixed;
  top: 0px;
  right: -250px;
}

@media (max-width: 767.98px) {
  .anchor-container.sp {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
    z-index: 11;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  }

  .anchor-container.sp.stuck {
    position: fixed;
    top: 44px;
  }
}
.anchor-container-inn {
  position: relative;
  display: flex;
  right: 0;
  transition: all 0.5s ease-in-out;
  z-index: 5;
  margin-bottom: 5px;
  cursor: pointer;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  height: 220px;
}

@media (max-width: 767.98px) {
  .anchor-container-inn {
    position: absolute;
    display: block;
    right: unset;
    width: 100%;
    max-height: 2px;
    overflow: hidden;
    box-shadow: unset;
  }
}
.anchor-container-inn.is-active {
  right: 240px;
}

@media (max-width: 767.98px) {
  .anchor-container-inn.is-active {
    right: unset;
    max-height: 350px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
.anchor-tab-container {
  display: flex;
}

.anchor-tab {
  width: 40px;
  padding: 12px;
  border: 2px solid #e50011;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 767.98px) {
  .anchor-tab {
    display: flex;
    width: 100%;
    border-bottom: unset;
    border-radius: unset;
    padding: 12px 5px;
    justify-content: center;
  }
}
.anchor-tab.is-yellow {
  background-color: #fff100;
  color: #e50011;
}

.anchor-tab.is-red {
  background-color: #e50011;
  color: #fff;
}

.anchor-block {
  width: 250px;
  background-color: #FBEDF9;
  display: inline-grid;
  border: 2px solid #e50011;
  border-left: none;
}

.anchor-block.is-gacha {
  background-color: #fffcd7;
}

@media (max-width: 767.98px) {
  .anchor-block {
    width: 100%;
    border: 2px solid #e50011;
  }
}
.anchor {
  position: relative;
  padding: 10px 20px 10px 20px;
  display: block;
  width: 250px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .anchor {
    margin: 0;
    width: 100%;
  }
}
.anchor:hover {
  font-weight: 700;
}

.anchor:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  background-image: url(../imgs/page/movie_gacha/ico_line_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.anchor:first-child:after {
  background-image: unset;
}

.nav-bottom {
  z-index: 15;
}

.menu-bar {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  content: "";
  width: 15px;
  height: 15px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .menu-bar {
    position: absolute;
    left: 20px;
  }
}

.is-yellow > .menu-bar {
  background-image: url(/imgs/page/movie_gacha/ico_menu_red.png);
}

.is-yellow > .menu-bar.is-active {
  background-image: url(/imgs/page/movie_gacha/ico_menu_close_red.png);
}

.is-red > .menu-bar {
  background-image: url(/imgs/page/movie_gacha/ico_menu.png);
}

.is-red > .menu-bar.is-active {
  background-image: url(/imgs/page/movie_gacha/ico_menu_close.png);
}

.slide-lineup-item-vanilla .slide-lineup-name {
  color: #ffffff;
}

.vanilla .lineup-content {
  background: #C10011;
}

.vanilla.is-minion .lineup-content {
  background: #e60012;
}

.vanilla.is-eva .lineup-content {
  background: #000000;
}

.vanilla .lineup-content img.pc {
  margin: 0 auto;
}

.slide-lineup-item-str .slide-lineup-item-inn {
  background: #000000;
  color: #ffffff;
}

.slide-lineup-item-str.is-active .slide-lineup-item-inn:after {
  border-top-color: #000000;
}

.slide-str-image {
  padding: 15px 5px 0;
  margin-bottom: 10px;
}

.str-container .lineup-content {
  background: #000000;
  padding: 0 0 30px;
}

.str-container .lineup-footer-info {
  border-color: #000000;
}

.str-container .lineup-footer-info:before {
  border-bottom-color: #000000;
}

.str-container .lineup-footer-detail {
  border-bottom: 1px dotted #000000;
}

.str-container .lineup-content-a {
  text-align: center;
  background: #ffe40a;
}

.str-container .lineup-content-b {
  text-align: center;
  background: #000000;
}

.str-container .slick-dots li button:before {
  color: #ffffff;
}

.str-container .lineup-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.str-container .bg-left {
  background-image: url(/imgs/page/lineup/str/bg_left.png);
  background-position: -85% 15%;
  background-size: 80%;
}

.str-container .bg-right {
  background-image: url(/imgs/page/lineup/str/bg_right.png);
  background-position: 115% 0;
  background-size: 35%;
}

.slide-lineup-item-asort .slide-lineup-name {
  color: #ffffff;
}

.asort .lineup-content {
  background: #C10011;
}

.asort.is-minion .lineup-content {
  background: #e60012;
}

.asort.is-gacha .lineup-content {
  background-image: url(/imgs/page/lineup/asort_gacha/bg_pc.png);
  background-size: 170%;
  position: relative;
  background-position: top;
  background-repeat: repeat-x;
  background-color: #e60010;
}

.asort .lineup-content img.pc {
  margin: 0 auto;
}

.asort.is-gacha .lineup-content img.pc {
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px 50px 0;
}

.asort.is-gacha .bnr-container {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 50px;
}

@media (max-width: 991.98px) {
  .asort.is-gacha .bnr-container {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
.asort.is-gacha .bnr-container img.pc {
  display: block;
  margin: auto;
  width: 700px;
}

.asort.is-gacha .bnr-container img.sp {
  display: block;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}

.slide-lineup-item-fruits .slide-lineup-item-inn {
  background: #f6d449;
  color: #000000;
}

.slide-lineup-item-fruits.is-active .slide-lineup-item-inn:after {
  border-top-color: #f6d449;
}

.fruits .lineup-content {
  background: #f6d449;
}

.fruits .lineup-content img.pc {
  margin: 0 auto;
}

.slide-lineup-item-matcha .slide-lineup-item-inn {
  background: #006837;
}

.slide-lineup-item-matcha2020 .slide-lineup-item-inn {
  background: #032603;
}

.slide-lineup-item-matcha.is-active .slide-lineup-item-inn:after {
  border-top-color: #006837;
}

.slide-lineup-item-matcha.is-active .slide-lineup-item-inn:after {
  border-top-color: #032603;
}

.slide-lineup-item-matcha .slide-lineup-name,
.slide-lineup-item-matcha2020 .slide-lineup-name {
  color: #ffffff;
}

.slide-lineup-item-matcha2020.is-active .slide-lineup-item-inn:after {
  background: #032603;
  transform: rotateZ(-45deg);
  top: 88%;
  z-index: -1;
}

.matcha-container .lineup-footer-info {
  border-color: #006837;
}

.matcha-container .lineup-footer-info:before {
  border-bottom-color: #006837;
}

.matcha-container .lineup-footer-detail {
  border-color: #006837;
}

.matcha-container .lineup-content {
  background: #006737;
}

.matcha2020-container .lineup-footer-info {
  border-color: #032603;
}

.matcha2020-container .lineup-footer-info:before {
  border-bottom-color: #032603;
}

.matcha2020-container .lineup-footer-detail {
  border-color: #032603;
}

.matcha2020-container .lineup-content {
  background: #032603;
  background-position: center;
  background-image: url(/imgs/page/lineup/matcha2020/kv_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-content-matcha {
  padding: 0 0 30px;
  overflow: hidden;
}

.lineup-content-matcha2020 {
  padding: 100px 0 50px;
  overflow: hidden;
  width: 80%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .lineup-content-matcha2020 {
    padding: 15px 0 0;
    width: 100%;
  }
}

.slide-matcha-image {
  padding: 0 5px 0;
  margin-bottom: 10px;
}

.matcha-pattern {
  position: absolute;
  width: 15px;
  top: 0;
  height: 100%;
  background-position: center;
}

@media (min-width: 768px) {
  .matcha-pattern {
    width: 120px;
  }
}
.matcha-pattern-left {
  left: 0;
  background-image: url(/imgs/page/lineup/matcha/left.png);
}

.matcha-pattern-right {
  right: 0;
  background-image: url(/imgs/page/lineup/matcha/right.png);
}

.matcha2020-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-image: url(/imgs/page/lineup/matcha2020/kv_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-lineup-item-waguri .slide-lineup-item-inn {
  background: #2f0202;
}

.slide-lineup-item-waguri.is-active .slide-lineup-item-inn:after {
  border-top-color: #2f0202;
}

.slide-lineup-item-waguri .slide-lineup-name {
  color: #ffffff;
}

.waguri-container .lineup-footer-info {
  border-color: #2f0202;
}

.waguri-container .lineup-footer-info:before {
  border-bottom-color: #2f0202;
}

.waguri-container .lineup-footer-detail {
  border-color: #2f0202;
}

.waguri-container .lineup-content {
  background-image: url(/imgs/bg_kv_waguri.png);
}

.lineup-content-waguri {
  padding: 0;
  overflow: hidden;
}

.slide-waguri-image {
  padding: 0 5px 0;
  margin-bottom: 10px;
}

.waguri-pattern {
  position: absolute;
  width: 15px;
  top: 0;
  height: 100%;
  background-position: center;
}

@media (min-width: 768px) {
  .waguri-pattern {
    width: 120px;
  }
}
.slide-lineup-item-short .slide-lineup-item-inn {
  background: #F799B2;
  color: #000000;
}

.slide-lineup-item-short.is-active .slide-lineup-item-inn:after {
  border-top-color: #F799B2;
}

.asort.is-gacha.is-shortcake .lineup-content {
  background-image: url(/imgs/page/lineup/season_gacha/bg_pc.png);
  background-size: 170%;
  position: relative;
  background-position: top;
  background-repeat: repeat-x;
  background-color: #e0bcd8;
}

.slide-lineup-item-kurogi .slide-lineup-item-inn {
  background-image: url(/imgs/bg_kv_kurogi.png);
  background-size: cover;
  background-color: unset;
}

.slide-lineup-item-kurogi.is-active .slide-lineup-item-inn:after {
  border-image: url(/imgs/bg_kv_kurogi.png);
  transform: rotateZ(-45deg);
  top: 88%;
  z-index: -1;
}

.slide-lineup-item-kurogi .slide-lineup-name {
  color: #000;
}

.kurogi-container .lineup-footer-info {
  border-color: #200100;
}

.kurogi-container .lineup-footer-info:before {
  border-bottom-color: #200100;
}

.kurogi-container .lineup-footer-detail {
  border-color: #200100;
}

.kurogi-container .lineup-content {
  background-image: url(/imgs/page/lineup/kurogi/pd_bg.png);
}

.lineup-content-kurogi {
  padding: 0;
  overflow: hidden;
}

.slide-kurogi-image {
  padding: 0 5px 0;
  margin-bottom: 10px;
}

.kurogi-pattern {
  position: absolute;
  width: 15px;
  top: 0;
  height: 100%;
  background-position: center;
}

@media (min-width: 768px) {
  .kurogi-pattern {
    width: 120px;
  }
}
/*# sourceMappingURL=custom.css.map */