@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap");
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, node_modules/bootstrap/scss/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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", "Liberation 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;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, node_modules/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, node_modules/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, node_modules/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */
a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.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: 15px;
  padding-left: 15px;
}

/* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, node_modules/bootstrap/scss/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  appearance: none;
}

/* line 67, node_modules/bootstrap/scss/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

/* line 137, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

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

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

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

/* line 93, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 166, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 170, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 180, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

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

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 93, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 166, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 180, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, node_modules/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  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 (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, node_modules/bootstrap/scss/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, node_modules/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 134, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

/* line 19, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

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

/* line 128, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

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

/* line 139, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

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

/* line 165, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 188, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

/* line 385, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 392, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 399, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 402, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 406, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 443, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 448, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 459, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 472, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 477, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 47, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 79, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 100, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, node_modules/bootstrap/scss/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, node_modules/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, node_modules/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, node_modules/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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 (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, node_modules/bootstrap/scss/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, node_modules/bootstrap/scss/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, node_modules/bootstrap/scss/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, node_modules/bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  /* line 228, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */
.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;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, node_modules/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, node_modules/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, node_modules/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, node_modules/bootstrap/scss/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, node_modules/bootstrap/scss/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, node_modules/bootstrap/scss/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, node_modules/bootstrap/scss/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, node_modules/bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, node_modules/bootstrap/scss/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, node_modules/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, node_modules/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, node_modules/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, node_modules/bootstrap/scss/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, node_modules/bootstrap/scss/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, node_modules/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, node_modules/bootstrap/scss/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, node_modules/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*@preserve
 * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2018 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
/* line 7, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 17, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 19, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

@media (min-width: 576px) {
  /* line 25, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  /* line 28, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 31, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 33, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 37, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 57, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 63, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

/* line 66, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

/* line 69, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

/* line 71, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 73, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 75, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 77, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 82, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 84, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

/* line 86, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

/* line 88, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

/* line 90, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

/* line 92, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

/* line 94, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

/* line 96, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

/* line 98, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

/* line 100, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

/* line 102, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 104, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

/* line 106, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 112, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 116, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 119, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

/* line 123, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 127, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 129, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 133, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

/* line 135, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

/* line 137, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 139, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

/* line 141, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 145, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}

/* line 150, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 154, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

/* line 157, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}

/* line 159, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 161, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 171, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 175, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 177, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 181, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 189, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

/* line 191, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 195, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

/* line 197, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 201, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 205, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/bootstrap4-datetime-picker-rails-0.3.1/vendor/assets/stylesheets/tempusdominus-bootstrap-4.css */
.input-group [data-toggle="datetimepicker"] {
  cursor: pointer;
}

/* Slider */
/* line 3, node_modules/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/patron.sass */
font[size='4'] {
  font-size: 18px;
}

/* line 13, app/assets/stylesheets/custom/muevo-com/patron.sass */
font[size='2'] {
  font-size: 14px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/patron.sass */
body {
  color: #333;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* line 21, app/assets/stylesheets/custom/muevo-com/patron.sass */
a:hover {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/patron.sass */
.fixed-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/patron.sass */
img.icon {
  margin-right: .3rem;
  width: 26px;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/patron.sass */
.scroll-window {
  margin: 1rem 0;
  height: 17rem;
  overflow: scroll;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/patron.sass */
.alert.alert-header {
  width: 100%;
  background-color: #42B6CD;
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/patron.sass */
.alert.alert-danger ul {
  padding: 0 0 0 1rem;
  margin: 0;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/patron.sass */
.text-sm {
  font-size: 80%;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/patron.sass */
.r-0 {
  right: 0 !important;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn.btn-discount {
  padding: 0 .2rem;
  border-radius: 0;
  border-color: #e5004f;
  color: #e5004f;
  vertical-align: middle;
  background-color: white;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-submit, .btn-back {
  width: 100%;
  font-size: 150%;
  display: block;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-submit {
  background-color: #75FBCE;
}

/* line 65, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-back {
  background-color: #D0D1D2;
}

/* line 67, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-patron {
  color: #fff;
  background-color: #3cc;
}

/* line 70, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-link {
  color: #42b6cd;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/patron.sass */
.badge.msg-count {
  position: absolute;
  color: #fff;
  background-color: red;
  padding: .4rem .5rem .3rem;
  border-radius: 50%;
  left: 30px;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-delete-image,
.btn-delete-twitter-banner {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  font-size: 0;
  z-index: 2;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/patron.sass */
.carousel-thumbnails .post-img-selector {
  position: relative;
  width: 70px;
  height: 60px;
}

/* line 93, app/assets/stylesheets/custom/muevo-com/patron.sass */
.carousel-thumbnails .post-img-selector img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 103, app/assets/stylesheets/custom/muevo-com/patron.sass */
.carousel-thumbnails .post-img-selector.upload-file-btn::before {
  content: none;
}

/* line 105, app/assets/stylesheets/custom/muevo-com/patron.sass */
.twitter-banner-selector {
  position: relative;
  width: 60px;
  height: 60px;
}

/* line 109, app/assets/stylesheets/custom/muevo-com/patron.sass */
.twitter-banner-selector img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

/* line 116, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f5;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  z-index: 3;
}

/* line 127, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn .plus {
  font-size: 3em;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn .circle-plus .circle {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 16px auto 5px;
}

/* line 135, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn .circle-plus .circle .horizontal {
  position: absolute;
  width: 14px;
  height: 1px;
  top: 6.5px;
  left: 0px;
  background-color: #333;
}

/* line 142, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn .circle-plus .circle .vertical {
  position: absolute;
  width: 1px;
  height: 14px;
  top: 0px;
  left: 6.5px;
  background-color: #333;
}

/* line 149, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn input, .upload-file-btn form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn input[type=submit] {
  height: 0;
}

/* line 159, app/assets/stylesheets/custom/muevo-com/patron.sass */
.upload-file-btn p {
  font-size: 10px;
  text-align: center;
}

/* line 163, app/assets/stylesheets/custom/muevo-com/patron.sass */
.alert-error ul {
  margin: 0;
  padding: 0;
}

/* line 166, app/assets/stylesheets/custom/muevo-com/patron.sass */
.alert-error ul li {
  list-style-type: none;
}

/* line 168, app/assets/stylesheets/custom/muevo-com/patron.sass */
img.avatar {
  border-radius: 50%;
  object-fit: cover;
}

/* line 171, app/assets/stylesheets/custom/muevo-com/patron.sass */
.artist-name, .campaign-name {
  text-align: center;
  color: #42B6CD;
  border: 1px solid #42B6CD;
  border-radius: 1rem;
  font-size: 13px;
}

/* line 179, app/assets/stylesheets/custom/muevo-com/patron.sass */
.image-square {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

/* line 186, app/assets/stylesheets/custom/muevo-com/patron.sass */
.image-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 190, app/assets/stylesheets/custom/muevo-com/patron.sass */
.image-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/patron.sass */
.item-badge--wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

/* line 205, app/assets/stylesheets/custom/muevo-com/patron.sass */
.item-badge {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
}

/* line 213, app/assets/stylesheets/custom/muevo-com/patron.sass */
.item-badge.badge-discount {
  background-color: #fa456f;
}

/* line 215, app/assets/stylesheets/custom/muevo-com/patron.sass */
.item-badge.badge-new {
  background-color: #ff9403;
}

/* line 217, app/assets/stylesheets/custom/muevo-com/patron.sass */
.item-badge.badge-soldout {
  background-color: #ddd;
}

/* line 219, app/assets/stylesheets/custom/muevo-com/patron.sass */
.item-badge + .item-badge {
  margin-left: 6px;
}

/* line 221, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper {
  width: 100%;
  overflow: auto;
}

/* line 226, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper table tr.table-secondary th, .table-wrapper table tr.table-secondary td {
  background-color: #afafaf;
}

/* line 229, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper table tr.table-dark th, .table-wrapper table tr.table-dark td {
  background-color: #666;
  color: #ccc;
}

/* line 232, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper table th, .table-wrapper table td {
  white-space: nowrap;
}

/* line 236, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper table th .th-sort.active {
  color: red;
}

/* line 239, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper table td .th-filter {
  display: inline-block;
  margin-right: .5em;
}

/* line 243, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.supporter-table th, .table-wrapper.supporter-table td {
  max-width: 150px;
  white-space: normal;
  word-break: break-all;
}

/* line 248, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.table-cart td {
  white-space: pre-wrap;
}

/* line 250, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.table-cart td input.cart_item_amount {
  min-width: 72px;
}

@media (max-width: 767.98px) {
  /* line 255, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items .d-sm-none th, .table-wrapper.table-cart .table-cart-items .d-sm-none td {
    border-width: 0;
    padding: .25rem .75rem;
    font-weight: normal;
  }
  /* line 259, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items tr.cart-item-titles {
    display: none;
  }
  /* line 261, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items tr.cart-item-content {
    border-bottom: 1px solid #bbb;
  }
  /* line 263, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items td {
    border-width: 0;
  }
  /* line 265, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items td input[type=number] {
    max-width: 2.5rem;
  }
  /* line 267, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items td.cart-image {
    width: 80px;
  }
  /* line 269, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items td.cart-kind {
    text-align: left !important;
  }
  /* line 271, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items td.cart-kind .btn-link {
    color: #999;
    font-size: 80%;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 277, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items td.cart-unit {
    width: 2.5rem;
  }
  /* line 280, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .table-cart-items .font-weight-bolder td {
    padding-top: 1.75rem;
    border-width: 0;
  }
  /* line 283, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .image-in-cart {
    width: 80px;
  }
  /* line 285, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .btn-patron {
    display: block;
  }
  /* line 287, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart .btn-secondary {
    display: block;
    color: #42B6CD;
    background-color: transparent;
    border-width: 0;
    text-decoration: underline;
  }
}

/* line 294, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.table-cart table.table-cart-totals th {
  text-align: right;
}

/* line 296, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.table-cart table.table-cart-totals td {
  width: 150px;
}

/* line 299, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.table-cart table.table-cart-totals tr.cart-grand-total td, .table-wrapper.table-cart table.table-cart-totals tr.cart-grand-total th {
  padding: 1.2rem 0.75rem;
}

/* line 301, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.table-cart table.table-cart-totals tr.cart-grand-total td {
  font-size: 120%;
}

@media (max-width: 767.98px) {
  /* line 305, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart table.table-cart-totals tr.cart-note td {
    color: #42B6CD;
    font-size: 80%;
    padding: 0 .75rem;
  }
  /* line 309, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart table.table-cart-totals td, .table-wrapper.table-cart table.table-cart-totals th {
    border-top-width: 0;
  }
  /* line 312, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart table.table-cart-totals tr:first-child td, .table-wrapper.table-cart table.table-cart-totals tr:first-child th {
    padding-bottom: .25rem;
  }
  /* line 315, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart table.table-cart-totals tr:first-child td, .table-wrapper.table-cart table.table-cart-totals tr:first-child th, .table-wrapper.table-cart table.table-cart-totals tr.cart-grand-total td, .table-wrapper.table-cart table.table-cart-totals tr.cart-grand-total th {
    border-top: 1px solid #333;
  }
  /* line 317, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .table-wrapper.table-cart table.table-cart-totals th {
    text-align: left;
  }
}

/* line 320, app/assets/stylesheets/custom/muevo-com/patron.sass */
.table-wrapper.item-list th {
  color: #42B6CD;
  text-align: center;
}

/* line 323, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover {
  position: relative;
  width: 50px;
  height: 20px;
}

/* line 327, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover.set-center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 334, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover:before {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

/* line 342, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover, .toggle-button-cover .knobs, .toggle-button-cover .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 348, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item, .toggle-button-cover .knobs .button-item, .toggle-button-cover .layer .button-item {
  position: relative;
  top: 2px;
  width: 50px;
  height: 20px;
  margin: 0 auto;
}

/* line 355, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item .knobs, .toggle-button-cover .knobs .button-item .knobs, .toggle-button-cover .layer .button-item .knobs {
  z-index: 2;
}

/* line 357, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item .knobs:before, .toggle-button-cover .knobs .button-item .knobs:before, .toggle-button-cover .layer .button-item .knobs:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

/* line 372, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item .checkbox, .toggle-button-cover .knobs .button-item .checkbox, .toggle-button-cover .layer .button-item .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

/* line 383, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item .checkbox:checked + .knobs:before, .toggle-button-cover .knobs .button-item .checkbox:checked + .knobs:before, .toggle-button-cover .layer .button-item .checkbox:checked + .knobs:before {
  content: '';
  left: 30px;
}

/* line 387, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item .checkbox:checked ~ .layer, .toggle-button-cover .knobs .button-item .checkbox:checked ~ .layer, .toggle-button-cover .layer .button-item .checkbox:checked ~ .layer {
  background-color: var(--main-color);
}

/* line 390, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .button-cover .button-item .layer, .toggle-button-cover .knobs .button-item .layer, .toggle-button-cover .layer .button-item .layer {
  width: 100%;
  background-color: #ececf1;
  transition: 0.3s ease all;
  z-index: 1;
}

/* line 395, app/assets/stylesheets/custom/muevo-com/patron.sass */
.toggle-button-cover .r {
  border-radius: 100px;
}

/* line 397, app/assets/stylesheets/custom/muevo-com/patron.sass */
.search-form {
  margin-bottom: 30px;
}

/* line 399, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form-select {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* line 403, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form-select-sm {
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 407, app/assets/stylesheets/custom/muevo-com/patron.sass */
.unit_subfix {
  padding: 0 15px 0 7px;
}

/* line 409, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form-submit {
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #52abc5;
  outline: none;
  border: none;
}

/* line 416, app/assets/stylesheets/custom/muevo-com/patron.sass */
.per-page-pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 421, app/assets/stylesheets/custom/muevo-com/patron.sass */
.per-page-pagination .per-select span {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}

/* line 425, app/assets/stylesheets/custom/muevo-com/patron.sass */
.per-page-pagination .per-select select {
  width: 75px;
  height: 30px;
  padding-left: 12px;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 431, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple {
  display: flex;
  align-items: center;
}

/* line 434, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple a {
  color: #333;
  text-decoration: none;
}

/* line 437, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple a:hover {
  color: #333;
}

/* line 439, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple .page {
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
}

/* line 443, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple .page.current {
  font-weight: bold;
}

/* line 445, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple .next, .pagination-type-simple .prev {
  font-size: 20px;
}

/* line 447, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple .next {
  margin-left: 8px;
}

/* line 449, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-type-simple .prev {
  margin-right: 8px;
}

/* line 451, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form-ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 455, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form_group_ttl {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 459, app/assets/stylesheets/custom/muevo-com/patron.sass */
.box {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}

/* line 463, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-txt-link {
  color: #212529;
  padding: 0;
}

/* line 466, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-txt-link span {
  margin-left: 5px;
}

/* line 468, app/assets/stylesheets/custom/muevo-com/patron.sass */
.search-form2 {
  display: flex;
  flex-wrap: wrap;
}

/* line 471, app/assets/stylesheets/custom/muevo-com/patron.sass */
.search-form2 .form-group2 {
  display: flex;
  align-items: center;
}

/* line 474, app/assets/stylesheets/custom/muevo-com/patron.sass */
.search-form2 .form-group2:not(:last-child) {
  margin-right: 30px;
}

/* line 476, app/assets/stylesheets/custom/muevo-com/patron.sass */
.search-form2 .form-group2 label {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 482, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 486, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron .page {
  font-size: 15px;
  margin: 0 4px;
}

/* line 489, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron .page a {
  color: #333;
}

/* line 491, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron .page.current {
  font-weight: bold;
}

/* line 493, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron .page-prev, .pagination-patron .page-next {
  display: inline-block;
  width: 70px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
}

/* line 505, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron .page-prev {
  margin-right: 36px;
}

@media screen and (max-width: 768px) {
  /* line 505, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .pagination-patron .page-prev {
    margin-right: 26px;
  }
}

/* line 509, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron .page-next {
  margin-left: 36px;
}

@media screen and (max-width: 768px) {
  /* line 509, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .pagination-patron .page-next {
    margin-left: 26px;
  }
}

/* line 513, app/assets/stylesheets/custom/muevo-com/patron.sass */
.mw-200 {
  max-width: 200px;
}

/* line 515, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-tabs {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 515, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .campaign-tabs {
    min-height: auto;
  }
}

/* line 522, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-tabs .tabs-nav li a {
  min-width: 75px;
}

/* line 524, app/assets/stylesheets/custom/muevo-com/patron.sass */
.new-tab-btn {
  white-space: nowrap;
  margin-left: 12px;
}

/* line 527, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tabs-nav {
  display: inline-flex;
  border-radius: 8px;
  background: #DDDDDD;
  padding: 10px 20px;
}

/* line 533, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tabs-nav li a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  min-width: 75px;
}

/* line 546, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tabs-nav li a.active {
  color: #333;
  background: #fff;
}

/* line 549, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tabs-nav + .tab-content {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /* line 549, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .tabs-nav + .tab-content {
    box-shadow: none;
  }
}

/* line 554, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tabs-swiper .tabs-nav {
  background-color: transparent;
  padding: 0;
}

/* line 557, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tab-form {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  word-break: break-all;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

/* line 563, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tab-form img {
  max-width: 100%;
  height: auto !important;
}

/* line 566, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tab-form iframe {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 557, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .tab-form {
    padding: 30px 20px;
  }
}

/* line 570, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}

/* line 575, app/assets/stylesheets/custom/muevo-com/patron.sass */
.form-field {
  width: 100%;
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 580, app/assets/stylesheets/custom/muevo-com/patron.sass */
.alert.alert-danger ul {
  padding: 0;
}

/* line 582, app/assets/stylesheets/custom/muevo-com/patron.sass */
.pagination-patron {
  margin-top: 32px;
}

/* line 584, app/assets/stylesheets/custom/muevo-com/patron.sass */
.mt-30p {
  margin-top: 30px;
}

/* line 586, app/assets/stylesheets/custom/muevo-com/patron.sass */
.message-form-wrapper {
  padding: 1rem;
}

/* line 588, app/assets/stylesheets/custom/muevo-com/patron.sass */
.message-form {
  padding: 15px 10px 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* line 592, app/assets/stylesheets/custom/muevo-com/patron.sass */
.message-form textarea {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  border: none;
  outline: none;
}

/* line 599, app/assets/stylesheets/custom/muevo-com/patron.sass */
.message-form-btns {
  display: flex;
  justify-content: space-between;
}

/* line 602, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-file-selector {
  position: relative;
  width: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #ddd;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}

/* line 613, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-file-selector input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 620, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-send {
  width: 60px;
  height: 26px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #42b6cd;
  border-radius: 4px;
  outline: none;
  border: none;
}

/* line 631, app/assets/stylesheets/custom/muevo-com/patron.sass */
.btn-send i {
  margin-right: 5px;
}

/* line 634, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slide--item {
  display: none;
}

/* line 636, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slide--item:first-child {
  display: block;
}

/* line 638, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap.slick-initialized .top-slide--item {
  display: block;
}

/* line 640, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider {
  position: relative;
}

/* line 642, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide {
  max-width: 380px;
}

/* line 644, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide a {
  display: flex;
  width: 100%;
  text-decoration: none;
  flex-direction: column;
}

/* line 649, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  /* line 649, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-slider--wrap .top-slider .slick-slide img {
    height: 250px;
  }
}

/* line 657, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide .img {
  margin-bottom: 24px;
}

/* line 659, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide .content {
  padding: 0 22px 15px;
  background-color: #f2f4f5;
  border-radius: 15px;
}

/* line 663, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide .content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: -11px 0 5px;
}

/* line 668, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-slide .content .txt {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  white-space: pre-line;
}

/* line 673, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

/* line 677, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-dots li {
  font-size: 0;
  margin: 0 5px;
}

/* line 680, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  padding: 0;
  background-color: #ddd;
  border: none;
  border-radius: 999px;
  outline: 0;
}

/* line 690, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-dots li.slick-active button {
  background-color: var(--main-color);
}

/* line 692, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-arrow {
  position: absolute;
  top: 30%;
  width: 46px;
  height: 46px;
  font-size: 0;
  background: url(/assets/icons/icon_arrow_swiper-15dcc365c18ca6d346c31b3f46b2e89b0e9b67501f6edc22f50493abafe49af7.svg) no-repeat center;
  z-index: 10;
  border: none;
  outline: none;
}

/* line 702, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-arrow.slick-prev {
  left: 20px;
}

/* line 704, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider--wrap .top-slider .slick-arrow.slick-next {
  right: 20px;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  /* line 692, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-slider--wrap .top-slider .slick-arrow {
    top: 25%;
  }
  /* line 709, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-slider--wrap .top-slider .slick-arrow.slick-prev {
    left: 5px;
  }
  /* line 711, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-slider--wrap .top-slider .slick-arrow.slick-next {
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  /* line 714, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-slider--wrap .top-slider .top-slide--item {
    max-width: 250px;
  }
}

/* line 716, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-tags {
  padding: 60px 0 40px;
  background-color: #f2f4f5;
}

/* line 719, app/assets/stylesheets/custom/muevo-com/patron.sass */
.section-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* line 724, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-tags-box {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
}

/* line 730, app/assets/stylesheets/custom/muevo-com/patron.sass */
.post-tabs--wrapper .campaign-tabs {
  margin-bottom: 10px;
}

/* line 732, app/assets/stylesheets/custom/muevo-com/patron.sass */
.post-tabs-contents {
  margin-bottom: 20px;
}

/* line 735, app/assets/stylesheets/custom/muevo-com/patron.sass */
#tab-content--sns .post-tab-content--inner {
  display: flex;
  align-items: center;
}

/* line 738, app/assets/stylesheets/custom/muevo-com/patron.sass */
.post-tab-content--inner {
  width: 100%;
  min-height: 96px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 20px #0000000d;
}

/* line 745, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tags-ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding: 0;
  list-style: none;
}

/* line 751, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tags-ul > li {
  padding: 5px;
}

/* line 753, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tags-ul > li a, .tags-ul > li > span {
  display: inline-block;
  font-size: 10px;
  line-height: 23px;
  font-weight: bold;
  color: #666;
  padding: 0 10px;
  background-color: #f4f4f4;
  border-radius: 999px;
}

/* line 763, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tags-ul > li a:hover {
  color: #fff;
  background-color: #42b6cd;
  text-decoration: none;
}

/* line 767, app/assets/stylesheets/custom/muevo-com/patron.sass */
.tags-ul > li a.active {
  color: #fff;
  background-color: #42b6cd;
}

/* line 786, app/assets/stylesheets/custom/muevo-com/patron.sass */
.overhidden {
  overflow: hidden;
}

/* line 788, app/assets/stylesheets/custom/muevo-com/patron.sass */
.icon-twitter {
  color: #1da1f2;
}

/* line 790, app/assets/stylesheets/custom/muevo-com/patron.sass */
.icon-facebook {
  color: #1877f2;
}

/* line 792, app/assets/stylesheets/custom/muevo-com/patron.sass */
.icon-line {
  color: #06c755;
}

/* line 794, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sns-links-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: -4px -13px;
  list-style: none;
}

/* line 801, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sns-links-ul > li {
  max-width: 100%;
  font-size: 0;
  padding: 4px 13px;
}

/* line 805, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sns-links-ul > li a {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}

/* line 810, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sns-links-ul > li a img {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  /* line 813, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .sns-links-ul > li:nth-child(1) {
    margin-bottom: 15px;
  }
}

/* line 815, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sidebar-media-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #ccc;
  overflow: hidden;
  box-shadow: 0 3px 20px #0000000d;
}

/* line 825, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sidebar-media-wrapper a {
  position: relative;
  flex: 33.33%;
  max-width: 33.33%;
}

/* line 829, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sidebar-media-wrapper a > img {
  width: 100%;
}

/* line 831, app/assets/stylesheets/custom/muevo-com/patron.sass */
.sidebar-media-wrapper .media-loaded-post {
  border-radius: 0;
}

/* line 833, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 837, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-slide {
  display: inline-block;
  width: auto;
}

/* line 840, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-slide img {
  border-radius: 10px;
}

/* line 842, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-prev {
  left: 0;
  background: linear-gradient(to right, #fff, #fff 28px, rgba(255, 255, 255, 0));
}

/* line 845, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-next {
  right: 0;
  background: linear-gradient(to left, #fff, #fff 28px, rgba(255, 255, 255, 0));
}

/* line 848, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-prev,
.media-posts-ul .swiper-button-next {
  height: 100%;
  top: 0;
  margin-top: 0;
}

/* line 854, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-prev:after,
.media-posts-ul .swiper-button-next:after {
  display: none;
}

/* line 856, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-prev:before,
.media-posts-ul .swiper-button-next:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 12px;
  background: url(/assets/icons/icon_arrow.svg) no-repeat center;
}

/* line 862, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-prev.swiper-button-disabled,
.media-posts-ul .swiper-button-next.swiper-button-disabled {
  display: none;
}

/* line 865, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-next:before {
  right: 9px;
}

/* line 868, app/assets/stylesheets/custom/muevo-com/patron.sass */
.media-posts-ul .swiper-button-prev:before {
  left: 9px;
  transform: rotate(180deg);
}

/* line 872, app/assets/stylesheets/custom/muevo-com/patron.sass */
.post-tab-content--action {
  text-align: center;
  margin-top: 10px;
}

/* line 876, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide {
  padding: 0 15px;
}

/* line 878, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide img {
  width: 100%;
}

/* line 880, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide .slider-item--inner {
  display: flex;
  width: 100%;
  text-decoration: none;
  flex-direction: column;
}

/* line 885, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide .slider-item--inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  /* line 885, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-slider .slick-slide .slider-item--inner img {
    height: 250px;
  }
}

/* line 893, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide .slider-item--inner .img {
  margin-bottom: 24px;
}

/* line 895, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide .slider-item--inner .content {
  padding: 0 22px 15px;
  background-color: #f2f4f5;
  border-radius: 15px;
}

/* line 899, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide .slider-item--inner .content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: -11px 0 5px;
}

/* line 904, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-slider .slick-slide .slider-item--inner .content .txt {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  white-space: pre-line;
}

/* line 909, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-tags-ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -5px;
  list-style: none;
}

/* line 914, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-tags-ul > li {
  padding: 6px 5px;
}

/* line 916, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-tags-ul > li a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  padding: 0 10px;
  background-color: #f4f4f4;
  border-radius: 999px;
}

/* line 925, app/assets/stylesheets/custom/muevo-com/patron.sass */
.top-sliders {
  padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
  /* line 925, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .top-sliders {
    padding-top: 40px;
  }
}

/* line 929, app/assets/stylesheets/custom/muevo-com/patron.sass */
.comunity-slider-wrapper {
  position: relative;
  margin-bottom: 100px;
}

/* line 932, app/assets/stylesheets/custom/muevo-com/patron.sass */
.comunity-slider-wrapper h3.slider-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  /* line 929, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .comunity-slider-wrapper {
    margin-bottom: 60px;
  }
}

/* line 940, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-card a:hover {
  text-decoration: none;
}

/* line 942, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-card .card__img-wrap {
  font-size: 0;
  color: #333;
  margin-bottom: 10px;
}

/* line 946, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-card .card__img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* line 950, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-card .card__title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

/* line 955, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-card .card__desc {
  font-size: 12px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* line 964, app/assets/stylesheets/custom/muevo-com/patron.sass */
.campaign-card .card__tags-wrap {
  overflow: hidden;
}

/* line 966, app/assets/stylesheets/custom/muevo-com/patron.sass */
.card__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -3px;
  list-style: none;
}

/* line 972, app/assets/stylesheets/custom/muevo-com/patron.sass */
.card__tags > li {
  padding: 3px;
}

/* line 974, app/assets/stylesheets/custom/muevo-com/patron.sass */
.card__tags > li a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  padding: 0 10px;
  background-color: #f4f4f4;
  border-radius: 999px;
}

/* line 985, app/assets/stylesheets/custom/muevo-com/patron.sass */
.slider-container__cards .swiper-button-prev,
.slider-container__cards .swiper-button-next,
.default-swiper .swiper-button-prev,
.default-swiper .swiper-button-next {
  display: inline-block;
  width: 36px;
  height: 36px;
}

/* line 990, app/assets/stylesheets/custom/muevo-com/patron.sass */
.slider-container__cards .swiper-button-prev:after,
.slider-container__cards .swiper-button-next:after,
.default-swiper .swiper-button-prev:after,
.default-swiper .swiper-button-next:after {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 985, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .slider-container__cards .swiper-button-prev,
.slider-container__cards .swiper-button-next,
.default-swiper .swiper-button-prev,
.default-swiper .swiper-button-next {
    display: none;
  }
}

/* line 994, app/assets/stylesheets/custom/muevo-com/patron.sass */
.slider-container__cards .swiper-button-prev,
.default-swiper .swiper-button-prev {
  right: 50px;
  transform: rotate(180deg);
}

/* line 998, app/assets/stylesheets/custom/muevo-com/patron.sass */
.slider-container__cards .swiper-button-prev,
.slider-container__cards .swiper-button-next {
  top: 0;
  right: 0;
  left: auto;
  margin-top: 0;
}

/* line 1004, app/assets/stylesheets/custom/muevo-com/patron.sass */
.slider-container__cards .swiper-button-prev {
  right: 50px;
}

/* line 1006, app/assets/stylesheets/custom/muevo-com/patron.sass */
.link-top-more {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 115px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* line 1015, app/assets/stylesheets/custom/muevo-com/patron.sass */
.link-top-more span {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  /* line 1006, app/assets/stylesheets/custom/muevo-com/patron.sass */
  .link-top-more {
    top: 5px;
    right: 0;
  }
}

/* line 1020, app/assets/stylesheets/custom/muevo-com/patron.sass */
.hls-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(66.66% - 48px);
}

/* line 1025, app/assets/stylesheets/custom/muevo-com/patron.sass */
.hls-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1031, app/assets/stylesheets/custom/muevo-com/patron.sass */
.video-js {
  width: 100%;
  height: 100%;
}

/* line 1034, app/assets/stylesheets/custom/muevo-com/patron.sass */
.video-js .vjs-control-bar {
  z-index: 1000;
}

/* line 1036, app/assets/stylesheets/custom/muevo-com/patron.sass */
video {
  max-width: 100%;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 173, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* line 204, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 210, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 212, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 214, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 218, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 220, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 222, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 228, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 234, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 236, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 238, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 251, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 254, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 256, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 259, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 262, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 264, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 268, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 276, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 284, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 286, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 292, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 299, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 309, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 313, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 320, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 327, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 333, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 348, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 361, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 363, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 366, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 387, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/dropzonejs-rails-0.8.5/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 4, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion {
  margin-top: 40px;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item {
  margin-bottom: 10px;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-top {
  padding: 27px 52px 27px 60px;
  background-color: #f2f4f5;
  border-radius: 6px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 10, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
  .accordion__item-top {
    padding: 20px 68px 20px 60px;
  }
}

/* line 17, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-top.active {
  border-radius: 6px 6px 0 0;
}

/* line 19, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-top:before {
  content: "Q.";
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #42b6cd;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

/* line 35, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-content {
  display: block;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-content-inner {
  padding: 25px 30px 35px 60px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #eeeeee;
  border-top: 0;
  position: relative;
}

/* line 45, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.accordion__item-content-inner:after {
  content: "A.";
  left: 30px;
  top: 26px;
  position: absolute;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
[data-accordion-btn] {
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
[data-accordion-btn]:after {
  content: "";
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-1043 -1399)'%3E%3Cline x2='26' transform='translate(1045 1414)' fill='none' stroke='%2342b6cd' stroke-linecap='round' stroke-width='4'/%3E%3Cline x2='26' transform='translate(1058 1401) rotate(90)' fill='none' stroke='%2342b6cd' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.active[data-accordion-btn]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-1043 -1399)'%3E%3Cline x2='26' transform='translate(1045 1414)' fill='none' stroke='%2342b6cd' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 74, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
[data-accordion] {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

/* line 81, app/assets/stylesheets/custom/muevo-com/_accordion.sass */
.open[data-accordion] {
  opacity: 1;
  visibility: visible;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}
/* line 2, app/assets/stylesheets/custom/muevo-com/admin/admin.scss */
body.admin tr.fee th {
  padding-left: 20px;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/admin/admin.scss */
body.admin tr.fee-detail th {
  padding-left: 40px;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/admin/admin.scss */
body.admin form.button_to {
  display: inline-block;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/admin/admin.scss */
.mt-8p {
  margin-top: 8px;
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
form.form-inline-sm .form-group {
  display: flex;
  align-items: center;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-tag {
  background-color: #fff;
  color: #42B6CD;
  border-color: #42B6CD;
  padding: 0 .8rem;
  border-radius: 2rem;
  font-size: 90%;
  margin: .2rem;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-tag span {
  margin-left: .5rem;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-tag a {
  color: #42B6CD;
}

/* line 53, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-tag a.cross {
  margin: 0 0 0 .2rem;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-tag:hover, .btn.btn-tag.on {
  background-color: #42B6CD;
  color: #fff;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-artist {
  background-color: #fff;
  color: #42B6CD;
  border-color: #42B6CD;
  border-radius: 50px;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 59, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .btn.btn-artist {
    font-size: 80%;
  }
}

/* line 68, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn.btn-open-contents {
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
label .badge {
  margin-left: .4rem;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  /* line 204, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign-header.container {
    padding: 0;
  }
  /* line 206, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign-header.container .container {
    padding: 0;
  }
}

/* line 208, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap {
  position: relative;
}

/* line 210, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap iframe {
  width: 100%;
}

/* line 212, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .campaign-body {
  overflow-wrap: break-word;
}

/* line 214, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .campaign-body p {
  margin-bottom: .5rem;
  margin-block-end: 0;
}

/* line 217, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .campaign-body img.campaign-body-image {
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

/* line 222, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap #post_form .additional-form {
  display: none;
}

/* line 224, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap #post_form ul.posts-list {
  padding: 0;
}

/* line 226, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap #post_form ul.posts-list li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

/* line 230, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap #post_form ul.posts-list li .col-9, .campaign--wrap #post_form ul.posts-list li .col-3 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 233, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap #post_form ul.posts-list li a {
  display: block;
  padding: .5rem;
}

/* line 237, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .additional-form .update-publish {
  display: none;
  margin-bottom: 30px;
}

/* line 240, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .additional-form .btn-update-publish {
  display: block;
}

/* line 242, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .additional-form .btn-cancel-update-publish {
  display: none;
}

/* line 245, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .additional-form.editing .update-publish {
  display: block;
}

/* line 247, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .additional-form.editing .btn-update-publish {
  display: none;
}

/* line 249, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .additional-form.editing .btn-cancel-update-publish {
  display: block;
}

/* line 252, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .jumbotron {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  height: 300px;
}

@media (max-width: 1199.98px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron {
    height: 251px;
  }
}

@media (max-width: 991.98px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron {
    height: 186px;
  }
}

@media (max-width: 767.98px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron {
    background-position: top;
    background-size: contain;
    height: 234px;
  }
}

/* line 268, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .jumbotron .container {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}

/* line 272, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .jumbotron .container h1 {
  position: absolute;
  bottom: 1rem;
  left: 250px;
  font-size: 200%;
  color: #fff;
}

/* line 278, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .jumbotron .container .avatar {
  position: absolute;
  left: 100px;
  bottom: -50px;
  border: 5px solid #fff;
}

@media (max-width: 767.98px) {
  /* line 284, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron {
    position: relative;
  }
  /* line 286, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron .container {
    position: absolute;
    height: 100px;
    top: 134px;
    background-color: #fff;
    text-align: center;
  }
  /* line 292, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron .container h1 {
    position: relative;
    left: auto;
    font-size: 1.5rem;
    color: #333;
  }
  /* line 297, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .jumbotron .container .avatar {
    position: relative;
    top: -45px;
    left: auto;
    width: 64px;
    height: auto;
    border-width: 3px;
  }
}

/* line 304, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav {
  background-color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  /* line 304, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .campaign-nav {
    padding-top: .1rem;
  }
}

/* line 310, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container {
  position: relative;
}

/* line 313, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-patron {
  background-color: #3cc;
  position: absolute;
  top: .5rem;
  right: 1rem;
}

@media (max-width: 767.98px) {
  /* line 319, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .campaign-nav .container .btn.btn-patron {
    position: relative;
    display: block;
    width: 80%;
    margin: .5rem auto;
    top: auto;
    right: auto;
  }
}

/* line 326, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link {
  padding: 1.2rem 0;
  margin: 0 1.5rem;
  border-radius: 0;
  border-bottom: 3px solid #fff;
  color: #999;
  font-weight: bold;
}

/* line 333, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link .icon {
  width: 32px;
  margin: 1rem auto .3rem auto;
}

/* line 336, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link .icon.on {
  display: none;
}

/* line 338, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link .icon.off {
  display: block;
}

@media (max-width: 767.98px) {
  /* line 326, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .campaign-nav .container .btn.btn-link {
    margin: 0 !important;
    font-size: 60%;
    padding: .2rem;
    width: 20%;
  }
}

/* line 345, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link:hover {
  color: #42B6CD;
  text-decoration: none;
  border-bottom-color: #3cc;
}

/* line 349, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link:hover .icon.on {
  display: block;
}

/* line 351, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link:hover .icon.off {
  display: none;
}

/* line 353, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link.active {
  color: #42B6CD;
  border-bottom-color: #3cc;
}

/* line 356, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link.active .icon.on {
  display: block;
}

/* line 358, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link.active .icon.off {
  display: none;
}

/* line 360, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .tags {
  margin: 1rem 0;
}

/* line 362, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .tags h3 {
  padding: .5rem 1rem 0 0;
  width: 0;
  text-align: right;
  color: #42B6CD;
  font-size: 100%;
  font-weight: bold;
  float: left;
}

@media (max-width: 767.98px) {
  /* line 362, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap .header .campaign-nav .tags h3 {
    margin-left: 2rem;
  }
}

/* line 372, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .header .campaign-nav .tags .tag-links {
  width: 79%;
  float: right;
  text-align: left;
}

/* line 376, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .btn-circle {
  color: #fff !important;
  padding: .8rem 1.5rem;
  border-radius: 2rem;
}

/* line 380, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap h2.recent-posts {
  text-align: center;
  padding: .3rem 1rem;
  color: #96f;
  font-size: 130%;
  border: 5px solid #fff;
  border-radius: 5px;
  width: 90%;
  margin: 1rem auto;
}

/* line 390, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap h2.recent-posts.campaign-description h2 {
  color: #666;
  font-size: 100%;
  font-weight: bold;
  margin: 1rem 0;
}

/* line 396, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap h2.recent-posts.side h2, .campaign--wrap h2.recent-posts.side h3 {
  font-size: 100%;
  color: #42B6CD;
  padding: 1rem 0;
  font-weight: bold;
}

/* line 401, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap h2.recent-posts.side h2 {
  border-bottom: 3px solid #42B6CD;
}

/* line 403, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap h2.recent-posts.side h2.nomargin {
  margin: 0;
  border-width: 0;
}

/* line 406, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap section.sns {
  text-align: center;
}

/* line 408, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap section.sns .col-3 {
  margin-bottom: 1rem;
}

/* line 410, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap section.sns .btn {
  width: 6rem;
  max-width: 100%;
  padding: .2rem .5rem;
  font-size: 90%;
}

/* line 415, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .btn-follow {
  background-color: #f05a28;
}

/* line 417, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .btn-follow:before {
  content: url(/images/icons/follow.svg);
}

/* line 419, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .btn-slink {
  background-color: #f6921e;
}

/* line 421, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .btn-fb {
  background-color: #1b75bb;
}

/* line 423, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .btn-tweet {
  background-color: #26a9e0;
}

/* line 484, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .select-order-comments {
  padding-right: 20px !important;
}

/* line 486, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .post-loading {
  color: #bbb;
  padding: 7.5rem 0;
  text-align: center;
}

/* line 490, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .video-container {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 496, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .video-container iframe,
.campaign--wrap .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* line 504, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign--wrap .video-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 208, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign--wrap {
    margin-bottom: 50px;
  }
}

/* line 510, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plans {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 5rem;
}

/* line 514, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plans .plan {
  border-top: 5px solid #42B6CD;
  padding: 1rem 0;
}

/* line 517, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plans .plan h3 {
  color: #42B6CD;
  font-weight: bold;
  font-size: 130%;
}

/* line 521, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plans .plan .price {
  color: #42B6CD;
  font-weight: bold;
  font-size: 150%;
  text-align: right;
}

/* line 526, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plans .plan .btn-plan {
  white-space: normal;
}

/* line 528, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn-plan {
  color: #fff;
  background-color: #42B6CD;
  border-radius: 10px;
}

/* line 532, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn-plan .plan-count {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  color: #42B6CD;
  padding: 0 .5rem;
  margin-bottom: .5rem;
}

/* line 539, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
a.btn-plan {
  display: block;
}

/* line 541, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-form {
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

/* line 546, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-form .plan-question-form {
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: #f2f4f5;
  border-radius: 6px;
}

/* line 552, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-form .plan-question-form .field-group label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 2px;
}

/* line 557, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-form .plan-question-form .field-group .field-control {
  border-radius: 6px;
}

/* line 559, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-form .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

/* line 565, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.btn-append-form {
  margin-top: 30px;
}

/* line 567, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.open-post {
  display: block;
  text-align: center;
  padding: 50px 15px;
  color: #333;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-top: 22px;
}

/* line 575, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.open-post .post-alert {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 579, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.open-post .btn-open-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* line 592, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.open-post .btn-open-contents span {
  margin-left: 5px;
}

/* line 594, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.open-post .btn-open-contents:hover {
  color: #333;
}

/* line 596, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-banner {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}

/* line 601, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-banner.plan-banner-block {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 601, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .plan-banner.plan-banner-block {
    max-width: 100%;
  }
}

/* line 609, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .comment-form {
  padding: 20px 0 0;
}

/* line 611, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .comment-form .comment-avatar {
  display: inline-block;
}

/* line 619, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .comment {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

/* line 622, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .comment .comment-form {
  display: none;
  border-top-width: 0;
}

/* line 625, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .comment .comment-form.active {
  display: block;
}

/* line 627, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .spinner + .comment {
  border-top: none;
}

/* line 631, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .carousel .carousel-item a {
  display: inline;
}

/* line 633, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post .carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 638, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side .sort-order {
  border: 3px solid #42B6CD;
}

/* line 640, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side .sort-order hr {
  border-bottom: 3px solid #42B6CD;
  margin: 0 auto;
  width: 95%;
}

/* line 644, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side .sort-order a {
  display: block;
  color: #333;
  text-align: center;
  padding: .8rem;
}

/* line 649, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side .sort-order a .icon {
  margin-right: 1rem;
}

/* line 651, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side h2 a {
  color: #42B6CD;
}

/* line 653, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side h2 a:hover {
  text-decoration: none;
  color: #42B6CD;
}

/* line 657, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.post-comments > .comment:first-child {
  border-top: none;
}

/* line 660, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-posts .filter-posts {
  padding: 1rem 1rem .5rem 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
}

@media (min-width: 768px) {
  /* line 660, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .campaign-posts .filter-posts {
    display: none;
  }
}

/* line 666, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-posts .filter-posts h2 {
  margin: 0;
  text-align: center;
  font-size: 110%;
}

/* line 670, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-posts .filter-posts h2 a {
  color: #42B6CD;
  display: block;
  font-weight: bold;
}

/* line 674, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-posts .filter-posts .filter-month {
  display: none;
  margin-top: 1rem;
}

/* line 678, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.filter-month .filter-year {
  display: none;
}

/* line 680, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.filter-month .filter-year.active {
  display: flex;
}

/* line 682, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.filter-month .filter-year.active a {
  color: #333;
}

/* line 686, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-posts .filter-posts h2 {
  margin-bottom: .5rem;
}

/* line 688, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-posts .filter-posts h2:last-child {
  margin-bottom: 0;
}

/* line 691, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.side .filter-plan {
  display: block;
}

/* line 693, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.more-posts {
  color: #fff;
  background-color: #42B6CD;
  padding: 1rem 2rem;
  font-size: 130%;
  margin: 0 auto;
  display: block;
  margin-bottom: 3rem;
  width: 18rem;
  text-align: center;
  max-width: 100%;
}

/* line 704, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.more-posts:hover {
  color: #42B6CD;
  background-color: #f2f2f7;
}

/* line 708, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-alert-header .alert {
  margin: 0;
}

/* line 711, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.like a {
  color: #666;
}

/* line 713, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.like a:hover {
  text-decoration: none;
}

/* line 715, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.like a img {
  width: 20px !important;
}

/* line 717, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.comment-reply {
  margin-top: 12px;
}

/* line 719, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.comment-reply .like {
  margin-right: 1rem;
}

/* line 721, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.new-tab-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* line 727, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.new-tab-btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 730, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.new-tab-btn img {
  margin-right: 5px;
}

/* line 732, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-contents {
  margin-top: 10px;
}

/* line 734, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.plan-limit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 740, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plan-form .form-group label, .normal-form .form-group label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 2px;
}

/* line 745, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plan-form .form-group label.check--wrap, .normal-form .form-group label.check--wrap {
  color: #333;
}

/* line 747, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plan-form .form-group .field-control, .normal-form .form-group .field-control {
  border-radius: 6px;
}

/* line 749, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plan-form .field-unit-group, .normal-form .field-unit-group {
  display: flex;
  align-items: flex-end;
}

/* line 752, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.campaign-plan-form .field-unit-group .field-group-text, .normal-form .field-unit-group .field-group-text {
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
}

/* line 756, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.edit-form-tabs--wrap {
  display: inline-block;
  max-width: calc(100% - 61px);
}

/* line 759, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-swiper {
  padding: 10px;
  background: #ddd;
  border-radius: 8px;
  overflow: hidden;
}

/* line 764, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-swiper .tabs-nav {
  background: transparent;
}

/* line 766, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-swiper .tabs-nav > li {
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 768px) {
  /* line 759, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-swiper {
    position: relative;
    padding: 3px;
    overflow: hidden;
  }
}

/* line 773, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-button-next,
.tabs-button-prev {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 773, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-next,
.tabs-button-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 100;
  }
  /* line 783, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-next:before,
.tabs-button-prev:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  /* line 789, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-next.swiper-button-disabled,
.tabs-button-prev.swiper-button-disabled {
    display: none;
  }
}

/* line 791, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-button-next {
  border-radius: 0 8px 8px 0;
}

/* line 793, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
.tabs-button-prev {
  border-radius: 8px 0 0 8px;
}

@media screen and (max-width: 768px) {
  /* line 796, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-prev {
    left: 0;
    background: linear-gradient(to left, transparent, var(--tab-bg) 28px, var(--tab-bg));
  }
  /* line 799, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-prev::before {
    left: 9px;
    border-right: 9px solid #333;
  }
  /* line 802, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-next {
    right: 0;
    background: linear-gradient(to right, transparent, var(--tab-bg) 28px, var(--tab-bg));
  }
  /* line 805, app/assets/stylesheets/custom/muevo-com/admin/campaigns_old.sass */
  .tabs-button-next::before {
    right: 9px;
    border-left: 9px solid #333;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 4, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
.toggle-switch {
  position: relative;
  width: 50px;
  height: 20px;
  margin: auto;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
.toggle-switch input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
.toggle-switch input[type='checkbox']:checked + label {
  background-color: #42B6CD;
}

/* line 20, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
.toggle-switch input[type='checkbox']:checked + label:after {
  left: 32px;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
.toggle-switch label {
  width: 50px;
  height: 20px;
  background: #999;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  transition: 0.4s;
  box-sizing: border-box;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
.toggle-switch label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 3px;
  top: 3px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

/* line 43, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
input[type='radio'] {
  -webkit-appearance: none;
  width: 16px;
  position: relative;
}

/* line 47, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
input[type='radio']:after {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eee;
  content: '';
  display: inline-block;
  visibility: visible;
}

/* line 60, app/assets/stylesheets/custom/muevo-com/admin/common_old.sass */
input[type='radio']:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #42B6CD;
  outline: 5px solid #42B6CD;
  outline-offset: -8px;
}
/* line 7, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.ui-resizable-n, .ui-resizable-e, .ui-resizable-s, .ui-resizable-w, .ui-resizable-se, .ui-resizable-sw, .ui-resizable-ne, .ui-resizable-nw {
  background-color: #477dca;
  opacity: 0.5;
}

/* line 11, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.ui-resizable-e {
  right: 0;
  width: 36px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.ui-resizable-s {
  bottom: 0;
  height: 36px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.ui-resizable-se {
  width: 0;
  height: 0;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.txt-font {
  font-size: 0;
  margin: 7px 10px 0 14px;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper {
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 5px;
  background-color: #eee;
  margin-bottom: 20px;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns {
  clear: both;
  margin-bottom: 4px;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button {
  float: left;
  border: 1px solid #eee;
  height: 42px;
  margin-right: 4px;
  min-width: 42px;
  font-size: 13px;
  border-radius: 5px;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.style-remove, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.bold, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-black, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-red, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-blue, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.image-upload, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.fs {
  background-color: white;
}

/* line 52, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-black {
  color: black;
}

/* line 55, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-red {
  color: #ff3232;
}

/* line 58, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-blue {
  color: #4444e5;
}

/* line 61, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.bg-color-yellow {
  background-color: #ffff99;
}

/* line 65, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns:last-child {
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-dropdowns {
  float: left;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-dropdowns .editable-textarea-dropdown {
  float: left;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-dropdowns .editable-textarea-dropdown:first-child {
  margin-right: 4px;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .image-uploading {
  padding: 8px;
  margin-bottom: 4px;
  text-align: center;
  background-color: #ffc966;
  border-radius: 5px;
}

/* line 86, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy {
  max-height: 500px;
  border: 1px solid #bbb;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 1px 0 #ffffff;
  border-radius: 5px;
  background-color: white;
  padding: 8px 8px 40px;
  overflow: scroll;
}

/* line 94, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy * {
  user-drag: none;
  -webkit-user-drag: none;
}

/* line 98, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy p {
  margin: 0;
}

/* line 101, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy a {
  color: #167ac6;
}

/* line 104, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy img {
  max-width: 100%;
  border-radius: 5px;
}

/* line 114, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy .et-fs-16,
.tab-form .et-fs-16,
.sanitize-body .et-fs-16 {
  font-size: 16px;
}

/* line 117, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy .et-fs-18,
.tab-form .et-fs-18,
.sanitize-body .et-fs-18 {
  font-size: 18px;
}

/* line 120, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea-dummy .et-fs-20,
.tab-form .et-fs-20,
.sanitize-body .et-fs-20 {
  font-size: 20px;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.sanitize-body {
  line-height: 1.6em;
}

/* line 127, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.sanitize-body a {
  color: #167ac6;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.sanitize-body p {
  margin: 0;
}

/* line 133, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.sanitize-body img, .sanitize-body iframe {
  max-width: 100%;
}

/* line 136, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.sanitize-body img {
  border-radius: 5px;
}

/* line 142, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
.editable-textarea textarea {
  display: none;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/admin/editable-textarea.scss */
form.form-upload-image {
  display: none;
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.sidebar--wrap .profile-link {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  margin-left: 50px;
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.sidebar--wrap .profile-link.active {
  color: var(--main-color);
}

/* line 14, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page {
  border-radius: 15px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media {
  padding: 10px 20px 20px !important;
  display: block;
  padding: 10px 15px 20px;
}

/* line 19, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media.active {
  background-color: #ddd;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media p.last-message {
  color: #333;
  font-size: 10px;
  margin-left: 0;
  text-align: right;
}

/* line 28, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media .media-body {
  display: flex;
  align-items: center;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media .media-body .user-name {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

/* line 35, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media .media-body .message-message {
  font-size: 10px;
  color: #333;
  margin-top: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messengers .media .media-body .message-info {
  flex: calc(100% - 50px);
  max-width: calc(100% - 50px);
}

/* line 45, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-head {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: white;
  border-bottom: 1px solid #eee;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-head .artist-name {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  border: none;
  margin-left: 10px;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper {
  padding: 16px 30px 0;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message {
  margin: 20px 0;
}

/* line 68, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message .user-content {
  display: flex;
  align-items: center;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message .user-content span.name {
  font-size: 10px;
  padding: 0 6px;
  border: none;
}

/* line 75, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message .msg-content-box {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 5px;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message .msg-content-box .message-content {
  flex: 1;
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  border-radius: 6px;
}

/* line 86, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message .msg-content-box span.time {
  width: 110px;
  font-size: 10px;
  padding: 0 5px;
}

/* line 90, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .message .message-images {
  justify-content: flex-end;
}

/* line 93, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .me.message .user-content {
  flex-direction: row-reverse;
}

/* line 95, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .me.message .user-content span.name {
  color: #333;
}

/* line 97, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .me.message .msg-content-box {
  align-items: flex-end;
}

/* line 99, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .me.message .msg-content-box .message-content {
  background-color: #42B6CD;
  color: white;
}

/* line 102, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .me.message .msg-content-box span.time {
  color: #42B6CD;
  text-align: right;
}

/* line 106, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .counter.message .message-images {
  justify-content: flex-start;
}

/* line 109, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .counter.message .user-content {
  flex-direction: row;
}

/* line 111, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .counter.message .msg-content-box {
  flex-direction: row;
  align-items: flex-end;
}

/* line 114, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .counter.message .msg-content-box .message-content {
  background-color: #f5f5f5;
  color: #333;
}

/* line 117, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .messages-wrapper .counter.message .msg-content-box span.time {
  text-align: left;
  color: #333;
}

/* line 120, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .message-form-wrapper {
  padding: 20px 30px;
}

/* line 122, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .message-form-wrapper .message-form {
  min-height: 80px;
  padding: 10px 10px 5px 10px;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .message-form-wrapper .message-form textarea {
  max-height: 120px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  margin-bottom: 10px;
  resize: none;
}

/* line 132, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .message-form-wrapper .message-form textarea:placeholder {
  color: #ccc;
}

/* line 134, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.message-page .message-form-wrapper .message-form .btn-file-selector {
  background-color: #f2f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-notification .box {
  margin-bottom: 30px;
  padding: 40px;
}

/* line 143, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-notification .box h3 {
  color: #333;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
}

/* line 148, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-notification .box .notify-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 153, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-notification .box .notify-item .txt-group {
  flex: 1;
}

/* line 155, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-notification .box .notify-item .txt-group p.sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}

/* line 160, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-notification .box .notify-item .txt-group p.description {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  font-weight: bold;
  line-height: 16px;
}

/* line 166, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box {
  padding: 40px;
}

/* line 170, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .per-page-pagination .per-select span {
  font-size: 12px;
  color: #333;
}

/* line 173, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .per-page-pagination .per-select select {
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .per-page-pagination .pagination-wrapper span.page {
  line-height: 30px;
}

/* line 193, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .btn.btn-status {
  padding: 0 10px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  border: none;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .btn-canceled {
  color: white;
  background-color: #999;
}

/* line 203, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .btn-await {
  color: white;
  background-color: #ff9403;
}

/* line 206, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .btn-done {
  color: white;
  background-color: #42B6CD;
}

/* line 209, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-orders.box .btn-processing {
  color: white;
  background-color: #fa456f;
}

/* line 212, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box {
  padding: 60px 0;
}

/* line 214, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box {
  width: 100%;
  max-width: 670px;
  margin: auto;
  padding: 60px 100px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 221, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .user-icon-box {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* line 225, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .user-icon-box .avatar {
  min-width: 80px;
}

/* line 227, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image {
  position: relative;
}

/* line 229, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image .btn-user-edit-image {
  width: 160px;
  line-height: 48px;
  background: #e1f0f4;
  color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/* line 239, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 246, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image .file-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 10px;
  color: #666;
}

/* line 252, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .password {
  font-size: 12px;
  font-weight: bold;
  line-height: 44px;
  color: #666;
  padding: 0 12px;
}

/* line 258, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .link-pw-reset {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
  text-decoration: underline;
  margin-top: 3px;
  display: block;
}

/* line 266, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .date-select--wrap {
  display: flex;
  align-items: center;
}

/* line 269, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-box .date-select--wrap select {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  height: 44px;
}

/* line 275, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box table th:nth-child(1) {
  width: 120px;
}

/* line 277, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box table th,
.user-profile.box table td {
  border-top: none;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  font-weight: normal;
}

/* line 285, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box table th input,
.user-profile.box table td input {
  height: 44px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 290, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box table th input.password,
.user-profile.box table td input.password {
  border: none;
}

/* line 292, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box table th .radio,
.user-profile.box table td .radio {
  display: flex;
  gap: 6px;
}

/* line 295, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box table th.genders,
.user-profile.box table td.genders {
  display: flex;
  gap: 20px;
}

/* line 298, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 20px;
}

/* line 304, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

/* line 312, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 315, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-profile.box .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 321, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box {
  padding: 48px 40px;
}

/* line 323, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .box-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* line 327, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .search-tags--wrap {
  margin: 24px 0 20px;
}

/* line 329, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .search-tags--wrap label span {
  background-color: #f4f4f4;
  color: #666;
}

/* line 332, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .btn-tag-modal {
  width: 260px;
  height: 44px;
  background-color: #42B6CD !important;
  border-radius: 6px;
  color: white;
  font-size: 12px;
}

/* line 339, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .campaigns-list-page {
  padding-top: 30px;
}

/* line 342, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .campaigns-list-page .campaign-card .card__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 347, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-tags .box .campaings-empty--wrap {
  font-size: 14px;
}

/* line 350, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box {
  padding: 40px;
}

/* line 352, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 356, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-header p.username {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

/* line 360, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body {
  display: flex;
  gap: 36px;
  margin: 22px 0 30px;
}

/* line 364, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .plan-image {
  width: 260px;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  object-fit: cover;
}

/* line 369, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .info-date {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

/* line 373, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .info-date span.duration-value {
  color: #42B6CD;
  padding-right: 10px;
}

/* line 376, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .info-date span.date-value {
  font-size: 10px;
  font-weight: normal;
  color: #333;
}

/* line 380, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .plan_name {
  font-size: 20px;
  line-height: 36px;
  margin: 16px 0 12px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  /* line 380, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .item-body .plan_name {
    margin: 12px 0 6px;
  }
}

/* line 388, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body p.plan_price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* line 392, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body p.plan_price span.unit {
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 396, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body p.plan_price span.cycle {
  font-size: 12px;
}

/* line 398, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .credit-card {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  /* line 398, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .item-body .credit-card {
    display: block;
  }
}

/* line 404, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .credit-card span.paymode {
  padding-left: 4px;
  padding-right: 17px;
  font-size: 10px;
  line-height: 14px;
  color: #333;
}

/* line 410, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-body .credit-card p.pay-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666;
}

@media screen and (max-width: 768px) {
  /* line 410, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .item-body .credit-card p.pay-info {
    margin-top: 10px;
  }
}

/* line 417, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* line 422, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.page-user-supports .box .item-btns .btn {
  width: 215px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #42B6CD;
  color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

/* line 431, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box {
  padding: 47px 40px 94px;
}

@media screen and (max-width: 768px) {
  /* line 431, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box {
    padding: 40px 0 0;
  }
}

/* line 435, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}

/* line 440, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .creditcard-form-ttl {
  max-width: 670px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* line 445, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .card-info {
  padding: 24px 30px;
  background-color: #f2f4f5;
  border-radius: 15px;
  margin: 20px 0 50px;
}

/* line 450, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .card-info p {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  font-weight: bold;
  padding: 6px 0;
}

/* line 456, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  max-width: 670px;
  margin: auto;
  margin-bottom: 20px;
}

/* line 463, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box {
  width: 100%;
  max-width: 670px;
  margin: auto;
  padding: 40px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 470, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .form-box--inner {
  max-width: 545px;
  margin: auto;
}

/* line 473, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .form-group {
  margin-bottom: 32px;
}

/* line 475, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box label.field-key {
  margin-bottom: 10px;
}

/* line 477, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .flex-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 481, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .flex-center.crecard-ym {
  gap: 0;
}

/* line 483, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .flex-center select {
  font-size: 12px;
  height: 42px;
}

/* line 486, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .flex-center select:nth-of-type(1) {
  width: 70px;
}

/* line 488, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .flex-center select:nth-of-type(2) {
  width: 82px;
}

/* line 490, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .flex-center label {
  margin-left: 5px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .flex-center {
    flex-wrap: wrap;
    gap: 0;
  }
  /* line 496, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .flex-center img {
    margin-left: auto;
    margin-top: 6px;
  }
  /* line 499, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .flex-center.crecard-ym {
    margin-bottom: 20px;
  }
  /* line 501, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .flex-center.crecard-ym label {
    margin: 0 20px 0 5px;
  }
}

/* line 503, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

/* line 506, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info .item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}

/* line 512, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info .item p.label {
  font-size: 14px;
  color: #333;
}

/* line 515, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info .item p.value {
  font-size: 18px;
  font-weight: bold;
}

/* line 518, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info .item p.value span {
  font-size: 14px;
  font-weight: normal;
}

/* line 521, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info .item.total {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-bottom: 0;
}

/* line 525, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-box .price-info .item.total .value {
  font-size: 28px;
}

/* line 527, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 20px;
}

/* line 533, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}

/* line 540, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 543, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 548, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.creditcard-page.box .static-label {
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #999;
  width: 670px;
  margin: auto;
}

/* line 556, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice {
  padding: 40px 30px;
}

/* line 558, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* line 564, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .plan-image {
  width: 260px;
  aspect-ratio: 3/2;
  border-radius: 6px;
}

/* line 569, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 573, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .warning-badge {
  width: 74px;
  height: 24px;
  border-radius: 4px;
  background-color: #42B6CD;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media screen and (max-width: 768px) {
  /* line 573, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .box.payment-notice .part1 .part1-right .warning-badge {
    margin-bottom: 10px;
  }
}

/* line 584, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .warning-badge span {
  font-size: 12px;
  color: white;
  line-height: 18px;
}

/* line 588, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .plan_name {
  font-size: 20px;
  font-weight: bold;
}

/* line 591, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 p.plan_price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 6px 0 13px 0;
}

/* line 596, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 p.plan_price span.unit {
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 600, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 p.plan_price span.cycle {
  font-size: 12px;
}

/* line 602, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .credit-card {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

/* line 606, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .credit-card span.paymode {
  padding-left: 4px;
  padding-right: 40px;
  font-size: 10px;
  line-height: 14px;
  color: #333;
}

/* line 612, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part1 .credit-card p.pay-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666;
}

/* line 617, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 {
  padding-top: 30px;
}

/* line 619, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 623, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-header p.sub-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #333;
}

/* line 628, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-header .warning-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 632, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-header .warning-badge span {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #42B6CD;
}

/* line 637, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box {
  padding-top: 20px;
  display: flex;
}

/* line 641, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part p.label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 645, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part p.price {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
  margin-bottom: 16px;
}

/* line 652, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part p.price span.unit {
  font-weight: normal;
  font-size: 14px;
}

/* line 655, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #666;
}

@media screen and (max-width: 768px) {
  /* line 655, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .box.payment-notice .part2 .part2-box .left-part a {
    width: 180px;
  }
}

/* line 665, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .right-part {
  margin-left: 40px;
  background-color: #f2f4f5;
  padding: 4px;
  border-radius: 4px;
}

/* line 670, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .right-part .table {
  margin-bottom: 0;
}

/* line 672, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .right-part .table td,
.user-payments-page .box.payment-notice .part2 .part2-box .right-part .table th {
  border-top: none;
  padding: 6px;
  font-size: 10px;
  line-height: 14px;
  color: #666;
}

/* line 679, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page {
  padding: 60px 0;
}

/* line 681, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content {
  width: 100%;
  max-width: 670px;
  margin: auto;
}

/* line 685, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .support.media {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* line 690, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .support.media .plan-image {
  width: 260px;
  aspect-ratio: 3/2;
  border-radius: 6px;
}

/* line 695, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .support.media .media-body p.plan_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* line 695, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page .form-content .support.media .media-body p.plan_name {
    margin-bottom: 6px;
  }
}

/* line 704, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .support.media .media-body p.price .price-unit1 {
  font-size: 20px;
}

/* line 706, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-box {
  width: 100%;
  padding: 45px 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 711, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-box .table {
  max-width: 470px;
  margin: 0 auto;
}

/* line 714, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-box .table th,
.user-address-page .form-content .form-box .table td {
  border: none;
  padding: 15px 0;
  line-height: 44px;
  color: #333;
  font-weight: 400;
}

/* line 721, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-box .table th input,
.user-address-page .form-content .form-box .table th select,
.user-address-page .form-content .form-box .table td input,
.user-address-page .form-content .form-box .table td select {
  height: 44px;
}

/* line 724, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-box .table th {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
}

/* line 728, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 20px;
}

/* line 734, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}

/* line 741, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 744, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .form-content .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 749, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-address-page .-txt01 {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  color: #666;
}

/* line 754, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box {
  padding: 60px 40px 80px;
}

/* line 756, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content {
  width: 100%;
  max-width: 670px;
  margin: auto;
}

/* line 760, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .support.media {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* line 765, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .support.media .plan-image {
  width: 260px;
  aspect-ratio: 3/2;
  border-radius: 6px;
}

/* line 770, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .support.media .media-body p.plan_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin-bottom: 6px;
}

/* line 776, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .support.media .media-body p.price {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}

/* line 781, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .support.media .media-body p.price span.unit {
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 785, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .support.media .media-body p.price span.cycle {
  font-size: 12px;
}

/* line 787, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .user-questions--wrap {
  padding: 60px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 791, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .user-questions--wrap .alert {
  margin-top: 0;
}

/* line 793, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .user-questions-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 795, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-box {
  width: 100%;
  max-width: 468px;
  margin: auto;
}

/* line 799, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-box p.question-detail {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* line 805, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-box .label-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

/* line 810, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-box span.label {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

/* line 814, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-box span.badge {
  display: inline-block;
  background-color: #42B6CD;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  padding: 1px 6px 2px 6px;
  line-height: 15px;
}

/* line 822, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  gap: 20px;
}

/* line 828, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

/* line 836, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 839, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-question-page.box .form-content .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 844, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-price-change-page.box {
  padding: 30px;
}

/* line 847, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-price-change-page.box form label {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
}

/* line 852, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-price-change-page.box form .input-box {
  margin-top: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

/* line 858, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-price-change-page.box form .input-box input {
  height: 44px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  /* line 858, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-price-change-page.box form .input-box input {
    width: 100%;
  }
}

/* line 863, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-price-change-page.box form .input-box span.label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 867, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
.user-price-change-page.box form input[type="submit"] {
  width: 210px;
  height: 30px;
  background-color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 0;
}

@media screen and (max-width: 768px) {
  /* line 867, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-price-change-page.box form input[type="submit"] {
    width: 100%;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  /* line 844, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-price-change-page.box {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 883, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .fixed-container .sidebar-container,
.page-container .sidebar-container {
    display: none;
  }
  /* line 887, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messengers .media {
    padding: 7px 20px 10px !important;
  }
  /* line 889, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .media-body {
    margin-bottom: 10px;
  }
  /* line 891, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .media-body .avatar-badge {
    margin-right: 10px;
  }
  /* line 893, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .media-body .avatar-badge img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  /* line 897, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messages-head {
    padding: 14px 0;
  }
  /* line 899, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messages-head .messages-back {
    margin: 0 8px;
  }
  /* line 901, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messages-head .avatar {
    margin: 0;
  }
  /* line 903, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messages-head .artist-name {
    padding: 0 !important;
    margin-left: 10px;
  }
  /* line 906, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messages-wrapper {
    padding: 16px 10px 0;
  }
  /* line 909, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .messages-wrapper .message .time {
    width: 66px !important;
  }
  /* line 911, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .message-form-wrapper {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  /* line 915, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .message-page .message-form-wrapper .message-form {
    border: none;
    padding: 0;
    min-height: unset;
  }
  /* line 920, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-notification .box {
    padding: 20px 0;
  }
  /* line 922, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-notification .box .txt-group {
    padding-right: 20px;
  }
  /* line 924, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders {
    padding: 0 !important;
    margin: 0 -5vw;
  }
  /* line 927, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders .per-page-pagination {
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 932, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders .order-items .item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 937, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders .order-items .item .item-left {
    width: 90px;
    text-align: center;
  }
  /* line 940, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders .order-items .item .item-right {
    flex: 1;
  }
  /* line 942, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders .order-items .item .item-right p {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px 0;
    word-break: break-all;
  }
  /* line 948, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-orders .order-items .item .item-right p span.label {
    font-size: 10px;
    font-weight: normal;
  }
  /* line 952, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-tags .box {
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  /* line 955, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-tags .box .btn-tag-modal {
    width: 100%;
  }
  /* line 957, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-tags .box .box-title.border-sp {
    padding-top: 40px;
    border-top: 1px solid #eee;
  }
  /* line 960, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports {
    padding: 0 20px;
  }
  /* line 962, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box {
    padding: 20px 0 30px;
    margin: 0;
  }
  /* line 965, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body {
    width: 100%;
  }
  /* line 968, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-body {
    display: block;
  }
  /* line 970, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-body .plan-image {
    width: 100%;
    object-fit: cover;
  }
  /* line 973, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-body .item-right-part {
    padding-top: 15px;
  }
  /* line 975, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-header {
    margin-bottom: 20px;
  }
  /* line 977, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-body {
    margin: 0 0 20px;
  }
  /* line 979, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-btns {
    display: block;
  }
  /* line 981, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .page-user-supports .box .media-body .item-btns .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 984, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 984, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 988, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content {
    width: 100%;
  }
  /* line 990, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .support.media {
    display: block;
  }
  /* line 992, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .form-box {
    width: 100%;
    padding: 40px 20px;
  }
  /* line 995, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .form-box .table,
.user-address-page.box .form-content .form-box tbody,
.user-address-page.box .form-content .form-box tr,
.user-address-page.box .form-content .form-box th,
.user-address-page.box .form-content .form-box td {
    display: block;
  }
  /* line 1001, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .form-box th {
    line-height: inherit;
    padding: 0;
  }
  /* line 1004, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .form-box td {
    padding: 6px 0 15px;
  }
  /* line 1006, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1010, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-address-page.box .form-content .form-btns .btn-default {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1014, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box {
    padding: 40px 0 0;
  }
  /* line 1016, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box .form-content {
    width: 100%;
  }
  /* line 1018, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box .form-content .support.media {
    display: block;
  }
  /* line 1020, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box .form-content .support.media img.plan-image {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 20px;
  }
  /* line 1025, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box .form-content .user-questions--wrap {
    padding: 40px 20px;
  }
  /* line 1027, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box .form-content .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1031, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-question-page.box .form-content .form-btns .btn-default {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* line 1036, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box {
    width: 100%;
    padding: 40px 20px;
  }
  /* line 1039, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .form-group.row {
    display: block !important;
  }
  /* line 1041, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .form-group.row .col-6:nth-child(2) {
    margin-top: 20px;
  }
  /* line 1044, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-box .price-info .item {
    width: 100%;
  }
  /* line 1046, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1050, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .form-btns .btn-default {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1053, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .creditcard-page.box .static-label {
    width: auto;
  }
  /* line 1055, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 1055, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 1059, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box {
    padding: 20px 0;
  }
  /* line 1061, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part1 {
    display: block;
  }
  /* line 1063, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part1 .plan-image {
    width: 100%;
  }
  /* line 1066, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part1 .part1-right .title {
    display: block;
    margin-top: 20px;
  }
  /* line 1070, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part2 .part2-header {
    display: block;
  }
  /* line 1072, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part2 .part2-header .warning-badge {
    margin-top: 12px;
  }
  /* line 1074, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part2 .part2-box {
    display: block;
  }
  /* line 1076, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .user-payments-page .payment-notice.box .part2 .part2-box .right-part {
    margin-left: 0;
    margin-top: 20px;
  }
  /* line 1079, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile {
    padding: 20px 0;
  }
  /* line 1081, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box {
    width: 100%;
    padding: 40px 20px 20px;
  }
  /* line 1084, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .user-icon-box {
    gap: 20px;
  }
  /* line 1086, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .badge-need {
    font-size: 10px;
    color: white;
    padding: 2px 6px;
    background-color: #42B6CD;
    border-radius: 4px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 1086, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .badge-need {
    margin-left: 8px;
    padding: 1px 6px 2px 6px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1099, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table {
    margin-bottom: 0;
  }
  /* line 1102, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table tbody,
.box.user-profile .form-box .table tr,
.box.user-profile .form-box .table th,
.box.user-profile .form-box .table td {
    display: block;
  }
  /* line 1107, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table th {
    line-height: inherit;
    padding: 0;
  }
  /* line 1110, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table th:nth-child(1) {
    width: auto;
  }
  /* line 1112, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table td {
    padding: 10px 0 30px;
  }
  /* line 1114, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table td .form-inline {
    gap: 20px;
  }
  /* line 1116, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table td .form-inline .form-control {
    width: auto;
  }
  /* line 1118, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table td.genders {
    display: flex;
    gap: 20px;
  }
  /* line 1121, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-box .table td .password {
    border: 1px solid #ced4da;
    border-radius: 4px;
  }
  /* line 1124, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1128, app/assets/stylesheets/custom/muevo-com/admin/renewal-mypage_old.sass */
  .box.user-profile .form-btns .btn-default {
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
}
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-comment {
  color: #42b6cd;
  font-size: 12px;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.taggings {
  color: #3cc;
  padding: 15px 15px 15px 25px;
  border: 1px solid #3cc;
  font-size: 12px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.taggings .remove-tagging {
  color: #3cc;
  padding: 5px 8px;
  background: #f2f2f7;
  border-radius: 100%;
  margin: 10px 0 0 10px;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox, .custom-radio {
  width: fit-content;
  padding: 10px 36px 10px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #f2f4f5;
  font-weight: bold;
  border: 1px solid #f2f4f5;
}

/* line 32, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  position: static;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:before,
.custom-radio .custom-control-label:after {
  top: calc(50% - 8px) !important;
  right: 10px;
  left: auto;
  width: 16px;
  height: 16px;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 2px solid #999;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox.custom-control-input ~ .custom-control-label::before, .custom-radio.custom-control-input ~ .custom-control-label::before {
  border-radius: 0.5rem;
  border-width: 2px;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox.custom-control-input:checked ~ .custom-control-label::before, .custom-radio.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #42B6CD;
  background-color: #42B6CD;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.custom-checkbox.custom-control-input:checked ~ .custom-control-label::after, .custom-radio.custom-control-input:checked ~ .custom-control-label::after {
  background: url(/assets/icons/items/icon_check-e0391af6e9c77ed46286295e779baa3f211b9aba72ea9d9aed4ffec22c3c3804.svg) no-repeat center;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image {
  position: relative;
  width: 70px;
  height: 60px;
  background: #f2f4f5;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 64, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image .-icon {
  position: static;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image .upload-file-btn {
  padding-top: 13px;
  border: none;
  border-radius: 0;
}

/* line 70, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image .upload-file-btn .plus {
  margin-bottom: 5px;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image .upload-file-btn .plus img {
  position: static;
}

/* line 74, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image .upload-file-btn p {
  font-size: 10px;
  font-weight: 400;
}

/* line 77, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-image img {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 90, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-link {
  font-size: 12px;
}

/* renewal */
/* line 93, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-box-outer {
  position: absolute;
  right: 0;
  bottom: calc(100% + 25px);
}

@media screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .btn-box-outer {
    right: 1rem;
  }
}

/* line 99, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-new-regist {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  width: 160px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-new-regist svg {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  /* line 99, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .btn-new-regist {
    right: calc(10px - 5vw);
    bottom: calc(100% + 12px);
  }
}

/* line 113, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.slct select {
  padding: 9px 34px 9px 14px;
}

/*a
  color: #212529 */
/* line 117, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.alert-warning {
  color: #212529;
  background-color: #e1f0f4;
  border-color: #e1f0f4;
}

/* line 121, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.alert-warning h3 {
  font-size: 20px;
}

/* line 123, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.badge-danger {
  background-color: #42b6cd;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.input-grp {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.input-grp .field_with_errors {
  display: flex;
}

/* line 132, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.input-grp .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.input-grp .input-grp-append {
  display: flex;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.input-grp .input-grp-append .input-grp-text {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  margin-left: 8px;
  margin-bottom: 2px;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-patron,
.btn-submit {
  background-color: #42b6cd;
}

/* line 150, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-item-create {
  width: 80px;
}

@media screen and (max-width: 768px) {
  /* line 150, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .btn-item-create {
    width: 100%;
  }
}

/* line 154, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.list-tags-wrap.-added {
  margin-top: 14px;
}

/* line 156, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.white-space-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 158, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .price_free_ship {
    width: 160px;
    margin-top: 10px;
  }
  /* line 162, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .price_free_ship + span {
    margin-right: 0 !important;
    margin-bottom: 2px;
  }
}

/* line 165, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-update {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  /* line 165, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .btn-update {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* line 171, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 171, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .page-items {
    padding: 0 !important;
    margin: 0 -5vw;
  }
}

/* line 176, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .per-page-pagination {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 176, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .page-items .per-page-pagination {
    padding: 20px 5vw;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/* line 184, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 0;
  border-bottom: 3px solid #f2f4f5;
}

/* line 189, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-left {
  width: 40px;
  font-size: 12px;
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-left .btn-position {
  color: #666;
}

/* line 195, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right {
  flex: 1;
}

/* line 197, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-top {
  display: flex;
  margin-bottom: 15px;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-top img {
  width: 44px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

/* line 205, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-top .-info1 {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 210, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-top .-info1 .-ttl {
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 7px;
  color: #42B6CD;
}

/* line 215, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-top .-info1 .-label {
  font-size: 10px;
  font-weight: 400;
}

/* line 218, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-bot {
  display: flex;
}

/* line 220, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .item-right .-bot .label {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
}

/* line 225, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.page-items .items .item .btn-schedule {
  display: none;
}

/* line 228, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-content-send {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 232, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-content-send input[type="number"] {
  width: 180px;
}

@media screen and (max-width: 768px) {
  /* line 228, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .studio-content-send {
    align-items: flex-end;
  }
  /* line 236, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .studio-content-send input[type="number"] {
    width: 150px;
  }
}

/* line 238, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-shipping-fee-update {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  /* line 238, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .btn-shipping-fee-update {
    margin-top: 10px;
  }
}

/* line 243, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.box-shipping-fee .box-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 246, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .btn {
    font-size: 12px;
  }
  /* line 248, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-shipping-fee {
    padding: 20px 0 22px !important;
    margin-bottom: 0;
  }
  /* line 251, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-shipping-fee .box-ttl {
    margin-bottom: 10px;
  }
}

/* line 253, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-tbl {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 256, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-tbl .-img {
  border-radius: 4px;
}

/* line 258, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-tbl .-ttl {
  font-size: 12px;
  font-weight: bold;
  color: #42B6CD;
  word-break: break-all;
  white-space: pre-wrap;
}

/* line 264, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-item-schedule {
  display: inline-block;
  width: 50px;
  font-size: 10px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  line-height: 15px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  margin-top: 5px;
}

/* line 276, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-items .toggle-button-cover .button-cover .button-item .layer {
  background: #999;
}

/* line 278, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-items .toggle-button-cover .button-cover .button-item input[type="checkbox"]:disabled ~ .layer {
  background-color: #ececf1;
}

/* line 280, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.-sp-items-action {
  margin-top: 27px;
}

/* line 282, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.box.box-new-item {
  padding: 30px 40px;
}

@media screen and (max-width: 768px) {
  /* line 282, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box.box-new-item {
    padding: 20px 0;
    margin-bottom: 0;
  }
  /* line 287, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box.box-new-item .box-ttl {
    margin-bottom: 20px;
  }
}

/* line 289, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.form-group--item-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 293, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.form-group--item-ttl .-ttl--wrap {
  margin-right: 20px;
}

/* line 295, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.form-group--item-ttl .-field--wrap {
  width: 100%;
  max-width: 500px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 289, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .form-group--item-ttl {
    flex-wrap: wrap;
  }
  /* line 301, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .form-group--item-ttl .-field--wrap {
    margin: 4px 0 10px;
  }
  /* line 303, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .form-group--item-ttl .-btn--wrap {
    width: 100%;
  }
}

/* line 305, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-studio-items-back {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px);
  width: 190px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

/* line 314, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-studio-items-back i {
  margin: 3px 4px 0 0;
}

/* line 316, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.box-studio-item-edit {
  padding: 30px 30px 80px !important;
}

@media screen and (max-width: 768px) {
  /* line 316, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-studio-item-edit {
    padding: 20px 0 60px !important;
  }
}

/* line 321, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-content .alert-studio-item-edit {
  padding: 25px;
  margin: 0 0 4px;
}

/* line 324, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-content .alert-studio-item-edit h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 328, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-content .alert-studio-item-edit ul li {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 332, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-field-group {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

/* line 337, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-field-group .-label--wrap {
  flex: 28.42%;
  max-width: 28.42%;
  padding-top: 12px;
}

/* line 341, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-field-group .-label--wrap label {
  font-size: 14px;
  font-weight: 400;
}

/* line 344, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-field-group .-label--wrap label .badge {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  /* line 337, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-field-group .-label--wrap {
    flex: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 6px;
  }
}

/* line 351, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-field-group .-field--wrap {
  flex: 71.58%;
  max-width: 71.58%;
}

/* line 354, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-field-group .-field--wrap .-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 351, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-field-group .-field--wrap {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 362, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-images {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

/* line 366, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-images > li {
  padding: 5px;
}

/* line 368, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.fields-nested-item {
  display: flex;
  margin-bottom: 20px;
}

/* line 371, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-fee--count {
  margin-right: 40px;
}

/* line 373, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-fee--count .field-control {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 371, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .items-fee--count {
    margin-right: 20px;
  }
  /* line 377, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .items-fee--count .field-control {
    width: 70px;
  }
}

/* line 380, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-fee--price .field-control {
  width: 200px;
}

@media screen and (max-width: 768px) {
  /* line 380, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .items-fee--price .field-control {
    width: 160px;
  }
}

/* line 384, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-spec--remove {
  padding-top: 10px;
  margin-left: 10px;
}

/* line 387, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-eidt-kind--header {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

/* line 393, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-eidt-kind--header .item-eidt-kind--name {
  width: 200px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  /* line 393, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-eidt-kind--header .item-eidt-kind--name {
    width: 160px;
  }
}

/* line 398, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-eidt-kind--header .item-eidt-kind--count {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 398, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-eidt-kind--header .item-eidt-kind--count {
    width: 70px;
  }
}

/* line 402, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-item-fields-nested-add {
  width: 166px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 4px;
}

/* line 411, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.btn-item-fields-nested-add:hover {
  color: var(--main-color);
}

/* line 413, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-edit-kind--name {
  width: 200px;
  margin-right: 30px;
}

/* line 416, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.items-edit-kind--count {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 416, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .items-edit-kind--count {
    width: 70px;
  }
}

/* line 420, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-help {
  font-size: 10px;
  font-weight: 400;
  margin-top: 14px;
}

/* line 424, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-help02 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-top: 8px;
}

/* line 429, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-actions {
  text-align: center;
  margin-top: 70px;
}

/* line 432, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-actions .btn-type {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  /* line 432, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-edit-actions .btn-type {
    max-width: 100%;
  }
}

/* line 436, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-tags-form {
  display: flex;
  align-items: center;
}

/* line 439, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-tags-form .input-grp-append {
  margin-left: 8px;
}

/* line 441, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-discount-tbl {
  border-collapse: collapse;
}

/* line 443, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-discount-tbl th, .item-edit-discount-tbl td {
  padding: 8px 0;
}

/* line 446, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-discount-tbl tr:first-child th, .item-edit-discount-tbl tr:first-child td {
  padding-top: 0;
}

/* line 449, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-discount-tbl tr:last-child th, .item-edit-discount-tbl tr:last-child td {
  padding-bottom: 0;
}

/* line 451, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-discount-tbl th {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-right: 34px;
}

/* line 457, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-edit-discount-tbl td input[type=number] {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 441, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-edit-discount-tbl {
    display: block;
  }
  /* line 461, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-edit-discount-tbl tbody, .item-edit-discount-tbl tr, .item-edit-discount-tbl th, .item-edit-discount-tbl td {
    display: block;
  }
  /* line 463, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-edit-discount-tbl tbody tr:not(:last-child), .item-edit-discount-tbl tr tr:not(:last-child), .item-edit-discount-tbl th tr:not(:last-child), .item-edit-discount-tbl td tr:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 465, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-edit-discount-tbl tbody th, .item-edit-discount-tbl tr th, .item-edit-discount-tbl th th, .item-edit-discount-tbl td th {
    padding: 0 0 7px;
  }
  /* line 467, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .item-edit-discount-tbl tbody td, .item-edit-discount-tbl tr td, .item-edit-discount-tbl th td, .item-edit-discount-tbl td td {
    padding: 0;
  }
}

/* line 469, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-order-search-item {
  display: flex;
  margin-bottom: 24px;
}

/* line 472, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-order-search-item .-label {
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

/* line 477, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-order-search-item .-field-status {
  width: 150px;
}

/* line 479, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-order-search-item .-field-item-name {
  min-width: 200px;
}

/* line 481, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.studio-order-search-item .-field-date {
  display: flex;
  align-items: center;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  /* line 469, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .studio-order-search-item {
    flex-direction: column;
  }
  /* line 487, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .studio-order-search-item .-label {
    padding-top: 0;
    margin-bottom: 4px;
  }
  /* line 490, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .studio-order-search-item .-field {
    width: 100%;
  }
}

/* line 492, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.box-orders--wrap {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 492, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-orders--wrap {
    margin: 60px -5vw 0;
  }
}

/* line 496, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.box-orders-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 496, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-orders-filter {
    padding: 20px;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 505, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-orders-filter form {
    width: 100%;
  }
  /* line 507, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .box-orders-filter .search-form2 {
    width: 100%;
    justify-content: space-between;
  }
}

/* line 510, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-upload-file-award {
  position: relative;
}

/* line 512, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.item-upload-file-award input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 520, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-title-modal {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

/* line 524, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-title-modal-2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/* line 528, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-modal {
  color: #666666;
}

/* line 530, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.input-radio-custom {
  height: 25px;
}

/* line 532, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-active {
  color: #666666;
  font-weight: bold !important;
}

/* line 535, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-inactive {
  color: #666666;
  font-weight: normal !important;
}

/* line 538, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.button-save-100 {
  width: 100%;
}

/* line 540, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.image-setting {
  padding: 20px;
}

/* line 542, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.image-setting img {
  width: 40px;
  height: 40px;
}

/* line 545, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.text-bold-12-666 {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

/* line 549, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
.image-16 {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 769px) {
  /* line 553, app/assets/stylesheets/custom/muevo-com/admin/studio/item.sass */
  .padding-pc-20 {
    padding: 20px;
  }
}
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.text-comment {
  color: #42b6cd;
  font-size: 12px;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.taggings {
  color: #3cc;
  padding: 15px 15px 15px 25px;
  border: 1px solid #3cc;
  font-size: 12px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.taggings .remove-tagging {
  color: #3cc;
  padding: 5px 8px;
  background: #f2f2f7;
  border-radius: 100%;
  margin: 10px 0 0 10px;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox, .custom-radio {
  width: fit-content;
  padding: 10px 36px 10px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #f2f4f5;
  font-weight: bold;
  border: 1px solid #f2f4f5;
}

/* line 32, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  position: static;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:before,
.custom-radio .custom-control-label:after {
  top: calc(50% - 8px) !important;
  right: 10px;
  left: auto;
  width: 16px;
  height: 16px;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 2px solid #999;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox.custom-control-input ~ .custom-control-label::before, .custom-radio.custom-control-input ~ .custom-control-label::before {
  border-radius: 0.5rem;
  border-width: 2px;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox.custom-control-input:checked ~ .custom-control-label::before, .custom-radio.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #42B6CD;
  background-color: #42B6CD;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.custom-checkbox.custom-control-input:checked ~ .custom-control-label::after, .custom-radio.custom-control-input:checked ~ .custom-control-label::after {
  background: url(/assets/icons/items/icon_check-e0391af6e9c77ed46286295e779baa3f211b9aba72ea9d9aed4ffec22c3c3804.svg) no-repeat center;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image {
  position: relative;
  width: 70px;
  height: 60px;
  background: #f2f4f5;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image .-icon {
  position: static;
}

/* line 65, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image .upload-file-btn {
  padding-top: 13px;
  border: none;
  border-radius: 0;
}

/* line 69, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image .upload-file-btn .plus {
  margin-bottom: 5px;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image .upload-file-btn .plus img {
  position: static;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image .upload-file-btn p {
  font-size: 10px;
  font-weight: 400;
}

/* line 76, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-image img {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-link {
  font-size: 12px;
}

/* renewal */
/* line 92, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-box-outer {
  position: absolute;
  right: 0;
  bottom: calc(100% + 25px);
}

@media screen and (max-width: 768px) {
  /* line 92, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .btn-box-outer {
    right: 1rem;
  }
}

/* line 98, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-new-regist {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  width: 160px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
}

/* line 106, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-new-regist svg {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  /* line 98, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .btn-new-regist {
    right: calc(10px - 5vw);
    bottom: calc(100% + 12px);
  }
}

/* line 112, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.slct select {
  padding: 9px 34px 9px 14px;
}

/*a
  color: #212529*/
/* line 116, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.alert-warning {
  color: #212529;
  background-color: #e1f0f4;
  border-color: #e1f0f4;
}

/* line 120, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.alert-warning h3 {
  font-size: 20px;
}

/* line 122, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.badge-danger {
  background-color: #42b6cd;
}

/* line 124, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.input-grp {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* line 129, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.input-grp .field_with_errors {
  display: flex;
}

/* line 131, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.input-grp .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 137, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.input-grp .input-grp-append {
  display: flex;
}

/* line 139, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.input-grp .input-grp-append .input-grp-text {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  margin-left: 8px;
  margin-bottom: 2px;
}

/* line 146, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-patron,
.btn-submit {
  background-color: #42b6cd;
}

/* line 149, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-item-create {
  width: 80px;
}

@media screen and (max-width: 768px) {
  /* line 149, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .btn-item-create {
    width: 100%;
  }
}

/* line 153, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.list-tags-wrap.-added {
  margin-top: 14px;
}

/* line 155, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.white-space-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 157, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .price_free_ship {
    width: 160px;
    margin-top: 10px;
  }
  /* line 161, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .price_free_ship + span {
    margin-right: 0 !important;
    margin-bottom: 2px;
  }
}

/* line 164, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-update {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  /* line 164, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .btn-update {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* line 170, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 170, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .page-items {
    padding: 0 !important;
    margin: 0 -5vw;
  }
}

/* line 175, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .per-page-pagination {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 175, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .page-items .per-page-pagination {
    padding: 20px 5vw;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/* line 183, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 0;
  border-bottom: 3px solid #f2f4f5;
}

/* line 188, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-left {
  width: 40px;
  font-size: 12px;
  font-weight: bold;
}

/* line 192, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-left .btn-position {
  color: #666;
}

/* line 194, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right {
  flex: 1;
}

/* line 196, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-top {
  display: flex;
  margin-bottom: 15px;
}

/* line 199, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-top img {
  width: 44px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

/* line 204, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-top .-info1 {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 209, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-top .-info1 .-ttl {
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 7px;
  color: #42B6CD;
}

/* line 214, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-top .-info1 .-label {
  font-size: 10px;
  font-weight: 400;
}

/* line 217, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-bot {
  display: flex;
}

/* line 219, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .item-right .-bot .label {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
}

/* line 224, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.page-items .items .item .btn-schedule {
  display: none;
}

/* line 227, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-content-send {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 231, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-content-send input[type="number"] {
  width: 180px;
}

@media screen and (max-width: 768px) {
  /* line 227, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .studio-content-send {
    align-items: flex-end;
  }
  /* line 235, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .studio-content-send input[type="number"] {
    width: 150px;
  }
}

/* line 237, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-shipping-fee-update {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  /* line 237, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .btn-shipping-fee-update {
    margin-top: 10px;
  }
}

/* line 242, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.box-shipping-fee .box-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 245, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .btn {
    font-size: 12px;
  }
  /* line 247, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-shipping-fee {
    padding: 20px 0 22px !important;
    margin-bottom: 0;
  }
  /* line 250, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-shipping-fee .box-ttl {
    margin-bottom: 10px;
  }
}

/* line 252, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-tbl {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 255, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-tbl .-img {
  border-radius: 4px;
}

/* line 257, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-tbl .-ttl {
  font-size: 12px;
  font-weight: bold;
  color: #42B6CD;
  word-break: break-all;
  white-space: pre-wrap;
}

/* line 263, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-item-schedule {
  display: inline-block;
  width: 50px;
  font-size: 10px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  line-height: 15px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  margin-top: 5px;
}

/* line 275, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-items .toggle-button-cover .button-cover .button-item .layer {
  background: #999;
}

/* line 277, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-items .toggle-button-cover .button-cover .button-item input[type="checkbox"]:disabled ~ .layer {
  background-color: #ececf1;
}

/* line 279, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.-sp-items-action {
  margin-top: 27px;
}

/* line 281, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.box.box-new-item {
  padding: 30px 40px;
}

@media screen and (max-width: 768px) {
  /* line 281, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box.box-new-item {
    padding: 20px 0;
    margin-bottom: 0;
  }
  /* line 286, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box.box-new-item .box-ttl {
    margin-bottom: 20px;
  }
}

/* line 288, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.form-group--item-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 292, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.form-group--item-ttl .-ttl--wrap {
  margin-right: 20px;
}

/* line 294, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.form-group--item-ttl .-field--wrap {
  width: 100%;
  max-width: 500px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 288, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .form-group--item-ttl {
    flex-wrap: wrap;
  }
  /* line 300, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .form-group--item-ttl .-field--wrap {
    margin: 4px 0 10px;
  }
  /* line 302, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .form-group--item-ttl .-btn--wrap {
    width: 100%;
  }
}

/* line 304, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-studio-items-back {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px);
  width: 190px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

/* line 313, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-studio-items-back i {
  margin: 3px 4px 0 0;
}

/* line 315, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.box-studio-item-edit {
  padding: 30px 30px 80px !important;
}

@media screen and (max-width: 768px) {
  /* line 315, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-studio-item-edit {
    padding: 20px 0 60px !important;
  }
}

/* line 320, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-content .alert-studio-item-edit {
  padding: 25px;
  margin: 0 0 4px;
}

/* line 323, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-content .alert-studio-item-edit h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 327, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-content .alert-studio-item-edit ul li {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 331, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-field-group {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

/* line 336, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-field-group .-label--wrap {
  flex: 28.42%;
  max-width: 28.42%;
  padding-top: 12px;
}

/* line 340, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-field-group .-label--wrap label {
  font-size: 14px;
  font-weight: 400;
}

/* line 343, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-field-group .-label--wrap label .badge {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  /* line 336, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-field-group .-label--wrap {
    flex: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 6px;
  }
}

/* line 350, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-field-group .-field--wrap {
  flex: 71.58%;
  max-width: 71.58%;
}

/* line 353, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-field-group .-field--wrap .-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 350, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-field-group .-field--wrap {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 361, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-images {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

/* line 365, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-images > li {
  padding: 5px;
}

/* line 367, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.fields-nested-item {
  display: flex;
  margin-bottom: 20px;
}

/* line 370, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-fee--count {
  margin-right: 40px;
}

/* line 372, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-fee--count .field-control {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 370, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .items-fee--count {
    margin-right: 20px;
  }
  /* line 376, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .items-fee--count .field-control {
    width: 70px;
  }
}

/* line 379, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-fee--price .field-control {
  width: 200px;
}

@media screen and (max-width: 768px) {
  /* line 379, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .items-fee--price .field-control {
    width: 160px;
  }
}

/* line 383, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-spec--remove {
  padding-top: 10px;
  margin-left: 10px;
}

/* line 386, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-eidt-kind--header {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

/* line 392, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-eidt-kind--header .item-eidt-kind--name {
  width: 200px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  /* line 392, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-eidt-kind--header .item-eidt-kind--name {
    width: 160px;
  }
}

/* line 397, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-eidt-kind--header .item-eidt-kind--count {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 397, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-eidt-kind--header .item-eidt-kind--count {
    width: 70px;
  }
}

/* line 401, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-item-fields-nested-add {
  width: 166px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 4px;
}

/* line 410, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.btn-item-fields-nested-add:hover {
  color: var(--main-color);
}

/* line 412, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-edit-kind--name {
  width: 200px;
  margin-right: 30px;
}

/* line 415, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.items-edit-kind--count {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 415, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .items-edit-kind--count {
    width: 70px;
  }
}

/* line 419, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-help {
  font-size: 10px;
  font-weight: 400;
  margin-top: 14px;
}

/* line 423, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-help02 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-top: 8px;
}

/* line 428, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-actions {
  text-align: center;
  margin-top: 70px;
}

/* line 431, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-actions .btn-type {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  /* line 431, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-edit-actions .btn-type {
    max-width: 100%;
  }
}

/* line 435, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-tags-form {
  display: flex;
  align-items: center;
}

/* line 438, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-tags-form .input-grp-append {
  margin-left: 8px;
}

/* line 440, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-discount-tbl {
  border-collapse: collapse;
}

/* line 442, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-discount-tbl th, .item-edit-discount-tbl td {
  padding: 8px 0;
}

/* line 445, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-discount-tbl tr:first-child th, .item-edit-discount-tbl tr:first-child td {
  padding-top: 0;
}

/* line 448, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-discount-tbl tr:last-child th, .item-edit-discount-tbl tr:last-child td {
  padding-bottom: 0;
}

/* line 450, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-discount-tbl th {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-right: 34px;
}

/* line 456, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.item-edit-discount-tbl td input[type=number] {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 440, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-edit-discount-tbl {
    display: block;
  }
  /* line 460, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-edit-discount-tbl tbody, .item-edit-discount-tbl tr, .item-edit-discount-tbl th, .item-edit-discount-tbl td {
    display: block;
  }
  /* line 462, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-edit-discount-tbl tbody tr:not(:last-child), .item-edit-discount-tbl tr tr:not(:last-child), .item-edit-discount-tbl th tr:not(:last-child), .item-edit-discount-tbl td tr:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 464, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-edit-discount-tbl tbody th, .item-edit-discount-tbl tr th, .item-edit-discount-tbl th th, .item-edit-discount-tbl td th {
    padding: 0 0 7px;
  }
  /* line 466, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .item-edit-discount-tbl tbody td, .item-edit-discount-tbl tr td, .item-edit-discount-tbl th td, .item-edit-discount-tbl td td {
    padding: 0;
  }
}

/* line 468, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-order-search-item {
  display: flex;
  margin-bottom: 24px;
}

/* line 471, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-order-search-item .-label {
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

/* line 476, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-order-search-item .-field-status {
  width: 150px;
}

/* line 478, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-order-search-item .-field-item-name {
  min-width: 200px;
}

/* line 480, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.studio-order-search-item .-field-date {
  display: flex;
  align-items: center;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  /* line 468, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .studio-order-search-item {
    flex-direction: column;
  }
  /* line 486, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .studio-order-search-item .-label {
    padding-top: 0;
    margin-bottom: 4px;
  }
  /* line 489, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .studio-order-search-item .-field {
    width: 100%;
  }
}

/* line 491, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.box-orders--wrap {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 491, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-orders--wrap {
    margin: 60px -5vw 0;
  }
}

/* line 495, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
.box-orders-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 495, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-orders-filter {
    padding: 20px;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 504, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-orders-filter form {
    width: 100%;
  }
  /* line 506, app/assets/stylesheets/custom/muevo-com/admin/studio/items_old.sass */
  .box-orders-filter .search-form2 {
    width: 100%;
    justify-content: space-between;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page {
  padding-bottom: 8rem;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics {
  background-color: #fff;
  padding: 1rem;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics .card-body {
  text-align: center;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics .card-body p {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics .data-title em {
  display: inline-block;
  margin-left: .7rem;
  font-style: normal;
  font-size: 130%;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics .data-chart {
  background-color: #42B6CD;
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-page .analytics .chart {
  height: 400px;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.supporter-join-on .not-change {
  color: #007bff;
}

/* line 39, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.supporter-join-on .changed {
  color: red;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.supporter-join-on .supporter_join_on_error {
  width: 100%;
  margin-top: 0.25rem;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.supporter-join-on .alert {
  padding: 0.75rem 0.75rem;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.supporter-join-on .no-edit {
  color: #666666;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supports--wrap {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  /* line 53, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
  .studio-supports--wrap .link-studio-supporters-csv {
    right: 0;
  }
  /* line 55, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
  .studio-supports--wrap .studio-supporters--wrap {
    margin: 50px -5vw 0;
  }
  /* line 57, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
  .studio-supports--wrap .studio-supporters--wrap .per-page-pagination {
    padding: 20px 5vw 0;
    border-top: 1px solid #eee;
  }
}

/* line 61, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supporter-search-form .form-actions {
  text-align: center;
  margin-top: 20px;
}

/* line 64, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supporter-search-form .form-actions .btn-type {
  max-width: 250px;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supporter-search-form .form-actions .btn-type:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 66, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
  .studio-supporter-search-form .form-actions .btn-type:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

/* line 70, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supporter-search-form .form-group {
  display: flex;
  flex-wrap: wrap;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supporter-search-form .form-group > label {
  display: inline-block;
  flex: 105px;
  max-width: 105px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 73, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
  .studio-supporter-search-form .form-group > label {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}

/* line 84, app/assets/stylesheets/custom/muevo-com/admin/studio_old.sass */
.studio-supporter-search-form .form-group .form-control--wrap {
  flex: 1;
}
@charset "UTF-8";
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
form.form-inline-sm .form-group {
  display: flex;
  align-items: center;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-tag {
  background-color: #fff;
  color: #42B6CD;
  border-color: #42B6CD;
  padding: 0 .8rem;
  border-radius: 2rem;
  font-size: 90%;
  margin: .2rem;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-tag span {
  margin-left: .5rem;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-tag a {
  color: #42B6CD;
}

/* line 53, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-tag a.cross {
  margin: 0 0 0 .2rem;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-tag:hover, .btn.btn-tag.on {
  background-color: #42B6CD;
  color: #fff;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-artist {
  background-color: #fff;
  color: #42B6CD;
  border-color: #42B6CD;
  border-radius: 50px;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 59, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .btn.btn-artist {
    font-size: 80%;
  }
}

/* line 68, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn.btn-open-contents {
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
label .badge {
  margin-left: .4rem;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  /* line 204, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign-header.container {
    padding: 0;
  }
  /* line 206, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign-header.container .container {
    padding: 0;
  }
}

/* line 208, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap {
  position: relative;
}

/* line 210, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap iframe {
  width: 100%;
}

/* line 212, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .campaign-body {
  overflow-wrap: break-word;
}

/* line 214, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .campaign-body p {
  margin-bottom: .5rem;
  margin-block-end: 0;
}

/* line 217, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .campaign-body img.campaign-body-image {
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

/* line 222, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap #post_form .additional-form {
  display: none;
}

/* line 224, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap #post_form ul.posts-list {
  padding: 0;
}

/* line 226, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap #post_form ul.posts-list li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

/* line 230, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap #post_form ul.posts-list li .col-9, .campaign--wrap #post_form ul.posts-list li .col-3 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 233, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap #post_form ul.posts-list li a {
  display: block;
  padding: .5rem;
}

/* line 237, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .additional-form .update-publish {
  display: none;
  margin-bottom: 30px;
}

/* line 240, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .additional-form .btn-update-publish {
  display: block;
}

/* line 242, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .additional-form .btn-cancel-update-publish {
  display: none;
}

/* line 245, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .additional-form.editing .update-publish {
  display: block;
}

/* line 247, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .additional-form.editing .btn-update-publish {
  display: none;
}

/* line 249, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .additional-form.editing .btn-cancel-update-publish {
  display: block;
}

/* line 252, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .jumbotron {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  height: 300px;
}

@media (max-width: 1199.98px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron {
    height: 251px;
  }
}

@media (max-width: 991.98px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron {
    height: 186px;
  }
}

@media (max-width: 767.98px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron {
    background-position: top;
    background-size: contain;
    height: 234px;
  }
}

/* line 268, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .jumbotron .container {
  position: relative;
  height: 100%;
  padding: 1rem 0;
}

/* line 272, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .jumbotron .container h1 {
  position: absolute;
  bottom: 1rem;
  left: 250px;
  font-size: 200%;
  color: #fff;
}

/* line 278, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .jumbotron .container .avatar {
  position: absolute;
  left: 100px;
  bottom: -50px;
  border: 5px solid #fff;
}

@media (max-width: 767.98px) {
  /* line 284, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron {
    position: relative;
  }
  /* line 286, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron .container {
    position: absolute;
    height: 100px;
    top: 134px;
    background-color: #fff;
    text-align: center;
  }
  /* line 292, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron .container h1 {
    position: relative;
    left: auto;
    font-size: 1.5rem;
    color: #333;
  }
  /* line 297, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .jumbotron .container .avatar {
    position: relative;
    top: -45px;
    left: auto;
    width: 64px;
    height: auto;
    border-width: 3px;
  }
}

/* line 304, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav {
  background-color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  /* line 304, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .campaign-nav {
    padding-top: .1rem;
  }
}

/* line 310, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container {
  position: relative;
}

/* line 313, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-patron {
  background-color: #3cc;
  position: absolute;
  top: .5rem;
  right: 1rem;
}

@media (max-width: 767.98px) {
  /* line 319, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .campaign-nav .container .btn.btn-patron {
    position: relative;
    display: block;
    width: 80%;
    margin: .5rem auto;
    top: auto;
    right: auto;
  }
}

/* line 326, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link {
  padding: 1.2rem 0;
  margin: 0 1.5rem;
  border-radius: 0;
  border-bottom: 3px solid #fff;
  color: #999;
  font-weight: bold;
}

/* line 333, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link .icon {
  width: 32px;
  margin: 1rem auto .3rem auto;
}

/* line 336, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link .icon.on {
  display: none;
}

/* line 338, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link .icon.off {
  display: block;
}

@media (max-width: 767.98px) {
  /* line 326, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .campaign-nav .container .btn.btn-link {
    margin: 0 !important;
    font-size: 60%;
    padding: .2rem;
    width: 20%;
  }
}

/* line 345, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link:hover {
  color: #42B6CD;
  text-decoration: none;
  border-bottom-color: #3cc;
}

/* line 349, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link:hover .icon.on {
  display: block;
}

/* line 351, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link:hover .icon.off {
  display: none;
}

/* line 353, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link.active {
  color: #42B6CD;
  border-bottom-color: #3cc;
}

/* line 356, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link.active .icon.on {
  display: block;
}

/* line 358, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .container .btn.btn-link.active .icon.off {
  display: none;
}

/* line 360, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .tags {
  margin: 1rem 0;
}

/* line 362, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .tags h3 {
  padding: .5rem 1rem 0 0;
  width: 0;
  text-align: right;
  color: #42B6CD;
  font-size: 100%;
  font-weight: bold;
  float: left;
}

@media (max-width: 767.98px) {
  /* line 362, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap .header .campaign-nav .tags h3 {
    margin-left: 2rem;
  }
}

/* line 372, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .header .campaign-nav .tags .tag-links {
  width: 79%;
  float: right;
  text-align: left;
}

/* line 376, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .btn-circle {
  color: #fff !important;
  padding: .8rem 1.5rem;
  border-radius: 2rem;
}

/* line 380, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap h2.recent-posts {
  text-align: center;
  padding: .3rem 1rem;
  color: #96f;
  font-size: 130%;
  border: 5px solid #fff;
  border-radius: 5px;
  width: 90%;
  margin: 1rem auto;
}

/* line 390, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap h2.recent-posts.campaign-description h2 {
  color: #666;
  font-size: 100%;
  font-weight: bold;
  margin: 1rem 0;
}

/* line 396, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap h2.recent-posts.side h2, .campaign--wrap h2.recent-posts.side h3 {
  font-size: 100%;
  color: #42B6CD;
  padding: 1rem 0;
  font-weight: bold;
}

/* line 401, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap h2.recent-posts.side h2 {
  border-bottom: 3px solid #42B6CD;
}

/* line 403, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap h2.recent-posts.side h2.nomargin {
  margin: 0;
  border-width: 0;
}

/* line 406, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap section.sns {
  text-align: center;
}

/* line 408, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap section.sns .col-3 {
  margin-bottom: 1rem;
}

/* line 410, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap section.sns .btn {
  width: 6rem;
  max-width: 100%;
  padding: .2rem .5rem;
  font-size: 90%;
}

/* line 415, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .btn-follow {
  background-color: #f05a28;
}

/* line 417, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .btn-follow:before {
  content: url(/images/icons/follow.svg);
}

/* line 419, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .btn-slink {
  background-color: #f6921e;
}

/* line 421, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .btn-fb {
  background-color: #1b75bb;
}

/* line 423, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .btn-tweet {
  background-color: #26a9e0;
}

/* line 484, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .select-order-comments {
  padding-right: 20px !important;
}

/* line 486, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .post-loading {
  color: #bbb;
  padding: 7.5rem 0;
  text-align: center;
}

/* line 490, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .video-container {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 496, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .video-container iframe,
.campaign--wrap .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* line 504, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign--wrap .video-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 208, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign--wrap {
    margin-bottom: 50px;
  }
}

/* line 510, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plans {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 5rem;
}

/* line 514, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plans .plan {
  border-top: 5px solid #42B6CD;
  padding: 1rem 0;
}

/* line 517, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plans .plan h3 {
  color: #42B6CD;
  font-weight: bold;
  font-size: 130%;
}

/* line 521, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plans .plan .price {
  color: #42B6CD;
  font-weight: bold;
  font-size: 150%;
  text-align: right;
}

/* line 526, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plans .plan .btn-plan {
  white-space: normal;
}

/* line 528, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn-plan {
  color: #fff;
  background-color: #42B6CD;
  border-radius: 10px;
}

/* line 532, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn-plan .plan-count {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  color: #42B6CD;
  padding: 0 .5rem;
  margin-bottom: .5rem;
}

/* line 539, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
a.btn-plan {
  display: block;
}

/* line 541, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-form {
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

/* line 546, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-form .plan-question-form {
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: #f2f4f5;
  border-radius: 6px;
}

/* line 552, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-form .plan-question-form .field-group label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 2px;
}

/* line 557, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-form .plan-question-form .field-group .field-control {
  border-radius: 6px;
}

/* line 559, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-form .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

/* line 565, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn-append-form {
  margin-top: 30px;
}

/* line 567, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.open-post {
  display: block;
  text-align: center;
  padding: 50px 15px;
  color: #333;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-top: 22px;
}

/* line 575, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.open-post .post-alert {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 579, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.open-post .btn-open-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* line 592, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.open-post .btn-open-contents span {
  margin-left: 5px;
}

/* line 594, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.open-post .btn-open-contents:hover {
  color: #333;
}

/* line 596, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-banner {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}

/* line 601, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-banner.plan-banner-block {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 601, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .plan-banner.plan-banner-block {
    max-width: 100%;
  }
}

/* line 609, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .comment-form {
  padding: 20px 0 0;
}

/* line 611, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .comment-form .comment-avatar {
  display: inline-block;
}

/* line 619, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .comment {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

/* line 622, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .comment .comment-form {
  display: none;
  border-top-width: 0;
}

/* line 625, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .comment .comment-form.active {
  display: block;
}

/* line 627, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .spinner + .comment {
  border-top: none;
}

/* line 631, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .carousel .carousel-item a {
  display: inline;
}

/* line 633, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post .carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 638, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side .sort-order {
  border: 3px solid #42B6CD;
}

/* line 640, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side .sort-order hr {
  border-bottom: 3px solid #42B6CD;
  margin: 0 auto;
  width: 95%;
}

/* line 644, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side .sort-order a {
  display: block;
  color: #333;
  text-align: center;
  padding: .8rem;
}

/* line 649, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side .sort-order a .icon {
  margin-right: 1rem;
}

/* line 651, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side h2 a {
  color: #42B6CD;
}

/* line 653, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side h2 a:hover {
  text-decoration: none;
  color: #42B6CD;
}

/* line 657, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.post-comments > .comment:first-child {
  border-top: none;
}

/* line 660, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-posts .filter-posts {
  padding: 1rem 1rem .5rem 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
}

@media (min-width: 768px) {
  /* line 660, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign-posts .filter-posts {
    display: none;
  }
}

/* line 666, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-posts .filter-posts h2 {
  margin: 0;
  text-align: center;
  font-size: 110%;
}

/* line 670, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-posts .filter-posts h2 a {
  color: #42B6CD;
  display: block;
  font-weight: bold;
}

/* line 674, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-posts .filter-posts .filter-month {
  display: none;
  margin-top: 1rem;
}

/* line 678, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.filter-month .filter-year {
  display: none;
}

/* line 680, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.filter-month .filter-year.active {
  display: flex;
}

/* line 682, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.filter-month .filter-year.active a {
  color: #333;
}

/* line 686, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-posts .filter-posts h2 {
  margin-bottom: .5rem;
}

/* line 688, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-posts .filter-posts h2:last-child {
  margin-bottom: 0;
}

/* line 691, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.side .filter-plan {
  display: block;
}

/* line 693, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.more-posts {
  color: #fff;
  background-color: #42B6CD;
  padding: 1rem 2rem;
  font-size: 130%;
  margin: 0 auto;
  display: block;
  margin-bottom: 3rem;
  width: 18rem;
  text-align: center;
  max-width: 100%;
}

/* line 704, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.more-posts:hover {
  color: #42B6CD;
  background-color: #f2f2f7;
}

/* line 708, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-alert-header .alert {
  margin: 0;
}

/* line 711, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.like a {
  color: #666;
}

/* line 713, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.like a:hover {
  text-decoration: none;
}

/* line 715, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.like a img {
  width: 20px !important;
}

/* line 717, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.comment-reply {
  margin-top: 12px;
}

/* line 719, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.comment-reply .like {
  margin-right: 1rem;
}

/* line 721, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.new-tab-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* line 727, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.new-tab-btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 730, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.new-tab-btn img {
  margin-right: 5px;
}

/* line 732, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-contents {
  margin-top: 10px;
}

/* line 734, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-limit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 740, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plan-form .form-group label, .normal-form .form-group label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 2px;
}

/* line 745, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plan-form .form-group label.check--wrap, .normal-form .form-group label.check--wrap {
  color: #333;
}

/* line 747, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plan-form .form-group .field-control, .normal-form .form-group .field-control {
  border-radius: 6px;
}

/* line 749, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plan-form .field-unit-group, .normal-form .field-unit-group {
  display: flex;
  align-items: flex-end;
}

/* line 752, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-plan-form .field-unit-group .field-group-text, .normal-form .field-unit-group .field-group-text {
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
}

/* line 756, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.edit-form-tabs--wrap {
  display: inline-block;
  max-width: calc(100% - 61px);
}

/* line 759, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-swiper {
  padding: 10px;
  background: #ddd;
  border-radius: 8px;
  overflow: hidden;
}

/* line 764, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-swiper .tabs-nav {
  background: transparent;
}

/* line 766, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-swiper .tabs-nav > li {
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 768px) {
  /* line 759, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-swiper {
    position: relative;
    padding: 3px;
    overflow: hidden;
  }
}

/* line 773, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-button-next,
.tabs-button-prev {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 773, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-next,
.tabs-button-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 100;
  }
  /* line 783, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-next:before,
.tabs-button-prev:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  /* line 789, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-next.swiper-button-disabled,
.tabs-button-prev.swiper-button-disabled {
    display: none;
  }
}

/* line 791, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-button-next {
  border-radius: 0 8px 8px 0;
}

/* line 793, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.tabs-button-prev {
  border-radius: 8px 0 0 8px;
}

/* line 796, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.carts-items #discount-used {
  border: 2px solid orange;
  color: orange;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

/* line 802, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.carts-items .price-through {
  text-decoration: line-through;
}

/* line 804, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper {
  margin-left: auto;
}

/* line 808, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper tr td input {
  border: 2px solid #ddd;
  padding: 8px 5px;
  border-radius: 5px;
  width: 100%;
}

/* line 813, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper tr td div {
  padding: 15px 25px;
  border-radius: 5px;
  border: 2px solid #ddd;
}

/* line 817, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper tr td button {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  font-weight: bold;
  width: 150px;
  padding: 8px 0px;
  margin-top: 10px;
}

/* line 824, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper .coupon-item {
  font-size: 16px;
}

/* line 826, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper .coupon-item .detail {
  display: flex;
  justify-content: space-between;
  width: 400px;
}

/* line 830, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper .coupon-item .discount {
  border-radius: 15px;
  margin-right: 15px;
  background: orange;
  padding: 2px 15px;
  margin: 0px 10px;
  color: #fff;
  font-size: 12px;
}

/* line 838, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-wrapper .coupon-item .action {
  cursor: pointer;
}

/* line 841, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.page-orders td.icon {
  text-align: center;
}

/* line 843, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.page-orders td.icon a {
  background: #F2F4F5;
  padding: 4px;
  border-radius: 3px;
}

/* line 847, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.page-orders td.icon img {
  width: 20px;
  text-align: center;
}

/* line 851, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.modal-transport-info .info-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

/* line 855, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.modal-transport-info button {
  background: var(--main-color);
  color: #fff;
  border-radius: 17px;
  padding: 4px 8px;
  font-size: 12px;
}

/* line 861, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.modal-transport-info label {
  color: #333333;
}

/* line 863, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.modal-transport-info p {
  color: #666666;
}

/* line 865, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.link-expire-address {
  color: var(--main-color);
}

/* line 867, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.link-expire-address:hover {
  color: var(--main-color) !important;
}

/* line 869, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-note-bottom {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /* line 873, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .rule-freeship input {
    width: 110px !important;
  }
  /* line 875, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-note-bottom {
    padding: 0px 15px;
  }
  /* line 883, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-modal .form-group div.right {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 886, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-modal .form-group div.right > label {
    margin-right: 20px;
  }
  /* line 888, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-prev {
    left: 0;
    background: linear-gradient(to left, transparent, var(--tab-bg) 28px, var(--tab-bg));
  }
  /* line 891, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-prev::before {
    left: 9px;
    border-right: 9px solid #333;
  }
  /* line 894, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-next {
    right: 0;
    background: linear-gradient(to right, transparent, var(--tab-bg) 28px, var(--tab-bg));
  }
  /* line 897, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .tabs-button-next::before {
    right: 9px;
    border-left: 9px solid #333;
  }
  /* line 900, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-wrapper {
    width: 100%;
  }
  /* line 902, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-wrapper input {
    width: 100%;
  }
  /* line 904, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-wrapper button, .coupon-wrapper .btn-delete-coupon {
    width: 100% !important;
  }
  /* line 907, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .coupon-wrapper .coupon-item .detail {
    width: 100% !important;
  }
  /* line 911, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .msg-plan-selector-item .data > div {
    font-size: 12px;
    gap: 10px;
  }
}

/* line 915, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-item-right p {
  color: #666;
  margin-bottom: 5px;
  font-size: 12px;
}

/* line 919, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.coupon-item-right p span {
  color: #666;
  margin-bottom: 5px;
  font-size: 10px;
}

/* line 924, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.copy-code-coupon img {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
}

/* line 928, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.cursor-pointer {
  cursor: pointer;
}

/* line 930, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item {
  margin-bottom: 10px;
}

/* line 933, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item input.radio-parent::after {
  border: 1px solid #999999;
}

/* line 935, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .data {
  display: none;
}

/* line 937, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .data ul {
  padding: 20px;
}

/* line 939, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .data .sale {
  border-top: 1px solid #ddd;
  /* background: #F2F4F5 */
  padding: 20px;
}

/* line 943, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .data .sale label {
  margin-bottom: 0px;
  padding-left: 25px;
}

/* line 946, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .data .sale-active {
  background: #e6f7fa;
}

/* line 948, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .data .sale-active-checkbox {
  background: #e6f7fa;
}

/* line 950, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item .selector-item {
  background: #F2F4F5;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 4px;
  padding: 20px;
  justify-content: space-between;
}

/* line 958, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.msg-plan-selector-item-active {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

/* line 962, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-message-bulk .filter-selector {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 966, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.input-error {
  border: 1px solid red !important;
}

/* line 968, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-archive {
  margin-top: 20px;
  border-top: 2.5px solid #F2F4F5;
  padding-top: 30px;
}

/* line 972, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.text-20-bold {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

/* line 976, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.mt-20px {
  margin-top: 20px;
}

/* line 978, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.text-buy-archive {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 978, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .text-buy-archive {
    margin-top: 18px;
  }
}

/* line 985, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-buy-archive {
  padding: 25px;
  border-radius: 15px;
  background-color: #E1F0F4;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  /* line 985, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .box-buy-archive {
    margin-top: 10px;
  }
}

/* line 993, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-buy-archive p {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

/* line 997, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.text-buy-archive {
  font-size: 12px;
  color: var(--main-color);
  font-weight: bold;
}

/* line 1001, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.mt-10px {
  margin-top: 10px;
}

/* line 1003, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.mt-30-10 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 1003, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .mt-30-10 {
    margin-top: 10px;
  }
}

/* line 1009, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-price--archive .price {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

/* line 1013, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.plan-price--archive .price:before {
  content: '￥';
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 1018, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.text-10-666 {
  font-size: 10px;
  color: #666666;
}

/* line 1021, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.text-10-12-333 {
  font-size: 10px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  /* line 1021, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .text-10-12-333 {
    font-size: 12px;
  }
}

/* line 1026, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.text-12-16-bold-main {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  /* line 1026, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .text-12-16-bold-main {
    font-size: 16px;
  }
}

/* line 1032, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-posts {
  padding: 17px 16px 19px 16px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 1032, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .box-posts {
    padding: 20px;
  }
}

/* line 1038, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-posts img {
  border-radius: 8px;
}

/* line 1040, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.campaign-archive--box {
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  /* line 1040, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .campaign-archive--box {
    padding: 20px !important;
  }
}

/* line 1044, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.list-box-posts {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  /* line 1044, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .list-box-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 1050, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.box-detail {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1050, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .box-detail {
    margin-left: 0px;
  }
}

/* line 1054, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.btn-archive-cart-item-remove {
  color: #333333;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 15px;
}

/* line 1059, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-price {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 1059, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-price {
    font-size: 18px;
  }
}

/* line 1065, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-name {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 1065, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-name {
    margin-top: 20px;
  }
}

/* line 1071, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-price-additional {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

/* line 1075, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-figure {
  background-color: #f4f4f4;
  width: 300px;
  height: 158px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  /* line 1075, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-figure {
    width: 100%;
    height: 184px;
  }
}

/* line 1083, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-figure-step-3 {
  background-color: #f4f4f4;
  width: 145px;
  height: 76px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  /* line 1083, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-figure-step-3 {
    width: 100%;
    height: 184px;
  }
}

/* line 1091, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-info {
  padding: 0 0 0 25px;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  /* line 1091, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-info {
    padding-left: 0px;
    padding-top: 16px;
  }
}

/* line 1099, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
.archive-form-additional {
  padding: 13px 5px 13px 23px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 1102, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-flex-add {
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  /* line 1102, app/assets/stylesheets/custom/muevo-com/campaigns.sass */
  .archive-flex-add {
    margin-left: auto;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.text-title-archive-articles {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 7, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .text-title-archive-articles {
    padding: 20px 20px 18px 0px;
  }
}

/* line 13, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.text-sub-title-archive-articles {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  /* line 13, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .text-sub-title-archive-articles {
    padding: 0px 20px 10px 0px;
  }
}

/* line 19, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.text-comment {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.page-month-archive {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  /* line 23, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .page-month-archive {
    padding: 0px 0px 30px 0px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #eee;
  }
}

/* line 29, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.row-archive {
  padding: 20px 30px;
  border-bottom: 2px solid #F2F4F5;
}

@media screen and (max-width: 768px) {
  /* line 29, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .row-archive {
    padding: 10px 15px;
  }
}

/* line 34, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.archive-label {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.archive-font14 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

@media screen and (max-width: 768px) {
  /* line 38, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .archive-font14 {
    padding: 0px 8px 0px 0px;
  }
}

/* line 44, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.archive-font14333 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* line 48, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.archive-filter-selector {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  /* line 48, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .archive-filter-selector {
    margin-left: 0px;
  }
}

/* line 55, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.filter-radio-archive {
  display: flex;
  gap: 15px;
}

/* line 58, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.filter-radio-archive-1 {
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 58, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .filter-radio-archive-1 {
    display: block;
  }
}

/* line 62, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.selector-archive {
  background: #F2F4F5;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 4px;
  padding: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 62, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .selector-archive {
    padding: 20px 30px 20px 15px;
  }
}

/* line 72, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.small-text-archive {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

/* line 76, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.button-new-special {
  margin-top: 18px;
  bottom: calc(100% + 20px);
  width: 160px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
}

/* line 83, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.button-new-special svg {
  margin-right: 4px;
}

/* line 85, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.btn-studio-special-back {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px);
  width: 217px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

/* line 94, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.btn-studio-special-back i {
  margin: 3px 4px 0 0;
}

/* line 96, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.store-post-edit-actions {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 96, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .store-post-edit-actions {
    margin-top: 30px;
  }
}

/* line 101, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.box-studio-special-edit {
  padding: 30px 30px 53px !important;
}

@media screen and (max-width: 768px) {
  /* line 101, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .box-studio-special-edit {
    padding: 20px 0 28px !important;
  }
}

/* line 105, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.shipping-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 109, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.area-month-selector {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 20px 27px;
  margin: 20px 0px;
}

/* line 116, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.modal--body .content-model-archive {
  background: #F2F4F5;
  border-radius: 10px;
  padding: 25px;
  margin: 0px auto 20px;
  width: 520px;
}

@media screen and (max-width: 768px) {
  /* line 116, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .modal--body .content-model-archive {
    width: 100%;
  }
}

/* line 124, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.modal--body .title-modal-archive {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 124, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .modal--body .title-modal-archive {
    font-size: 16px;
    text-align: left;
  }
}

/* line 133, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.modal--body .text-comment-modal {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

/* line 137, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.modal--body .modal--body-archive-month {
  padding: 20px !important;
}

@media screen and (max-width: 768px) {
  /* line 137, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .modal--body .modal--body-archive-month {
    padding: 0px !important;
  }
}

/* line 143, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.campaign-archive--box .d-flex-pc img {
  width: 50%;
  max-width: 100%;
  aspect-ratio: 1200 / 630;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  /* line 143, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .campaign-archive--box .d-flex-pc img {
    width: 100%;
    aspect-ratio: 1200/630 !important;
    object-fit: cover;
    height: 100%;
  }
}

/* line 156, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.campaign-archive--box .d-flex-pc .box-detail {
  width: 50%;
  box-sizing: border-box;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  /* line 156, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .campaign-archive--box .d-flex-pc .box-detail {
    width: 50%;
    box-sizing: border-box;
    min-width: 0;
  }
}

/* line 166, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.list-box-posts .box-posts a img {
  width: 189px;
  aspect-ratio: 1200/630;
  height: auto;
}

@media screen and (max-width: 768px) {
  /* line 166, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .list-box-posts .box-posts a img {
    width: 100%;
    aspect-ratio: 1200/630 !important;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 164, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .list-box-posts {
    margin-top: -10px !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 176, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .list-box-posts .link-image-archive {
    width: 100%;
  }
}

/* line 179, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.archive-icon-share {
  width: 24px  !important;
  height: 24px !important;
}

@media screen and (max-width: 768px) {
  /* line 179, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
  .archive-icon-share {
    width: auto  !important;
    height: auto !important;
  }
}

/* line 185, app/assets/stylesheets/custom/muevo-com/campaigns/archive_articles.sass */
.archive-filter-selector input[type='radio']:checked:after {
  background-color: white !important;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.post-comments.hide-comments .comment {
  display: none;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments {
  margin-left: -10px;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments .comment-form {
  width: calc( 100% + 40px);
  margin-left: -40px;
}

/* line 11, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments.hide-comments .comment {
  display: none;
}

/* line 13, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments .comment {
  padding-left: 0;
}

/* line 15, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments .comment:first-child {
  margin-top: 15px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments .comment .media {
  padding-left: 10px;
  border-left: 2px solid #DDDDDD;
}

/* line 21, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment-comments .comment .comment-form .media {
  border: none;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-body {
  white-space: pre-line;
  word-break: break-all;
  overflow-y: hidden;
}

/* line 28, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-body form {
  text-align: center;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-body form input {
  padding: .5rem 2.5rem;
  border-radius: 15px;
  color: #fff;
  background-color: #42b6cd;
  border: 1px solid #42b6cd;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-body form br {
  height: 0;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-body a {
  color: var(--link-on);
}

/* line 40, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-buttons {
  text-align: right;
  margin-top: .5rem;
}

/* line 43, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-buttons .read-more {
  display: none;
}

/* line 45, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content .extensible-content-buttons .read-less {
  display: block;
}

/* line 48, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content.extensible-content-hidden .extensible-content-body {
  max-height: 19.5rem;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content.extensible-content-hidden .read-more {
  display: block;
}

/* line 52, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.extensible-content.extensible-content-hidden .read-less {
  display: none;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.comment .extensible-content.extensible-content-hidden .extensible-content-body {
  max-height: 13rem;
}

/* line 60, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.like--wrap .owner-avatar {
  position: relative;
  padding: 0 .5rem 0 0.5rem;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.like--wrap .owner-avatar .fa-heart {
  position: absolute;
  bottom: -2px;
  right: 3px;
  font-size: 0.85em;
  color: red;
}

/* line 69, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.like--wrap .owner-avatar .avatar {
  width: 17px;
  height: 17px;
  vertical-align: top;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.cursor-pointer {
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.like--wrap span {
  margin-right: 10px !important;
}

/* line 77, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.text-underline-offset-4 {
  text-underline-offset: 4px;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
input[type='radio']:checked:after {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainbtn-bg) !important;
  content: "✓" !important;
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--mainbtn-bg) !important;
  outline-offset: -8px;
  outline: none !important;
  color: var(--mainbtn-txt) !important;
  padding-left: 4px;
  font-size: 10px;
}

/* line 94, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.my-post-active {
  border: 1px solid var(--mainbtn-bg);
}

/* line 96, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.my-post-active:hover {
  color: #212529 !important;
}

/* line 98, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.my-post {
  border: 1px solid #dee2e6;
}

/* line 100, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.my-post:hover {
  color: #212529 !important;
}

/* line 102, app/assets/stylesheets/custom/muevo-com/campaigns/posts.sass */
.upload-audio-posts {
  max-width: 260px;
  height: 44px;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 3, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-indicators .active {
  border: 3px solid #42B6CD;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-inner {
  left: 0;
  top: 0;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 10, app/assets/stylesheets/custom/muevo-com/carousel.sass */
  .carousel .carousel-inner {
    border-radius: 0;
  }
}

/* line 16, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-inner .carousel-control-prev-icon {
  background-image: url(/assets/icons/icon_imagepager-cd5d0015d4a392d5fbf80d70af1964ed9e27b693f367816c79774fe1b8789812.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-inner .carousel-control-next-icon {
  background-image: url(/assets/icons/icon_imagepager-cd5d0015d4a392d5fbf80d70af1964ed9e27b693f367816c79774fe1b8789812.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

/* line 28, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-inner .carousel-item .img-center-rounded {
  aspect-ratio: 1 / 1;
}

@media (max-width: 576px) {
  /* line 31, app/assets/stylesheets/custom/muevo-com/carousel.sass */
  .carousel .carousel-inner .carousel-item {
    height: 320px;
  }
}

/* line 33, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-thumbnails {
  position: relative;
  width: 100%;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel .carousel-thumbnails img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

/* line 42, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel-store-item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 42, app/assets/stylesheets/custom/muevo-com/carousel.sass */
  .carousel-store-item {
    width: 100%;
  }
}

/* line 46, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel-item.item-movie {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/carousel.sass */
.carousel-item.item-movie.active {
  display: flex;
  align-items: center;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 4, app/assets/stylesheets/custom/muevo-com/common.sass */
.toggle-switch {
  position: relative;
  width: 50px;
  height: 20px;
  margin: auto;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/common.sass */
.toggle-switch input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/common.sass */
.toggle-switch input[type='checkbox']:checked + label {
  background-color: #42B6CD;
}

/* line 20, app/assets/stylesheets/custom/muevo-com/common.sass */
.toggle-switch input[type='checkbox']:checked + label:after {
  left: 32px;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/common.sass */
.toggle-switch label {
  width: 50px;
  height: 20px;
  background: #999;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  transition: 0.4s;
  box-sizing: border-box;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/common.sass */
.toggle-switch label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 3px;
  top: 3px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

/* line 43, app/assets/stylesheets/custom/muevo-com/common.sass */
input[type='radio'] {
  -webkit-appearance: none;
  width: 16px;
  position: relative;
}

/* line 47, app/assets/stylesheets/custom/muevo-com/common.sass */
input[type='radio']:after {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eee;
  content: '';
  display: inline-block;
  visibility: visible;
}

/* line 60, app/assets/stylesheets/custom/muevo-com/common.sass */
input[type='radio']:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #42B6CD !important;
  outline: 5px solid #42B6CD !important;
  outline-offset: -8px;
}
@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/custom/muevo-com/company.sass */
  .static-page {
    padding: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 6, app/assets/stylesheets/custom/muevo-com/company.sass */
  .static-page .box {
    padding: 50px 60px;
  }
}

/* line 10, app/assets/stylesheets/custom/muevo-com/company.sass */
.static-page .company-box p {
  padding-bottom: 26px;
  border-bottom: solid 3px #F8F8F8;
}
/* line 4, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page .page-title {
  font-size: 36px;
  font-weight: bold;
  margin: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/custom/muevo-com/contacts.sass */
  .static-page .page-title {
    font-size: 24px;
    margin-top: 20px;
  }
}

/* line 11, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page ul {
  list-style: inside;
  line-height: 26px;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page ul li.highlight {
  color: #42b6cd;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page ul li.highlight a {
  color: #42b6cd;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page .form-group .badge {
  margin-left: 0.4rem;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page .form-group .w-fit {
  width: fit-content;
}

/* line 25, app/assets/stylesheets/custom/muevo-com/contacts.sass */
.static-page .btn-contacts {
  padding: 0.4rem 6rem;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 25, app/assets/stylesheets/custom/muevo-com/contacts.sass */
  .static-page .btn-contacts {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 30, app/assets/stylesheets/custom/muevo-com/contacts.sass */
  .static-page label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 33, app/assets/stylesheets/custom/muevo-com/contacts.sass */
  body.campaign-contract {
    padding-top: 0;
  }
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 3rem 0 2rem 0;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise h3 {
  font-size: 100%;
  text-align: center;
  margin: 5rem 0 1rem 0;
  border-bottom: 2px solid #42B6CD;
  padding-bottom: 1rem;
}

/* line 15, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .form-group {
  margin-bottom: 1.5rem;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .form-group .badge {
  margin-left: 0.4rem;
  vertical-align: middle;
}

/* line 20, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise label.radio {
  margin-right: 1rem;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise label.radio input {
  margin-right: .5rem;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .page-title {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0 20px;
}

/* line 28, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .text-note {
  font-size: 12px;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .text-small {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  /* line 32, app/assets/stylesheets/custom/muevo-com/devise.sass */
  .devise label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  /* line 37, app/assets/stylesheets/custom/muevo-com/devise.sass */
  .devise .signup .page-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, app/assets/stylesheets/custom/muevo-com/devise.sass */
  .devise .signup .page-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 42, app/assets/stylesheets/custom/muevo-com/devise.sass */
  .devise .signup .btn-register {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

/* line 48, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .login .text {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 20px 0 22px;
}

/* line 53, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .login .reset-wrap {
  text-align: center;
  margin-bottom: 60px;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/devise.sass */
.devise .login .subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 10, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown {
  line-height: 1.5em;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-container {
  display: inline-block;
  position: relative;
  text-align: center;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-description {
  background: white;
  border-bottom: 1px solid silver;
  border-bottom-left-radius: 3px;
  border-left: 1px solid silver;
  border-top-left-radius: 3px;
  border-top: 1px solid silver;
  color: #666666;
  float: left;
  font-size: 0.7em;
  line-height: 40px;
  margin: 0;
  padding: 0 0.5em 0 1em;
}

/* line 52, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-button {
  float: left;
  height: 26px;
  min-width: 30px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #f2f4f5;
}

/* line 86, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu {
  background: white;
  border: 1px solid silver;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: black;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: show;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 50px;
  transition: all 0.2s ease-in-out;
  width: 200px;
  z-index: 99999;
}

/* line 104, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu input {
  margin-bottom: 4px;
}

/* line 107, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu button {
  width: 100%;
}

/* line 111, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  left: 0;
  color: white;
  content: "\25b2";
  font-size: 1.4em;
  pointer-events: none;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
  top: -0.7em;
}

/* line 122, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu li {
  border-bottom: 1px solid silver;
  color: black;
  list-style: none;
  padding: 0.5em;
}

/* line 129, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu li:hover {
  background: #f7f7f7;
}

/* line 133, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 138, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .dropdown-menu li:last-child {
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 144, app/assets/stylesheets/custom/muevo-com/dropdown.scss */
.editable-textarea-dummy-wrapper .dropdown .show-menu {
  display: block;
}
/* line 7, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.ui-resizable-n, .ui-resizable-e, .ui-resizable-s, .ui-resizable-w, .ui-resizable-se, .ui-resizable-sw, .ui-resizable-ne, .ui-resizable-nw {
  background-color: #477dca;
  opacity: 0.5;
}

/* line 11, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.ui-resizable-e {
  right: 0;
  width: 36px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.ui-resizable-s {
  bottom: 0;
  height: 36px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.ui-resizable-se {
  width: 0;
  height: 0;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.txt-font {
  font-size: 0;
  margin: 7px 10px 0 14px;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper {
  border: 3px solid #f4f4f4;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns {
  clear: both;
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button {
  float: left;
  height: 26px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 30px;
  font-size: 13px;
  border-radius: 4px;
}

/* line 48, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.style-remove, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.bold, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-black, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-red, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-blue, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.image-upload, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.fs {
  background-color: #f2f4f5;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-black, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-red, .editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-blue {
  float: left;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 3px 5px 8px 0;
  border-radius: 999px;
}

/* line 61, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-black {
  background-color: black;
}

/* line 64, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-red {
  background-color: #ff3232;
}

/* line 67, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.color-blue {
  background-color: #4444e5;
}

/* line 70, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns button.bg-color-yellow {
  background-color: #fdef47;
}

/* line 74, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-action-btns:last-child {
  margin-bottom: 0;
}

/* line 78, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-dropdowns {
  float: left;
}

/* line 80, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-dropdowns .editable-textarea-dropdown {
  float: left;
}

/* line 82, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-action-btns-wrapper .editable-textarea-dropdowns .editable-textarea-dropdown:first-child {
  margin-right: 4px;
}

/* line 88, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .image-uploading {
  padding: 8px;
  margin-bottom: 4px;
  text-align: center;
  background-color: #ffc966;
  border-radius: 5px;
}

/* line 95, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy {
  max-height: 500px;
  border: 1px solid #bbb;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 1px 0 #ffffff;
  border-radius: 5px;
  background-color: white;
  padding: 8px 8px 40px;
  overflow: scroll;
}

/* line 103, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy * {
  user-drag: none;
  -webkit-user-drag: none;
}

/* line 107, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy p {
  margin: 0;
}

/* line 110, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy a {
  color: #167ac6;
}

/* line 113, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy-wrapper .editable-textarea-dummy img {
  max-width: 100%;
  border-radius: 5px;
}

/* line 120, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-btns-group {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

/* line 124, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-btns-group span {
  float: left;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy .et-fs-16, .tab-form .et-fs-16, .sanitize-body .et-fs-16 {
  font-size: 16px;
}

/* line 133, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy .et-fs-18, .tab-form .et-fs-18, .sanitize-body .et-fs-18 {
  font-size: 18px;
}

/* line 136, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy .et-fs-20, .tab-form .et-fs-20, .sanitize-body .et-fs-20 {
  font-size: 20px;
}

/* line 139, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy a, .tab-form a, .sanitize-body a {
  color: #007bff;
}

/* line 141, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea-dummy a:hover, .tab-form a:hover, .sanitize-body a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.tab-form .btn-outline {
  color: var(--main-color);
  text-decoration: none;
}

/* line 152, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.sanitize-body {
  line-height: 1.6em;
}

/* line 154, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.sanitize-body a {
  color: #167ac6;
}

/* line 157, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.sanitize-body p {
  margin: 0;
}

/* line 160, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.sanitize-body img, .sanitize-body iframe {
  max-width: 100%;
}

/* line 163, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.sanitize-body img {
  border-radius: 5px;
}

/* line 169, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.editable-textarea textarea {
  display: none;
}

/* line 174, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
form.form-upload-image {
  display: none;
}

/* line 178, app/assets/stylesheets/custom/muevo-com/editable-textarea.scss */
.dummy-divider {
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 3px solid #f4f4f4;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/messages.sass */
.filter-by-plans {
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: .6rem;
}

/* line 11, app/assets/stylesheets/custom/muevo-com/messages.sass */
.filter-by-plans h2 {
  font-size: 1rem;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/messages.sass */
.filter-by-plans input[type=checkbox] {
  margin-right: .3rem;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page {
  background-color: #fff;
}

/* line 19, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messengers a.media {
  position: relative;
  overflow: hidden;
  padding: .5rem;
  border-bottom: 1px solid #ececf1;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messengers a.media.active {
  background-color: #42B6CD;
  color: #fff;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messengers a.media:hover {
  text-decoration: none;
  background-color: #dddddd66;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messengers a.media .avatar-badge {
  margin-right: 10px;
  position: relative;
}

/* line 33, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messengers a.media .avatar-badge .msg-count {
  left: 42px;
  top: -4px;
  background-color: #9368F6;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messengers a.media.unread:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  background-color: #fa4f76;
  border-radius: 999px;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messages-head {
  background-color: #42B6CD;
  padding: 1rem;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messages-head .messages-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 40px;
  margin-right: 12px;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .messages-wrapper {
  background-color: #fff;
  padding: 1rem;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .message .message-content {
  overflow-wrap: break-word;
}

/* line 65, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .message .message-images {
  text-align: left;
}

/* line 68, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .message .message-image-item a {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .message.me .message-content {
  background-color: #3cc;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .message.me .message-images {
  text-align: right;
}

/* line 75, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-page .message-text-area {
  border: 2px solid #42B6CD;
  border-radius: 1rem;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/messages.sass */
.list-lottery label {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  /* line 79, app/assets/stylesheets/custom/muevo-com/messages.sass */
  .list-lottery label {
    max-width: 80vw;
  }
}

@media screen and (min-width: 769px) {
  /* line 79, app/assets/stylesheets/custom/muevo-com/messages.sass */
  .list-lottery label {
    max-width: 40vw;
  }
}

/* line 86, app/assets/stylesheets/custom/muevo-com/messages.sass */
.bg-fff:after {
  background-color: #ffffff !important;
}

/* line 88, app/assets/stylesheets/custom/muevo-com/messages.sass */
.label-active {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background-color: #FF9403;
  border-radius: 30px;
  width: 56px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

/* line 98, app/assets/stylesheets/custom/muevo-com/messages.sass */
.button-display {
  background: #F4F4F4 !important;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

@media screen and (min-width: 769px) {
  /* line 98, app/assets/stylesheets/custom/muevo-com/messages.sass */
  .button-display {
    width: 86px;
  }
}

@media screen and (max-width: 768px) {
  /* line 98, app/assets/stylesheets/custom/muevo-com/messages.sass */
  .button-display {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  /* line 106, app/assets/stylesheets/custom/muevo-com/messages.sass */
  .list1 {
    border-top: 1px solid #DDDDDD;
  }
}

@media screen and (max-width: 768px) {
  /* line 109, app/assets/stylesheets/custom/muevo-com/messages.sass */
  .list2 {
    border-top: 1px solid #DDDDDD;
  }
}

/* line 113, app/assets/stylesheets/custom/muevo-com/messages.sass */
.sale-active img {
  transform: rotate(180deg);
}

/* line 115, app/assets/stylesheets/custom/muevo-com/messages.sass */
.product-open-mess {
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/custom/muevo-com/messages.sass */
.item-filter-message {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

/* line 121, app/assets/stylesheets/custom/muevo-com/messages.sass */
.message-content {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 3, app/assets/stylesheets/custom/muevo-com/order.sass */
.btn-status.btn-unpay {
  background-color: red;
  color: white;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/order.sass */
.btn-status.btn-await {
  background-color: #9966ff;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/order.sass */
.btn-status.btn-processing {
  background-color: #ff530d;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/order.sass */
.btn-status.btn-canceled {
  background-color: #a0a0a0;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/order.sass */
.btn-status.btn-done {
  background-color: #b0b0b0;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/page.sass */
.pt-5, .py-5 {
  padding-top: 4rem !important;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/page.sass */
.mb-4, .my-4 {
  margin-bottom: 2rem !important;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/page.sass */
h2, h3 {
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/page.sass */
.border-patron {
  border: 1px solid #42b6cd;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/page.sass */
.desc {
  font-size: 12px;
  line-height: 18px;
}

/* line 19, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn, .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  min-width: 100px;
  cursor: pointer;
  outline: none;
  transition: opacity .4s;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

/* line 35, app/assets/stylesheets/custom/muevo-com/page.sass */
.hover:root .btn:hover, .hover:root .btn-default:hover {
  opacity: .8;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* line 45, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon svg, .btn__icon path {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon.icon-triangle {
  width: 11px;
  height: 9px;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon.icon-light-arrow {
  width: 10px;
  height: 13px;
  right: 9px;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon.icon-light-arrow.align-left {
  right: auto;
  left: 12px;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon.icon-link {
  width: 19px;
  height: 15px;
}

/* line 67, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn__icon--plus {
  width: 9px;
  height: 9px;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-default {
  max-width: 296px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  /* line 71, app/assets/stylesheets/custom/muevo-com/page.sass */
  .btn-default {
    padding-top: 9px;
    padding-bottom: 10px;
    max-width: 350px;
  }
}

/* line 85, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-white {
  background-color: #fff;
}

/* line 88, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  /* line 93, app/assets/stylesheets/custom/muevo-com/page.sass */
  .btn-container .btn-default:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/custom/muevo-com/page.sass */
  .btn-container .btn-default:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 88, app/assets/stylesheets/custom/muevo-com/page.sass */
  .btn-container {
    flex-direction: column;
  }
}

/* line 101, app/assets/stylesheets/custom/muevo-com/page.sass */
.icon-check {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  background-image: url(/assets/icons/check-icon-346e853da653333e33e2773a8a606762dd05f3012edb4b6f8eea8f2b8a28a397.svg);
  background-position: 0% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/* line 110, app/assets/stylesheets/custom/muevo-com/page.sass */
.icon-checked {
  position: relative;
  padding-left: 19px;
  background-image: url(/assets/icons/check-icon_02-5db05d58f4d8d3cbe65e10ca1a91cb1c64223f61f1d88ba2011817ff4d5f3434.svg);
  background-position: 0% 3px;
  background-size: 10px 8px;
  background-repeat: no-repeat;
}

/* line 118, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 734px;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 118, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual {
    padding-top: 64px;
    padding-bottom: 67px;
  }
}

/* line 133, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual .layout {
  background-color: #333;
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 142, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual .container {
  width: 100%;
}

/* line 145, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 154, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual .svg-text {
  display: block;
  max-width: 562px;
  width: 100%;
}

/* line 159, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual .svg-text svg, .lp-visual .svg-text path {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 164, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 164, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual__title {
    font-size: 43px;
    line-height: 60px;
  }
}

/* line 177, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual h3, .lp-visual .content-title {
  margin-top: 12px;
}

/* line 180, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--primary {
  padding-top: 84px;
}

@media screen and (max-width: 768px) {
  /* line 180, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--primary {
    padding-top: 64px;
    padding-bottom: 67px;
  }
}

/* line 186, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--primary .lp-visual__title {
  font-size: 68px;
  line-height: 101px;
}

@media screen and (max-width: 768px) {
  /* line 186, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--primary .lp-visual__title {
    font-size: 43px;
    line-height: 60px;
  }
}

/* line 193, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--primary .lp-visual__title .visual-title-small {
  line-height: 20px;
}

/* line 196, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--primary .btn-container {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  /* line 196, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--primary .btn-container {
    margin-top: 20px;
  }
}

/* line 201, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 201, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--secondary {
    padding-top: 104px;
  }
}

/* line 206, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary .overlay {
  opacity: .65;
}

/* line 209, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary h3, .lp-visual.lp-visual--secondary .content-title {
  font-size: 24px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  /* line 209, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--secondary h3, .lp-visual.lp-visual--secondary .content-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 216, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary .content-title-small {
  font-size: 16px;
  line-height: 26px;
}

/* line 219, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary .lp-visual__title {
  font-size: 50px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  /* line 219, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--secondary .lp-visual__title {
    font-size: 32px;
    line-height: 46px;
  }
}

/* line 226, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary .lp-visual__title .visual-title-small {
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  /* line 226, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--secondary .lp-visual__title .visual-title-small {
    font-size: 14px;
    line-height: 28px;
  }
}

/* line 232, app/assets/stylesheets/custom/muevo-com/page.sass */
.lp-visual.lp-visual--secondary .btn-container {
  margin-top: 41px;
}

@media screen and (max-width: 768px) {
  /* line 232, app/assets/stylesheets/custom/muevo-com/page.sass */
  .lp-visual.lp-visual--secondary .btn-container {
    margin-top: 20px;
  }
}

/* line 237, app/assets/stylesheets/custom/muevo-com/page.sass */
.align-center {
  text-align: center;
  display: block;
}

/* line 241, app/assets/stylesheets/custom/muevo-com/page.sass */
.align-left {
  text-align: left;
  display: block;
}

/* line 245, app/assets/stylesheets/custom/muevo-com/page.sass */
.visual-title {
  font-size: 58px;
  line-height: 84px;
}

/* line 249, app/assets/stylesheets/custom/muevo-com/page.sass */
.visual-title-small {
  font-size: 40px;
  line-height: 46px;
}

@media screen and (max-width: 768px) {
  /* line 245, app/assets/stylesheets/custom/muevo-com/page.sass */
  .visual-title {
    margin-top: 11px;
    font-size: 20px;
    line-height: 34px;
  }
}

/* line 257, app/assets/stylesheets/custom/muevo-com/page.sass */
.section-title {
  font-size: 36px;
  line-height: 52px;
}

@media screen and (max-width: 768px) {
  /* line 257, app/assets/stylesheets/custom/muevo-com/page.sass */
  .section-title {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 264, app/assets/stylesheets/custom/muevo-com/page.sass */
.section-subtitle {
  font-size: 20px;
  line-height: 1.5rem;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  /* line 264, app/assets/stylesheets/custom/muevo-com/page.sass */
  .section-subtitle {
    font-size: 14px;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
  }
}

/* line 273, app/assets/stylesheets/custom/muevo-com/page.sass */
.title {
  font-size: 28px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  /* line 273, app/assets/stylesheets/custom/muevo-com/page.sass */
  .title {
    font-size: 24px;
    line-height: 27px;
  }
}

/* line 280, app/assets/stylesheets/custom/muevo-com/page.sass */
.post-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
}

@media screen and (max-width: 768px) {
  /* line 280, app/assets/stylesheets/custom/muevo-com/page.sass */
  .post-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 289, app/assets/stylesheets/custom/muevo-com/page.sass */
.subtitle {
  font-size: 20px;
  line-height: 29px;
}

/* line 293, app/assets/stylesheets/custom/muevo-com/page.sass */
.content-title {
  font-size: 20px;
  line-height: 28px;
}

/* line 297, app/assets/stylesheets/custom/muevo-com/page.sass */
.content-title-small {
  font-size: 16px;
  line-height: 26px;
}

/* line 301, app/assets/stylesheets/custom/muevo-com/page.sass */
.text {
  font-size: 14px;
  line-height: 20px;
}

/* line 305, app/assets/stylesheets/custom/muevo-com/page.sass */
.text-patron {
  color: #42b6cd;
}

/* line 308, app/assets/stylesheets/custom/muevo-com/page.sass */
.margin-horizontal {
  margin-left: auto;
  margin-right: auto;
}

/* line 314, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-arrow {
  color: #333;
}

/* line 316, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-slide {
  max-width: 275px;
}

/* line 318, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-slide img {
  width: 245px  !important;
  height: 245px !important;
}

/* line 321, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 768px) {
  /* line 321, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 332, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list__item {
  z-index: 1;
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 332, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-list__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 346, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list__item h3 {
  margin-top: 18px;
}

/* line 349, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list__item p {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  /* line 349, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-list__item p {
    margin-top: 11px;
  }
}

/* line 354, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list__item {
  margin-top: 15px;
}

/* line 357, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list__item-inner {
  flex-grow: 1;
  padding: 40px 21px 40px 21px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 357, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-list__item-inner {
    padding: 30px 21px 40px 21px;
  }
}

/* line 367, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-list__item-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #42b6cd;
  margin-right: auto;
  margin-left: auto;
}

/* line 380, app/assets/stylesheets/custom/muevo-com/page.sass */
.show-desktop {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 380, app/assets/stylesheets/custom/muevo-com/page.sass */
  .show-desktop {
    display: none !important;
  }
}

/* line 385, app/assets/stylesheets/custom/muevo-com/page.sass */
.show-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 385, app/assets/stylesheets/custom/muevo-com/page.sass */
  .show-mobile {
    display: block !important;
  }
}

/* line 390, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start {
  background-color: #fff;
}

/* line 392, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .top-slider {
  box-sizing: border-box;
}

/* line 394, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .top-slider .content {
  background-color: unset !important;
}

/* line 401, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason {
  padding-top: 90px;
  padding-bottom: 141px;
}

@media screen and (max-width: 768px) {
  /* line 401, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  /* line 407, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason .section-title {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  /* line 411, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason .rect-artist03 {
    left: -14px !important;
    top: 44px !important;
  }
}

/* line 415, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__list-wrap {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  /* line 415, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason__list-wrap {
    margin-top: 20px;
  }
}

/* line 420, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 768px) {
  /* line 420, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason__list {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 431, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
}

@media screen and (min-width: 769px) {
  /* line 431, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason__item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* line 431, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

/* line 445, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__item-inner {
  width: 100%;
  background-color: #F2F4F5;
  padding: 60px 45px 40px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 445, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason__item-inner {
    padding: 60px 20px 30px;
    min-height: 200px;
  }
}

/* line 454, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__item-inner h3 {
  color: #42b6cd;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  /* line 454, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-reason__item-inner h3 {
    margin-top: 6px;
  }
}

/* line 460, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__item-inner h4 {
  margin-top: 2px;
}

/* line 463, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__item-inner p {
  margin-top: 25px;
}

/* line 466, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-reason__item-desc {
  font-weight: 500;
  text-align: center;
  display: block;
}

/* line 471, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .counter-list {
  counter-reset: item;
  list-style-type: none;
}

/* line 474, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .counter-list li {
  position: relative;
  padding-top: 50px;
}

/* line 477, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .counter-list li .icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #42b6cd;
}

/* line 487, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step {
  padding-top: 120px;
  padding-bottom: 38px;
}

@media screen and (max-width: 768px) {
  /* line 487, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step {
    padding-top: 40px;
    padding-bottom: 19px;
  }
}

/* line 494, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step h2, .page-start .campaign-step h3, .page-start .campaign-step h4 {
  font-weight: bold;
}

/* line 497, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step .lp-container {
  max-width: 1053px;
}

/* line 500, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-list {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  /* line 500, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-list {
    margin-top: 30px;
  }
}

/* line 505, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  /* line 505, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item {
    padding-bottom: 20px;
  }
}

/* line 513, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item:not(:last-child):after {
  content: '';
  left: 51px;
  top: 0;
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #42b6cd;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  /* line 513, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item:not(:last-child):after {
    left: 33px;
  }
}

@media screen and (max-width: 768px) {
  /* line 525, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item:not(:last-child) .campaign-step__steps-item-inner {
    max-width: 100%;
    width: calc(100% - 60px);
    margin-right: 0;
  }
}

/* line 531, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item:last-child {
  padding-top: 7px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  /* line 531, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item:last-child {
    padding-bottom: 18px;
    padding-top: 0;
  }
}

/* line 545, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item .icon-triangle-deco {
  width: 60px;
  height: 31px;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  /* line 545, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item .icon-triangle-deco {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 553, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item .icon-triangle-deco.overlay-top {
  margin-top: -10px;
  margin-bottom: 10px;
}

/* line 556, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item .icon-triangle-deco svg, .page-start .campaign-step__steps-item .icon-triangle-deco path {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 561, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-inner {
  max-width: 847px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  /* line 561, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item-inner {
    max-width: 810px;
  }
}

/* line 569, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-label {
  border-radius: 8px;
  padding: 23px 68px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 107px;
}

@media screen and (max-width: 768px) {
  /* line 569, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item-label {
    align-items: flex-start;
    padding: 20px 68px 21px;
  }
}

/* line 581, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-label.step--02 {
  background-color: #E1F0F4;
}

/* line 583, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-label.step--03 {
  color: #fff;
  background-color: #8BD3E2;
}

/* line 586, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-label.step--04 {
  color: #fff;
  background-color: #42B6CD;
}

/* line 590, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step .step-deco {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 49px;
  height: 45px;
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 590, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step .step-deco {
    width: 40px;
    height: 36px;
    left: 20px;
  }
  /* line 603, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step .step-deco svg, .page-start .campaign-step .step-deco path {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 608, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step .step-deco.step-deco--03 {
    width: 43px;
    height: 38px;
    left: 33px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 608, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step .step-deco.step-deco--03 {
    width: 40px;
    height: 36px;
    left: 20px;
  }
}

/* line 617, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-label-title {
  font-size: 20px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  /* line 617, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item-label-title {
    font-size: 18px;
    line-height: 26px;
  }
}

/* line 624, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-item-label-title.label-title-large {
  font-size: 32px;
  line-height: 46px;
}

@media screen and (max-width: 768px) {
  /* line 624, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-item-label-title.label-title-large {
    font-size: 18px;
    line-height: 26px;
  }
}

/* line 631, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-info-list {
  display: flex;
  gap: 10px 20px;
}

@media screen and (max-width: 768px) {
  /* line 631, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-info-list {
    flex-direction: column;
  }
}

/* line 637, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-info-list-item {
  flex: 1;
  background-color: #F2F4F5;
  border-radius: 8px;
  padding: 16px;
}

@media screen and (min-width: 769px) {
  /* line 637, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-info-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  /* line 637, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-info-list-item {
    padding: 20px 30px;
  }
}

/* line 651, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__steps-info-list-item .content-title {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 651, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__steps-info-list-item .content-title {
    font-size: 14px;
    line-height: 20px;
    transform: translateX(0);
    left: 0;
  }
}

/* line 659, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 659, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card-list {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

/* line 674, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 27px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  /* line 674, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card-item {
    margin-bottom: 9px;
  }
}

/* line 684, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid transparent;
  padding: 30px 28px;
  min-height: 140px;
  align-items: center;
}

@media screen and (min-width: 769px) {
  /* line 684, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card {
    text-align: center;
  }
}

/* line 697, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card.outline {
  border-color: #42b6cd;
}

@media screen and (max-width: 768px) {
  /* line 697, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card.outline {
    padding-left: 19px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 768px) {
  /* line 703, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card.outline .campaign-system__card-body {
    align-self: flex-start;
  }
}

/* line 707, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-top {
  color: #42b6cd;
  margin-bottom: 8px;
}

/* line 710, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-top h3 {
  font-size: 20px;
}

/* line 713, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 720, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-body .content-title {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

/* line 725, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__card-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 725, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card-title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  /* line 733, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__card-title.title-small {
    font-size: 20px;
    line-height: 29px;
  }
}

/* line 738, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__check-card {
  width: 600px;
  background-color: #F2F4F5;
  border-radius: 8px;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  /* line 738, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__check-card {
    width: 100%;
    flex-direction: column-reverse;
  }
}

/* line 750, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__check-card-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 750, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__check-card-text {
    font-size: 14px;
  }
}

/* line 756, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__check-card-text .icon-checked {
  padding-left: 26px;
  background-size: 20px 16px;
  background-position-y: 8px;
}

@media screen and (min-width: 769px) {
  /* line 760, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__check-card-image {
    margin-top: -70px;
  }
}

@media screen and (max-width: 768px) {
  /* line 760, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__check-card-image {
    padding: 10px;
  }
}

/* line 765, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .campaign-step__check-card-image img {
  width: 132px;
}

@media screen and (max-width: 768px) {
  /* line 765, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .campaign-step__check-card-image img {
    width: 78px;
  }
}

/* line 770, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing {
  padding-top: 20px;
  padding-bottom: 47px;
}

@media screen and (max-width: 768px) {
  /* line 770, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing {
    padding-top: 25px;
    padding-bottom: 34px;
  }
}

/* line 777, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  /* line 777, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap {
    margin-top: 20px;
  }
}

/* line 782, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__list {
  counter-reset: item;
  list-style-type: none;
}

/* line 786, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item {
  padding-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  /* line 786, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap .point__item {
    padding-top: 1px;
    margin-bottom: 20px;
  }
}

/* line 793, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item .container {
  max-width: 1140px;
}

@media screen and (max-width: 768px) {
  /* line 793, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap .point__item .container {
    max-width: 600px;
  }
}

/* line 799, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item:nth-child(odd) .point__item-inner {
  max-width: 1100px;
}

/* line 802, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item:nth-child(odd) .point__item-img-wrap {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  /* line 802, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap .point__item:nth-child(odd) .point__item-img-wrap {
    margin-right: 0;
  }
}

/* line 808, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item:nth-child(even) .point__item-inner {
  max-width: 1140px;
}

/* line 811, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item:nth-child(even) .point__item-img-wrap {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  /* line 811, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap .point__item:nth-child(even) .point__item-img-wrap {
    margin-left: 0;
  }
}

/* line 816, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item:nth-child(even) .point__item-info {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  /* line 816, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap .point__item:nth-child(even) .point__item-info {
    padding-left: 0;
  }
}

/* line 857, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 862, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item-info {
  position: relative;
}

/* line 865, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .muevo-specializing__list-wrap .point__item-info:before {
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  position: absolute;
  font-family: 'Barlow', sans-serif;
  font-size: 200px;
  line-height: 94px;
  font-weight: 500;
  right: 0;
  top: -20px;
  color: #E1F0F4;
}

@media screen and (max-width: 768px) {
  /* line 865, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .muevo-specializing__list-wrap .point__item-info:before {
    line-height: 200px;
    top: -60px;
  }
}

/* line 882, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item {
  position: relative;
}

/* line 886, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item:nth-child(odd) .point__item-inner {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  /* line 886, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item:nth-child(odd) .point__item-inner {
    flex-direction: column;
  }
}

/* line 892, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item:nth-child(even) .point__item-inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  /* line 892, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item:nth-child(even) .point__item-inner {
    flex-direction: column;
  }
}

/* line 897, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 902, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-inner h3 {
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  /* line 902, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item-inner h3 {
    margin-top: 11px;
  }
}

/* line 907, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-inner p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 907, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item-inner p {
    margin-top: 20px;
  }
}

/* line 912, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-img-wrap {
  display: block;
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 912, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item-img-wrap {
    flex: 1;
  }
}

/* line 919, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(373 / 550 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* line 927, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

/* line 937, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-info {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 16px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  /* line 937, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item-info {
    padding-top: 16px;
  }
  /* line 944, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .point__item-info .content-title {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 947, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-info .text {
  position: relative;
  color: #666;
}

/* line 951, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .point__item-desc {
  display: block;
  font-weight: 500;
  color: #42b6cd;
}

/* line 956, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  /* line 956, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .owner-interview {
    padding-top: 15px;
    padding-bottom: 34px;
  }
}

/* line 963, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview__list-wrap {
  margin-top: 51px;
}

@media screen and (max-width: 768px) {
  /* line 963, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .owner-interview__list-wrap {
    margin-top: 20px;
    overflow: auto;
  }
}

/* line 968, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview__list-wrap .list {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  /* line 968, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .owner-interview__list-wrap .list {
    gap: 15px;
    width: 930px;
  }
}

/* line 974, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview__list-wrap .list .list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 980, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview__list-wrap .list .list-item .list-item-img img {
  width: 100%;
}

/* line 982, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview__list-wrap .list .list-item .list-item-title {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  /* line 982, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .owner-interview__list-wrap .list .list-item .list-item-title {
    font-size: 18px;
  }
}

/* line 987, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .owner-interview__list-wrap .list .list-item .list-item-text {
  font-size: 14px;
}

/* line 989, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-start .last-arrow {
  margin-left: 31px;
}

@media screen and (max-width: 768px) {
  /* line 989, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-start .last-arrow {
    margin-left: 13px;
  }
}

/* line 993, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 995, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-guide .lp-visual {
    margin-top: -70px;
  }
}

/* line 998, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .lp-visual .layout {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  /* line 1000, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-guide .lp-visual .layout .text-white {
    font-size: 12px;
  }
}

/* line 1003, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .lp-visual .layout .text-patron {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 1003, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-guide .lp-visual .layout .text-patron {
    font-size: 14px;
  }
}

/* line 1007, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .lp-visual .layout .font-bold {
  font-weight: bold;
}

/* line 1009, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .campaign-specializing {
  max-width: 920px;
}

/* line 1011, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .slider-title {
  margin-bottom: 27px;
}

/* line 1013, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .comunity-slider-wrapper {
  position: relative;
  margin-bottom: 100px;
}

/* line 1016, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .comunity-slider-wrapper h3.slider-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 27px;
}

/* line 1023, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .campaign-card .card__desc {
  margin-bottom: 9px;
}

/* line 1025, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .campaign-card .card__tags-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 1026, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .campaign-card .card__tags-wrap::-webkit-scrollbar {
  display: none;
}

/* line 1030, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .rotate-30 {
  transform: rotate(-25deg);
}

/* line 1032, app/assets/stylesheets/custom/muevo-com/page.sass */
.page-guide .btn-size-lg {
  max-width: 250px;
  height: 45px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  /* line 1032, app/assets/stylesheets/custom/muevo-com/page.sass */
  .page-guide .btn-size-lg {
    max-width: 350px;
  }
}

/* line 1038, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-line {
  background-color: #21d83d;
}

/* line 1040, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-line:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 36H29.5C31.2239 36 32.8772 35.3152 34.0962 34.0962C35.3152 32.8772 36 31.2239 36 29.5V6.5C36 4.77609 35.3152 3.12279 34.0962 1.90381C32.8772 0.684819 31.2239 0 29.5 0H6.5C4.77609 0 3.12279 0.684819 1.90381 1.90381C0.684819 3.12279 0 4.77609 0 6.5V29.5C0 31.2239 0.684819 32.8772 1.90381 34.0962C3.12279 35.3152 4.77609 36 6.5 36V36Z' fill='%2300C300'/%3E%3Cpath d='M31.113 16.417C31.113 10.552 25.233 5.78 18.006 5.78C10.779 5.78 4.89799 10.552 4.89799 16.417C4.89799 21.675 9.561 26.079 15.86 26.912C16.287 27.004 16.868 27.194 17.015 27.558C17.147 27.889 17.101 28.408 17.057 28.743C17.057 28.743 16.904 29.668 16.87 29.865C16.813 30.196 16.607 31.161 18.005 30.572C19.404 29.983 25.553 26.127 28.303 22.961H28.302C30.203 20.879 31.113 18.764 31.113 16.417V16.417ZM12.875 19.907H10.271C10.0887 19.9067 9.91396 19.8341 9.78515 19.7051C9.65634 19.5761 9.58399 19.4013 9.58399 19.219V14.01C9.59348 13.8342 9.67 13.6687 9.7978 13.5477C9.92559 13.4266 10.0949 13.3591 10.271 13.3591C10.447 13.3591 10.6164 13.4266 10.7442 13.5477C10.872 13.6687 10.9485 13.8342 10.958 14.01V18.531H12.875C13.0575 18.531 13.2325 18.6035 13.3615 18.7325C13.4905 18.8615 13.563 19.0365 13.563 19.219C13.563 19.4015 13.4905 19.5765 13.3615 19.7055C13.2325 19.8345 13.0575 19.907 12.875 19.907V19.907ZM15.568 19.219C15.573 19.3123 15.559 19.4057 15.5267 19.4935C15.4945 19.5812 15.4447 19.6614 15.3804 19.7293C15.3161 19.7971 15.2387 19.8512 15.1528 19.8881C15.067 19.925 14.9745 19.9441 14.881 19.9441C14.7875 19.9441 14.695 19.925 14.6092 19.8881C14.5233 19.8512 14.4459 19.7971 14.3816 19.7293C14.3173 19.6614 14.2675 19.5812 14.2352 19.4935C14.203 19.4057 14.189 19.3123 14.194 19.219V14.01C14.2035 13.8342 14.28 13.6687 14.4078 13.5477C14.5356 13.4266 14.7049 13.3591 14.881 13.3591C15.057 13.3591 15.2264 13.4266 15.3542 13.5477C15.482 13.6687 15.5585 13.8342 15.568 14.01V19.219V19.219ZM21.838 19.219C21.8385 19.3095 21.8211 19.3992 21.7867 19.4829C21.7523 19.5666 21.7017 19.6427 21.6377 19.7067C21.5737 19.7707 21.4976 19.8213 21.4139 19.8557C21.3302 19.8901 21.2405 19.9075 21.15 19.907C21.0435 19.9067 20.9385 19.8816 20.8432 19.8339C20.748 19.7862 20.6651 19.7171 20.601 19.632L17.932 15.997V19.219C17.9225 19.3951 17.8459 19.5608 17.7179 19.682C17.5899 19.8033 17.4203 19.8709 17.244 19.8709C17.0677 19.8709 16.8981 19.8033 16.7701 19.682C16.6421 19.5608 16.5655 19.3951 16.556 19.219V14.01C16.5559 13.8657 16.6013 13.7251 16.6856 13.608C16.77 13.491 16.889 13.4035 17.0259 13.3579C17.1628 13.3123 17.3105 13.3109 17.4482 13.354C17.5859 13.3971 17.7065 13.4825 17.793 13.598L20.463 17.233V14.01C20.4698 13.8322 20.5452 13.6639 20.6734 13.5405C20.8016 13.4172 20.9726 13.3482 21.1505 13.3482C21.3284 13.3482 21.4994 13.4172 21.6276 13.5405C21.7558 13.6639 21.8312 13.8322 21.838 14.01V19.219V19.219ZM26.052 15.927C26.2265 15.9385 26.3901 16.016 26.5096 16.1436C26.6291 16.2713 26.6956 16.4396 26.6956 16.6145C26.6956 16.7894 26.6291 16.9577 26.5096 17.0854C26.3901 17.213 26.2265 17.2905 26.052 17.302H24.135V18.532H26.052C26.2298 18.5388 26.3981 18.6142 26.5214 18.7424C26.6448 18.8706 26.7138 19.0416 26.7138 19.2195C26.7138 19.3974 26.6448 19.5684 26.5214 19.6966C26.3981 19.8248 26.2298 19.9002 26.052 19.907H23.448C23.2657 19.9067 23.091 19.8341 22.9622 19.7051C22.8333 19.5761 22.761 19.4013 22.761 19.219V14.011C22.761 13.632 23.069 13.324 23.448 13.324H26.052C26.1453 13.319 26.2387 13.333 26.3265 13.3652C26.4142 13.3975 26.4944 13.4473 26.5623 13.5116C26.6301 13.5759 26.6842 13.6533 26.7211 13.7392C26.758 13.825 26.7771 13.9175 26.7771 14.011C26.7771 14.1045 26.758 14.197 26.7211 14.2828C26.6842 14.3687 26.6301 14.4461 26.5623 14.5104C26.4944 14.5747 26.4142 14.6245 26.3265 14.6568C26.2387 14.689 26.1453 14.703 26.052 14.698H24.135V15.928H26.052V15.927Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
}

/* line 1050, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-line span {
  font-size: 12px;
}

/* line 1053, app/assets/stylesheets/custom/muevo-com/page.sass */
.btn-patron span {
  font-size: 12px;
}

/* line 1055, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing {
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1055, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-specializing {
    padding-bottom: 8px;
  }
}

/* line 1061, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing .font-bold {
  font-weight: bold;
}

/* line 1064, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing .background {
  height: 351px;
  background-color: #f2f4f5;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 1071, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-specializing .campaign-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 1076, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing__img {
  display: block;
  width: 100%;
}

/* line 1079, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing__img img {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  /* line 1079, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-specializing__img img {
    max-width: 100%;
  }
}

/* line 1083, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing__top-text {
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: -20px;
}

/* line 1088, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-specializing__panel {
  width: 100%;
  padding: 20px 30px;
  background-color: #e1f0f4;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  /* line 1088, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-specializing__panel {
    padding: 40px 60px;
    border-radius: 8px;
    line-height: 1.4;
  }
}

/* line 1099, app/assets/stylesheets/custom/muevo-com/page.sass */
.campaign-faq .accordion {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  /* line 1099, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-faq .accordion {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1103, app/assets/stylesheets/custom/muevo-com/page.sass */
  .campaign-faq .accordion__item-title {
    font-size: 14px;
  }
}

/* line 1107, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  /* line 1107, app/assets/stylesheets/custom/muevo-com/page.sass */
  .consultation-promo {
    margin-top: 17px;
  }
}

/* line 1117, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo a:hover {
  color: #333;
}

/* line 1120, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo h2, .consultation-promo .font-bold {
  font-weight: bold;
}

/* line 1123, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo .btn-outline {
  border: none;
}

/* line 1126, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block {
  width: 50%;
  min-height: 400px;
  padding: 30px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  /* line 1126, app/assets/stylesheets/custom/muevo-com/page.sass */
  .consultation-promo__block {
    min-height: 320px;
  }
}

/* line 1141, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block:after, .consultation-promo__block:before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 1149, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block:before {
  z-index: 2;
  opacity: .33;
}

/* line 1154, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block.promo-block--form-mask:before {
  background-color: #42b6cd;
  opacity: .7;
}

/* line 1158, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block.promo-block--form-mask:after {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 3;
  backdrop-filter: blur(4px);
  filter: brightness(115%);
}

/* line 1165, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block.promo-block--faq-mask:before {
  background-color: #007cc9;
}

@media screen and (max-width: 768px) {
  /* line 1126, app/assets/stylesheets/custom/muevo-com/page.sass */
  .consultation-promo__block {
    width: 100%;
  }
}

/* line 1171, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 1179, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__bg svg {
  display: block;
  width: 100.8%;
  height: 100.8%;
}

/* line 1184, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block-inner {
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

/* line 1191, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block-inner p {
  margin-top: 21px;
}

/* line 1194, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo__block-inner .consultation-btn {
  margin-top: 30px;
}

/* line 1197, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo.page-top {
  margin-top: 117px;
}

@media screen and (max-width: 768px) {
  /* line 1197, app/assets/stylesheets/custom/muevo-com/page.sass */
  .consultation-promo.page-top {
    margin-top: 61px;
  }
}

/* line 1203, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo.project-page {
  margin-top: 131px;
}

/* line 1206, app/assets/stylesheets/custom/muevo-com/page.sass */
.consultation-promo.post-page {
  margin-top: 0;
}

/* line 1209, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  padding-top: 55px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 1209, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo {
    height: 400px;
    padding-top: 55px;
  }
}

/* line 1225, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo .container {
  width: 100%;
}

/* line 1228, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo__inner {
  position: relative;
  z-index: 10;
  width: 100%;
}

/* line 1232, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo__inner .title {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  /* line 1232, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo__inner .title {
    font-size: 24px;
  }
}

/* line 1237, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo__title {
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  text-align: center;
}

/* line 1243, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo__text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 11px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 1243, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo__text {
    margin-top: 0;
  }
}

/* line 1253, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  z-index: 11;
}

/* line 1264, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo .btn-container {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  /* line 1264, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo .btn-container {
    margin-top: 22px;
  }
}

/* line 1270, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo.promo-primary .promo__title {
  letter-spacing: -4px;
}

/* line 1273, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo.promo-second {
  background-blend-mode: multiply;
  background-color: #145360;
  padding-top: 40px;
  height: 440px;
}

@media screen and (max-width: 768px) {
  /* line 1273, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo.promo-second {
    height: 360px;
    padding-top: 53px;
  }
}

/* line 1282, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo.promo-second .layer {
  background-color: #145360;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1291, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo.promo-second .btn-container {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  /* line 1291, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo.promo-second .btn-container {
    margin-top: 31px;
  }
}

/* line 1296, app/assets/stylesheets/custom/muevo-com/page.sass */
.promo.promo-interview {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  /* line 1296, app/assets/stylesheets/custom/muevo-com/page.sass */
  .promo.promo-interview {
    margin-top: 98px;
  }
}

/* line 1302, app/assets/stylesheets/custom/muevo-com/page.sass */
.header-ignore-fv header {
  background-color: transparent;
}
@charset "UTF-8";
/* line 7, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-steps img {
  max-width: 100%;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 13, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page {
  padding: 55px 40px 80px;
  background-color: #fff;
  border-radius: 15px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page h2 {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments .payment {
  color: #333;
  padding: 1rem;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: .5rem 0;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments .payment img {
  max-width: 100%;
}

/* line 32, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments .payment h3 {
  font-size: 150%;
  font-weight: bold;
}

/* line 35, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments .payment table.table {
  border-top: 1px solid #999;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments .payment table.table th, .payment-page .payments .payment table.table td {
  border-width: 0;
}

/* line 39, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments .payment table.table td {
  text-align: right;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .payments a.payment:hover {
  text-decoration: none;
  background-color: #FCF6E1;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .address {
  border: 1px solid #bbb;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .address h5 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: .7rem;
}

/* line 53, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .address .btn-plan {
  width: 100%;
  border-radius: 3px;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .addition-amount {
  padding: 30px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .addition-amount .addition-amount-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 59, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-page .addition-amount .addition-amount-row {
    justify-content: flex-start;
  }
}

/* line 66, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .addition-amount .addition-amount-row h4 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0;
  margin-right: 25px;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .addition-amount .addition-amount-row .plus {
  font-size: 28px;
  font-weight: 400;
  margin-right: 20px;
}

/* line 76, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .addition-amount .addition-amount-row .unit {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-left: 10px;
}

/* line 81, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-page .addition-amount .-txt {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #666;
}

@media screen and (max-width: 768px) {
  /* line 81, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-page .addition-amount .-txt {
    text-align: left;
  }
}

/* line 88, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page {
  background-color: #fff;
}

/* line 90, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page .cvc-image {
  width: 150px;
  max-width: 100%;
}

/* line 93, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step-label--wrap {
  max-width: 620px;
  margin: auto;
  margin-bottom: 60px;
}

/* line 97, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step-label--wrap .step-label {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* line 106, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step-label--wrap .step-label span {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-color);
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  /* line 106, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step-label--wrap .step-label span {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/* line 115, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step-label--wrap .step-progress--wrap {
  width: 100%;
  background-color: #eee;
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  /* line 115, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step-label--wrap .step-progress--wrap {
    width: 90%;
    margin: auto;
  }
}

/* line 122, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step-label--wrap .step-progress--wrap .step-progress {
  height: 20px;
  background-color: var(--main-color);
  border-radius: 999px;
}

/* line 126, app/assets/stylesheets/custom/muevo-com/payment.sass */
.question--item {
  margin-bottom: 40px;
}

/* line 128, app/assets/stylesheets/custom/muevo-com/payment.sass */
.question--item h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 133, app/assets/stylesheets/custom/muevo-com/payment.sass */
.question--item .field-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

/* line 137, app/assets/stylesheets/custom/muevo-com/payment.sass */
.question--item .field-group label.req:after {
  content: '必須';
  display: inline-block;
  width: 32px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 2px;
  margin-left: 8px;
}

/* line 149, app/assets/stylesheets/custom/muevo-com/payment.sass */
label.label-req:after {
  content: '必須';
  display: inline-block;
  width: 32px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 2px;
  margin-left: 8px;
}

/* line 162, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-questions-list .btn--wrap {
  margin-top: 50px;
}

/* line 164, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan--wrap {
  padding-bottom: 30px;
  border-bottom: 3px solid #f8f8f8;
}

/* line 167, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan--wrap .-body {
  font-size: 12px;
  font-weight: bold;
  white-space: pre-line;
  color: #666666;
}

/* line 172, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan-item--wrap {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 172, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-plan-item--wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  /* line 177, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-plan-item--wrap .-figure {
    width: 100%;
  }
}

/* line 180, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan-item--wrap .-figure img {
  width: 135px;
  height: 90px;
  border-radius: 6px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  /* line 180, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-plan-item--wrap .-figure img {
    width: 100%;
    height: 60vw;
  }
}

/* line 188, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan-item--wrap .-info {
  padding-left: 20px;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  /* line 188, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-plan-item--wrap .-info {
    padding-left: 0;
    margin-top: 14px;
  }
}

/* line 194, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan-item--wrap .-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 198, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-plan-item--wrap .-info .-price {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
}

/* line 203, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-address-swiper {
  position: relative;
  overflow: hidden;
}

/* line 206, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-address-swiper .swiper-slide {
  width: 230px;
}

/* line 208, app/assets/stylesheets/custom/muevo-com/payment.sass */
.questions--wrap {
  margin-top: 30px;
}

/* line 210, app/assets/stylesheets/custom/muevo-com/payment.sass */
.address-slider-item {
  padding: 30px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 214, app/assets/stylesheets/custom/muevo-com/payment.sass */
.address-slider-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 218, app/assets/stylesheets/custom/muevo-com/payment.sass */
.address-slider-item .-txt {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

/* line 223, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap {
  max-width: 670px;
  margin: auto;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  /* line 223, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .supporter-custom-address--wrap {
    margin-top: 20px;
  }
}

/* line 229, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 233, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap .supporter-custom-address-form {
  padding: 60px 20px 80px;
  border: 1px solid #eee;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 233, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .supporter-custom-address--wrap .supporter-custom-address-form {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* line 240, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap .supporter-custom-address-form--inner {
  max-width: 470px;
  margin: auto;
}

/* line 243, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap .supporter-custom-address-form--inner .field-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 247, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap .supporter-custom-address-form--inner .field-group > *:first-child {
  flex: 120px;
  max-width: 120px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  /* line 247, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .supporter-custom-address--wrap .supporter-custom-address-form--inner .field-group > *:first-child {
    flex: 100%;
    max-width: 100%;
    margin: 0 0 6px;
  }
}

/* line 257, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap .supporter-custom-address-form--inner .field-group > *:nth-child(2) {
  flex: 1;
}

/* line 259, app/assets/stylesheets/custom/muevo-com/payment.sass */
.supporter-custom-address--wrap .supporter-custom-address-form--inner .field-group .-help {
  font-size: 10px;
  font-weight: bold;
  color: #666;
}

/* line 263, app/assets/stylesheets/custom/muevo-com/payment.sass */
.selectable-horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 267, app/assets/stylesheets/custom/muevo-com/payment.sass */
.selectable-horizontal label {
  margin-right: 20px;
}

/* line 269, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-months--wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

/* line 273, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-months--wrap .-txt {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  /* line 273, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-months--wrap .-txt {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 269, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-months--wrap {
    flex-wrap: wrap;
  }
  /* line 282, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-months--wrap .-txt {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
}

/* line 286, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-btns--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px -12.5px;
}

/* line 291, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-btns--wrap > div {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 15px 12.5px;
}

@media screen and (max-width: 768px) {
  /* line 291, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-btns--wrap > div {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 298, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-btns--wrap .payment-method-item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f2f4f5;
}

/* line 302, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info {
  display: block;
}

/* line 304, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 308, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info p {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

/* line 313, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .payment-desc,
.payment-method-info .card-img--wrap {
  padding-bottom: 20px;
}

/* line 316, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .payment-desc img,
.payment-method-info .card-img--wrap img {
  width: 100%;
}

/* line 318, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .price-table {
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 322, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .price-table table {
  width: 100%;
}

/* line 324, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .price-table table th, .payment-method-info .price-table table td {
  padding: 8px 0;
}

/* line 326, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .price-table table th {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

/* line 330, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .price-table table td {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

/* line 334, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .price-table table td .unit {
  font-size: 14px;
  font-weight: 400;
}

/* line 337, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

/* line 343, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .total-price > label {
  font-size: 14px;
  font-weight: 400;
}

/* line 346, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .total-price > span {
  font-size: 28px;
  font-weight: bold;
}

/* line 349, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .total-price > span .unit {
  font-size: 14px;
  font-weight: 400;
}

/* line 352, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .select--wrap {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

/* line 356, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-method-info .btn-cancel-payment {
  line-height: 20px;
  height: 54px;
  padding: 5px;
}

/* line 360, app/assets/stylesheets/custom/muevo-com/payment.sass */
.radio--wrap.radio-lg {
  display: inline-block;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 46px;
}

/* line 367, app/assets/stylesheets/custom/muevo-com/payment.sass */
.radio--wrap.radio-lg .checkmark {
  width: 36px;
  height: 36px;
  top: 0;
}

/* line 371, app/assets/stylesheets/custom/muevo-com/payment.sass */
.radio--wrap.radio-lg .checkmark:after {
  top: 6px;
  left: 6px;
  width: 22px;
  height: 22px;
}

/* line 376, app/assets/stylesheets/custom/muevo-com/payment.sass */
.method-bank--desc {
  display: flex;
  justify-content: space-between;
}

/* line 379, app/assets/stylesheets/custom/muevo-com/payment.sass */
.method-bank--desc .img--wrap {
  flex: 23.5%;
  max-width: 23.5%;
}

/* line 382, app/assets/stylesheets/custom/muevo-com/payment.sass */
.method-bank--desc .img--wrap img {
  width: 100%;
}

/* line 384, app/assets/stylesheets/custom/muevo-com/payment.sass */
.method-bank--desc .txt {
  flex: 69.5%;
  max-width: 69.5%;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 390, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step2-btns--wrap {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 390, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step2-btns--wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 395, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step2-btns--wrap .btn-step02-next {
    width: 100%;
    max-width: 100%;
  }
}

/* line 399, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step3-btns--wrap {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 399, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step3-btns--wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 404, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step3-btns--wrap .btn-step03-next {
    width: 100%;
    max-width: 100%;
  }
}

/* line 408, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page {
  max-width: 670px;
  margin: auto;
}

/* line 411, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .attention-ssl {
  color: #999999;
  margin-top: 120px;
  font-size: 11px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 411, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step04-page .attention-ssl {
    margin-top: 10px;
  }
}

/* line 418, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-data-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 422, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .card-info--wrap {
  padding: 40px 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 422, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step04-page .card-info--wrap {
    padding: 40px 20px 30px;
  }
}

/* line 428, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .card-info--inner {
  max-width: 550px;
  margin: auto;
}

/* line 431, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .step04-card-btn--wrap {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 431, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step04-page .step04-card-btn--wrap {
    margin-top: 30px;
    width: 100%;
  }
  /* line 437, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step04-page .step04-card-btn--wrap .btn-proceed {
    width: 100%;
    max-width: 100%;
  }
}

/* line 440, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .field-group {
  margin-bottom: 30px;
}

/* line 442, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-price--wrap {
  padding-top: 30px;
  border-top: 1px solid #eee;
}

/* line 445, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-price--wrap.no-border-top {
  border-top: none;
}

/* line 447, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-confirm-list {
  max-width: 280px;
}

/* line 449, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-confirm-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

/* line 454, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-confirm-list > li.total {
  padding-top: 20px;
  margin: 20px 0 0;
  border-top: 1px solid #eee;
}

/* line 458, app/assets/stylesheets/custom/muevo-com/payment.sass */
.step04-page .payment-confirm-list > li.total > span {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  /* line 447, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .step04-page .payment-confirm-list {
    max-width: 100%;
  }
}

/* line 472, app/assets/stylesheets/custom/muevo-com/payment.sass */
.bank-page--wrap .field-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 477, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .field-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 481, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .card-field-img {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

/* line 485, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .card-field-img .field-control {
  flex: 58.2%;
  max-width: 58.2%;
}

/* line 488, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .card-field-img .card-img--wrap {
  flex: 100%;
  max-width: 215px;
  margin-left: auto;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /* line 488, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .creditcard-page--wrap .card-field-img .card-img--wrap {
    margin-top: 6px;
  }
}

/* line 495, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .card-field-img .card-img--wrap img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 481, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .creditcard-page--wrap .card-field-img {
    flex-wrap: wrap;
  }
  /* line 499, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .creditcard-page--wrap .card-field-img .field-control {
    flex: 100%;
    max-width: 100%;
  }
  /* line 502, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .creditcard-page--wrap .card-field-img .card-img--wrap {
    flex: 100%;
    max-width: 215px;
    margin-left: auto;
  }
}

/* line 506, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .field-group--security {
  flex: 45.45%;
  max-width: 45.45%;
}

@media screen and (max-width: 768px) {
  /* line 506, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .creditcard-page--wrap .field-group--security {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 512, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .field-group--expire {
  flex: 54.54%;
  max-width: 54.54%;
}

@media screen and (max-width: 768px) {
  /* line 512, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .creditcard-page--wrap .field-group--expire {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 518, app/assets/stylesheets/custom/muevo-com/payment.sass */
.creditcard-page--wrap .field-control--code {
  max-width: 150px;
}

/* line 520, app/assets/stylesheets/custom/muevo-com/payment.sass */
.card-field-help {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
}

/* line 524, app/assets/stylesheets/custom/muevo-com/payment.sass */
.box.box-payment-success {
  padding: 40px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 524, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .box.box-payment-success {
    padding: 20px;
  }
}

/* line 529, app/assets/stylesheets/custom/muevo-com/payment.sass */
.box.box-payment-success .btn-type {
  max-width: 250px;
  height: 42px;
  line-height: 42px;
}

/* line 533, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 538, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  flex: 31%;
  max-width: 31%;
  margin-right: 30px;
  background-color: #f4f4f4;
}

/* line 547, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

/* line 552, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-figure .lottery-card-img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 555, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-figur-lottery-card {
  aspect-ratio: 3/2;
}

/* line 557, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info {
  flex: 1;
}

/* line 559, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 563, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info h3 .plan-name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

/* line 567, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info h3 .check {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-color);
  padding: 0 9px;
  margin-right: 10px;
  background-color: #e1f0f4;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 578, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info h3 .check i {
  margin-right: 5px;
}

/* line 580, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info h3 .caution {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
  background-color: var(--main-color);
  border-radius: 4px;
  vertical-align: middle;
}

/* line 592, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info h3 .caution img {
  margin-right: 5px;
}

/* line 594, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info .price-unit {
  font-size: 20px;
}

/* line 596, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info .payment-method-type {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  margin: 15px 0 20px;
}

@media screen and (max-width: 768px) {
  /* line 596, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-success-plan--wrap .-info .payment-method-type {
    margin: 20px;
  }
}

/* line 604, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info .payment-method-type i {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: bottom;
}

/* line 608, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-success-plan--wrap .-info .payment-method-type img {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  /* line 611, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-success-plan--wrap .-figure,
.payment-success-plan--wrap .-info {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  /* line 616, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-success-plan--wrap .-figure {
    margin: 0 0 20px;
  }
}

/* line 619, app/assets/stylesheets/custom/muevo-com/payment.sass */
.convenience-page--wrap .field-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 623, app/assets/stylesheets/custom/muevo-com/payment.sass */
.convenience-page--wrap .field-convenience--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* line 627, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .convenience-page--wrap .field-convenience--wrap .figure {
    width: 100%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  /* line 631, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .convenience-page--wrap .field-convenience--wrap .figure img {
    width: 100%;
  }
}

/* line 634, app/assets/stylesheets/custom/muevo-com/payment.sass */
.convenience-page--wrap .field-convenience--wrap .field-control {
  max-width: 150px;
  margin-right: 15px;
}

/* line 637, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete-info {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

/* line 641, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

/* line 645, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete-info h3 span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--main-color);
  margin-left: 12px;
}

/* line 652, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete-info h3 span img {
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  /* line 645, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-incomplete-info h3 span {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 637, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-incomplete-info {
    margin-top: 0;
  }
}

/* line 659, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner {
  display: flex;
  flex-wrap: wrap;
}

/* line 662, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .-left {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  /* line 662, app/assets/stylesheets/custom/muevo-com/payment.sass */
  .payment-incomplete--inner .-left {
    margin-bottom: 20px;
  }
}

/* line 666, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .-left h4 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}

/* line 671, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .-left .-total {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 675, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .-left .-total .-unit {
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
}

/* line 679, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .-left .outer-link {
  position: relative;
  padding-right: 20px;
  color: #666;
  text-decoration: underline;
}

/* line 684, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .-left .outer-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 15px;
  height: 12px;
  background: url(/assets/icons/icon_link-a10f0467197df69a5baf424082a68ec3d4ca1e79d63aa596a895d187be4e9f86.svg) no-repeat center;
}

/* line 692, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .payment-result-info {
  padding: 10px 10px;
  background-color: #f2f4f5;
  border-radius: 4px;
}

/* line 696, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .payment-result-info table {
  width: 100%;
}

/* line 698, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .payment-result-info table th, .payment-incomplete--inner .payment-result-info table td {
  padding: 5px 0;
}

/* line 700, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .payment-result-info table th {
  width: 110px;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

/* line 705, app/assets/stylesheets/custom/muevo-com/payment.sass */
.payment-incomplete--inner .payment-result-info table td {
  font-size: 10px;
  font-weight: 400;
}

/* line 708, app/assets/stylesheets/custom/muevo-com/payment.sass */
.mt-6px {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/custom/muevo-com/privacy.sass */
  .static-page {
    padding: 0 !important;
    margin-top: 25px;
  }
}
@charset "UTF-8";
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/questions.sass */
.questions h3 {
  font-size: 120%;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/questions.sass */
.questions h3::before {
  content: '・';
}

/* line 10, app/assets/stylesheets/custom/muevo-com/questions.sass */
.questions textarea, .questions select {
  border-width: 2px;
  border-color: #42B6CD;
}

/* line 13, app/assets/stylesheets/custom/muevo-com/questions.sass */
textarea.with-pencil {
  background: url(/assets/icons/pencil-785c1fb280bd9bbfb5c215f435465f6b0816c36214ed49a23911291979d18a9c.svg) no-repeat;
  background-size: 1rem 1rem;
  background-position: .5rem .5rem;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/questions.sass */
textarea.with-pencil:focus {
  background-image: none;
}

/* line 19, app/assets/stylesheets/custom/muevo-com/questions.sass */
textarea.with-pencil.text-on {
  background-image: none;
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.sidebar--wrap .profile-link {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  margin-left: 50px;
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.sidebar--wrap .profile-link.active {
  color: var(--main-color);
}

/* line 14, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page {
  border-radius: 15px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media {
  padding: 10px 20px 20px !important;
  display: block;
  padding: 10px 15px 20px;
}

/* line 19, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media.active {
  background-color: #ddd;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media p.last-message {
  color: #333;
  font-size: 10px;
  margin-left: 0;
  text-align: right;
  margin-bottom: 0px;
  justify-content: space-between;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media p.last-message .join_plan {
  border: 2px solid blue;
  border-radius: 4px;
  padding: 2px 4px;
}

/* line 35, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media p.last-message .join_store {
  border: 2px solid green;
  border-radius: 4px;
  padding: 2px 4px;
}

/* line 39, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media p.last-message .normal {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 2px 4px;
}

/* line 43, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media .media-body {
  display: flex;
  align-items: center;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media .media-body .user-name {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media .media-body .message-message {
  font-size: 10px;
  color: #333;
  margin-top: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messengers .media .media-body .message-info {
  flex: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

/* line 60, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-head {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: white;
  border-bottom: 1px solid #eee;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-head .artist-name {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  border: none;
  margin-left: 10px;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper {
  padding: 16px 30px 0;
}

/* line 81, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message {
  margin: 20px 0;
}

/* line 83, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message .user-content {
  display: flex;
  align-items: center;
}

/* line 86, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message .user-content span.name {
  font-size: 10px;
  padding: 0 6px;
  border: none;
}

/* line 90, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message .msg-content-box {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 5px;
}

/* line 94, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message .msg-content-box .message-content {
  flex: 1;
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  border-radius: 6px;
}

/* line 101, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message .msg-content-box span.time {
  width: 110px;
  font-size: 10px;
  padding: 0 5px;
}

/* line 105, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .message .message-images {
  justify-content: flex-end;
}

/* line 108, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .me.message .user-content {
  flex-direction: row-reverse;
}

/* line 110, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .me.message .user-content span.name {
  color: #333;
}

/* line 112, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .me.message .msg-content-box {
  align-items: flex-end;
}

/* line 114, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .me.message .msg-content-box .message-content {
  background-color: #42B6CD;
  color: white;
}

/* line 117, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .me.message .msg-content-box span.time {
  color: #42B6CD;
  text-align: right;
}

/* line 121, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .counter.message .message-images {
  justify-content: flex-start;
}

/* line 124, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .counter.message .user-content {
  flex-direction: row;
}

/* line 126, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .counter.message .msg-content-box {
  flex-direction: row;
  align-items: flex-end;
}

/* line 129, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .counter.message .msg-content-box .message-content {
  background-color: #f5f5f5;
  color: #333;
}

/* line 132, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .messages-wrapper .counter.message .msg-content-box span.time {
  text-align: left;
  color: #333;
}

/* line 135, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .message-form-wrapper {
  padding: 20px 30px;
}

/* line 137, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .message-form-wrapper .message-form {
  min-height: 80px;
  padding: 10px 10px 5px 10px;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .message-form-wrapper .message-form textarea {
  max-height: 120px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  margin-bottom: 10px;
  resize: none;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .message-form-wrapper .message-form textarea:placeholder {
  color: #ccc;
}

/* line 149, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.message-page .message-form-wrapper .message-form .btn-file-selector {
  background-color: #f2f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 155, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-notification .box {
  margin-bottom: 30px;
  padding: 40px;
}

/* line 158, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-notification .box h3 {
  color: #333;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
}

/* line 163, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-notification .box .notify-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 168, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-notification .box .notify-item .txt-group {
  flex: 1;
}

/* line 170, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-notification .box .notify-item .txt-group p.sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}

/* line 175, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-notification .box .notify-item .txt-group p.description {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  font-weight: bold;
  line-height: 16px;
}

/* line 181, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box {
  padding: 40px;
}

/* line 185, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .per-page-pagination .per-select span {
  font-size: 12px;
  color: #333;
}

/* line 188, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .per-page-pagination .per-select select {
  font-weight: bold;
}

/* line 191, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .per-page-pagination .pagination-wrapper span.page {
  line-height: 30px;
}

/* line 208, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .btn.btn-status {
  padding: 0 10px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  border: none;
}

/* line 215, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .btn-canceled {
  color: white;
  background-color: #999;
}

/* line 218, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .btn-await {
  color: white;
  background-color: #ff9403;
}

/* line 221, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .btn-done {
  color: white;
  background-color: #42B6CD;
}

/* line 224, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-orders.box .btn-processing {
  color: white;
  background-color: #fa456f;
}

/* line 227, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box {
  padding: 60px 0;
}

/* line 229, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box {
  width: 100%;
  max-width: 670px;
  margin: auto;
  padding: 60px 100px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 236, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .user-icon-box {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* line 240, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .user-icon-box .avatar {
  min-width: 80px;
}

/* line 242, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image {
  position: relative;
}

/* line 244, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image .btn-user-edit-image {
  width: 160px;
  line-height: 48px;
  background: #e1f0f4;
  color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

/* line 254, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 261, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .user-icon-box .user-edit-image .file-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 10px;
  color: #666;
}

/* line 267, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .password {
  font-size: 12px;
  font-weight: bold;
  line-height: 44px;
  color: #666;
  padding: 0 12px;
}

/* line 273, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .link-pw-reset {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
  text-decoration: underline;
  margin-top: 3px;
  display: block;
}

/* line 281, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .date-select--wrap {
  display: flex;
  align-items: center;
}

/* line 284, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-box .date-select--wrap select {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  height: 44px;
}

/* line 290, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box table th:nth-child(1) {
  width: 120px;
}

/* line 292, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box table th,
.user-profile.box table td {
  border-top: none;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  font-weight: normal;
}

/* line 300, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box table th input,
.user-profile.box table td input {
  height: 44px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 305, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box table th input.password,
.user-profile.box table td input.password {
  border: none;
}

/* line 307, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box table th .radio,
.user-profile.box table td .radio {
  display: flex;
  gap: 6px;
}

/* line 310, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box table th.genders,
.user-profile.box table td.genders {
  display: flex;
  gap: 20px;
}

/* line 313, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 20px;
}

/* line 319, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

/* line 327, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 330, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-profile.box .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 336, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box {
  padding: 48px 40px;
}

/* line 338, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .box-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* line 342, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .search-tags--wrap {
  margin: 24px 0 20px;
}

/* line 344, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .search-tags--wrap label span {
  background-color: #f4f4f4;
  color: #666;
}

/* line 347, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .btn-tag-modal {
  width: 260px;
  height: 44px;
  background-color: #42B6CD !important;
  border-radius: 6px;
  color: white;
  font-size: 12px;
}

/* line 354, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .campaigns-list-page {
  padding-top: 30px;
}

/* line 357, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .campaigns-list-page .campaign-card .card__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 362, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-tags .box .campaings-empty--wrap {
  font-size: 14px;
}

/* line 365, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box {
  padding: 40px;
}

/* line 367, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 371, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-header p.username {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

/* line 375, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body {
  display: flex;
  gap: 36px;
  margin: 22px 0 30px;
}

/* line 379, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .plan-image {
  width: 260px;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  object-fit: cover;
}

/* line 384, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .info-date {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

/* line 388, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .info-date span.duration-value {
  color: #42B6CD;
  padding-right: 10px;
}

/* line 391, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .info-date span.date-value {
  font-size: 10px;
  font-weight: normal;
  color: #333;
}

/* line 395, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .plan_name {
  font-size: 20px;
  line-height: 36px;
  margin: 16px 0 12px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  /* line 395, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .item-body .plan_name {
    margin: 12px 0 6px;
  }
}

/* line 403, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body p.plan_price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* line 407, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body p.plan_price span.unit {
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 411, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body p.plan_price span.cycle {
  font-size: 12px;
}

/* line 413, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .credit-card {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  /* line 413, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .item-body .credit-card {
    display: block;
  }
}

/* line 419, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .credit-card span.paymode {
  padding-left: 4px;
  padding-right: 17px;
  font-size: 10px;
  line-height: 14px;
  color: #333;
}

/* line 425, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-body .credit-card p.pay-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666;
}

@media screen and (max-width: 768px) {
  /* line 425, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .item-body .credit-card p.pay-info {
    margin-top: 10px;
  }
}

/* line 432, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* line 437, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.page-user-supports .box .item-btns .btn {
  width: 215px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #42B6CD;
  color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

/* line 446, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box {
  padding: 47px 40px 94px;
}

@media screen and (max-width: 768px) {
  /* line 446, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box {
    padding: 40px 0 0;
  }
}

/* line 450, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}

/* line 455, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .creditcard-form-ttl {
  max-width: 670px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* line 460, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .card-info {
  padding: 24px 30px;
  background-color: #f2f4f5;
  border-radius: 15px;
  margin: 20px 0 50px;
}

/* line 465, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .card-info p {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  font-weight: bold;
  padding: 6px 0;
}

/* line 471, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  max-width: 670px;
  margin: auto;
  margin-bottom: 20px;
}

/* line 478, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box {
  width: 100%;
  max-width: 670px;
  margin: auto;
  padding: 40px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 485, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .form-box--inner {
  max-width: 545px;
  margin: auto;
}

/* line 488, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .form-group {
  margin-bottom: 32px;
}

/* line 490, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box label.field-key {
  margin-bottom: 10px;
}

/* line 492, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .flex-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 496, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .flex-center.crecard-ym {
  gap: 0;
}

/* line 498, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .flex-center select {
  font-size: 12px;
  height: 42px;
}

/* line 501, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .flex-center select:nth-of-type(1) {
  width: 70px;
}

/* line 503, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .flex-center select:nth-of-type(2) {
  width: 82px;
}

/* line 505, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .flex-center label {
  margin-left: 5px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  /* line 492, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .flex-center {
    flex-wrap: wrap;
    gap: 0;
  }
  /* line 511, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .flex-center img {
    margin-left: auto;
    margin-top: 6px;
  }
  /* line 514, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .flex-center.crecard-ym {
    margin-bottom: 20px;
  }
  /* line 516, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .flex-center.crecard-ym label {
    margin: 0 20px 0 5px;
  }
}

/* line 518, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

/* line 521, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info .item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}

/* line 527, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info .item p.label {
  font-size: 14px;
  color: #333;
}

/* line 530, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info .item p.value {
  font-size: 18px;
  font-weight: bold;
}

/* line 533, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info .item p.value span {
  font-size: 14px;
  font-weight: normal;
}

/* line 536, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info .item.total {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-bottom: 0;
}

/* line 540, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-box .price-info .item.total .value {
  font-size: 28px;
}

/* line 542, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 20px;
}

/* line 548, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}

/* line 555, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 558, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 563, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.creditcard-page.box .static-label {
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #999;
  width: 670px;
  margin: auto;
}

/* line 571, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice {
  padding: 40px 30px;
}

/* line 573, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* line 579, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .plan-image {
  width: 260px;
  aspect-ratio: 3/2;
  border-radius: 6px;
}

/* line 584, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 588, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .warning-badge {
  width: 74px;
  height: 24px;
  border-radius: 4px;
  background-color: #42B6CD;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media screen and (max-width: 768px) {
  /* line 588, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .box.payment-notice .part1 .part1-right .warning-badge {
    margin-bottom: 10px;
  }
}

/* line 599, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .warning-badge span {
  font-size: 12px;
  color: white;
  line-height: 18px;
}

/* line 603, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .part1-right .plan_name {
  font-size: 20px;
  font-weight: bold;
}

/* line 606, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 p.plan_price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 6px 0 13px 0;
}

/* line 611, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 p.plan_price span.unit {
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 615, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 p.plan_price span.cycle {
  font-size: 12px;
}

/* line 617, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .credit-card {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

/* line 621, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .credit-card span.paymode {
  padding-left: 4px;
  padding-right: 40px;
  font-size: 10px;
  line-height: 14px;
  color: #333;
}

/* line 627, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part1 .credit-card p.pay-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #666;
}

/* line 632, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 {
  padding-top: 30px;
}

/* line 634, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 638, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-header p.sub-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #333;
}

/* line 643, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-header .warning-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 647, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-header .warning-badge span {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #42B6CD;
}

/* line 652, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box {
  padding-top: 20px;
  display: flex;
}

/* line 656, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part p.label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 660, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part p.price {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
  margin-bottom: 16px;
}

/* line 667, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part p.price span.unit {
  font-weight: normal;
  font-size: 14px;
}

/* line 670, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .left-part a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #666;
}

@media screen and (max-width: 768px) {
  /* line 670, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .box.payment-notice .part2 .part2-box .left-part a {
    width: 180px;
  }
}

/* line 680, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .right-part {
  margin-left: 40px;
  background-color: #f2f4f5;
  padding: 4px;
  border-radius: 4px;
}

/* line 685, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .right-part .table {
  margin-bottom: 0;
}

/* line 687, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-payments-page .box.payment-notice .part2 .part2-box .right-part .table td,
.user-payments-page .box.payment-notice .part2 .part2-box .right-part .table th {
  border-top: none;
  padding: 6px;
  font-size: 10px;
  line-height: 14px;
  color: #666;
}

/* line 694, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page {
  padding: 60px 0;
}

/* line 696, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content {
  width: 100%;
  max-width: 670px;
  margin: auto;
}

/* line 700, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .support.media {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* line 705, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .support.media .plan-image {
  width: 260px;
  aspect-ratio: 3/2;
  border-radius: 6px;
}

/* line 710, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .support.media .media-body p.plan_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* line 710, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page .form-content .support.media .media-body p.plan_name {
    margin-bottom: 6px;
  }
}

/* line 719, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .support.media .media-body p.price .price-unit1 {
  font-size: 20px;
}

/* line 721, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-box {
  width: 100%;
  padding: 45px 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 726, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-box .table {
  max-width: 470px;
  margin: 0 auto;
}

/* line 729, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-box .table th,
.user-address-page .form-content .form-box .table td {
  border: none;
  padding: 15px 0;
  line-height: 44px;
  color: #333;
  font-weight: 400;
}

/* line 736, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-box .table th input,
.user-address-page .form-content .form-box .table th select,
.user-address-page .form-content .form-box .table td input,
.user-address-page .form-content .form-box .table td select {
  height: 44px;
}

/* line 739, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-box .table th {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
}

/* line 743, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 20px;
}

/* line 749, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}

/* line 756, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 759, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .form-content .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 764, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-address-page .-txt01 {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  color: #666;
}

/* line 769, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box {
  padding: 60px 40px 80px;
}

/* line 771, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content {
  width: 100%;
  max-width: 670px;
  margin: auto;
}

/* line 775, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .support.media {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* line 780, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .support.media .plan-image {
  width: 260px;
  aspect-ratio: 3/2;
  border-radius: 6px;
}

/* line 785, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .support.media .media-body p.plan_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin-bottom: 6px;
}

/* line 791, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .support.media .media-body p.price {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}

/* line 796, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .support.media .media-body p.price span.unit {
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 800, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .support.media .media-body p.price span.cycle {
  font-size: 12px;
}

/* line 802, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .user-questions--wrap {
  padding: 60px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* line 806, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .user-questions--wrap .alert {
  margin-top: 0;
}

/* line 808, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .user-questions-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 810, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-box {
  width: 100%;
  max-width: 468px;
  margin: auto;
}

/* line 814, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-box p.question-detail {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* line 820, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-box .label-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

/* line 825, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-box span.label {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

/* line 829, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-box span.badge {
  display: inline-block;
  background-color: #42B6CD;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  padding: 1px 6px 2px 6px;
  line-height: 15px;
}

/* line 837, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  gap: 20px;
}

/* line 843, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-btns .btn-default {
  width: 260px;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

/* line 851, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-btns .btn-default.submit {
  background-color: #42B6CD;
  color: white;
}

/* line 854, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-question-page.box .form-content .form-btns .btn-default.back {
  color: #42B6CD;
  border: 1px solid #42B6CD;
  text-align: center;
  line-height: 42px;
}

/* line 859, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-price-change-page.box {
  padding: 30px;
}

/* line 862, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-price-change-page.box form label {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
}

/* line 867, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-price-change-page.box form .input-box {
  margin-top: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

/* line 873, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-price-change-page.box form .input-box input {
  height: 44px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  /* line 873, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-price-change-page.box form .input-box input {
    width: 100%;
  }
}

/* line 878, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-price-change-page.box form .input-box span.label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 882, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.user-price-change-page.box form input[type="submit"] {
  width: 210px;
  height: 30px;
  background-color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 0;
}

@media screen and (max-width: 768px) {
  /* line 882, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-price-change-page.box form input[type="submit"] {
    width: 100%;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  /* line 859, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-price-change-page.box {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 898, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .fixed-container .sidebar-container,
.page-container .sidebar-container {
    display: none;
  }
  /* line 902, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messengers .media {
    padding: 7px 20px 10px !important;
  }
  /* line 904, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .media-body {
    margin-bottom: 10px;
  }
  /* line 906, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .media-body .avatar-badge {
    margin-right: 10px;
  }
  /* line 908, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .media-body .avatar-badge img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  /* line 912, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messages-head {
    padding: 14px 0;
  }
  /* line 914, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messages-head .messages-back {
    margin: 0 8px;
  }
  /* line 916, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messages-head .avatar {
    margin: 0;
  }
  /* line 918, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messages-head .artist-name {
    padding: 0 !important;
    margin-left: 10px;
  }
  /* line 921, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messages-wrapper {
    padding: 16px 10px 0;
  }
  /* line 924, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .messages-wrapper .message .time {
    width: 66px !important;
  }
  /* line 926, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .message-form-wrapper {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  /* line 930, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .message-page .message-form-wrapper .message-form {
    border: none;
    padding: 0;
    min-height: unset;
  }
  /* line 935, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-notification .box {
    padding: 20px 0;
  }
  /* line 937, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-notification .box .txt-group {
    padding-right: 20px;
  }
  /* line 939, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders {
    padding: 0 !important;
    margin: 0 -5vw;
  }
  /* line 942, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .per-page-pagination {
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 947, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item {
    display: flex;
    align-items: center;
    padding: 5px 10px 10px;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 952, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .top {
    display: flex;
    align-items: center;
  }
  /* line 955, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .top .item-left {
    width: 110px;
    text-align: center;
  }
  /* line 958, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .top .item-left .-await {
    /*width: 80% !important*/
  }
  /* line 960, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .top .item-right {
    flex: 1;
  }
  /* line 962, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .top .item-right p {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px 0;
    word-break: break-all;
    color: #666666;
  }
  /* line 969, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .top .item-right p span.label {
    font-size: 10px;
    font-weight: normal;
  }
  /* line 972, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .bottom {
    display: flex;
    justify-content: space-around;
  }
  /* line 975, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .bottom .bottom-item {
    text-align: center;
  }
  /* line 977, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .bottom .bottom-item .receiver {
    padding: 2px 15px !important;
    font-size: 12px;
  }
  /* line 980, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .bottom .bottom-item p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #666666;
  }
  /* line 984, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-orders .order-items .item .bottom .bottom-item img {
    max-width: 60% !important;
  }
  /* line 987, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-tags .box {
    padding: 40px 0 0;
    margin-bottom: 0;
  }
  /* line 990, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-tags .box .btn-tag-modal {
    width: 100%;
  }
  /* line 992, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-tags .box .box-title.border-sp {
    padding-top: 40px;
    border-top: 1px solid #eee;
  }
  /* line 995, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports {
    padding: 0 20px;
  }
  /* line 997, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box {
    padding: 20px 0 30px;
    margin: 0;
  }
  /* line 1000, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body {
    width: 100%;
  }
  /* line 1003, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-body {
    display: block;
  }
  /* line 1005, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-body .plan-image {
    width: 100%;
    object-fit: cover;
  }
  /* line 1008, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-body .item-right-part {
    padding-top: 15px;
  }
  /* line 1010, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-header {
    margin-bottom: 20px;
  }
  /* line 1012, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-body {
    margin: 0 0 20px;
  }
  /* line 1014, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-btns {
    display: block;
  }
  /* line 1016, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .page-user-supports .box .media-body .item-btns .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1019, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 1019, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 1023, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content {
    width: 100%;
  }
  /* line 1025, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .support.media {
    display: block;
  }
  /* line 1027, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .form-box {
    width: 100%;
    padding: 40px 20px;
  }
  /* line 1030, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .form-box .table,
.user-address-page.box .form-content .form-box tbody,
.user-address-page.box .form-content .form-box tr,
.user-address-page.box .form-content .form-box th,
.user-address-page.box .form-content .form-box td {
    display: block;
  }
  /* line 1036, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .form-box th {
    line-height: inherit;
    padding: 0;
  }
  /* line 1039, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .form-box td {
    padding: 6px 0 15px;
  }
  /* line 1041, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1045, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-address-page.box .form-content .form-btns .btn-default {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1049, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box {
    padding: 40px 0 0;
  }
  /* line 1051, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box .form-content {
    width: 100%;
  }
  /* line 1053, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box .form-content .support.media {
    display: block;
  }
  /* line 1055, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box .form-content .support.media img.plan-image {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 20px;
  }
  /* line 1060, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box .form-content .user-questions--wrap {
    padding: 40px 20px;
  }
  /* line 1062, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box .form-content .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1066, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-question-page.box .form-content .form-btns .btn-default {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  /* line 1071, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box {
    width: 100%;
    padding: 40px 20px;
  }
  /* line 1074, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .form-group.row {
    display: block !important;
  }
  /* line 1076, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .form-group.row .col-6:nth-child(2) {
    margin-top: 20px;
  }
  /* line 1079, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-box .price-info .item {
    width: 100%;
  }
  /* line 1081, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1085, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .form-btns .btn-default {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1088, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .creditcard-page.box .static-label {
    width: auto;
  }
  /* line 1090, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 1090, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 1094, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box {
    padding: 20px 0;
  }
  /* line 1096, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part1 {
    display: block;
  }
  /* line 1098, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part1 .plan-image {
    width: 100%;
  }
  /* line 1101, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part1 .part1-right .title {
    display: block;
    margin-top: 20px;
  }
  /* line 1105, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part2 .part2-header {
    display: block;
  }
  /* line 1107, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part2 .part2-header .warning-badge {
    margin-top: 12px;
  }
  /* line 1109, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part2 .part2-box {
    display: block;
  }
  /* line 1111, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .user-payments-page .payment-notice.box .part2 .part2-box .right-part {
    margin-left: 0;
    margin-top: 20px;
  }
  /* line 1114, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile {
    padding: 20px 0;
  }
  /* line 1116, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box {
    width: 100%;
    padding: 40px 20px 20px;
  }
  /* line 1119, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .user-icon-box {
    gap: 20px;
  }
  /* line 1121, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .badge-need {
    font-size: 10px;
    color: white;
    padding: 2px 6px;
    background-color: #42B6CD;
    border-radius: 4px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 1121, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .badge-need {
    margin-left: 8px;
    padding: 1px 6px 2px 6px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1134, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table {
    margin-bottom: 0;
  }
  /* line 1137, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table tbody,
.box.user-profile .form-box .table tr,
.box.user-profile .form-box .table th,
.box.user-profile .form-box .table td {
    display: block;
  }
  /* line 1142, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table th {
    line-height: inherit;
    padding: 0;
  }
  /* line 1145, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table th:nth-child(1) {
    width: auto;
  }
  /* line 1147, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table td {
    padding: 10px 0 30px;
  }
  /* line 1149, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table td .form-inline {
    gap: 20px;
  }
  /* line 1151, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table td .form-inline .form-control {
    width: auto;
  }
  /* line 1153, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table td.genders {
    display: flex;
    gap: 20px;
  }
  /* line 1156, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-box .table td .password {
    border: 1px solid #ced4da;
    border-radius: 4px;
  }
  /* line 1159, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-btns {
    flex-direction: column-reverse;
    gap: 0;
    padding: 20px 0;
  }
  /* line 1163, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .box.user-profile .form-btns .btn-default {
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1167, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .btn-add-file {
    margin-left: 0;
    margin-top: 23px;
  }
}

@media screen and (min-width: 769px) {
  /* line 1167, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .btn-add-file {
    margin-left: 5px;
    margin-top: 8px;
  }
}

/* line 1174, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.btn-search-message {
  padding: 6px 13px;
  color: #42b6cd;
  font-weight: bold;
  background-color: #FFFFFF;
  border: 1px solid #42b6cd;
  border-radius: 6px;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  /* line 1174, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .btn-search-message {
    padding: 6px 32px;
  }
}

@media screen and (min-width: 769px) {
  /* line 1184, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .p-pc-0 {
    padding: 0 !important;
  }
}

/* line 1187, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.text-20-16-bold {
  color: #42b6cd;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 1187, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .text-20-16-bold {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  /* line 1187, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
  .text-20-16-bold {
    font-size: 20px;
  }
}

/* line 1194, app/assets/stylesheets/custom/muevo-com/renewal-mypage.sass */
.lottery-label-text {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
@charset "UTF-8";
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

@media screen and (max-width: 768px) {
  /* line 36, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .pc-only {
    display: none !important;
  }
  /* line 38, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sp-studio-item {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 41, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sp-only {
    display: none !important;
  }
}

/* line 43, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.edit-note {
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/custom/muevo-com/renewal.sass */
body {
  padding-top: 80px;
  background: #f2f4f5;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/renewal.sass */
body.fixed {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 47, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  body {
    padding-top: 70px;
  }
}

/* line 55, app/assets/stylesheets/custom/muevo-com/renewal.sass */
figure {
  margin: 0;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/renewal.sass */
img {
  max-width: 100%;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/renewal.sass */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/renewal.sass */
a {
  display: inline-block;
  word-break: break-all;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/renewal.sass */
p {
  margin: 0;
}

/* line 68, app/assets/stylesheets/custom/muevo-com/renewal.sass */
label {
  margin: 0;
}

/* line 70, app/assets/stylesheets/custom/muevo-com/renewal.sass */
button {
  background: none;
  border: none;
  outline: none;
}

/* line 74, app/assets/stylesheets/custom/muevo-com/renewal.sass */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/renewal.sass */
textarea {
  resize: none;
}

/* line 81, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.icon-draw {
  fill: #333;
}

/* line 83, app/assets/stylesheets/custom/muevo-com/renewal.sass */
sub, sup {
  font-size: 60%;
}

/* line 85, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.w-100p {
  width: 100%;
}

/* line 87, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.w-75 {
  width: 75px;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.w-80 {
  width: 80px;
}

/* line 91, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.w-120 {
  width: 120px;
}

/* line 93, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.w-150 {
  width: 150px;
}

/* line 95, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-80 {
  max-width: 80px !important;
}

/* line 97, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-100 {
  max-width: 100px !important;
}

/* line 99, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-140 {
  max-width: 140px !important;
}

/* line 101, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-150 {
  max-width: 150px !important;
}

/* line 103, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-200 {
  max-width: 200px !important;
}

/* line 105, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-250 {
  max-width: 250px !important;
}

/* line 107, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-265 {
  max-width: 265px !important;
}

/* line 109, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-300 {
  max-width: 300px !important;
}

/* line 111, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-450 {
  max-width: 450px !important;
}

/* line 113, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-540 {
  max-width: 540px !important;
  margin: auto;
}

/* line 116, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-1100 {
  max-width: 1100px !important;
  margin: auto;
}

/* line 119, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mw-1000 {
  max-width: 1000px !important;
  margin: auto;
}

/* line 122, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-shadow {
  box-shadow: 0 3px 20px #0000000d;
}

/* line 124, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.relative {
  position: relative;
}

/* line 126, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 128, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.text-center {
  text-align: center;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mt-2x {
  margin-top: 10px !important;
}

/* line 132, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mt-4x {
  margin-top: 20px !important;
}

/* line 134, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mt-6x {
  margin-top: 30px !important;
}

/* line 136, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mt-8x {
  margin-top: 40px !important;
}

/* line 138, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mt-10x {
  margin-top: 50px !important;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.ml-2x {
  margin-left: 10px !important;
}

/* line 142, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mr--4x {
  margin-right: -20px;
}

/* line 144, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mr-3x {
  margin-right: 15px;
}

/* line 146, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mr-4x {
  margin-right: 20px;
}

/* line 148, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-1x {
  margin-bottom: 5px !important;
}

/* line 150, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-3x {
  margin-bottom: 15px !important;
}

/* line 152, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-8x {
  margin-bottom: 40px !important;
}

/* line 154, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-8 {
  margin-bottom: 8px !important;
}

/* line 156, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-2x {
  margin-bottom: 10px !important;
}

/* line 158, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-4x {
  margin-bottom: 20px !important;
}

/* line 160, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-6x {
  margin-bottom: 30px !important;
}

/* line 162, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-8x {
  margin-bottom: 40px !important;
}

/* line 164, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 166, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mr-2x {
  margin-right: 10px !important;
}

/* line 168, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 170, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pt-0 {
  padding-top: 0 !important;
}

/* line 172, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.bb-0 {
  border-bottom: 0 !important;
}

/* line 174, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.relative {
  position: relative;
}

/* line 176, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-style-none {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 180, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 180, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box {
    padding: 20px;
  }
}

/* line 187, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* line 191, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.text-line-through {
  text-decoration: line-through;
}

/* line 193, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flex-1 {
  flex: 1;
}

/* line 195, app/assets/stylesheets/custom/muevo-com/renewal.sass */
select {
  color: #333;
  padding-right: 15px !important;
  -webkit-appearance: none;
  background: #fff url(/assets/icons/select_appearance-c6a61cd0a70f31f51d6a74a529f1625eaf6de1ca225ea9116928139885f9a59d.png) no-repeat center right 8px;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/renewal.sass */
select.field-control {
  padding-right: 34px !important;
  -webkit-appearance: none;
  background: #fff url(/assets/icons/select_appearance-c6a61cd0a70f31f51d6a74a529f1625eaf6de1ca225ea9116928139885f9a59d.png) no-repeat center right 14px;
}

/* line 204, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.full-height {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 208, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months--wrap {
  position: relative;
  overflow: hidden;
}

/* line 211, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-ul {
  margin: -5px;
}

/* line 213, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-ul li {
  padding: 5px;
}

/* line 215, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-ul li a, .filter-months-ul li span {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 23px;
  color: #333;
  padding: 0 10px;
  border-radius: 999px;
  background-color: #f4f4f4;
  white-space: nowrap;
}

/* line 225, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-ul li span {
  color: #999;
}

/* line 227, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-ul li a.active {
  color: #fff !important;
  background-color: var(--main-color);
}

@media screen and (min-width: 769px) {
  /* line 211, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .filter-months-ul {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 234, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-slide {
  display: inline-block;
  width: auto;
}

/* line 237, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-prev {
  left: 0;
}

/* line 240, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-next {
  right: 0;
  background: linear-gradient(to left, #fff, #fff 28px, rgba(255, 255, 255, 0));
}

/* line 243, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-prev,
.filter-months-swiper .swiper-button-next {
  height: 100%;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  /* line 243, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .filter-months-swiper .swiper-button-prev,
.filter-months-swiper .swiper-button-next {
    display: none;
  }
}

/* line 252, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-prev:after,
.filter-months-swiper .swiper-button-next:after {
  display: none;
}

/* line 254, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-prev:before,
.filter-months-swiper .swiper-button-next:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 12px;
  background: url(/assets/icons/icon_arrow-50dfd3b7e2d7bc653edff6dd58451593c9a2e1cd926ef90f8d7fe63bb7a66133.svg) no-repeat center;
}

/* line 260, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-prev.swiper-button-disabled,
.filter-months-swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}

/* line 263, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-next:before {
  right: 9px;
}

/* line 266, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-months-swiper .swiper-button-prev:before {
  left: 9px;
  transform: rotate(180deg);
}

/* line 269, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper {
  display: flex;
  align-items: center;
}

/* line 272, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper .arrow-wrapper {
  align-self: stretch;
  position: relative;
  line-height: 53px;
}

/* line 276, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper .arrow-wrapper.next {
  background: linear-gradient(to left, #fff, #fff 28px, rgba(255, 255, 255, 0));
  margin-left: -14px;
}

/* line 279, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper .arrow-wrapper.prev {
  background: linear-gradient(to right, #fff, #fff 28px, rgba(255, 255, 255, 0));
  margin-right: -14px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

/* line 284, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper .store-tags-swiper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 285, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper .store-tags-swiper::-webkit-scrollbar {
  display: none;
}

/* line 291, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-tags-wrapper .store-tags-swiper .upper-tags, .store-tags-wrapper .store-tags-swiper .lower-tags {
  width: max-content;
}

/* line 293, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.show-all-tags {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 297, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sp-bg-white {
    background-color: #fff !important;
  }
  /* line 299, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sp-bg-none {
    background-color: transparent !important;
  }
  /* line 301, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-sp-gray {
    background-color: #f2f4f5;
  }
  /* line 303, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-sp-gray .swiper-button-prev {
    background: linear-gradient(to right, #f2f4f5, #f2f4f5 28px, rgba(242, 244, 245, 0));
  }
  /* line 305, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-sp-gray .swiper-button-next {
    background: linear-gradient(to left, #f2f4f5, #f2f4f5 28px, rgba(242, 244, 245, 0));
  }
  /* line 308, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-sp-gray .arrow-wrapper.prev {
    background: linear-gradient(to right, #f2f4f5, #f2f4f5 28px, rgba(242, 244, 245, 0));
  }
  /* line 310, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-sp-gray .arrow-wrapper.next {
    background: linear-gradient(to left, #f2f4f5, #f2f4f5 28px, rgba(242, 244, 245, 0));
  }
  /* line 312, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-sp-p0 {
    padding: 0 !important;
  }
  /* line 314, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mb-sp-2x {
    margin-bottom: 10px;
  }
  /* line 316, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-sp-6x {
    margin-top: 30px;
  }
}

/* line 318, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap {
  margin-bottom: 15px;
}

/* line 320, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner--content {
  position: relative;
}

/* line 322, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner--content .banner-views {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 322, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner--content .banner-views {
    margin: 0 -10px;
  }
}

/* line 327, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner--content .banner-views img {
  max-width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 327, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner--content .banner-views img {
    border-radius: 0;
  }
}

/* line 332, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner--content .banner-views .banner-img-sp {
  width: 230px;
  height: 230px;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 768px) {
  /* line 332, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner--content .banner-views .banner-img-sp {
    width: 100%;
    height: 100vw;
  }
}

/* line 340, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner--content .banner-views .banner-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 768px) {
  /* line 340, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner--content .banner-views .banner-img {
    display: none;
  }
}

/* line 347, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner--content .banner-views .banner-img-div {
  width: 100%;
  height: 180px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 15px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  /* line 385, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner-btns--wrap {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 385, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner-btns--wrap {
    padding: 10px;
  }
}

/* line 393, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-btns .btn-file {
  width: 200px;
}

/* line 395, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-btns .btn-file + .btn-file {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  /* line 392, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner-btns {
    position: static;
    padding: 10px 0 15px;
  }
  /* line 400, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner-btns .btn-file {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  /* line 404, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner-btns .btn-file + .btn-file {
    margin: 10px 0 0;
  }
}

/* line 406, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-previews {
  width: 100%;
  max-width: 370px;
  padding: 20px;
  margin: 5px 0 0 auto;
  background: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  /* line 406, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .banner--wrap .banner-previews {
    margin: 0 auto;
  }
}

/* line 415, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -5px 10px;
}

/* line 420, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner > div {
  min-height: 75px;
  padding: 0 5px;
}

/* line 423, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner h3 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 13px;
}

/* line 428, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner .banner-view {
  position: relative;
  display: inline-block;
}

/* line 431, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner .banner-view.-new {
  display: none;
}

/* line 433, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner .banner-view .btn-remove {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  top: -11.5px;
}

/* line 439, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner .banner-view img {
  border-radius: 10px;
}

/* line 441, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner--wrap .banner-views--inner .banner-views--pc {
  width: 195px;
}

/* line 443, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-type {
  display: inline-block;
  width: 100%;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  border-radius: 6px;
  border: none;
  text-decoration: none;
}

/* line 455, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-proceed {
  color: #fff;
  background-color: var(--main-color);
}

/* line 458, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-proceed + .btn-txt {
  margin-left: 18px;
}

/* line 460, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-proceed:hover {
  color: #fff;
  text-decoration: none;
}

/* line 463, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-proceed-txt {
  color: var(--main-color);
}

/* line 465, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-proceed-txt:hover {
  color: var(--main-color);
}

/* line 467, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-outline {
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
}

/* line 471, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-outline:hover {
  color: var(--main-color);
}

/* line 473, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-outline-gray {
  color: #333;
  border: 1px solid #ddd;
}

/* line 476, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-outline-gray:hover {
  color: #333;
}

/* line 478, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-fill-orange {
  color: #fff;
  background-color: #ff9403;
}

/* line 481, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-fill-orange:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-fill-gray {
  color: #fff;
  background-color: #999;
}

/* line 486, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-fill-gray:hover {
  color: #fff;
}

/* line 488, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-fill-light-gray {
  color: #fff;
  background-color: #ddd;
}

/* line 491, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-fill-light-gray:hover {
  color: #fff;
}

/* line 493, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-size-md {
  max-width: 200px;
  height: 30px;
  line-height: 30px;
}

/* line 497, app/assets/stylesheets/custom/muevo-com/renewal.sass */
button.btn-size-md, a.btn-size-md {
  line-height: 28px;
}

/* line 499, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-size-lg {
  max-width: 260px;
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  /* line 503, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-size-lg.sp-max-size {
    max-width: 100%;
  }
}

/* line 506, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-size-ll {
  max-width: 280px;
  height: 44px;
  line-height: 44px;
}

/* line 510, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-size-3l {
  max-width: 300px;
  height: 44px;
  line-height: 44px;
}

/* line 514, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-size-cart {
  width: 260px;
  height: 44px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  /* line 514, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-size-cart {
    width: 100%;
  }
}

/* line 520, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-txt {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
  text-decoration: none;
}

/* line 525, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-txt:hover {
  color: var(--main-color);
}

/* line 527, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-file {
  position: relative;
}

/* line 529, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-file input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  /* line 536, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-salon-file {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

/* line 541, app/assets/stylesheets/custom/muevo-com/renewal.sass */
button:disabled {
  cursor: not-allowed;
}

/* line 543, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

/* line 548, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn--wrap .btn-type + .btn-type {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  /* line 551, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn--wrap .btn-type {
    max-width: none;
  }
  /* line 553, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn--wrap .btn-type + .btn-type {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 556, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-sp-reorder {
    flex-direction: column-reverse;
  }
  /* line 558, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-sp-reorder .btn-type + .btn-type {
    margin: 0 0 10px;
  }
}

/* line 560, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-block {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 565, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-block-sp {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: 45px;
  }
  /* line 570, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  a.btn-block-sp {
    line-height: 42px;
  }
}

/* line 572, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-outer {
  position: relative;
  z-index: 1;
}

/* line 575, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-outer:after {
  content: '';
  position: absolute;
  right: 10px;
  top: calc( 50% - 4.5px);
  width: 11px;
  height: 9px;
  background: url(/assets/icons/icon_outer-f4977a4c72c01c9cc1ad96d36bc94348ed19ae14216332aae7a1d53b1c33dc80.svg) no-repeat center;
}

/* line 583, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner-views--sp .-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* line 587, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.banner-views--pc .-img {
  width: 190px;
  height: 50px;
  object-fit: cover;
}

/* line 591, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.section-campaign-intro,
.section-campaign-user {
  margin-bottom: 20px;
}

/* line 594, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-group {
  margin-bottom: 10px;
}

/* line 596, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-control {
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 11px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 12px;
  color: #666;
}

/* line 29, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-control::placeholder {
  color: #CCC;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-control:-ms-input-placeholder {
  color: #CCC;
}

/* line 33, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-control::-ms-input-placeholder {
  color: #CCC;
}

/* line 606, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-control--year {
  min-width: 82px;
}

/* line 608, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-control--month {
  min-width: 72px;
}

/* line 610, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-field {
  font-size: 12px;
  color: #666;
}

/* line 29, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-field::placeholder {
  color: #CCC;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-field:-ms-input-placeholder {
  color: #CCC;
}

/* line 33, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-field::-ms-input-placeholder {
  color: #CCC;
}

/* line 614, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-select {
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #eee;
}

/* line 619, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
}

/* line 624, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-help {
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
}

/* line 628, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.page-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 628, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .page-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* line 636, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 641, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-clear {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

/* line 648, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-tag-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
  border-radius: 8px;
  color: #333;
  border: 1px solid #eee;
}

/* line 660, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-tag-modal span {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 648, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-tag-modal {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  /* line 666, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-tag-modal span {
    margin-right: 6px;
  }
}

/* line 668, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaigns-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
}

/* line 672, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaigns-list > li {
  flex: 25%;
  max-width: 25%;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  /* line 668, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaigns-list {
    margin: -10px;
  }
  /* line 678, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaigns-list > li {
    flex: 50%;
    max-width: 50%;
    padding: 10px;
  }
}

/* line 682, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-patron {
  flex-wrap: wrap;
}

/* line 685, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-patron .page-prev img {
  margin-right: 8px;
  transform: rotate(180deg);
}

/* line 688, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-patron .page-prev svg {
  margin-right: 8px;
  transform: rotate(180deg);
}

/* line 692, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-patron .page-next img {
  margin-left: 8px;
}

/* line 694, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-patron .page-next svg {
  margin-left: 8px;
}

/* line 697, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-lg.pagination-patron .page-prev,
.pagination-lg.pagination-patron .page-next {
  width: 94px;
}

/* line 700, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-lg.pagination-patron .page-prev {
  margin-right: 30px;
}

/* line 702, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-lg.pagination-patron .page-next {
  margin-left: 30px;
}

/* line 704, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.pagination-lg.pagination-patron .page {
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  /* line 707, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .pagination-lg.pagination-patron .page-prev,
.pagination-lg.pagination-patron .page-next {
    width: 72px;
  }
  /* line 710, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .pagination-lg.pagination-patron .page-prev {
    margin-right: 12px;
  }
  /* line 712, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .pagination-lg.pagination-patron .page-next {
    margin-left: 12px;
  }
  /* line 714, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .pagination-lg.pagination-patron .page {
    margin: 0 4px;
  }
}

/* line 717, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaigns-list-page .campagins-list--wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  /* line 719, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaigns-list-page .tabs-nav {
    padding: 3px;
  }
  /* line 723, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaigns-list-page .tabs-nav li a {
    width: 100px;
    text-align: center;
    padding: 5px;
  }
}

/* line 727, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--wrap {
  display: none;
  position: relative;
  z-index: 10000;
}

/* line 731, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--wrap .modal-post-placeholder {
  display: none;
}

/* line 734, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--wrap.is-loading .modal-post-placeholder {
  display: flex;
}

/* line 736, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  /* line 736, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog {
    padding-top: 0;
  }
}

/* line 749, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
  max-height: 80vh;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
}

/* line 760, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--overflow {
  flex: 1;
  padding: 40px;
  overflow: auto;
}

/* line 764, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--overflow.no-footer {
  padding-bottom: 40px;
}

/* line 766, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--overflow .comment-count {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 766, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--overflow .comment-count {
    justify-content: flex-start;
  }
}

/* line 770, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--overflow .comment-count .btn-post-modal {
  width: 300px;
}

@media screen and (max-width: 768px) {
  /* line 770, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--overflow .comment-count .btn-post-modal {
    width: calc( 100% - 50px);
    margin: 0;
    max-width: 100%;
  }
}

/* line 776, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--overflow .post-content {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  /* line 776, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--overflow .post-content {
    padding-bottom: 60px;
  }
}

/* line 780, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--overflow .post-stats {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px 40px;
  background: white;
  border-radius: 0 0 15px 15px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  /* line 780, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--overflow .post-stats {
    padding: 20px;
  }
}

/* line 791, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal-close-btn {
  position: absolute;
  bottom: calc(100% + 18px);
  right: 0;
  width: 125px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

/* line 806, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal-close-btn span {
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  /* line 791, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal-close-btn {
    top: auto;
    bottom: calc(100% + 10px);
    right: 0;
  }
}

/* line 812, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--footer {
  text-align: center;
  padding: 30px 40px 40px;
}

/* line 816, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box .modal--header h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 820, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box.modal-size--sm {
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  /* line 749, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box {
    max-height: 72vh;
  }
  /* line 824, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--overflow {
    padding: 0;
  }
  /* line 826, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--overflow.no-footer {
    padding-bottom: 20px;
  }
  /* line 829, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--header h3 {
    margin-bottom: 20px;
  }
  /* line 831, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal--dialog .modal--box .modal--footer {
    padding: 0px;
  }
}

/* line 833, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--dialog .modal--box.modal-size-md {
  max-width: 682px;
}

/* line 838, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-login .modal--box .modal--overflow,
#modal-login--reaction .modal--box .modal--overflow {
  padding: 60px 40px;
}

/* line 840, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-login .modal--box .modal--header,
#modal-login--reaction .modal--box .modal--header {
  margin: 0;
}

/* line 842, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-login .modal--box .modal--header h3,
#modal-login--reaction .modal--box .modal--header h3 {
  margin-bottom: 40px;
}

/* line 844, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-login .modal--box .modal-login--subttl,
#modal-login--reaction .modal--box .modal-login--subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 850, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #modal-login .modal--box .modal--header h3,
#modal-login--reaction .modal--box .modal--header h3 {
    margin-bottom: 22px;
  }
  /* line 852, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #modal-login .modal--box .modal--overflow,
#modal-login--reaction .modal--box .modal--overflow {
    max-height: 80vh;
    padding: 20px;
  }
}

/* line 855, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

/* line 859, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li {
  padding: 5px;
}

/* line 861, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label {
  margin: 0;
  cursor: pointer;
}

/* line 864, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label input[type=checkbox] {
  display: none;
}

/* line 866, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label input[type=checkbox]:checked + span {
  color: #fff;
  background-color: #42b6cd;
}

/* line 869, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label > span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background-color: #f4f4f4;
}

/* line 878, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label > span.tag-removeable {
  position: relative;
  color: #fff;
  padding-right: 24px;
  background-color: var(--main-color);
}

/* line 883, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label > span.tag-removeable .btn-remove-tag {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 0;
  transform: translateY(-50%);
}

/* line 889, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-check-list > li label > span.selected {
  color: #fff;
  background-color: #42b6cd;
}

/* line 892, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-text-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -5px;
}

/* line 896, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-text-list > li {
  padding: 4px 5px;
}

/* line 898, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-text-list > li span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background-color: #f4f4f4;
}

/* line 907, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal-tag--actions {
  text-align: center;
  margin: 30px 0 40px;
}

/* line 910, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-user--box {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 3px 20px #0000000d;
}

@media screen and (max-width: 768px) {
  /* line 910, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-user--box {
    padding: 15px 20px;
  }
}

/* line 917, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-user--wrap {
  display: flex;
}

/* line 920, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-user--wrap .campaign-user--avatar img {
  width: 80px;
  height: 80px;
  border-radius: 999px;
}

/* line 924, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-user--wrap .campaing-user--info {
  flex: 1;
  padding-top: 12px;
  padding-left: 20px;
}

/* line 928, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-user--wrap .campaing-user--info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  /* line 934, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-user--wrap .campaign-user--avatar img {
    width: 60px;
    height: 60px;
  }
  /* line 937, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-user--wrap .campaing-user--info {
    padding-left: 10px;
  }
  /* line 939, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-user--wrap .campaing-user--info h3 {
    font-size: 20px;
  }
}

/* line 941, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-label-list {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

/* line 945, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-label-list > li {
  padding: 3px;
}

/* line 947, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-label-list > li label {
  display: inline-block;
  font-size: 10px;
  color: #666;
  font-weight: bold;
  line-height: 23px;
  padding: 0 10px;
  margin: 0;
  background-color: #f4f4f4;
  border-radius: 999px;
}

/* line 957, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-label-list > li .btn-edit-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 23px;
  margin-left: 4px;
}

/* line 964, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-label-list > li .btn-edit-tag span {
  margin-right: 4px;
}

/* line 966, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal-logn--txt {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 20px 0 22px;
}

/* line 971, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal-login--reset-wrap {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  /* line 971, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .modal-login--reset-wrap {
    margin-bottom: 40px;
  }
}

/* line 976, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.search-tags--wrap {
  flex: 100%;
  max-width: 100%;
  margin-top: 30px;
}

/* line 980, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-page--title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin: 50px 0 30px;
}

/* line 985, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-page--title.convenience-title {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  /* line 985, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .studio-page--title.convenience-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  /* line 980, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .studio-page--title {
    padding: 20px 5vw;
    margin: 0 -5vw;
    border-bottom: 1px solid #eee;
  }
}

/* line 993, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaing-page--title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px;
}

/* line 998, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-analytics .box {
  padding: 30px;
}

/* line 1000, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-analytics .box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 998, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .studio-analytics .box {
    margin-bottom: 60px;
  }
}

/* line 1006, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-summary--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -10px;
  margin-bottom: 25px;
}

/* line 1012, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-summary--wrap > li {
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  /* line 1012, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .analytics-summary--wrap > li {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 1017, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-summary {
  padding: 20px 50px 20px 20px;
  background-color: #f2f4f5;
  border-radius: 15px;
}

/* line 1021, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-summary h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1025, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-summary p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 1029, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-summary p span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  /* line 1017, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-summary {
    display: flex;
    align-items: center;
    border-radius: 8px;
  }
  /* line 1037, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-summary h4 {
    margin: 0 20px 0 0;
  }
}

/* line 1039, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.chart-line-info {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  /* line 1039, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .chart-line-info {
    padding-left: 0;
    margin-top: 10px;
  }
}

/* line 1044, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.chart-line-info > li {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-left: 62px;
}

/* line 1049, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.chart-line-info > li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 1051, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.chart-line-info > li:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  top: calc(50% - 2px);
  left: 0;
  border-radius: 999px;
}

/* line 1059, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.chart-line-info > li.line-pv:before {
  background-color: var(--main-color);
}

/* line 1061, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.chart-line-info > li.line-unique:before {
  background-color: #ff9403;
}

/* line 1063, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl-analytics {
  width: 100%;
  font-weight: bold;
  color: #666;
  border-collapse: collapse;
}

/* line 1068, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl-analytics th {
  font-size: 10px;
  padding: 8px 10px;
}

/* line 1071, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl-analytics td {
  font-size: 12px;
  padding: 20px 10px;
  border-top: 3px solid #f2f4f5;
  border-bottom: 3px solid #f2f4f5;
}

/* line 1076, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl-analytics a {
  color: #666;
}

/* line 1078, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl-analytics a:hover {
  color: #666;
}

/* line 1080, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-analytics-plain {
  padding: 25px 30px;
  border-radius: 15px;
  border: 3px solid #f2f4f5;
  overflow: auto;
}

/* line 1085, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.daily-supports-plain {
  display: flex;
  margin: 0 -15px;
}

/* line 1089, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.daily-supports-plain .daily-suports-col {
  padding: 0 15px;
}

/* line 1091, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.daily-supports-plain .daily-suports-col .analytics-row {
  display: flex;
  justify-content: space-between;
  width: 110px;
  padding: 7px 0;
  margin-bottom: 3px;
  border-bottom: 3px solid #f2f4f5;
}

/* line 1098, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.daily-supports-plain .daily-suports-col .analytics-row label, .daily-supports-plain .daily-suports-col .analytics-row span {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0;
}

/* line 1103, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#view_chart {
  height: 300px;
}

/* line 1105, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#supporter_chart {
  height: 300px;
}

/* line 1107, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#gender_chart {
  width: 200px;
  height: 230px;
  margin: auto;
}

/* line 1111, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#paymethod_chart {
  width: 200px;
  height: 300px;
  margin: auto;
}

/* line 1115, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#age_chart {
  width: 300px;
  height: 300px;
  margin: auto;
}

/* line 1119, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-user--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -30px;
}

/* line 1123, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-user--wrap > div {
  padding: 10px 30px;
}

@media screen and (max-width: 768px) {
  /* line 1123, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .analytics-user--wrap > div {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 1129, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-subbox h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 1133, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-pref-plain {
  width: 250px;
  padding: 12px 20px;
  max-height: 215px;
  overflow: scroll;
}

/* line 1138, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-pref-plain .analytics-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 3px solid #f2f4f5;
}

/* line 1143, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.analytics-pref-plain .analytics-row label, .analytics-pref-plain .analytics-row span {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 1133, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .analytics-pref-plain {
    width: 100%;
  }
}

/* line 1150, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lp-container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 1156, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-faq .rect-artist04 {
    top: 225px;
    left: -45px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1160, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-faq .rect-artist05 {
    top: 422px;
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1164, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-faq .rect-artist06 {
    top: 400px;
    left: 10px;
  }
}

/* line 1169, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .lp-container {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  /* line 1169, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .lp-container {
    padding-top: 23px;
  }
}

/* line 1173, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1173, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box {
    width: 110%;
    height: calc( 100% + 34px);
    overflow: hidden;
    display: block;
    position: absolute;
    left: -5%;
    top: 0;
  }
}

/* line 1184, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box .rect-size-m {
  width: 136px;
  height: 136px;
}

@media screen and (max-width: 768px) {
  /* line 1184, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box .rect-size-m {
    width: 74px;
    height: 74px;
  }
}

/* line 1190, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box .rect-size-s {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  /* line 1190, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box .rect-size-s {
    width: 60px;
    height: 60px;
  }
}

/* line 1196, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box .rect-size-l {
  width: 171px;
  height: 171px;
}

@media screen and (max-width: 768px) {
  /* line 1196, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box .rect-size-l {
    width: 171px;
    height: 171px;
  }
}

/* line 1202, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box .rect-artist01 {
  left: -43;
  top: 0;
}

@media screen and (max-width: 768px) {
  /* line 1202, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box .rect-artist01 {
    left: 20px;
    top: 0;
  }
}

/* line 1208, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box .rect-artist02 {
  bottom: -55px;
  right: -65px;
}

@media screen and (max-width: 768px) {
  /* line 1208, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box .rect-artist02 {
    bottom: 0;
    right: -68px;
  }
}

/* line 1214, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-reason .rect-box .rect-artist03 {
  top: 106px;
  left: -37px;
}

@media screen and (max-width: 768px) {
  /* line 1214, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-reason .rect-box .rect-artist03 {
    left: -10px;
    top: 38px;
  }
}

/* line 1221, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1221, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box {
    width: 110%;
    height: 700px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: -5%;
    top: 0;
  }
}

/* line 1232, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box .rect-size-m {
  width: 155px;
  height: 155px;
}

@media screen and (max-width: 768px) {
  /* line 1232, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box .rect-size-m {
    width: 142px;
    height: 142px;
  }
}

/* line 1238, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box .rect-size-s {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  /* line 1238, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box .rect-size-s {
    width: 66px;
    height: 66px;
  }
}

/* line 1244, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box .rect-size-l {
  width: 220px;
  height: 220px;
}

@media screen and (max-width: 768px) {
  /* line 1244, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box .rect-size-l {
    width: 146px;
    height: 146px;
  }
}

/* line 1250, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box .rect-artist01 {
  left: -60px;
  top: 73px;
}

@media screen and (max-width: 768px) {
  /* line 1250, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box .rect-artist01 {
    left: -50px;
    top: -32px;
  }
}

/* line 1256, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box .rect-artist02 {
  bottom: -75px;
  right: -104px;
}

@media screen and (max-width: 768px) {
  /* line 1256, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box .rect-artist02 {
    bottom: 200px;
    right: -19px;
  }
}

/* line 1262, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .rect-box .rect-artist03 {
  bottom: -144px;
  right: -132px;
}

@media screen and (max-width: 768px) {
  /* line 1262, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .rect-box .rect-artist03 {
    right: -38px;
    bottom: 156px;
  }
}

/* line 1271, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-arrow {
  width: 35px;
  height: 35px;
  top: calc( 50% - 60px);
}

/* line 1275, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-arrow.slick-prev {
  left: -52px;
  background: url(/assets/icons/slick_prev-da9e1e2778dc17edcbec8dc2fb5e7b8e89613cde2e3fef2908d40728681ba8cd.svg) no-repeat center;
}

@media screen and (max-width: 768px) {
  /* line 1275, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .top-slider--wrap .top-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}

/* line 1280, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-arrow.slick-next {
  right: -52px;
  background: url(/assets/icons/slick_prev-da9e1e2778dc17edcbec8dc2fb5e7b8e89613cde2e3fef2908d40728681ba8cd.svg) no-repeat center;
}

@media screen and (max-width: 768px) {
  /* line 1280, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-community-list .top-slider--wrap .top-slider .slick-arrow.slick-next {
    right: 5px;
  }
}

/* line 1286, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-slide .content {
  padding: 0;
}

/* line 1288, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-slide .content h3 {
  text-align: left;
}

/* line 1290, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-community-list .top-slider--wrap .top-slider .slick-slide img {
  width: 260px;
  height: 260px;
  object-fit: cover;
}

/* line 1294, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.fixed-container {
  position: relative;
  width: 90%;
  max-width: 1252px;
  margin: auto;
}

/* line 1299, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}

/* line 1306, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-user-container .footer-bot {
  margin: 100px 0 30px;
}

/* line 1308, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-user-container .footer-bot .btn-type {
  background-color: #fff;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 1305, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-user-container {
    padding: 0 20px;
  }
}

/* line 1313, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-page {
  padding: 20px 0;
}

/* line 1315, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.page-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

/* line 1319, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-container {
  position: relative;
  flex: 240px;
  max-width: 240px;
  padding-right: 30px;
}

/* line 1325, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.full-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  flex: calc(100% - 240px);
  max-width: calc(100% - 240px);
}

/* line 1331, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.full-container .adjust-height {
  flex: 1;
}

@media screen and (max-width: 768px) {
  /* line 1325, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .full-container {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 1337, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.adjust-height .alert {
  margin-top: 1rem;
}

/* line 1339, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.right-sidebar--wrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 1342, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.content-container {
  flex: 1;
  max-width: calc(100% - 330px);
}

/* line 1345, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.right-container {
  flex: 330px;
  max-width: 330px;
  padding-left: 30px;
}

/* line 1349, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar--wrap {
  max-height: calc(100vh - 40px);
  padding: 20px 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  overflow: auto;
}

/* line 1356, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar--wrap .sidebar-group {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #f8f8f8;
}

/* line 1360, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar--wrap .sidebar-user-info {
  display: flex;
  align-items: center;
}

/* line 1364, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar--wrap .sidebar-user-info figure img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 999px;
}

/* line 1369, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar--wrap .sidebar-user-info span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
}

/* line 1374, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-sticky {
  position: sticky;
  top: 20px;
  z-index: 17;
}

/* line 1380, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-group.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* line 1385, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-links > li:not(:last-child) {
  margin-bottom: 15px;
}

/* line 1387, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-box-outer {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
}

/* line 1391, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-text {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 1395, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-text:hover {
  color: #666;
}

/* line 1397, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-text--icon {
  display: flex;
  align-items: center;
}

/* line 1400, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-text--icon span {
  margin-left: 6px;
}

/* line 1402, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporters-analytics-info {
  display: flex;
  flex-wrap: wrap;
}

/* line 1406, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporters-analytics--item:not(:last-child) {
  margin-right: 100px;
}

@media screen and (max-width: 768px) {
  /* line 1406, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .supporters-analytics--item:not(:last-child) {
    flex: 100%;
    max-width: 100%;
    margin: 0 0 22px;
  }
}

/* line 1412, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporters-analytics--item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1412, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .supporters-analytics--item h3 {
    margin-bottom: 10px;
  }
}

/* line 1418, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporters-analytics--item p {
  font-size: 36px;
  font-weight: bold;
}

/* line 1421, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporters-analytics--item p span {
  font-size: 20px;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  /* line 1418, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .supporters-analytics--item p {
    line-height: 1;
  }
}

/* line 1426, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept {
  text-align: center;
  padding: 80px 0 120px;
}

/* line 1429, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept figure img {
  max-width: 100%;
}

/* line 1431, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1426, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .top-concept {
    padding: 30px 0 80px;
  }
}

/* line 1438, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept--txt {
  max-width: 800px;
  font-size: 13px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 30px;
}

/* line 1444, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.search-field--wrap {
  position: relative;
  margin-bottom: 30px;
}

/* line 1447, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.search-field--wrap input[type=text] {
  padding-right: 52px;
}

/* line 1449, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.search-field--wrap .btn-seach-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 100%;
  text-align: center;
}

/* line 1456, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.main-search-modal--tag-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  fill: #666;
  margin-bottom: 20px;
}

/* line 1462, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.main-search-modal--tag-ttl img {
  width: 17px;
}

/* line 1464, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.main-search-modal--tag-ttl span {
  margin-left: 5px;
}

/* line 1466, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.main-search-modal--tag-ttl + .tag-group--ttl {
  margin-top: 20px !important;
}

/* line 1469, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-group--wrap .tag-group--ttl {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
  margin: 40px 0 10px;
}

/* line 1474, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-group--wrap .tag-group--ttl:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  /* line 1478, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #modal-search-form .modal--overflow {
    padding-bottom: 20px;
  }
}

/* line 1480, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-mypage-link--wrap {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  /* line 1480, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sidebar-mypage-link--wrap {
    display: none;
  }
}

/* line 1484, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  fill: #666;
}

/* line 1491, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link .svgLottery {
  stroke: #666;
}

/* line 1493, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link:hover {
  color: #666;
}

/* line 1495, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link img.active {
  display: none;
}

/* line 1497, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link > span {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  font-size: 0;
}

/* line 1503, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link > span svg {
  width: 10px;
  height: auto;
}

@media screen and (max-width: 768px) {
  /* line 1503, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sidebar-link > span svg {
    width: 17px;
  }
}

/* line 1508, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link label {
  position: relative;
  cursor: pointer;
}

/* line 1511, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link label.append-arrow {
  padding-right: 12px;
}

/* line 1513, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link label.append-arrow span {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0;
  width: 4px;
  height: 7px;
  font-size: 0;
}

/* line 1520, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link.active {
  color: var(--main-color);
  fill: var(--main-color);
}

/* line 1523, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link.active .svgLottery {
  stroke: var(--main-color);
}

/* line 1525, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link.active img.active {
  display: inline;
}

/* line 1527, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-link.active img.unactive {
  display: none;
}

/* line 1529, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-logout-link {
  font-size: 10px;
  font-weight: bold;
  color: #999;
}

/* line 1533, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-logout-link:hover {
  color: #999;
}

/* line 1536, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-group h3 {
  font-size: 10px;
  font-weight: bold;
  color: #999;
  margin-bottom: 15px;
}

/* line 1541, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.right-sticky--wrap {
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

/* line 1546, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.right-sticky--wrap .plan-list--ttl {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* line 1555, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-login--wrap .plan-msg {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* line 1560, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-login--wrap .btn-right-join {
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
}

/* line 1565, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-card-list > li:not(:last-child) {
  margin-bottom: 20px;
}

/* line 1567, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-card {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

/* line 1572, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-card .plan-banner {
  width: 100%;
  margin-bottom: 14px;
  border-radius: 10px;
}

/* line 1576, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-card .plan-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1580, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-card .plan-body {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  white-space: pre-line;
  word-break: break-all;
  margin-bottom: 15px;
}

/* line 1587, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-price--wrap {
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  border-radius: 6px;
}

/* line 1593, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-price--wrap .price {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}

/* line 1598, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-price--wrap .price:before {
  content: '￥';
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 1603, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-price--wrap .price:after {
  content: '／月';
  font-size: 12px;
  font-weight: bold;
}

/* line 1607, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-banner {
  margin-bottom: 15px;
}

/* line 1609, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-banner img {
  width: 100%;
  border-radius: 10px;
}

/* line 1612, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-banner .campaign-banner-pc {
  aspect-ratio: 3.8 / 1;
  object-fit: cover;
}

/* line 1615, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-header--links {
  display: flex;
  margin-top: 15px;
}

/* line 1618, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-header--links .campaign-header-link {
  position: relative;
  min-width: 90px;
  max-width: 20%;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-align: center;
  padding: 4px 0 10px;
}

/* line 1627, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-header--links .campaign-header-link.active {
  color: var(--link-on);
}

/* line 1629, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-header--links .campaign-header-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background-color: var(--link-on);
}

/* line 1638, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.recent-posts--wrap {
  margin-top: 40px;
}

/* line 1640, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.recent-posts--wrap .recent-posts--ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1644, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info {
  margin: 0 0 20px;
}

/* line 1646, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .post-user {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1650, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .post-user img {
  margin-right: 8px;
  border-radius: 999px;
}

/* line 1653, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .post-time {
  display: inline-block;
  width: 140px;
  font-size: 12px;
  font-weight: 400;
}

/* line 1658, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .public-scope--wrap {
  position: relative;
  display: inline-block;
}

/* line 1661, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .btn-public-scope {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 1672, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .btn-public-scope i {
  font-size: 10px;
  margin-left: 3px;
}

/* line 1675, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .btn-public-scope i.up {
  display: none;
}

/* line 1677, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .btn-public-scope i.down {
  display: inline;
}

/* line 1680, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .btn-public-scope.is-opened i.up {
  display: inline;
}

/* line 1682, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-info .btn-public-scope.is-opened i.down {
  display: none;
}

/* line 1684, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.like--wrap {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

/* line 1689, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.like--wrap a {
  color: #333;
}

/* line 1691, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.like--wrap span {
  margin-right: 4px;
}

/* line 1693, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-count {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}

/* line 1698, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-count .comment-count-text {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

/* line 1702, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-count .like--wrap {
  position: absolute;
  top: 11px;
  right: 0;
}

/* line 1706, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comments-toggle {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  padding-right: 46px;
  margin: auto;
}

/* line 1715, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comments-toggle svg {
  margin-top: -2px;
}

/* line 1717, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comments-toggle .span-comments-count {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  display: inline-block;
  min-width: 36px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 0 7px;
  border-radius: 4px;
  background-color: var(--main-color);
}

/* line 1731, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comments-toggle.btn-hide-comments svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  /* line 1706, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-comments-toggle {
    max-width: 255px;
    margin: initial;
  }
}

/* line 1736, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.posts-tail {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 1736, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .posts-tail {
    margin-top: 30px;
  }
}

/* line 1741, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lead-login--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

/* line 1745, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lead-login--wrap > div {
  flex: 50%;
  max-width: 50%;
  padding: 5px 10px;
}

/* line 1749, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.help-txt01 {
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
}

/* line 1753, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.extensible-content {
  position: relative;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  margin: 14px 0 40px;
}

/* line 1759, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.extensible-content .extensible-content-buttons {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 0;
  padding-left: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 1767, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.extensible-content .extensible-content-buttons a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}

/* line 1772, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-time--wrap {
  position: relative;
}

/* line 1774, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-time--wrap .post-action {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1778, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-action {
  position: absolute;
  top: 4px;
  right: 0;
}

/* line 1782, app/assets/stylesheets/custom/muevo-com/renewal.sass */
button.btn-dot {
  color: var(--main-color);
  padding: 0 4px;
  box-shadow: none;
}

/* line 1786, app/assets/stylesheets/custom/muevo-com/renewal.sass */
button.btn-dot:after {
  display: none;
}

/* line 1793, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment .media .media-body {
  position: relative;
  padding-left: 10px;
}

/* line 1797, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment .extensible-content .extensible-content-body {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  word-break: break-all;
  white-space: pre-wrap;
}

/* line 1804, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment .extensible-content.extensible-content-hidden .extensible-content-body {
  max-height: 35px;
}

/* line 1807, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment .extensible-content .extensible-content-buttons a {
  font-size: 12px;
  color: #333;
}

/* line 1810, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-line-name {
  margin: 4px 0 10px;
}

/* line 1812, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-line-name .comment-name {
  font-size: 12px;
  font-weight: 500;
  margin-right: 18px;
}

/* line 1816, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-line-name .comment-time {
  font-size: 12px;
  font-weight: 400;
}

/* line 1819, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comment-reply {
  width: 60px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 1829, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comment-reply:hover {
  color: #333;
}

/* line 1831, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-comment-reply + .like--wrap {
  margin-left: 12px;
}

/* line 1833, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-card a {
  width: 100%;
}

/* line 1835, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.media-loaded-post {
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 33.33%;
  max-width: 33.33%;
  height: 67px;
  background-color: #ccc;
  border-radius: 10px;
  min-width: 100px;
}

/* line 1846, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#post_form .additional-form {
  display: none;
  margin-top: 10px;
}

/* line 1849, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.upload-img-msg {
  font-size: 10px;
  font-weight: 400;
  color: #666;
  margin-bottom: 6px;
}

/* line 1854, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-img-selectors {
  display: flex;
  flex-wrap: wrap;
  margin: -4.5px;
}

/* line 1858, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-img-selectors .carousel-thumbnails {
  padding: 4.5px;
}

/* line 1860, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-edit-group {
  padding: 20px 0;
  border-top: 1px solid #eee;
}

/* line 1863, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-edit-group h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1867, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-schedule-field {
  margin-top: 10px;
}

/* line 1869, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-schedule-field .field-control {
  flex: 1;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1874, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-schedule-field .input-group-addon {
  background-color: transparent;
  border-left: none;
}

/* line 1877, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1889, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 1895, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

/* line 1903, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main-color);
}

/* line 1914, app/assets/stylesheets/custom/muevo-com/renewal.sass */
td .radio--wrap .checkmark {
  top: 14px;
}

/* line 1916, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

/* line 1918, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap input:checked ~ .checkmark {
  border: 1px solid var(--main-color);
  background-color: #fff;
}

/* line 1921, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.radio--wrap input:checked ~ .checkmark:after {
  display: block;
}

/* line 1924, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1937, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 1943, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 2px solid #ddd;
}

/* line 1953, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap input:checked ~ .checkmark {
  background-color: var(--main-color);
  border: none;
}

/* line 1956, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 1960, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap input:checked ~ .checkmark:after {
  display: block;
}

/* line 1962, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.check--wrap .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1973, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.selectables-ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

/* line 1977, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.selectables-ul > li {
  padding: 5px 10px;
}

/* line 1979, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-add-tag {
  display: flex;
  align-items: center;
}

/* line 1982, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-add-tag .input-new-tag {
  flex: 300px;
  max-width: 300px;
}

/* line 1985, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-add-tag .btn-tag-add {
  margin-left: 8px;
}

/* line 1987, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.group-add-tag {
  position: relative;
}

/* line 1989, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.group-add-tag .suggestion-tag {
  width: 100%;
  max-width: 300px;
  overflow: scroll;
  max-height: 200px;
}

/* line 1994, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.group-add-tag .suggestion-tag .dropdown-autocomplete {
  font-size: 14px;
}

/* line 1996, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.group-add-tag .suggestion-tag .dropdown-autocomplete:hover {
  background-color: #42b6cd;
}

/* line 1998, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-tag-edit-list {
  overflow: hidden;
}

/* line 2000, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-tag-edit-list.is-added {
  margin-top: 20px;
}

/* line 2002, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-tag-edit-list .clone {
  display: none;
}

/* line 2005, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-media .media-body {
  padding-left: 12px;
}

/* line 2007, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-media .media-body .field-control {
  max-height: 350px;
  resize: vertical;
}

/* line 2010, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-order--wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  font-size: 12px;
}

/* line 2016, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.comment-order--wrap span {
  margin-right: 10px;
}

/* line 2018, app/assets/stylesheets/custom/muevo-com/renewal.sass */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 20px;
  background-color: #fff;
  z-index: 50;
  transition: all .3s ease-out;
}

/* line 2031, app/assets/stylesheets/custom/muevo-com/renewal.sass */
header .logo,
header .logo--wrap {
  font-size: 0;
}

/* line 2034, app/assets/stylesheets/custom/muevo-com/renewal.sass */
header .logo-img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  /* line 2034, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  header .logo-img {
    width: 160px;
  }
}

/* line 2039, app/assets/stylesheets/custom/muevo-com/renewal.sass */
header.fixed-hide {
  top: -80px;
}

/* line 2041, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-links {
  display: flex;
  align-items: center;
}

/* line 2044, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-links li {
  margin-left: 30px;
}

/* line 2046, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-links a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

/* line 2050, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-links a svg {
  display: none;
}

/* line 2052, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-links a.btn-proceed {
  color: #fff;
}

/* line 2054, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-links a.btn-outline {
  color: var(--main-color);
}

/* line 2056, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  background-color: #f2f4f5;
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  /* line 2056, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .header-search-btn {
    margin-left: 0;
  }
}

/* line 2067, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-user-btn--wrap {
  position: relative;
  margin-left: 16px;
}

/* line 2070, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.user-menu--wrap {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 210px;
  box-shadow: 0 6px 15px rgba(51, 51, 51, 0.16);
}

@media screen and (min-width: 769px) {
  /* line 2070, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .user-menu--wrap {
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
}

/* line 2080, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-user-btn {
  position: relative;
}

/* line 2082, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-user-btn img {
  width: 40px;
  height: 40px;
}

/* line 2085, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-badge,
.sidebar-badge,
.bot-menu-badge {
  position: absolute;
  display: inline-block;
  min-width: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 0 4px;
  background-color: #fa456f;
  border-radius: 999px;
  white-space: nowrap;
}

/* line 2100, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-badge {
  top: -3px;
  right: -3px;
}

/* line 2103, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-badge {
  top: -10px;
  right: -2px;
}

/* line 2106, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.header-right {
  display: flex;
  align-items: center;
}

/* line 2109, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-header-link {
  width: 100px;
}

/* line 2111, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-header-link.btn-outline {
  margin-left: 20px;
}

/* line 2113, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-header-link.btn-proceed {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  /* line 2109, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-header-link {
    width: 70px;
    margin-left: 10px !important;
  }
}

/* line 2118, app/assets/stylesheets/custom/muevo-com/renewal.sass */
footer {
  padding-top: 100px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 2118, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  footer {
    padding-top: 70px;
  }
}

/* line 2123, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-inner {
  position: relative;
}

/* line 2125, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
}

/* line 2129, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-box--wrap {
  flex: 50%;
  max-width: 50%;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  /* line 2129, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-box--wrap {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 2136, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-box {
  text-align: center;
  padding: 75px 0 65px;
  background-color: #f2f4f5;
  border-radius: 10px;
}

/* line 2141, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 16px;
}

/* line 2149, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-box h3 span {
  margin-left: 8px;
}

/* line 2151, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-box p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 2136, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-box {
    padding: 40px 0;
  }
}

/* line 2157, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-bot {
  margin: 50px 0;
}

/* line 2159, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-bot h3 {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin-bottom: 12px;
}

/* line 2164, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-outer-links {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

/* line 2168, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-outer-links > li {
  padding: 5px 10px;
}

/* line 2170, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-outer-links > li a {
  width: 260px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 2175, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-outer-links li {
    flex: 100%;
    max-width: 100%;
  }
  /* line 2178, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-outer-links li a {
    width: 100%;
  }
}

/* line 2180, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-links--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 2180, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-links--wrap {
    flex-direction: column;
    margin-top: 30px;
  }
}

/* line 2188, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px -10px;
}

/* line 2192, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-links > li {
  padding: 7.5px 10px;
}

/* line 2194, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-links > li a {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 768px) {
  /* line 2192, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-links > li {
    flex: 50%;
    max-width: 50%;
    padding: 6.5px 10px;
  }
  /* line 2202, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .footer-links > li:nth-child(2n) {
    padding-left: 0;
  }
}

/* line 2204, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.site-name {
  font-size: 10px;
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 768px) {
  /* line 2204, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .site-name {
    margin-top: 28px;
  }
}

/* line 2210, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect {
  position: absolute;
  border-radius: 8px;
}

/* line 2213, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-xs {
  width: 33px;
  height: 33px;
}

/* line 2216, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-s {
  width: 40px;
  height: 40px;
}

/* line 2219, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-sm {
  width: 60px;
  height: 60px;
}

/* line 2222, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-m {
  width: 100px;
  height: 100px;
}

/* line 2225, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-ml {
  width: 136px;
  height: 136px;
}

/* line 2228, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-mll {
  width: 200px;
  height: 200px;
}

/* line 2231, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-l {
  width: 153px;
  height: 153px;
}

/* line 2234, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-ll {
  width: 200px;
  height: 200px;
}

/* line 2237, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-lg {
  width: 185px;
  height: 185px;
}

/* line 2240, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-size-xlg {
  width: 288px;
  height: 288px;
}

/* line 2243, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-light {
  background: rgba(66, 182, 205, 0.06);
}

/* line 2245, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-heavy {
  background: rgba(66, 182, 205, 0.2);
}

/* line 2247, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-recommand01 {
  top: -30px;
  left: -92px;
}

@media screen and (max-width: 768px) {
  /* line 2247, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-recommand01 {
    left: -140px;
  }
}

/* line 2252, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-recommand02 {
  top: 148px;
  right: -220px;
}

@media screen and (max-width: 768px) {
  /* line 2252, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-recommand02 {
    width: 88px;
    height: 88px;
    top: 328px;
    right: -44px;
  }
}

/* line 2260, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-recommand03 {
  top: 405px;
  right: -182px;
}

@media screen and (max-width: 768px) {
  /* line 2260, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-recommand03 {
    width: 30px;
    height: 30px;
    top: 407px;
    right: -30px;
  }
}

/* line 2268, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not1 {
  top: -68px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  /* line 2268, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not1 {
    width: 89px;
    height: 89px;
    top: -16px;
    left: -12px;
  }
}

/* line 2276, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not2 {
  top: 38px;
  right: calc(100% + 57px);
}

@media screen and (max-width: 768px) {
  /* line 2276, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not2 {
    width: 45px;
    height: 45px;
    top: 51px;
    right: calc(100% - 3px);
  }
}

/* line 2284, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not3 {
  top: -58px;
  left: calc(100% - 123px);
}

@media screen and (max-width: 768px) {
  /* line 2284, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not3 {
    width: 111px;
    height: 111px;
    top: 5px;
    left: calc(100% - 26px);
  }
}

/* line 2292, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not4 {
  top: 170px;
  right: 57px;
}

@media screen and (max-width: 768px) {
  /* line 2292, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not4 {
    width: 39px;
    height: 39px;
    top: 94px;
    left: calc(100% - 40px);
  }
}

/* line 2300, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not5 {
  top: 103px;
  right: 212px;
}

@media screen and (max-width: 768px) {
  /* line 2300, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not5 {
    width: 24px;
    height: 24px;
    top: 76px;
    right: 61px;
  }
}

/* line 2308, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not6 {
  top: 230px;
  right: 234px;
}

@media screen and (max-width: 768px) {
  /* line 2308, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not6 {
    width: 57px;
    height: 57px;
    top: 315px;
    right: 25px;
  }
}

/* line 2316, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-not7 {
  top: 304px;
  left: -44px;
}

@media screen and (max-width: 768px) {
  /* line 2316, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-not7 {
    width: 44px;
    height: 44px;
    top: 295px;
    left: -11px;
  }
}

/* line 2324, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept {
  position: relative;
}

/* line 2326, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept .rect-concept01 {
  top: 170px;
  right: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
  /* line 2326, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .top-concept .rect-concept01 {
    width: 72px;
    height: 75px;
    top: 115px;
    right: 267px;
  }
}

/* line 2334, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept .rect-concept02 {
  width: 160px;
  height: 160px;
  right: calc(100% - 80px);
  top: 220px;
}

@media screen and (max-width: 768px) {
  /* line 2334, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .top-concept .rect-concept02 {
    width: 116px;
    height: 116px;
    right: 317px;
    top: 152px;
  }
}

/* line 2344, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept .rect-concept03 {
  right: calc(100% - 115px);
  top: -20px;
}

/* line 2347, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept .rect-concept04 {
  top: -70px;
  left: calc(100% - 285px);
}

@media screen and (max-width: 768px) {
  /* line 2347, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .top-concept .rect-concept04 {
    width: 60px;
    height: 60px;
    top: 160px;
    left: 290px;
  }
}

/* line 2355, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.top-concept .rect-concept05 {
  top: 240px;
  right: -52px;
}

@media screen and (max-width: 768px) {
  /* line 2355, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .top-concept .rect-concept05 {
    width: 100px;
    height: 100px;
    top: 100px;
    left: 323px;
  }
}

/* line 2363, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.slider--wrap {
  position: relative;
}

/* line 2365, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.slider--wrap .rect-top04 {
  top: 74px;
  left: -80px;
}

/* line 2368, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.slider--wrap .rect-top05 {
  left: -43px;
  top: -32px;
}

/* line 2371, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.slider--wrap .rect-top06 {
  top: 320px;
  right: -140px;
}

/* line 2374, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.slider--wrap .rect-top07 {
  width: 160px;
  height: 160px;
  top: 365px;
  right: -120px;
}

/* line 2379, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.slider--wrap .rect-top08 {
  width: 171px;
  height: 171px;
  top: 180px;
  right: -148px;
}

/* line 2384, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaings-empty--wrap {
  height: 200px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 2384, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaings-empty--wrap {
    height: 200px;
    font-size: 20px;
  }
}

/* line 2391, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-items--wrap {
  padding: 40px;
  box-shadow: 0 3px 20px #0000000d;
}

@media screen and (max-width: 768px) {
  /* line 2391, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-items--wrap {
    padding: 20px 10px;
  }
}

/* line 2396, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-list {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -15px;
}

/* line 2400, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-list > li {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 25px 15px;
}

/* line 2404, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-list > li .item-status-sold-out {
  color: #dddddd;
}

@media screen and (max-width: 768px) {
  /* line 2396, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .items-list {
    margin: -10px;
  }
  /* line 2408, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .items-list > li {
    flex: 50%;
    max-width: 50%;
    padding: 10px;
  }
  /* line 2412, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .items-list > li .image-square {
    border-radius: 0;
  }
}

/* line 2414, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

@media screen and (max-width: 768px) {
  /* line 2414, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-tags {
    width: 100%;
    overflow-x: auto;
    margin-top: 5px;
    flex-wrap: nowrap;
  }
}

/* line 2423, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-tags > li {
  padding: 3px;
}

@media screen and (max-width: 768px) {
  /* line 2423, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-tags > li {
    white-space: nowrap;
  }
  /* line 2427, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-tags > li:not(:last-child) {
    margin-right: 6px;
  }
}

/* line 2429, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-tags > li a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  padding: 0 10px;
  background-color: #f4f4f4;
  border-radius: 999px;
}

/* line 2438, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-link-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  margin-top: 5px;
}

/* line 2443, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-link-list > li {
  white-space: nowrap;
}

/* line 2445, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-link-list > li:not(:last-child) {
  margin-right: 6px;
}

/* line 2447, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-link-list > li a, .tag-link-list > li span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 26px;
  padding: 0 10px;
  background-color: #f4f4f4;
  border-radius: 999px;
}

/* line 2456, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-link-list > li a.active, .tag-link-list > li span.active {
  color: #fff;
  background-color: var(--main-color);
}

/* line 2459, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tag-link-list > li a.active span, .tag-link-list > li span.active span {
  background-color: transparent;
  color: white;
}

/* line 2462, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-footer {
  font-size: 16px;
  font-weight: bold;
}

/* line 2465, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-footer .price.discount {
  color: #fa456b;
}

/* line 2468, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.store-body .pagination-patron {
  margin: 80px 0 40px;
}

/* line 2470, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.filter-year {
  align-items: center;
}

/* line 2472, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.year-title {
  position: relative;
  padding: 15px 0;
  margin-right: 10px;
}

/* line 2476, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.year-title .btn-filter-prev, .year-title .btn-filter-next {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 6px;
  font-size: 0;
  left: calc(50% - 5px);
}

/* line 2483, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.year-title .btn-filter-next {
  bottom: 0px;
}

/* line 2485, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.year-title .btn-filter-prev {
  top: 0px;
  transform: rotate(180deg);
}

/* line 2489, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-share--txt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 2493, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-copy-field--wrap {
  position: relative;
}

/* line 2495, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-copy-field {
  width: 314px;
  height: 32px;
  font-size: 10px;
  padding: 5px 56px 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 2502, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.items-copy-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  width: auto;
  height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 4px;
}

/* line 2514, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-items-back {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin-bottom: 20px;
}

/* line 2521, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-items-back:hover {
  color: #999;
}

/* line 2523, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-items-back img {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  /* line 2514, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-items-back {
    position: absolute;
    top: 20px;
    left: 6px;
    z-index: 100;
    margin-bottom: 0;
  }
}

/* line 2531, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  /* line 2531, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail {
    flex-wrap: wrap;
  }
}

/* line 2536, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-left {
  flex: 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  /* line 2536, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-left {
    flex: 100%;
    max-width: 100vw;
    margin: 0 -20px;
    overflow: hidden;
  }
  /* line 2544, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-left .item-thumbnails {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 2548, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-left .carousel .carousel-inner .carousel-item {
    height: 100vw;
  }
}

/* line 2551, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-right {
  flex: 45.7%;
  max-width: 45.7%;
}

@media screen and (max-width: 768px) {
  /* line 2551, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-right {
    flex: 100%;
    width: 100%;
    max-width: initial;
    padding-top: 10px;
  }
}

/* line 2559, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carousel-indicators,
.item-thumbnails {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -5px;
  margin-top: 12px;
}

/* line 2567, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carousel-indicators > div,
.item-thumbnails > div {
  flex: 20%;
  max-width: 20%;
  padding: 5px;
  border: none !important;
}

/* line 2572, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carousel-indicators .carousel-thumbnails,
.item-thumbnails .carousel-thumbnails {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

/* line 2576, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carousel-indicators .carousel-thumbnails img,
.item-thumbnails .carousel-thumbnails img {
  padding: 0;
}

/* line 2579, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-imgs-carousel > div {
  flex: calc( 100% / 6);
  max-width: calc( 100% / 6);
}

/* line 2583, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0;
}

/* line 2587, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-right {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 2587, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-detail-right {
    padding-top: 10px;
  }
}

/* line 2591, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-detail-right .item-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 2595, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-tag-links--wrap {
  margin-bottom: 20px;
}

/* line 2597, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-price--wrap {
  margin-bottom: 20px;
}

/* line 2599, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-kind {
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 2599, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-kind {
    flex-direction: column;
  }
}

/* line 2603, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-kind .kind-name {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 2605, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-kind .kind-buy-btn {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* line 2609, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-kind .kind-stock {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  /* line 2609, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-kind .kind-stock {
    margin: 10px 0 0 0;
  }
}

/* line 2618, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-discount-price--wrap {
  display: flex;
  align-items: center;
}

/* line 2621, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-discount-price--wrap .price-discount {
  font-size: 20px;
  color: #fa456f;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 20px;
}

/* line 2627, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-discount-price--wrap .price-original {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

/* line 2631, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-origin-price--wrap {
  font-size: 20px;
  font-weight: bold;
}

/* line 2635, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.primary-sidebar .secondary-sidebar--wrap {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  width: 210px;
}

/* line 2641, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.primary-sidebar.is-show-secondary {
  overflow: initial;
}

/* line 2643, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.primary-sidebar.is-show-secondary .sidebar-link {
  color: #666;
  fill: #666;
}

/* line 2646, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.primary-sidebar.is-show-secondary .sidebar-link .svgLottery {
  stroke: #666;
}

/* line 2648, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.primary-sidebar.is-show-secondary .btn-toggle-profile-menu {
  color: var(--main-color);
  fill: var(--main-color);
}

/* line 2651, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 16;
}

/* line 2660, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-description,
.item-fee-notice {
  font-size: 12px;
  color: #666;
  padding: 20px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 2666, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-fee-notice {
  font-weight: bold;
  padding-top: 0;
  margin-top: 20px;
}

/* line 2670, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-contact--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

/* line 2675, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-sns-link {
  margin-left: 20px;
}

/* line 2677, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-sns-link img {
  width: auto;
  height: 24px;
}

/* line 2680, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-sns-twitter {
  margin-left: auto;
}

/* line 2682, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-contact-link {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
}

/* line 2686, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-contact-link:hover {
  color: var(--main-color);
}

/* line 2688, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-contact-link span {
  margin-right: 4px;
}

/* line 2690, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-contact-link img {
  margin-top: -2px;
}

/* line 2692, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-others--wrap {
  margin-top: 70px;
}

/* line 2694, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-others--wrap > h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 2698, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-back-link--wrap {
  margin-top: 80px;
}

/* line 2701, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.footer-contact .footer-bot {
  margin-top: 60px;
}

/* line 2703, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-contact-txt {
  font-size: 14px;
  font-weight: bold;
  padding: 35px 40px;
}

@media screen and (max-width: 768px) {
  /* line 2703, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-contact-txt {
    padding: 30px;
    background-color: #e1f0f4;
  }
}

/* line 2710, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.contact-form--wrap {
  max-width: 980px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  /* line 2710, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .contact-form--wrap {
    margin: 0;
  }
}

/* line 2715, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.contact-form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 2719, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.contact-form-group label {
  flex: 28%;
  max-width: 28%;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}

/* line 2725, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.contact-form-group label.req:after {
  content: '必須';
  display: inline-block;
  font-size: 10px;
  text-align: center;
  color: #fff;
  margin-left: 8px;
  background-color: var(--main-color);
  border-radius: 2px;
  padding: 1px 6px 2px 6px;
  line-height: 15px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  /* line 2719, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .contact-form-group label {
    flex: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

/* line 2741, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.contact-form-group > div {
  flex: 72%;
  max-width: 72%;
}

@media screen and (max-width: 768px) {
  /* line 2741, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .contact-form-group > div {
    flex: 100%;
    max-width: 100%;
    margin-top: 7px;
  }
}

/* line 2748, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-vertical--wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 2752, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-vertical--wrap .btn-type:not(:last-child) {
  margin-bottom: 10px;
}

/* line 2754, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-plans-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

/* line 2758, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-plans-list > li {
  flex: 50%;
  max-width: 50%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  /* line 2758, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-list > li {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 2765, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap {
  padding: 30px;
  background-color: #f2f4f5;
  border-radius: 10px;
}

/* line 2769, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-price--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 2769, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .plan-item--wrap .plan-price--wrap {
    flex-wrap: wrap;
  }
}

/* line 2776, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-price--wrap .plan-limit {
  margin: 0 25px 0 0;
}

/* line 2778, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-ttl {
  font-size: 20px;
  margin: 8px;
}

/* line 2781, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-body {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  white-space: pre-line;
  margin-bottom: 35px;
}

/* line 2787, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-body .plan-extensible {
  line-height: 1.5;
}

/* line 2790, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-body.extensible-content-hidden .extensible-content-body {
  max-height: 108px;
}

/* line 2792, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-body .extensible-content-buttons {
  background-color: transparent;
  bottom: -25px;
}

/* line 2795, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-item--wrap .plan-body .extensible-content-buttons a {
  font-size: 12px;
  line-height: 17px;
}

@media screen and (max-width: 768px) {
  /* line 2765, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .plan-item--wrap {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  }
}

/* line 2802, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.front-page {
  overflow: hidden;
}

/* line 2804, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.ttled-page {
  margin-top: 110px;
}

/* line 2806, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal-post-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

/* line 2811, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-post-modal {
  display: block;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  margin: auto;
}

/* line 2817, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 2821, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 20px #0000000d;
}

/* line 2827, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap .owner--avatar img {
  border-radius: 999px;
}

/* line 2830, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap .figure img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 2833, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap .owner-info--wrap {
  display: flex;
  padding: 15px 20px;
}

/* line 2836, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap .owner-info--wrap .owner--info {
  flex: 1;
  padding-left: 10px;
}

/* line 2839, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap .owner-info--wrap .owner--info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 2845, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-owner-wrap .owner-info--wrap .owner--info .tag-text-list li span {
  font-size: 10px;
  line-height: 23px;
}

/* line 2848, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-login-help {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

/* line 2852, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-login--wrap {
  margin-bottom: 32px;
}

/* line 2854, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.page-bg,
.page-bg-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(18px);
  opacity: .62;
  z-index: 0;
}

/* line 2872, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.posts-order--wrap {
  text-align: right;
  margin: 20px 0 10px;
}

/* line 2875, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.select-order--wrap {
  position: relative;
  display: inline-block;
}

/* line 2878, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.select-order--wrap span {
  position: absolute;
  width: 14px;
  height: 10px;
  right: 2px;
  top: calc(50% - 5px);
  font-size: 0;
}

/* line 2885, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.select-order-posts {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding: 3px 20px 3px 10px;
  background-color: transparent;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

/* line 2897, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.public-scope--box {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 30px;
  background-color: #f2f4f5;
  border-radius: 15px;
  z-index: 1;
  margin: 10px 0;
}

@media screen and (max-width: 1350px) {
  /* line 2897, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .public-scope--box {
    width: calc(95vw - 620px);
  }
}

@media screen and (max-width: 768px) {
  /* line 2897, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .public-scope--box {
    width: calc(95vw - 40px);
  }
}

/* line 2910, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.scope-list {
  display: flex;
  flex-wrap: wrap;
  margin: -3px -5px;
}

/* line 2914, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.scope-list li {
  font-size: 0;
  padding: 3px 5px;
}

/* line 2917, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.scope-list li span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 24px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 999px;
}

/* line 2927, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters.over3 {
  height: 80px;
  overflow: hidden;
}

/* line 2930, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters.over3.is-opened {
  height: auto;
}

@media screen and (max-width: 768px) {
  /* line 2927, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sidebar-supporters.over3 {
    height: 110px;
  }
}

/* line 2934, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters > li {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}

/* line 2938, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters > li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 2940, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters > li > a:first-child {
  display: flex;
  align-items: center;
}

/* line 2944, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters > li > a:first-child figure img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  /* line 2944, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sidebar-supporters > li > a:first-child figure img {
    width: 30px;
    height: 30px;
  }
}

/* line 2950, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters > li > a:first-child span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  /* line 2950, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sidebar-supporters > li > a:first-child span {
    font-size: 14px;
  }
}

/* line 2958, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-supporters > li .link-manage-campaign {
  width: 35px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 2px;
}

/* line 2966, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-show-supporters--wrap {
  font-size: 0;
  text-align: center;
  margin-top: 12px;
}

/* line 2970, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-sidebar-collapse {
  font-size: 10px;
  font-weight: bold;
  color: #999;
}

/* line 2974, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-sidebar-collapse i {
  margin-left: 4px;
}

/* line 2976, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-sidebar-collapse i.up {
  display: none;
}

/* line 2979, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-sidebar-collapse.is-opened i.up {
  display: inline;
}

/* line 2981, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-sidebar-collapse.is-opened i.down {
  display: none;
}

/* line 2983, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-sidebar-collapse:hover {
  color: #999;
}

/* line 2985, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-links--help {
  display: none;
  margin-bottom: 20px;
}

/* line 2988, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sidebar-links--help .btn-sidebar-collapse {
  margin-top: 0;
}

/* line 2990, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-manage-campagin {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-top: 14px;
  background-color: var(--main-color);
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  /* line 2990, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-manage-campagin {
    line-height: 45px;
  }
}

/* line 3002, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-manage-campagin:hover {
  color: #fff;
}

/* line 3004, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.layout-payment {
  margin: 40px 0 150px;
}

@media screen and (max-width: 768px) {
  /* line 3006, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .date-select--wrap {
    flex-wrap: wrap;
  }
}

/* line 3009, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.date-select--wrap select {
  display: inline-block;
  width: initial;
}

/* line 3012, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.date-select--wrap .year {
  width: 80px;
}

/* line 3014, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.date-select--wrap .month, .date-select--wrap .day {
  width: 70px;
}

/* line 3016, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.date-select--wrap span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 20px 0 6px;
}

/* line 3021, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.date-select--wrap span:last-child {
  margin-right: 0;
}

/* line 3024, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.month-select--wrap select {
  display: inline-block;
}

/* line 3026, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.month-select--wrap .year {
  width: 80px;
}

/* line 3028, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.month-select--wrap .month, .month-select--wrap .day {
  width: 60px;
}

/* line 3030, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.month-select--wrap span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 20px 0 6px;
}

/* line 3035, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}

/* line 3040, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit::before {
  content: '￥';
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 3045, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit::after {
  content: '／月';
  font-size: 12px;
  font-weight: bold;
}

/* line 3049, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit.no-month:after {
  display: none;
}

/* line 3051, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit1 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}

/* line 3056, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit1::before {
  content: '￥';
  font-size: 10px;
  vertical-align: super;
  margin-right: 3px;
}

/* line 3061, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.price-unit1::after {
  content: '／月';
  font-size: 12px;
  font-weight: bold;
}

/* line 3066, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.remove-content::after {
  content: '' !important;
}

/* line 3068, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-hamburger {
  display: none;
}

/* line 3070, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tags-line {
  position: relative;
}

/* line 3072, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tags-line:before, .tags-line:after {
  content: '';
  position: absolute;
  top: 0;
  width: 26px;
  height: 100%;
}

/* line 3078, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tags-line ul.card__tags {
  flex-wrap: nowrap;
  margin: 0 -3px;
}

/* line 3081, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tags-line ul.card__tags > li {
  padding: 0 3px;
}

/* line 3083, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tags-line ul.card__tags > li a {
  white-space: nowrap;
}

/* line 3085, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.scrollbar {
  overflow: auto !important;
}

@media screen and (max-width: 768px) {
  /* line 3097, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .owner_contacts {
    background-color: #fff;
  }
  /* line 3100, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .owner_contacts .front-page.ttled-page {
    margin-top: 30px;
  }
  /* line 3102, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .owner_contacts .page-title {
    margin-bottom: 20px;
  }
}

/* line 3104, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 3108, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#nav-store {
  padding: 10px 20px;
  border-radius: 8px;
}

/* line 3111, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#nav-store li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 3108, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #nav-store {
    padding: 3px 4px;
  }
}

/* line 3115, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-center-rounded {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}

/* line 3122, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-center-rounded img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
  -o-object-fit: contain;
}

/* line 3129, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-plans-page header {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  /* line 3128, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-page {
    padding-top: 0;
    background-color: #fff;
  }
  /* line 3134, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-page header {
    display: none;
  }
  /* line 3136, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-page .layout-payment {
    margin: 40px 0 60px;
  }
  /* line 3138, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-page .payment-page {
    padding: 30px 0;
  }
  /* line 3140, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-page .studio-page--title {
    padding: 40px 0 22px;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 3140, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-plans-page .studio-page--title {
    line-height: 36px;
  }
}

/* line 3145, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap {
  padding: 30px 40px;
}

/* line 3147, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 3151, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .form--wrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 3154, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .field-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
  margin-bottom: 0;
}

/* line 3159, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .field-group label {
  margin: 13px 10px 0 0;
}

/* line 3162, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .field-group.field-group-role select {
  width: 105px;
  font-weight: bold;
}

/* line 3165, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .field-group.field-group-email {
  margin-right: 10px;
}

/* line 3167, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .field-group.field-group-email input {
  width: 300px;
}

/* line 3169, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-form--wrap .btn-type {
  width: 80px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  /* line 3173, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-role-form--wrap .form--wrap {
    flex-direction: column;
  }
  /* line 3175, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-role-form--wrap .field-group {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 3178, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-role-form--wrap .field-group label, .box-role-form--wrap .field-group input, .box-role-form--wrap .field-group select {
    flex: 100%;
    max-width: 100%;
  }
  /* line 3181, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-role-form--wrap .field-group label {
    margin: 0 0 4px;
  }
  /* line 3183, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-role-form--wrap .btn-type {
    width: 100%;
  }
}

/* line 3185, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-list--wrap {
  padding: 10px 40px 30px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  /* line 3185, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-role-list--wrap {
    margin: 0 -5vw 30px;
  }
}

/* line 3190, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-list-tbl {
  width: 100%;
  border-collapse: collapse;
}

/* line 3193, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-list-tbl th, .box-role-list-tbl td {
  padding: 20px 0;
  border-top: 3px solid #f2f4f5;
  border-bottom: 3px solid #f2f4f5;
}

/* line 3197, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-role-list-tbl th {
  border-top: none;
}

/* line 3199, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.delete-campaign-role {
  width: 76px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 3207, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-inlines--wrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 3210, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.form-inlines--wrap .check--wrap {
  margin-right: 16px;
}

/* line 3212, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-image-selector {
  position: relative;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 12px 0 8px;
  background-color: #f2f4f5;
  border-radius: 4px;
  cursor: pointer;
}

/* line 3222, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-image-selector i {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 3226, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-image-selector input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 3233, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan_published {
  align-items: center;
  justify-content: space-between;
}

/* line 3236, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan_published .plan-status {
  max-width: 165px;
}

/* line 3238, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-message-bulk {
  display: flex;
  padding: 20px 30px;
}

/* line 3241, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-message-bulk .-form {
  flex: 1;
  /* padding-left: 12px */
}

/* line 3244, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.msg-plan-selector--wrap {
  margin-top: 28px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 3249, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.msg-plan-selector--wrap h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 3253, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.msg-plan--actions {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 3253, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .msg-plan--actions {
    flex-direction: column-reverse;
  }
  /* line 3257, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .msg-plan--actions .btn-type + .btn-type {
    margin: 0 0 10px;
  }
}

/* line 3259, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.two-line-tags {
  overflow: auto;
}

/* line 3262, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 3267, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item:first-child {
  padding-top: 0;
}

/* line 3269, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-figure-lottery-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 31%;
  max-width: 31%;
  margin-right: 30px;
  background-color: #f4f4f4;
  aspect-ratio: 3/2;
}

@media screen and (max-width: 768px) {
  /* line 3269, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .carts-items--wrap .cart-item .-figure-lottery-card {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

/* line 3281, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-figure-lottery-card img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 3284, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-figure {
  width: 200px;
  height: 200px;
  background-color: #f4f4f4;
}

/* line 3288, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-figure img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

/* line 3294, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-figure .lottery-card-img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 3297, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 0 0 25px;
}

/* line 3302, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 6px;
  word-wrap: break-word;
}

/* line 3308, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info .-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 3312, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info .-kind, .carts-items--wrap .cart-item .-info .-shipping-fee {
  margin-bottom: 6px;
}

/* line 3314, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info .-action--wrap {
  display: flex;
  align-items: center;
}

/* line 3317, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info .-action--wrap .-count {
  margin-right: 10px;
}

/* line 3319, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info .-action--wrap input[type=number] {
  width: 58px;
  height: 30px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-right: 14px;
}

/* line 3326, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-item .-info .-action--wrap .btn-cart-item-remove {
  color: var(--main-color);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 3330, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .carts-items--wrap .cart-item .-figure {
    max-width: 100%;
    width: 100%;
    height: auto;
    text-align: center;
    aspect-ratio: 1;
  }
  /* line 3336, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .carts-items--wrap .cart-item .-info {
    flex: 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
}

/* line 3340, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-subtotal,
.carts-items--wrap .cart-total {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  padding: 30px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 3347, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-subtotal table,
.carts-items--wrap .cart-total table {
  margin-left: auto;
}

/* line 3349, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-subtotal table th, .carts-items--wrap .cart-subtotal table td,
.carts-items--wrap .cart-total table th,
.carts-items--wrap .cart-total table td {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}

/* line 3353, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-subtotal table th span, .carts-items--wrap .cart-subtotal table td span,
.carts-items--wrap .cart-total table th span,
.carts-items--wrap .cart-total table td span {
  font-size: 18px;
  font-weight: bold;
}

/* line 3356, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-subtotal table td,
.carts-items--wrap .cart-total table td {
  min-width: 100px;
}

/* line 3358, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-items--wrap .cart-subtotal--help {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-top: 5px;
}

/* line 3364, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts--wrap .btn--wrap {
  margin-top: 40px;
}

/* line 3366, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carts-checkout-items--wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 3368, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .body-lottery-carts {
    padding-top: 0px;
  }
}

/* line 3372, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.body-carts header {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  /* line 3371, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .body-carts {
    background-color: #fff;
  }
  /* line 3376, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .body-carts header {
    display: none;
  }
  /* line 3378, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .body-carts .layout-payment {
    margin: 40px 0 60px;
  }
  /* line 3380, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .body-carts .payment-page {
    padding: 0;
  }
  /* line 3382, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .body-carts .payment-ttl {
    margin-bottom: 56px;
  }
}

/* line 3385, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.front-page .tag-group--ttl {
  color: #666;
  font-size: 14px;
}

/* line 3388, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.settings-subgroup {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px -2px;
}

/* line 3392, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.settings-subgroup > div {
  padding: 2.5px 2px;
}

/* line 3394, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.settings-subgroup .field-sublabel {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}

/* line 3398, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

/* line 3403, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: #42b6cd;
  border-radius: 50%;
  box-shadow: none;
  transition: transform .4s;
}

/* line 3414, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle.active {
  transform: rotate(180deg);
}

/* line 3417, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle.active + .campaign-design-top-content p {
  display: none;
}

/* line 3419, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle:after {
  display: none !important;
}

/* line 3421, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle svg {
  fill: #fff;
}

/* line 3423, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: #42b6cd;
  border-radius: 50%;
  box-shadow: none;
  transition: transform .4s;
}

/* line 3434, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle2.active {
  transform: rotate(180deg);
}

/* line 3437, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle2.active + .campaign-design-top-content p {
  display: none;
}

/* line 3439, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle2:after {
  display: none !important;
}

/* line 3441, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle2 svg {
  fill: #fff;
}

/* line 3443, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: #42b6cd;
  border-radius: 50%;
  box-shadow: none;
  transition: transform .4s;
}

/* line 3454, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle3.active {
  transform: rotate(180deg);
}

/* line 3457, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle3.active + .campaign-design-top-content p {
  display: none;
}

/* line 3459, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle3:after {
  display: none !important;
}

/* line 3461, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-top .campaign-design-top-btn-toggle3 svg {
  fill: #fff;
}

/* line 3463, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.svgLottery {
  stroke: #666;
}

/* line 3465, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page {
  background: var(--bg-color);
}

/* line 3469, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .primary-sidebar.is-show-secondary .sidebar-link.active .svgLottery {
  stroke: var(--link-on);
}

/* line 3471, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .lottery-prize-title {
  color: var(--bg-color);
}

/* line 3473, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .sp-menu-bg .bottom-menu-nav {
  background-color: var(--spmenu-bg-color);
}

/* line 3475, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .mainbtn-bg {
  background-color: var(--mainbtn-bg);
}

/* line 3477, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .mainbtn-txt {
  color: var(--mainbtn-txt);
}

/* line 3479, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .mainbtn {
  background-color: var(--mainbtn-bg) !important;
  color: var(--mainbtn-txt) !important;
  border-color: var(--mainbtn-txt) !important;
}

/* line 3483, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .subbtn {
  background-color: var(--subbtn-bg);
  color: var(--subbtn-txt) !important;
  border-color: var(--subbtn-txt) !important;
}

/* line 3487, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .subbtn-bg {
  background-color: var(--subbtn-bg);
}

/* line 3489, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .subbtn-txt {
  color: var(--subbtn-txt);
  border-color: var(--subbtn-txt);
}

/* line 3492, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-plan-active {
  background-color: var(--plan-active);
}

/* line 3494, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-plan-limit {
  background-color: var(--plan-limit);
}

/* line 3496, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-plan-extend {
  background-color: var(--plan-extend);
}

/* line 3498, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-plan-attached {
  background-color: var(--plan-attached);
}

/* line 3501, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-link-on .svgLottery {
  color: var(--link-on);
  stroke: var(--link-on);
}

/* line 3504, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-link-on.active {
  color: var(--link-on);
  fill: var(--link-on);
}

/* line 3507, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-txt-link-on {
  color: var(--link-on) !important;
  fill: var(--link-on);
}

/* line 3510, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .post-order-color {
  stroke: var(--link-on);
}

/* line 3512, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-tag.active,
.lottery-design-page .s-tag.no-hover.active,
.lottery-design-page .s-tag:hover, .lottery-design-page .lottery-s-tag, .lottery-design-page .req:after {
  color: var(--tag-txt-on) !important;
  background: var(--tag-on) !important;
}

/* line 3517, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .s-tag-off,
.lottery-design-page .s-tag,
.lottery-design-page .s-tag:hover {
  color: var(--tag-txt-off) !important;
  background: var(--tag-off) !important;
}

/* line 3522, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .tab-bg {
  background: var(--tab-bg) !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

/* line 3525, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .txt-ttl {
  color: var(--txt-ttl) !important;
}

/* line 3527, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .txt-plan-ttl {
  color: var(--txt-plan-ttl) !important;
}

/* line 3529, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .txt-plan-content {
  color: var(--txt-plan-content) !important;
}

/* line 3532, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .pagination-patron .page, .lottery-design-page .pagination-patron .page-next, .lottery-design-page .pagination-patron .page-prev {
  color: var(--link-on) !important;
}

/* line 3534, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .pagination-patron .page .icon-draw, .lottery-design-page .pagination-patron .page-next .icon-draw, .lottery-design-page .pagination-patron .page-prev .icon-draw {
  fill: var(--link-on) !important;
  stroke: var(--link-on) !important;
}

/* line 3537, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .pagination-patron .page a, .lottery-design-page .pagination-patron .page-next a, .lottery-design-page .pagination-patron .page-prev a {
  color: var(--link-on) !important;
}

/* line 3540, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page-show .fixed-container {
  width: 100%;
  padding: 0 20px;
}

/* line 3543, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .wide-content {
  background-color: transparent;
}

/* line 3545, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.lottery-design-page .studio-page--title {
  color: var(--txt-ttl) !important;
}

@media screen and (min-width: 769px) {
  /* line 3548, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .lottery-design-page.no-pc-bg {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  /* line 3551, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .lottery-design-page.no-sp-bg {
    background-color: transparent;
  }
}

/* line 3553, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page {
  background-color: var(--bg-color);
}

/* line 3555, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .sp-menu-bg .bottom-menu-nav {
  background-color: var(--spmenu-bg-color);
}

/* line 3557, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .mainbtn-bg {
  background-color: var(--mainbtn-bg);
}

/* line 3559, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .mainbtn-txt {
  color: var(--mainbtn-txt);
}

/* line 3561, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .subbtn-bg {
  background-color: var(--subbtn-bg);
}

/* line 3563, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .subbtn-txt {
  color: var(--subbtn-txt);
  border-color: var(--subbtn-txt);
}

/* line 3566, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-plan-active {
  background-color: var(--plan-active);
}

/* line 3568, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-plan-limit {
  background-color: var(--plan-limit);
}

/* line 3570, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-plan-extend {
  background-color: var(--plan-extend);
}

/* line 3572, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-plan-attached {
  background-color: var(--plan-attached);
}

/* line 3574, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-link-on.active {
  color: var(--link-on);
  fill: var(--link-on);
}

/* line 3577, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-txt-link-on {
  color: var(--link-on) !important;
  fill: var(--link-on);
}

/* line 3580, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .post-order-color {
  stroke: var(--link-on);
}

/* line 3582, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-tag.active,
.campaign-design-page .s-tag.no-hover.active,
.campaign-design-page .s-tag:hover {
  color: var(--tag-txt-on) !important;
  background: var(--tag-on) !important;
}

/* line 3587, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .s-tag-off,
.campaign-design-page .s-tag,
.campaign-design-page .s-tag:hover {
  color: var(--tag-txt-off) !important;
  background: var(--tag-off) !important;
}

/* line 3592, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .tab-bg {
  background: var(--tab-bg) !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

/* line 3595, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .txt-ttl {
  color: var(--txt-ttl) !important;
}

/* line 3597, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .txt-plan-ttl {
  color: var(--txt-plan-ttl) !important;
}

/* line 3599, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .txt-plan-content {
  color: var(--txt-plan-content) !important;
}

/* line 3602, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .pagination-patron .page {
  color: var(--txt-ttl) !important;
}

/* line 3604, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .pagination-patron .page a {
  color: var(--txt-ttl) !important;
}

/* line 3607, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page-show .fixed-container {
  width: 100%;
  padding: 0 20px;
}

/* line 3610, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .wide-content {
  background-color: transparent;
}

/* line 3612, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design-page .studio-page--title {
  color: var(--txt-ttl) !important;
}

@media screen and (min-width: 769px) {
  /* line 3615, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-design-page.no-pc-bg {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  /* line 3618, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-design-page.no-sp-bg {
    background-color: transparent;
  }
}

/* line 3621, app/assets/stylesheets/custom/muevo-com/renewal.sass */
body.fixed .primary-sidebar {
  z-index: 0;
}

/* line 3623, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.bank-payment-txt01 {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  padding: 25px;
  margin-bottom: 30px;
  background-color: #e1f0f4;
  border-radius: 6px;
}

/* line 3631, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-done-notify {
  padding: 25px;
  font-size: 12px;
  font-weight: bold;
  background-color: #e1f0f4;
  border-radius: 15px;
  margin-bottom: 30px;
}

/* line 3638, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-done-notify h3 {
  font-size: 20px;
  font-weight: bold;
  color: #42b6cd;
  margin-bottom: 8px;
}

/* line 3643, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-done-notify .txt {
  color: #666;
  margin-bottom: 8px;
}

/* line 3646, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-done-notify .outer-link {
  position: relative;
  padding-right: 20px;
  color: #666;
  text-decoration: underline;
}

/* line 3651, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-done-notify .outer-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 15px;
  height: 12px;
  background: url(/assets/icons/icon_link-a10f0467197df69a5baf424082a68ec3d4ca1e79d63aa596a895d187be4e9f86.svg) no-repeat center;
}

/* line 3659, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl {
  width: 100%;
  color: #666;
  font-weight: bold;
  border-collapse: collapse;
}

/* line 3664, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl th {
  font-size: 10px;
  padding: 8px 10px;
  border-bottom: 2px solid #f2f4f5;
}

/* line 3668, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.tbl td {
  font-size: 12px;
  padding: 20px 10px;
  border-bottom: 2px solid #f2f4f5;
}

/* line 3672, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-row-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #f2f4f5;
  border-radius: 4px;
}

/* line 3682, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.ekko-lightbox .modal-body {
  padding: 0;
}

/* line 3684, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#message-imgs-form {
  min-height: 0;
  padding: 0;
  border: 0;
}

/* line 3688, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#message-imgs-form .dz-message {
  font-size: 0;
  margin: 0;
}

/* line 3691, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#message-imgs-form.dropzone .dz-preview {
  margin: 5px;
}

/* line 3695, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#message-imgs-form.dropzone .dz-preview:hover .dz-image img {
  filter: none;
  -webkit-filter: none;
}

/* line 3698, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--inner {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 3698, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--inner {
    border-radius: 0;
    overflow: initial;
  }
}

/* line 3706, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--inner > div {
  height: 610px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  /* line 3706, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--inner > div {
    height: 75vh;
  }
}

/* line 3711, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--inner .list-msgbox {
  flex: 300px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  /* line 3711, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--inner .list-msgbox {
    flex: 100%;
    max-width: initial;
    margin: 0 -5vw;
  }
}

/* line 3718, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--inner .msgbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  /* line 3718, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--inner .msgbox {
    margin: 0 -5vw;
    max-height: 75vh;
  }
}

/* line 3727, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--wrap .msgbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  /* line 3727, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--wrap .msgbox {
    margin: 0 -5vw;
  }
}

/* line 3734, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.messages-content {
  flex: 1;
  overflow: auto;
}

/* line 3737, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.posts-tail--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

/* line 3741, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.posts-tail--wrap > div {
  flex: 50%;
  max-width: 50%;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  /* line 3741, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .posts-tail--wrap > div {
    flex: 100%;
    max-width: 100%;
    text-align: center !important;
  }
}

/* line 3749, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-images {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-top: 5px;
}

/* line 3754, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-images .message-image-item {
  padding: 5px;
}

/* line 3756, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-images .message-image-item img {
  border-radius: 10px;
}

/* line 3758, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-images .download-file {
  padding-top: 35px;
}

/* line 3760, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-fixed-container {
  width: 100%;
  max-width: 1292px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 3760, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-fixed-container {
    padding: 0 10px;
  }
  /* line 3767, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-fixed-container .studio-page--title {
    padding: 20px 10px;
    margin: 0 -10px;
  }
  /* line 3770, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-fixed-container .footer-user-container {
    padding: 0;
  }
}

/* line 3772, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap1 {
  max-width: 430px;
  text-align: center;
  margin: auto;
  overflow: hidden;
}

/* line 3777, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap1 .btns--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px -15px;
}

/* line 3782, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap1 .btns--inner > div {
  flex: 1;
  padding: 5px 15px;
}

@media screen and (max-width: 768px) {
  /* line 3782, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btns--wrap1 .btns--inner > div {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 3788, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap2 {
  max-width: 530px;
  text-align: center;
  margin: auto;
  overflow: hidden;
}

/* line 3793, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap2 .btns--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

/* line 3798, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap2 .btns--inner > div {
  flex: 1;
  padding: 5px;
}

/* line 3801, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap2 .btns--inner > div .btn-type {
  width: 100%;
  max-width: initial;
}

@media screen and (max-width: 768px) {
  /* line 3798, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btns--wrap2 .btns--inner > div {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 3807, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap3 {
  max-width: 410px;
  overflow: hidden;
}

/* line 3810, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap3 .btns--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

/* line 3815, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap3 .btns--inner > div {
  flex: 1;
  padding: 5px 0px;
}

/* line 3818, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap3 .btns--inner > div .btn-type {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 3815, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btns--wrap3 .btns--inner > div {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 3823, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap4 {
  max-width: 530px;
  text-align: center;
  margin: auto;
  overflow: hidden;
}

/* line 3828, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap4 .btns--inner {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin: -5px;
}

/* line 3833, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap4 .btns--inner > div {
  flex: 1;
  padding: 5px;
}

/* line 3836, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btns--wrap4 .btns--inner > div .btn-type {
  width: 100%;
  max-width: initial;
}

@media screen and (max-width: 768px) {
  /* line 3833, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btns--wrap4 .btns--inner > div {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 3842, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.daily-supports-plain--wrap {
  display: inline-block;
  max-width: 100%;
}

/* line 3846, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-search-form .tag-check-list > li label > span {
  background-color: #f4f4f4;
}

/* line 3848, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-search-form .tag-check-list > li label input[type=checkbox]:checked + span {
  background-color: #42b6cd;
}

/* line 3850, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.profile-link--wrap {
  font-size: 0;
  margin-top: -3px;
}

/* line 3853, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.extendable-days {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* line 3858, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-expire-day {
  font-size: 14px;
  font-weight: bold;
  color: #ff9403;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 768px) {
  /* line 3858, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .plan-expire-day {
    margin: 0 0 5px;
    width: 100%;
  }
}

/* line 3867, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card-list > li {
  margin-bottom: 20px;
}

/* line 3869, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}

/* line 3873, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card .sp-plan-info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

/* line 3877, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card .sp-plan-info figure {
  flex: 175px;
  max-width: 175px;
  padding-right: 20px;
}

/* line 3881, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card .sp-plan-info figure img {
  width: 100%;
  border-radius: 10px;
}

/* line 3884, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card .sp-plan-info .plan-ttl {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}

/* line 3888, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card .plan-price--wrap {
  display: flex;
  align-items: center;
  padding: 7px 20px;
}

@media screen and (max-width: 768px) {
  /* line 3888, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sp-plan-card .plan-price--wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* line 3895, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.sp-plan-card .plan-price--wrap .plan-expire-day {
  margin: 0;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  /* line 3895, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .sp-plan-card .plan-price--wrap .plan-expire-day {
    margin-right: 0;
  }
}

/* line 3900, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-stats + .comment {
  margin-top: 30px;
}

/* line 3902, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-header--links--wrap {
  overflow: auto;
}

/* line 3904, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropdown-menu {
  padding: 11px 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 15px rgba(68, 68, 68, 0.2);
}

/* line 3909, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropdown-item {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 15px;
}

/* line 3917, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.edit_muevo_user .date-select--wrap select.field-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3921, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.select-appearance {
  padding-right: 30px;
  background: url(/assets/icons/select_appearance-c6a61cd0a70f31f51d6a74a529f1625eaf6de1ca225ea9116928139885f9a59d.png) no-repeat center right 14px;
}

/* line 3924, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-change-card {
  color: #42B6CD;
}

/* line 3926, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-change-card:hover {
  color: #333;
}

/* line 3928, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  /* line 3928, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--wrap {
    height: auto;
  }
}

/* line 3935, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--left,
.message-page--right,
.msgbox {
  height: 610px;
}

@media screen and (max-width: 768px) {
  /* line 3935, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-page--left,
.message-page--right,
.msgbox {
    height: 75vh;
  }
}

/* line 3941, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--left {
  display: flex;
  flex-direction: column;
  flex: 300px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  /* line 3948, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .messages-index-page .message-page--left {
    flex: 100%;
    max-width: 100%;
  }
  /* line 3951, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .messages-index-page .message-page--right {
    display: none;
  }
  /* line 3954, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .messages-detail-page .message-page--left {
    display: none;
  }
}

/* line 3956, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-page--right {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
}

/* line 3961, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-search--wrap {
  padding: 30px 30px 20px;
  border-bottom: 1px solid #eee;
}

/* line 3964, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-search--wrap label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 3961, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .message-search--wrap {
    padding: 15px 0;
  }
}

/* line 3970, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.counters--wrap {
  flex: 1;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  /* line 3970, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .counters--wrap {
    margin: 0 -5vw;
  }
}

/* line 3977, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#msg-search-modal .date-select--wrap select.field-control {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3980, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#msg-search-modal .date-select--wrap span {
  margin: 0 15px 0 5px;
}

/* line 3982, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#msg-search-modal .date-select--wrap span:last-child {
  margin: 5px 0 0 !important;
}

/* line 3984, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.bg-salon-thumb,
.bg-salon-sp-thumb {
  margin-top: 15px;
}

/* line 3987, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link_delete_bg_salon,
.link_delete_bg_salon_sp {
  margin-left: 20px;
  vertical-align: top;
  text-decoration: underline;
}

/* line 3992, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-twitter-title {
  font-size: 20px;
  font-weight: 500;
  margin: 14px 0;
}

/* line 3996, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.locked-twitter-banner--wrap {
  margin-bottom: 20px;
}

/* line 4001, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#supporter-detail .modal--dialog .modal--box,
#order-detail .modal--dialog .modal--box,
.detail-info .modal--dialog .modal--box {
  max-width: 1000px;
  background-color: #f2f4f5;
}

/* line 4004, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#supporter-detail .modal--dialog .modal--box .modal--overflow,
#order-detail .modal--dialog .modal--box .modal--overflow,
.detail-info .modal--dialog .modal--box .modal--overflow {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 4004, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #supporter-detail .modal--dialog .modal--box .modal--overflow,
#order-detail .modal--dialog .modal--box .modal--overflow,
.detail-info .modal--dialog .modal--box .modal--overflow {
    padding: 20px;
  }
}

/* line 4008, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#supporter-detail .modal--dialog .modal--box .modal--overflow .box,
#order-detail .modal--dialog .modal--box .modal--overflow .box,
.detail-info .modal--dialog .modal--box .modal--overflow .box {
  margin-bottom: 10px;
}

/* line 4010, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

/* line 4014, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info .-left {
  flex: 59%;
  max-width: 59%;
}

/* line 4017, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info .-right {
  flex: 41%;
  max-width: 41%;
}

/* line 4020, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info .-left, .supporter-info .-right {
  padding: 5px;
}

@media screen and (max-width: 768px) {
  /* line 4020, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .supporter-info .-left, .supporter-info .-right {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 4025, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-group--ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 4030, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-list > li {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 3px solid #f8f8f8;
}

/* line 4034, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-list > li:first-child {
  padding-top: 0;
}

/* line 4036, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-list > li label {
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 4039, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-list > li p {
  font-weight: bold;
  color: #666;
}

/* line 4043, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-list > li.supporter-info-answer h4 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 4047, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.supporter-info-list > li.supporter-info-answer p + h4 {
  margin-top: 5px;
}

/* line 4049, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-txt {
  color: var(--main-color);
}

/* line 4051, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-txt:hover {
  color: var(--main-color);
}

/* line 4053, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-open-help--wrap {
  font-size: 10px;
  font-weight: 400;
  margin-top: 4px;
}

/* line 4057, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.inline-block--wrap {
  display: inline-block;
  max-width: 100%;
}

/* line 4060, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#nav-new-posts {
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 4060, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #nav-new-posts {
    padding: 3px;
  }
}

/* line 4067, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-content .box {
  padding: 30px 40px;
}

@media screen and (max-width: 768px) {
  /* line 4067, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .studio-content .box {
    padding: 20px;
  }
}

/* line 4071, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-toggle-comments {
  font-size: 10px;
  font-weight: bold;
  color: var(--main-color);
}

/* line 4075, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-toggle-comments:hover {
  color: var(--main-color);
}

/* line 4077, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-toggle-comments svg {
  margin-top: -1px;
  margin-left: 5px;
}

/* line 4081, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post .comment-edit-form {
  padding-top: 0;
}

/* line 4083, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post .comment-edit-form .media-body {
  padding-left: 0;
}

/* line 4085, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-toggle-comments--wrap {
  font-size: 0;
  margin-top: 10px;
}

/* line 4088, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-post-content {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 4088, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  #modal-post-content {
    padding-bottom: 20px;
  }
}

/* line 4092, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.question-form--ttl {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
}

/* line 4097, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-group--ques-selection {
  display: flex;
  align-items: center;
}

/* line 4100, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-group--ques-selection .btn-ques-action--wrap {
  padding-left: 10px;
}

/* line 4102, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-ques-selection-add {
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
}

/* line 4106, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-ques-selection-add:hover {
  color: var(--main-color);
}

/* line 4108, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-ques-selection-add svg {
  margin-right: 4px;
}

/* line 4110, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-group--ques-actions {
  display: flex;
  margin: 20px 0 0;
}

/* line 4113, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.field-group--ques-actions .btn-ques-remove {
  max-width: 76px;
  margin: 0 0 0 4px;
}

/* line 4116, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  padding: 0 10px;
  border-radius: 999px;
}

/* line 4124, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-await {
  background-color: #ff9403;
}

/* line 4126, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-done {
  background-color: #42B6CD;
}

/* line 4128, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-canceled {
  background-color: #999;
}

/* line 4130, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-processing {
  background-color: #fa456f;
}

/* line 4132, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-unpay {
  background-color: red;
}

/* line 4134, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-downloaded {
  background-color: #999;
}

/* line 4136, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-purchase-status.-can_download {
  background-color: #ff9403;
}

/* line 4138, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-bluk-msgs {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 80px;
  font-size: 10px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 4px;
}

/* line 4151, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-bluk-msgs i {
  margin-right: 4px;
}

/* line 4153, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.link-bluk-msgs:hover {
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  /* line 4138, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .link-bluk-msgs {
    right: 20px;
    bottom: 20px;
  }
}

/* line 4158, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-kind-item {
  margin-bottom: 15px;
}

/* line 4160, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-kind-item .kind-name {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}

/* line 4165, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap1 {
  max-width: 400px;
  margin: 90px auto 0;
}

/* line 4168, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap1 .-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 4172, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap1 .field-control {
  height: 48px;
}

/* line 4174, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap1 .-help {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 20px 0 22px;
}

/* line 4179, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap1 .reset-wrap {
  text-align: center;
  margin-bottom: 60px;
}

/* line 4182, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap1 .subttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 4165, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .auth-wrap1 {
    margin-top: 30px;
  }
}

/* line 4188, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap2 {
  margin-top: 110px;
}

/* line 4190, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap2 .-title {
  font-size: 32px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 4190, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .auth-wrap2 .-title {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 4198, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap2 .-title2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 4198, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .auth-wrap2 .-title2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 26px;
  }
}

/* line 4209, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap2 .box-user-register .-help01 {
  font-size: 10px;
  font-weight: bold;
}

/* line 4212, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.auth-wrap2 .box-user-register .-help02 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 4188, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .auth-wrap2 {
    margin-top: 30px;
  }
}

/* line 4219, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form {
  padding: 60px 20px 80px;
  margin: 0;
}

/* line 4222, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form form {
  max-width: 980px;
  margin: auto;
}

/* line 4225, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form form .field-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 4229, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form form .field-group .-label {
  flex: 270px;
  max-width: 270px;
  padding-top: 12px;
}

/* line 4233, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form form .field-group .-label label {
  margin: 0;
}

/* line 4235, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form form .field-group .-field {
  flex: 1;
}

/* line 4237, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-form .actions {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 4219, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-form {
    padding-top: 30px;
  }
  /* line 4243, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-form form .field-group .-label {
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 4248, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-form form .field-group .-field .date-select--wrap span:not(:last-child) {
    margin-right: 12px;
  }
  /* line 4250, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-form form .field-group .-label, .box-form form .field-group .-field {
    flex: 100%;
    max-width: 100%;
  }
  /* line 4253, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-form .actions {
    margin-top: -10px;
  }
}

/* line 4255, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-first-tags-attach {
  padding: 30px 40px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 4255, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-first-tags-attach {
    padding: 30px 20px 50px;
  }
}

/* line 4260, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-first-tags-attach .box-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 4260, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-first-tags-attach .box-ttl {
    font-size: 18px;
  }
}

/* line 4266, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-first-tags-attach .text-small {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-bottom: 30px;
}

/* line 4271, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-first-tags-attach .tag-group--ttl {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

/* line 4275, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-first-tags-attach .tag-group--ttl {
  margin-top: 30px;
}

/* line 4278, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.page-contacts .page-title {
  margin: 110px 0 40px;
}

@media screen and (max-width: 768px) {
  /* line 4278, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .page-contacts .page-title {
    margin: 30px 0 20px;
  }
}

/* line 4282, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-contacts-help {
  padding: 40px;
}

/* line 4284, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-contacts-help h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}

/* line 4288, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-contacts-help ul {
  list-style: none;
  padding: 0;
}

/* line 4291, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-contacts-help ul li {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  padding: 0;
}

/* line 4297, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-contacts-help ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 4299, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-contacts-help ul li.highlight {
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  /* line 4282, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box.box-contacts-help {
    padding: 30px;
    background-color: #e1f0f4;
  }
}

@media screen and (max-width: 768px) {
  /* line 4304, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box.box-contacts-form {
    padding: 20px 0 60px;
  }
}

/* line 4307, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.body-user-page,
.body-studio-page,
.body-campaign-page,
.campaign-design-page {
  padding: 0;
}

/* line 4313, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-items--wrap .payment-success-plan--wrap {
  padding: 30px 0;
}

/* line 4315, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-items--wrap .payment-success-plan--wrap:first-child {
  padding-top: 0;
}

/* line 4317, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-items--wrap .payment-success-plan--wrap:last-child {
  padding-bottom: 0;
}

/* line 4319, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.payment-items--wrap .payment-success-plan--wrap:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 4321, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.message-date {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 20px 0;
}

/* line 4327, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.carousel-post-item-img {
  aspect-ratio: 3 / 2;
}

/* line 4329, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-order-modal-status {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 4335, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box.box-studio-orders-search .form-actions .btn-type:first-child {
  margin-right: 10px;
}

/* line 4341, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-payments-tbl .tbl .-secondary th, .studio-payments-tbl .tbl .-secondary td,
.supporter-table .tbl .-secondary th,
.supporter-table .tbl .-secondary td {
  background-color: #ddd;
}

/* line 4343, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.plan-image {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  /* line 4346, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .editable-textarea-dummy-wrapper .editable-textarea-dummy {
    max-height: 350px;
  }
}

/* line 4350, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.editable-textarea-action-btns .fs {
  color: #333333;
}

/* line 4353, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.editable-textarea-action-btns .ic_mr b {
  color: #333333;
}

/* line 4355, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.editable-textarea-action-btns .bg-color-yellow {
  color: #333333;
}

/* line 4358, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-tab-destory:hover {
  color: #42B6CD !important;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  /* line 4363, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .dropzone.dz-started {
    margin-top: 15px;
  }
}

/* line 4365, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropzone .dz-preview {
  position: relative;
  min-height: initial;
}

/* line 4368, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropzone .dz-preview .dz-image {
  border-radius: 6px;
  overflow: hidden;
  width: 70px;
  height: 60px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 4377, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropzone .dz-preview .dz-details .dz-size {
  display: none;
}

/* line 4379, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropzone .dz-preview .dz-details .dz-filename {
  display: none;
}

/* line 4381, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.dropzone .dz-preview .dz-remove {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: -8px;
  font-size: 0;
  z-index: 100;
}

/* line 4389, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design--box {
  padding: 30px;
}

/* line 4391, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design--box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 4395, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-design--box .field-label {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  /* line 4389, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-design--box {
    padding: 20px 30px;
  }
}

/* line 4402, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.edit_campaign {
  margin-top: 10px;
}

/* line 4405, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.custom-color-picker {
  position: relative;
  display: flex;
  width: 101px;
  height: 38px;
  align-items: center;
  padding: 5px 6px 5px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* line 4414, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.custom-color-picker input[type=color] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 4421, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.custom-color-picker span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #ddd;
}

/* line 4427, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.custom-color-picker label {
  flex: 1;
  font-size: 10px;
  color: #666;
  line-height: 13px;
  font-weight: bold;
  padding-left: 5px;
}

/* line 4434, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.color-set {
  display: flex;
}

/* line 4436, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.color-set .custom-color-picker {
  width: 102px;
}

/* line 4438, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.color-set .custom-color-picker:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

/* line 4442, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.color-set .custom-color-picker:nth-child(1):after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  height: calc( 100% - 10px);
  border-left: 1px solid #ddd;
}

/* line 4449, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.color-set .custom-color-picker:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

/* line 4453, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px -5px 20px;
}

/* line 4458, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div {
  min-height: 75px;
}

/* line 4460, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div.no-min-height {
  min-height: 0px;
}

/* line 4462, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 11px;
}

/* line 4466, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div .salon_img-view {
  padding: 0 5px;
  position: relative;
  display: none;
}

/* line 4470, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div .salon_img-view .link_delete_bg_salon {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  top: -11.5px;
}

/* line 4476, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div .salon_img-view img {
  width: auto;
  border-radius: 10px;
  object-fit: cover;
}

/* line 4480, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div .salon_img-view .btn-remove {
  position: absolute;
  width: 23px;
  height: 23px;
  top: -11.5px;
  right: 0;
}

/* line 4487, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div.salon_img--sp img.-img {
  width: 100px;
  height: 100px;
}

/* line 4491, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div.salon_img--pc img.-img {
  width: 175px;
  height: 46px;
}

/* line 4494, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.salon_imgs--wrap > div.salon_img-help {
  min-height: initial;
  flex: 100%;
  max-width: 100%;
  font-size: 10px;
  color: #666;
  margin-top: 10px;
}

/* line 4501, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.campaign-tabs--wrapper {
  margin-bottom: 20px;
}

/* line 4503, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.post-comments-bot {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

/* line 4506, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.edit-form-body {
  max-height: 350px;
}

/* line 4508, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.notfound-page {
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  /* line 4508, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .notfound-page {
    padding-top: 30px;
  }
}

/* line 4512, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.notfound {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 4512, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .notfound {
    flex-direction: column;
    align-items: center;
  }
}

/* line 4518, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.notfound .btn-proceed {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 4518, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .notfound .btn-proceed {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4523, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .notfound .btn-size-lg {
    width: 100%;
    max-width: 100%;
  }
}

/* line 4527, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.notfound-text {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #666666;
}

/* line 4532, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.notfound-title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 4532, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .notfound-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* line 4539, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.notfound-box {
  position: relative;
  padding-bottom: 172px;
}

@media screen and (max-width: 768px) {
  /* line 4539, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .notfound-box {
    padding-bottom: 110px;
  }
}

/* line 4546, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-msg-img .modal--dialog .modal--box {
  display: inline-block;
  width: initial;
  max-width: 90vw;
  background: transparent;
}

/* line 4551, app/assets/stylesheets/custom/muevo-com/renewal.sass */
#modal-msg-img .modal--dialog .modal--box img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
}

/* line 4555, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.modal--loading {
  position: absolute;
}

/* line 4557, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-viewer--wrap {
  position: relative;
}

/* line 4559, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-viewer-nav-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 100%;
  height: 40px;
}

/* line 4566, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-viewer-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

/* line 4575, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-viewer-nav-overlay a:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 4578, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-viewer-nav-overlay a span {
  flex-grow: 1;
  padding: 0 30px;
}

/* line 4581, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.img-viewer-nav-overlay a:last-child span {
  text-align: right;
}

/* line 4583, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.owner-info--wrap-no-tags {
  align-items: center;
}

/* line 4585, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.owner-info--wrap-no-tags .owner--info h3 {
  margin-bottom: 0 !important;
}

/* line 4587, app/assets/stylesheets/custom/muevo-com/renewal.sass */
section.post .box {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

/* line 4589, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-plans-index {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  /* line 4589, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-plans-index {
    box-shadow: none;
  }
}

/* line 4593, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer02 {
  top: 105px;
  left: -35px;
}

/* line 4596, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer04 {
  right: -19px;
  bottom: -140px;
}

/* line 4599, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer05 {
  bottom: -100px;
  right: 0;
}

/* line 4602, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer06 {
  left: -60px;
  top: 145px;
}

/* line 4605, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer07 {
  bottom: -20px;
  right: -70px;
}

/* line 4608, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer11 {
  left: -157px;
  top: -88px;
}

@media screen and (max-width: 768px) {
  /* line 4608, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-footer11 {
    top: 23px;
    left: -38px;
    width: 60px;
    height: 60px;
  }
}

/* line 4616, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer12 {
  left: -95px;
  top: -47px;
}

@media screen and (max-width: 768px) {
  /* line 4616, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-footer12 {
    top: -25px;
    left: -10px;
    width: 121px;
    height: 121px;
  }
}

/* line 4624, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer13 {
  left: -67px;
  top: 215px;
}

@media screen and (max-width: 768px) {
  /* line 4624, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-footer13 {
    top: 265px;
    left: -12px;
  }
}

/* line 4630, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer14 {
  right: -170px;
  top: 140px;
}

@media screen and (max-width: 768px) {
  /* line 4630, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-footer14 {
    top: auto;
    bottom: -14px;
    right: -48px;
    width: 90px;
    height: 90px;
  }
}

/* line 4639, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.rect-footer15 {
  right: -50px;
  top: 242px;
}

@media screen and (max-width: 768px) {
  /* line 4639, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .rect-footer15 {
    right: 18px;
    top: auto;
    bottom: -42px;
  }
}

/* line 4646, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-bill-download {
  display: flex;
  width: 140px;
  align-items: center;
  justify-content: center;
  fill: #fff;
}

/* line 4652, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-bill-download svg {
  margin-right: 10px;
}

/* line 4654, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-bills--wrap {
  padding: 40px;
}

/* line 4658, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.studio-bills--wrap table tbody td {
  padding: 14px 10px;
}

/* line 4660, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-wrapper {
  margin: 0 -5vw;
}

/* line 4663, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-wrapper .info-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 3px solid #f2f4f5;
}

/* line 4669, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-wrapper .info-list li:first-child {
  border-top: 3px solid #f2f4f5;
}

/* line 4671, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-wrapper .info-list li p {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 10px;
}

/* line 4677, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-wrapper .info-list li p:last-child {
  margin-bottom: 0;
}

/* line 4679, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.list-wrapper .info-list li label {
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  /* line 4684, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .tablet-page-container {
    padding-bottom: 30px;
  }
  /* line 4686, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .tablet-page-container .sidebar-container {
    display: none;
  }
  /* line 4688, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .tablet-page-container .full-container {
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 4692, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .d-flex-pc {
    display: flex;
  }
}

@media screen and (max-width: 1023px) {
  /* line 4696, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .campaign-archive--box .d-flex-pc img {
    width: 50%;
    max-width: 100%;
    aspect-ratio: 1200 / 630;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
  }
}

/* line 4707, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.bootstrap-datetimepicker-widget table th {
  font-size: 16px;
}

/* line 4709, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  padding: 0.3rem;
  border-bottom: none;
}

/* line 4712, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flash-error {
  background-color: #fbe3e4;
  color: #97161b;
  display: block;
  padding: 0.75em;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flash-error li {
  list-style: inside;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flash-error a {
  color: #6a0f13;
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flash-error a:focus, .flash-error a:hover {
  color: #110203;
}

/* line 4714, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flash-error h5 {
  font-size: 100%;
  margin: .5rem 0;
}

/* line 4717, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.flash-error ul {
  margin: .5rem 0;
}

/* line 4719, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.edit-shipping-dummy-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  opacity: 1;
  padding: 60px 100px 80px 100px;
}

@media screen and (max-width: 768px) {
  /* line 4719, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .edit-shipping-dummy-wrapper {
    padding: 30px 20px 40px 20px;
  }
}

/* line 4727, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.mb-20-15 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 4727, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mb-20-15 {
    margin-bottom: 15px;
  }
}

/* line 4731, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.text-14-12-666 {
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 768px) {
  /* line 4731, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .text-14-12-666 {
    font-size: 12px;
  }
}

/* line 4736, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.margin-left-9 {
  margin-left: 9px;
}

/* line 4738, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-delete-coupon {
  border: 2px solid #fa456f;
  color: #fa456f;
  border-radius: 5px;
  font-weight: bold;
  width: 150px;
  padding: 8px 0px;
  margin-top: 10px;
  text-align: center;
}

/* line 4747, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-delete-coupon:hover {
  color: #e91e6357;
  border: 2px solid #e91e6357;
}

/* line 4750, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-input-connect {
  height: 45px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
}

@media screen and (min-width: 769px) {
  /* line 4750, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-input-connect {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4750, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-input-connect {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  /* line 4760, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-40-30 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4760, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-40-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  /* line 4765, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-30-40 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4765, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-30-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  /* line 4770, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-10-20 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4770, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-10-20 {
    margin-top: 20px;
  }
}

/* line 4775, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-setting-role {
  border-bottom: 2.4px solid #F2F4F5;
}

@media screen and (min-width: 769px) {
  /* line 4777, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-setting-roles {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4777, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-setting-roles {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  /* line 4782, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .my-30-20 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 4782, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .my-30-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

/* line 4789, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-plan-discord {
  border-bottom: 2px solid #F2F4F5;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

/* line 4796, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-plan-discord {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  border-top: 2px solid #F2F4F5;
}

/* line 4803, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.discord-btn-link {
  color: var(--subbtn-txt);
  border: 1px solid var(--subbtn-txt);
  background-color: var(--subbtn-bg);
}

/* line 4807, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.discord-btn-link:hover {
  color: var(--subbtn-txt);
}

/* line 4809, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.box-connect-discord {
  border-radius: 15px;
  border: 1px solid #EEEEEE;
}

@media screen and (min-width: 769px) {
  /* line 4809, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-connect-discord {
    margin-top: 30px;
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4809, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-connect-discord {
    margin-top: 20px;
    padding: 20px;
  }
}

/* line 4819, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.discord-icon {
  height: 42px;
}

/* line 4821, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-discord-proceed {
  height: 42px;
  background-color: #7289DA;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  /* line 4821, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-discord-proceed {
    width: 100%;
  }
}

/* line 4831, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-discord-proceed:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}

/* line 4836, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.btn-discord-outline {
  border: 1px solid #7289DA;
  height: 42px;
  background-color: #fff;
  color: #7289DA;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  /* line 4836, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .btn-discord-outline {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  /* line 4847, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .pc-p-30 {
    padding: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 4850, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .box-connect-discord-supporter {
    border-bottom: 3px solid #F8F8F8;
    border-radius: 0;
    margin-bottom: 10px !important;
  }
}

/* line 4855, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-archives {
  margin-right: 30px !important;
  flex: auto;
  margin-top: 20px;
  max-width: 250px !important;
}

@media screen and (max-width: 768px) {
  /* line 4855, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .item-archives {
    margin-right: 20px !important;
    margin-top: 10px;
    flex: auto !important;
  }
}

/* line 4864, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-archives label {
  max-width: 220px !important;
  text-overflow: ellipsis;
}

/* line 4867, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.item-archives span {
  margin-left: 0px !important;
}

@media screen and (max-width: 768px) {
  /* line 4869, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .mt-sp-20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 4872, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .type-archive-badge {
    margin-right: 30px !important;
    text-align: unset !important;
  }
}

/* line 4877, app/assets/stylesheets/custom/muevo-com/renewal.sass */
.text-folder-select {
  max-width: 45vw;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  /* line 4881, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .text-folder-select {
    max-width: 33vw;
    overflow-wrap: break-word;
  }
  /* line 4884, app/assets/stylesheets/custom/muevo-com/renewal.sass */
  .group-text-folder-select {
    display: block !important;
  }
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

@media screen and (max-width: 1160px) {
  /* line 5, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .header-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 90px 20px;
    background-color: #fff;
    z-index: -1;
  }
  /* line 16, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .header-links li {
    margin: 0 0 33px;
  }
  /* line 18, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .header-links li a {
    font-size: 14px;
    color: #666;
    fill: #666;
  }
  /* line 22, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .header-links li a svg {
    display: inline;
    margin-right: 10px;
  }
  /* line 25, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  header {
    height: 70px;
    padding: 15px 10px 15px 55px;
    background-color: #fff;
  }
  /* line 29, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .header-user-btn--wrap {
    margin-left: 10px;
  }
  /* line 32, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .front-page.ttled-page {
    margin-top: 85px;
  }
  /* line 34, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-hamburger {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    display: inline-block;
    width: 30px;
    height: 20px;
    padding: 0;
    background-color: transparent;
  }
  /* line 43, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background-color: #707070;
    transition: all 0.3s ease-in-out;
  }
  /* line 51, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-hamburger span:not(:first-child) {
    margin-top: 7px;
  }
  /* line 54, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-hamburger.active span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 9px;
  }
  /* line 57, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-hamburger.active span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -2px;
  }
  /* line 60, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-hamburger.active span:nth-child(3) {
    opacity: 0;
    transform: rotate(45deg);
  }
  /* line 63, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .slider-container__cards {
    margin: 0 -5vw;
    padding: 0 20px;
  }
  /* line 66, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .slider-container__cards .swiper-slide {
    width: 220px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 69, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 72, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ebebeb;
    z-index: 1000;
  }
  /* line 79, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-nav {
    display: flex;
    padding: 10px 15px;
    background-color: #ebebeb;
  }
  /* line 83, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-btn--wrap {
    display: flex;
    flex: 1;
    margin: 0 -5px;
  }
  /* line 87, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-btn--wrap > div {
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  /* line 91, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-btn--wrap > div.bottom-menu-btn--100 {
    flex: 100%;
    max-width: 100%;
  }
  /* line 94, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu {
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    border-radius: 6px;
  }
  /* line 104, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu .-icon {
    position: absolute;
    top: 10px;
    left: 25px;
  }
  /* line 108, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu:hover {
    color: #666;
  }
  /* line 110, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-use-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0;
  }
  /* line 115, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: .3s all;
    transform: translateY(calc(100% + 20px));
  }
  /* line 124, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body .bottom-menu-body--menu .secondary-sidebar--wrap {
    display: none;
  }
  /* line 126, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body.active {
    transform: translateY(0);
  }
  /* line 128, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body .-body {
    max-height: calc(85vh - 50px);
    padding: 24px 20px 0;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -6px 16px rgba(51, 51, 51, 0.16);
    overflow: auto;
  }
  /* line 136, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body .-footer {
    padding: 10px 20px;
    background-color: #ebebeb;
  }
  /* line 139, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu-close {
    color: #fff;
    font-weight: 500;
    background-color: #666;
  }
  /* line 143, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu-close img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  /* line 147, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu-close:hover, .btn-bottom-menu-close:active {
    color: #fff;
  }
  /* line 150, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-user--wrap {
    flex: 75px;
    max-width: 75px;
    text-align: right;
  }
  /* line 154, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-user--wrap .btn-bottom--user {
    position: relative;
  }
  /* line 156, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-badge {
    right: 24px;
    background-color: #fa4f76;
  }
  /* line 160, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu.signed_user .btn-bottom-menu--menu {
    padding-left: 10px;
  }
  /* line 162, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu.signed_user .btn-bottom-menu--help {
    padding-left: 20px;
  }
  /* line 164, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu.signed_user .btn-bottom-menu--studio {
    padding-left: 24px;
  }
  /* line 166, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu.signed_user .btn-bottom-menu--community {
    padding-left: 20px;
  }
  /* line 168, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu.signed_user .btn-bottom-menu--community img {
    left: 20px;
  }
  /* line 172, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body,
.bottom-menu-body--studio .-body {
    padding: 0;
  }
  /* line 174, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .btn-use-menu-close,
.bottom-menu-body--studio .-body .btn-use-menu-close {
    display: none;
  }
  /* line 176, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar--wrap,
.bottom-menu-body--studio .-body .sidebar--wrap {
    padding-top: 24px;
    box-shadow: none;
  }
  /* line 180, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar--wrap .sidebar-user-info figure img,
.bottom-menu-body--studio .-body .sidebar--wrap .sidebar-user-info figure img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  /* line 184, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar--wrap .sidebar-user-info span,
.bottom-menu-body--studio .-body .sidebar--wrap .sidebar-user-info span {
    font-size: 14px;
    padding-left: 18px;
  }
  /* line 187, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar--wrap .profile-link,
.bottom-menu-body--studio .-body .sidebar--wrap .profile-link {
    font-size: 12px;
    margin-left: 78px;
  }
  /* line 190, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar--wrap .btn-manage-campagin,
.bottom-menu-body--studio .-body .sidebar--wrap .btn-manage-campagin {
    line-height: 45px;
  }
  /* line 193, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar-group h3,
.bottom-menu-body--studio .-body .sidebar-group h3 {
    font-size: 12px;
  }
  /* line 196, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar-supporters img.avatar,
.bottom-menu-body--studio .-body .sidebar-supporters img.avatar {
    width: 30px;
    height: 30px;
  }
  /* line 199, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar-supporters > li a span,
.bottom-menu-body--studio .-body .sidebar-supporters > li a span {
    font-size: 14px;
  }
  /* line 201, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar-link,
.bottom-menu-body--studio .-body .sidebar-link {
    font-size: 14px;
  }
  /* line 204, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar-link > span svg,
.bottom-menu-body--studio .-body .sidebar-link > span svg {
    width: 16px;
    height: auto;
  }
  /* line 207, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu-body--user .-body .sidebar-logout-link,
.bottom-menu-body--studio .-body .sidebar-logout-link {
    font-size: 12px;
  }
  /* line 210, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .btn-bottom-menu-user-help .-icon {
    position: static;
    margin-right: 10px;
  }
  /* line 213, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bottom-menu--ttl {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    margin-bottom: 20px;
  }
  /* line 218, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0;
  }
  /* line 222, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-list > li {
    flex: 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin: 20px 0;
  }
  /* line 228, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    fill: #666;
    border: 1px solid #ddd;
    border-radius: 999px;
    margin-bottom: 4px;
  }
  /* line 238, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-item span .svgLottery {
    stroke: #666;
  }
  /* line 240, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-item p {
    font-size: 14px;
    font-weight: bold;
    color: #666;
  }
  /* line 245, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-item.active span {
    fill: #fff;
    background: var(--link-on);
    border-color: var(--link-on);
  }
  /* line 249, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-item.active span .svgLottery {
    stroke: #fff;
    background: var(--link-on);
    border-color: var(--link-on);
  }
  /* line 253, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-menu-item.active p {
    color: var(--link-on);
  }
  /* line 255, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-help-list {
    margin-bottom: 40px;
  }
  /* line 257, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-help-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  /* line 259, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-help-list.signed_user {
    margin-bottom: 30px;
  }
  /* line 261, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-help-item {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    fill: #666;
  }
  /* line 266, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-campaign-help-item svg {
    width: 16px;
    height: auto;
    margin-right: 10px;
  }
  /* line 270, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .bot-menu-badge {
    top: -2px;
    left: 2px;
  }
}

@media screen and (max-width: 768px) {
  /* line 274, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .right-container {
    display: none;
  }
  /* line 276, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .right-container.edit-mode {
    display: block;
    max-width: 100%;
    flex: 100%;
    padding: 0;
    margin-top: 30px;
  }
  /* line 282, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .content-container {
    flex: auto;
    max-width: 100%;
  }
  /* line 285, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .page-container {
    padding: 0;
  }
  /* line 287, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .campaign-banner {
    margin: 0 -10px 15px;
  }
  /* line 289, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .campaign-banner img {
    border-radius: 0;
    object-fit: cover;
  }
  /* line 292, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .campaign-banner .campaign-banner-sp {
    aspect-ratio: 1;
    object-fit: cover;
  }
  /* line 295, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
  }
  /* line 305, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-user-info figure img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  /* line 309, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-user-info span {
    font-size: 14px;
    padding-left: 18px;
  }
  /* line 313, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar--wrap .profile-link {
    font-size: 12px;
    margin-left: 78px;
  }
  /* line 317, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-group h3 {
    font-size: 12px;
  }
  /* line 321, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-supporters > li img {
    width: 30px;
    height: 30px;
  }
  /* line 324, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-supporters > li span {
    font-size: 14px;
  }
  /* line 326, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-link {
    font-size: 14px;
  }
  /* line 329, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-link > span img {
    width: 16px;
  }
  /* line 331, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .user-menu--wrap .sidebar-logout-link {
    font-size: 12px;
  }
  /* line 334, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .tabs-nav li a {
    padding: 5px 10px;
  }
  /* line 336, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .wide-content {
    background-color: #fff;
  }
  /* line 338, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .wide-content .campaing-page--title {
    padding: 20px;
    margin: 0 -10px 20px;
    border-bottom: 1px solid #eee;
  }
  /* line 342, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .wide-content .fixed-container .campaing-page--title {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  /* line 345, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .item-sns-twitter {
    margin: 0;
  }
  /* line 347, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .item-contact-link--wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 350, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .body-user-page,
.body-studio-page {
    background-color: #fff;
  }
  /* line 359, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .body-user-page .user-address-page .form-content .support.media .plan-image,
.body-studio-page .user-address-page .form-content .support.media .plan-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  /* line 363, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .body-user-page,
.body-studio-page {
    margin-bottom: 50px;
  }
  /* line 366, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .supporters-analytics-info--wrap {
    margin: 20px 0 40px;
  }
  /* line 368, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  /* line 370, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-tbl {
    margin: 50px -5vw 0;
  }
  /* line 372, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-tbl .per-page-pagination {
    padding: 20px 5vw 0;
    border-top: 1px solid #eee;
  }
  /* line 375, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 380, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row:first-child {
    border-top: 3px solid #f2f4f5;
  }
  /* line 382, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row.-secondary {
    background-color: #ddd;
  }
  /* line 384, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row .-info {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
  }
  /* line 388, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row .-info p:not(:last-child),
.studio-payments-list-row .-info > div:not(:last-child) {
    margin-bottom: 8px;
  }
  /* line 391, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row .-info p label,
.studio-payments-list-row .-info > div > label {
    font-size: 10px;
    font-weight: 400;
  }
  /* line 395, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row .-info p label:not(:first-child),
.studio-payments-list-row .-info > div > label:not(:first-child) {
    margin-left: 20px;
  }
  /* line 397, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-payments-list-row .-info > div .supporter-join-on {
    display: inline-block;
  }
  /* line 399, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-role-list-row {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 10px;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 406, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-role-list-row p:not(:last-child) {
    margin-bottom: 8px;
  }
  /* line 408, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-role-list-row p label {
    font-size: 10px;
    font-weight: 400;
  }
  /* line 411, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-role-list-row p label:not(:first-child) {
    margin-left: 20px;
  }
  /* line 413, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .studio-role-list-row .delete-campaign-role {
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
  }
  /* line 417, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .role-list-empty-txt {
    padding: 20px;
  }
  /* line 420, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .fixed-container .footer-user-container {
    padding: 0;
  }
  /* line 422, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .box.box-studio-orders-search {
    padding: 20px 0 !important;
  }
  /* line 425, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .box.box-studio-orders-search .form-actions .btn-type:first-child {
    margin: 0 0 10px;
  }
  /* line 427, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .link-studio-payments-csv {
    right: 0;
  }
  /* line 429, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .right-container.is-show-mediaplans-sp {
    display: block;
    flex: 100%;
    max-width: initial;
    padding: 0;
    margin-top: 60px;
  }
  /* line 435, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .right-container.is-show-mediaplans-sp .sidebar-login--wrap {
    display: none;
  }
  /* line 437, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .right-container.is-show-mediaplans-sp .right-sticky--wrap {
    max-height: initial;
  }
  /* line 439, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .sp-box-shadow-none {
    box-shadow: none !important;
  }
  /* line 442, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .header-user-menu--wrap .sidebar--wrap {
    max-height: initial;
    box-shadow: none;
  }
  /* line 445, app/assets/stylesheets/custom/muevo-com/renewal_sp.sass */
  .sp-overflow-visible {
    overflow: visible !important;
  }
}
/* line 3, app/assets/stylesheets/custom/muevo-com/static.sass */
.static-page {
  margin: 110px 0 10px;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/static.sass */
.static-page h1 {
  font-size: 130%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/custom/muevo-com/static.sass */
  .static-page {
    margin: 45px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 12, app/assets/stylesheets/custom/muevo-com/static.sass */
  .bg-sp-white {
    background-color: #fff;
  }
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 3, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper {
  background-color: #fff;
  padding: 1rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 1.5rem 0;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper .btn-patron {
  padding: .5rem 1.5rem .3rem 1.5rem;
  border-radius: 2rem;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper table td {
  vertical-align: middle;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper table a {
  color: #42b6cd;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper table .btn-patron {
  padding: .1rem 1.1rem 0 1.1rem;
  color: #fff;
  background-color: #42b6cd;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper table .btn-up, .ec-wrapper table .btn-down {
  display: block;
  margin: .2rem 0;
}

/* line 25, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper table .break-line {
  white-space: pre-line;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/studio-ec.sass */
.ec-wrapper .table-responsive {
  overflow: scroll;
  -webkit-overflow-scrolling: unset;
}
@charset "UTF-8";
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page {
  padding-bottom: 8rem;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics {
  background-color: #fff;
  padding: 1rem;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics .card-body {
  text-align: center;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics .card-body p {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics .data-title em {
  display: inline-block;
  margin-left: .7rem;
  font-style: normal;
  font-size: 130%;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics .data-chart {
  background-color: #42B6CD;
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-page .analytics .chart {
  height: 400px;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/studio.sass */
.supporter-join-on .not-change {
  color: #007bff;
}

/* line 39, app/assets/stylesheets/custom/muevo-com/studio.sass */
.supporter-join-on .changed {
  color: red;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/studio.sass */
.supporter-join-on .supporter_join_on_error {
  width: 100%;
  margin-top: 0.25rem;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/studio.sass */
.supporter-join-on .alert {
  padding: 0.75rem 0.75rem;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/studio.sass */
.supporter-join-on .no-edit {
  color: #666666;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supports--wrap {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  /* line 53, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .studio-supports--wrap .link-studio-supporters-csv {
    right: 0;
  }
  /* line 55, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .studio-supports--wrap .studio-supporters--wrap {
    margin: 50px -5vw 0;
  }
  /* line 57, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .studio-supports--wrap .studio-supporters--wrap .per-page-pagination {
    padding: 20px 5vw 0;
    border-top: 1px solid #eee;
  }
}

/* line 61, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supporter-search-form .form-actions {
  text-align: center;
  margin-top: 20px;
}

/* line 64, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supporter-search-form .form-actions .btn-type {
  max-width: 250px;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supporter-search-form .form-actions .btn-type:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 66, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .studio-supporter-search-form .form-actions .btn-type:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

/* line 70, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supporter-search-form .form-group {
  display: flex;
  flex-wrap: wrap;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supporter-search-form .form-group > label {
  display: inline-block;
  flex: 105px;
  max-width: 105px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 73, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .studio-supporter-search-form .form-group > label {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}

/* line 84, app/assets/stylesheets/custom/muevo-com/studio.sass */
.studio-supporter-search-form .form-group .form-control--wrap {
  flex: 1;
}

@media screen and (min-width: 769px) {
  /* line 87, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .coupon-modal .form-group {
    display: flex;
    gap: 10px;
  }
  /* line 91, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .coupon-modal .form-group .mt-20px {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 94, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .coupon-modal .form-group .mt-20px {
    margin-top: 20px;
  }
}

/* line 97, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group label {
  width: 30%;
  margin-bottom: 2px;
  font-weight: bold;
  color: #666;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  /* line 97, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .coupon-modal .form-group label {
    margin-bottom: 6px;
  }
}

/* line 105, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group div.right {
  width: 70%;
}

/* line 108, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group .req::after {
  content: '必須';
  display: inline-block;
  width: 32px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 2px;
  margin-left: 8px;
}

/* line 120, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group input {
  outline: none;
}

/* line 122, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group .input-unit {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #ddd;
  gap: 10px;
  padding-right: 11px;
}

/* line 129, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group .input-unit input {
  width: 90%;
  outline: none;
  background: none;
  border: 0px;
}

/* line 134, app/assets/stylesheets/custom/muevo-com/studio.sass */
.coupon-modal .form-group .input-unit span {
  width: 10%;
  text-align: center;
}

/* line 138, app/assets/stylesheets/custom/muevo-com/studio.sass */
.input-radio-custom::after {
  transform: translateY(-70%) !important;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/studio.sass */
.color-primary {
  color: var(--main-color);
}

/* line 143, app/assets/stylesheets/custom/muevo-com/studio.sass */
.box-shipping-fee .shipping-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #F2F4F5;
  padding: 10px 0px;
}

/* line 149, app/assets/stylesheets/custom/muevo-com/studio.sass */
.box-shipping-fee .shipping-item:last-child {
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* line 152, app/assets/stylesheets/custom/muevo-com/studio.sass */
.box-shipping-fee .shipping-setting-rule {
  padding: 0px 10px 0px 0px;
}

/* line 155, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-free-shipping .rule-freeship {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
}

/* line 162, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-free-shipping .rule-freeship input {
  width: 150px;
}

/* line 164, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-free-shipping .note {
  padding: 0px;
  margin: 15px 0px;
  color: #42b6cd;
  font-weight: bold;
  font-size: 12px;
}

/* line 170, app/assets/stylesheets/custom/muevo-com/studio.sass */
.button {
  width: 100%;
  display: flex;
  gap: 20px;
  height: 45px;
  font-weight: bold;
}

/* line 176, app/assets/stylesheets/custom/muevo-com/studio.sass */
.button button {
  border-radius: 4px;
}

/* line 178, app/assets/stylesheets/custom/muevo-com/studio.sass */
.button .button-cancel {
  width: 50%;
  border: 2px solid #ddd;
}

/* line 181, app/assets/stylesheets/custom/muevo-com/studio.sass */
.button .button-save {
  width: 50%;
}

/* line 184, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .label {
  margin-bottom: 10px;
}

/* line 186, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .step {
  width: 25%;
  display: flex;
  gap: 4px;
  align-items: center;
}

/* line 191, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .step .step-no {
  width: 20px;
  height: 20px;
  background: #ddd;
  font-size: 12px;
  border-radius: 11px;
  text-align: center;
}

/* line 198, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .step .step-no-active {
  color: #fff;
  background: var(--main-color);
}

/* line 201, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .step .step2 {
  justify-content: center;
}

/* line 203, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .step .step4 {
  justify-content: center;
}

/* line 205, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .step .horizontal-line {
  width: 75%;
  height: 2px;
  background: #ddd;
}

/* line 209, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .block-step-2 {
  display: none;
}

/* line 211, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .block-step-2 .option-setting-shipping-1 {
  margin-top: 20px;
}

/* line 213, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .option-setting-shipping-3 {
  border: 2px dotted #ededed;
  margin-bottom: 20px;
  padding: 20px;
}

/* line 217, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-create-shipping-rule .option-setting-shipping-3 .modal-setting-size {
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 30px;
}

/* line 224, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-money h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 228, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-money form p {
  margin-bottom: 5px;
}

/* line 230, app/assets/stylesheets/custom/muevo-com/studio.sass */
#modal-money form button {
  width: 100%;
  height: 45px;
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

/* line 237, app/assets/stylesheets/custom/muevo-com/studio.sass */
.m-b-10 {
  margin-bottom: 10px;
}

/* line 241, app/assets/stylesheets/custom/muevo-com/studio.sass */
.table-custom tr td {
  border: 1px solid #ccc;
  padding: 10px;
}

/* line 245, app/assets/stylesheets/custom/muevo-com/studio.sass */
#setting-size .modal-close-btn--top {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 125px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

/* line 260, app/assets/stylesheets/custom/muevo-com/studio.sass */
.border-primary-2 {
  border: 2px solid var(--main-color) !important;
}

/* line 262, app/assets/stylesheets/custom/muevo-com/studio.sass */
.font-weight {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  /* line 266, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .form-setting-area .list-area {
    display: flex;
  }
}

/* line 268, app/assets/stylesheets/custom/muevo-com/studio.sass */
.bottom-border {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/* line 271, app/assets/stylesheets/custom/muevo-com/studio.sass */
.top-border {
  border-top: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  /* line 273, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .d-flex-pc {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  /* line 276, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .ml-auto-pc {
    margin-left: auto;
  }
}

/* line 279, app/assets/stylesheets/custom/muevo-com/studio.sass */
.payment-text {
  font-size: 10px !important;
}

/* line 281, app/assets/stylesheets/custom/muevo-com/studio.sass */
.title-14 {
  font-size: 14px !important;
  font-weight: bold;
}

/* line 284, app/assets/stylesheets/custom/muevo-com/studio.sass */
.text-14 {
  font-size: 14px !important;
}

/* line 286, app/assets/stylesheets/custom/muevo-com/studio.sass */
.title-28 {
  font-size: 28px !important;
  font-weight: bold;
}

/* line 289, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-payment-scope {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 300, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-payment-scope i {
  font-size: 10px;
  margin-left: 3px;
}

/* line 303, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-payment-scope i.up {
  display: none;
}

/* line 305, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-payment-scope i.down {
  display: inline;
}

/* line 308, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-payment-scope.is-opened i.up {
  display: inline;
}

/* line 310, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-payment-scope.is-opened i.down {
  display: none;
}

/* line 312, app/assets/stylesheets/custom/muevo-com/studio.sass */
.card-payment {
  font-size: 10px;
  background-color: #F2F4F5;
  color: #666666;
  border-radius: 4px;
  padding: 20px;
}

/* line 318, app/assets/stylesheets/custom/muevo-com/studio.sass */
.payment-detail {
  display: none;
}

@media screen and (min-width: 769px) {
  /* line 320, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .padding-pc-20-sp-0 {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 320, app/assets/stylesheets/custom/muevo-com/studio.sass */
  .padding-pc-20-sp-0 {
    padding: 0px;
  }
}

/* line 326, app/assets/stylesheets/custom/muevo-com/studio.sass */
.public-scope--wrap {
  position: relative;
  display: inline-block;
}

/* line 329, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-public-scope {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 340, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-public-scope i {
  font-size: 10px;
  margin-left: 3px;
}

/* line 343, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-public-scope i.up {
  display: inline;
}

/* line 345, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-public-scope i.down {
  display: none;
}

/* line 348, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-public-scope.is-closed i.up {
  display: none;
}

/* line 350, app/assets/stylesheets/custom/muevo-com/studio.sass */
.btn-public-scope.is-closed i.down {
  display: inline;
}

/* line 352, app/assets/stylesheets/custom/muevo-com/studio.sass */
.scope-list {
  display: flex;
  flex-wrap: wrap;
  margin: -3px -5px;
}

/* line 356, app/assets/stylesheets/custom/muevo-com/studio.sass */
.scope-list li {
  font-size: 0;
  padding: 3px 5px;
}

/* line 359, app/assets/stylesheets/custom/muevo-com/studio.sass */
.scope-list li span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 24px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 999px;
}

/* line 368, app/assets/stylesheets/custom/muevo-com/studio.sass */
.public-scope--box {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 30px;
  background-color: #f2f4f5;
  border-radius: 15px;
  z-index: 1;
  margin: 10px 0;
}
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .text-title-archive-articles {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .text-title-archive-articles {
    padding: 20px 20px 18px 0px;
  }
}

/* line 15, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .text-list-store {
  padding-top: 0px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .text-sub-title-archive-articles {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  /* line 17, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .text-sub-title-archive-articles {
    padding: 0px 20px 10px 0px;
  }
}

/* line 23, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .text-comment {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .page-month-archive {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  /* line 27, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .page-month-archive {
    padding: 0px 0px 30px 0px !important;
    padding-bottom: 20px !important;
    border-bottom: 0px;
  }
}

/* line 33, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .row-archive {
  padding: 20px 30px;
  border-bottom: 2px solid #F2F4F5;
}

@media screen and (max-width: 768px) {
  /* line 33, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .row-archive {
    padding: 10px 15px;
  }
}

/* line 38, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .archive-label {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

/* line 42, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .archive-font14 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .archive-font14333 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .archive-filter-selector {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  /* line 50, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .archive-filter-selector {
    margin-left: 5px;
  }
}

/* line 57, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .filter-radio-archive {
  display: flex;
  gap: 15px;
}

/* line 60, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .filter-radio-archive-1 {
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 60, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .filter-radio-archive-1 {
    display: block;
  }
}

/* line 64, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .selector-archive {
  background: #F2F4F5;
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 4px;
  padding: 30px;
  justify-content: space-between;
  border-end-end-radius: 0px;
  border-end-start-radius: 0px;
}

@media screen and (max-width: 768px) {
  /* line 64, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .selector-archive {
    padding: 20px 30px 20px 15px;
  }
}

/* line 76, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .small-text-archive {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

@media screen and (max-width: 768px) {
  /* line 76, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .small-text-archive {
    padding: 0px 20px;
  }
}

/* line 82, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .button-new-special {
  margin-top: 18px;
  bottom: calc(100% + 20px);
  width: 160px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .button-new-special svg {
  margin-right: 4px;
}

/* line 91, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .btn-studio-special-back {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px);
  width: 217px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

/* line 100, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .btn-studio-special-back i {
  margin: 3px 4px 0 0;
}

/* line 102, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .store-post-edit-actions {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 102, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .store-post-edit-actions {
    margin-top: 30px;
  }
}

/* line 107, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .btn-edit-archive {
  max-width: 300px;
  height: 45px;
}

/* line 110, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .box-studio-special-edit {
  padding: 30px 30px 53px !important;
}

@media screen and (max-width: 768px) {
  /* line 110, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .box-studio-special-edit {
    padding: 20px 0 28px !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 114, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .box-studio-special-alert {
    padding: 20px 20px 25px 20px !important;
    margin: 5px -5vw 25px -5vw;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0px;
  }
}

@media screen and (max-width: 768px) {
  /* line 120, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .box-studio-special-alert2 {
    padding: 0px 0 0px !important;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}

/* line 125, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .join-on-plan {
  background-color: #42B6CD;
}

/* line 127, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .join-exit-plan {
  background-color: #666666;
}

/* line 129, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .font-14 {
  font-size: 14px !important;
}

/* line 131, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .image-style {
  width: 29px;
  height: 19px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  /* line 131, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .image-style {
    margin-left: 0px;
  }
}

/* line 137, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .sp-title-setting-archive {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  /* line 137, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .sp-title-setting-archive {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #EEEEEE;
  }
}

@media screen and (max-width: 768px) {
  /* line 142, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .box-orders--wrap {
    margin: 0px -5vw 0px !important;
  }
}

/* line 145, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .setting-folder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #F2F4F5;
  padding: 10px 0px;
}

@media screen and (max-width: 768px) {
  /* line 145, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .setting-folder {
    border-bottom: 1px solid #EEEEEE;
  }
}

/* line 153, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .image-setting-archive {
  padding: 0px 40px 5px 30px;
}

/* line 155, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .rule-folder {
  border-bottom: 0px;
}

@media screen and (max-width: 768px) {
  /* line 155, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .rule-folder {
    border-bottom: 1px solid #EEEEEE !important;
  }
}

/* line 159, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .arrow-right {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 161, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .folder-items {
    margin-top: 0;
  }
}

/* line 164, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .edit-folder-back {
  display: flex;
}

@media screen and (max-width: 768px) {
  /* line 164, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .edit-folder-back {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 168, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .field-group-email {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
}

/* line 172, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .font-20-size {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}

/* line 177, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .border-image-archive {
  border-bottom: 0px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  /* line 180, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .studio-archive-month-select {
    flex-direction: row;
  }
}

/* line 183, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .unit-month-archive {
  padding: 10px 14px 7px 4px;
}

/* line 185, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.studio-content .text-month-left0 {
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  /* line 187, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-content .inner-line-archive {
    height: 1px;
    background: #ddd;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* line 195, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.plan-select-store-act {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.content-container .sub-post-special-check {
  border-radius: 15px;
  padding: 15px 18px;
  margin-top: 12px;
  display: block;
  background-color: #f2f4f5;
}

/* line 206, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.content-container .folder-select-archive {
  background-color: #FFF;
  boder-radius: 3px;
}

/* line 210, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal-template-archive-post .set-folder-special {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}

/* line 213, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.archive-filter-selector {
  background-color: transparent !important;
}

@media screen and (min-width: 769px) {
  /* line 216, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .archive-filter-selector-list-plan {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  /* line 221, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-orders-list .item .item-left {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* line 226, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .studio-orders-list .item .item-right p .-label {
    font-size: 10px;
    font-weight: 500;
  }
}

/* line 231, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .content-model-archive {
  background: #F2F4F5;
  border-radius: 10px;
  padding: 25px;
  margin: 0px auto 20px;
  width: 520px;
}

@media screen and (max-width: 768px) {
  /* line 231, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .content-model-archive {
    width: 100%;
  }
}

/* line 239, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .title-modal-archive {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 239, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .title-modal-archive {
    font-size: 16px;
    text-align: left;
  }
}

/* line 248, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .text-comment-modal {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

/* line 252, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .modal--body-archive-month {
  padding: 20px !important;
}

@media screen and (max-width: 768px) {
  /* line 252, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .modal--body-archive-month {
    padding: 0px !important;
  }
}

/* line 257, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .btns--wrap4 .btns--inner {
  display: flex;
  justify-content: flex-end;
  max-width: 320px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  /* line 257, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .btns--wrap4 .btns--inner {
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0px !important;
  }
}

/* line 266, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .btns--wrap4 .btns--inner div {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  /* line 266, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .btns--wrap4 .btns--inner div {
    padding: 0 !important;
    max-width: none !important;
  }
}

/* line 271, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .title-modal-archive {
  margin-left: -1vw;
  margin-right: -1vw;
  margin-bottom: 25px !important;
  margin-top: 15px !important;
}

@media screen and (max-width: 768px) {
  /* line 271, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .title-modal-archive {
    padding-bottom: 0px !important;
    border-bottom: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
  }
}

/* line 283, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.modal--body .icon-notice-modal {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 283, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .modal--body .icon-notice-modal {
    margin-top: 5px;
    padding-bottom: 0px !important;
    border-bottom: none !important;
  }
}

/* line 290, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.margin-left-5 {
  margin-left: 5px;
}

/* line 292, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.archive-list-item-order {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 296, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.width-image-archive {
  width: 100%;
}

/* line 300, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.list-box-posts-archive .box-posts img {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  /* line 300, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .list-box-posts-archive .box-posts img {
    width: 100% !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 304, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .archive-list-plan {
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  /* line 307, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
  .campaign-design-archive {
    padding: 20px;
  }
}

/* line 311, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.open-post .post-text-note {
  margin-bottom: 0px;
}

/* line 313, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.exist-count {
  color: #42B6CD;
  font-size: 12px;
  font-weight: bold;
  min-width: 50px;
  white-space: nowrap;
}

/* line 319, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.exist-count.enable {
  padding: 23px 0 0 5px;
}

/* line 321, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.exist-count.block {
  padding: 15px 0 0 5px;
}

/* line 323, app/assets/stylesheets/custom/muevo-com/studio/archive_articles.sass */
.line-di {
  border-top: 3px solid #F8F8F8;
  border-bottom: 3px solid #F8F8F8;
  margin-top: 10px;
  padding-bottom: 10px;
}
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-comment {
  color: #42b6cd;
  font-size: 12px;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.taggings {
  color: #3cc;
  padding: 15px 15px 15px 25px;
  border: 1px solid #3cc;
  font-size: 12px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.taggings .remove-tagging {
  color: #3cc;
  padding: 5px 8px;
  background: #f2f2f7;
  border-radius: 100%;
  margin: 10px 0 0 10px;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox, .custom-radio {
  width: fit-content;
  padding: 10px 36px 10px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #f2f4f5;
  font-weight: bold;
  border: 1px solid #f2f4f5;
}

/* line 32, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
  position: static;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:before,
.custom-radio .custom-control-label:after {
  top: calc(50% - 8px) !important;
  right: 10px;
  left: auto;
  width: 16px;
  height: 16px;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 2px solid #999;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox.custom-control-input ~ .custom-control-label::before, .custom-radio.custom-control-input ~ .custom-control-label::before {
  border-radius: 0.5rem;
  border-width: 2px;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox.custom-control-input:checked ~ .custom-control-label::before, .custom-radio.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #42B6CD;
  background-color: #42B6CD;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.custom-checkbox.custom-control-input:checked ~ .custom-control-label::after, .custom-radio.custom-control-input:checked ~ .custom-control-label::after {
  background: url(/assets/icons/items/icon_check-e0391af6e9c77ed46286295e779baa3f211b9aba72ea9d9aed4ffec22c3c3804.svg) no-repeat center;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image {
  position: relative;
  width: 70px;
  height: 60px;
  background: #f2f4f5;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* line 64, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image .-icon {
  position: static;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image .upload-file-btn {
  padding-top: 13px;
  border: none;
  border-radius: 0;
}

/* line 70, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image .upload-file-btn .plus {
  margin-bottom: 5px;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image .upload-file-btn .plus img {
  position: static;
}

/* line 74, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image .upload-file-btn p {
  font-size: 10px;
  font-weight: 400;
}

/* line 77, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-image img {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 90, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-link {
  font-size: 12px;
}

/* renewal */
/* line 93, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-box-outer {
  position: absolute;
  right: 0;
  bottom: calc(100% + 25px);
}

@media screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-box-outer {
    right: 1rem;
  }
}

/* line 99, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-new-regist {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  width: 160px;
  height: 45px;
  font-size: 12px;
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-new-regist svg {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  /* line 99, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-new-regist {
    right: calc(10px - 5vw);
    bottom: calc(100% + 12px);
  }
}

/* line 113, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.slct select {
  padding: 9px 34px 9px 14px;
}

/* line 115, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
a {
  color: #212529;
}

/* line 117, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.alert-warning {
  color: #212529;
  background-color: #e1f0f4;
  border-color: #e1f0f4;
}

/* line 121, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.alert-warning h3 {
  font-size: 20px;
}

/* line 123, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.badge-danger {
  background-color: #42b6cd;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-grp {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-grp .field_with_errors {
  display: flex;
}

/* line 132, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-grp .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-grp .input-grp-append {
  display: flex;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-grp .input-grp-append .input-grp-text {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  margin-left: 8px;
  margin-bottom: 2px;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-patron,
.btn-submit {
  background-color: #42b6cd;
}

/* line 150, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-item-create {
  width: 80px;
}

@media screen and (max-width: 768px) {
  /* line 150, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-item-create {
    width: 100%;
  }
}

/* line 154, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.list-tags-wrap.-added {
  margin-top: 14px;
}

/* line 156, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.white-space-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 158, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .price_free_ship {
    width: 160px;
    margin-top: 10px;
  }
  /* line 162, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .price_free_ship + span {
    margin-right: 0 !important;
    margin-bottom: 2px;
  }
}

/* line 165, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-update {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  /* line 165, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-update {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* line 171, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 171, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .page-items {
    padding: 0 !important;
    margin: 0 -5vw;
  }
}

/* line 176, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .per-page-pagination {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 176, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .page-items .per-page-pagination {
    padding: 20px 5vw;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/* line 184, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 0;
  border-bottom: 3px solid #f2f4f5;
}

/* line 189, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-left {
  width: 40px;
  font-size: 12px;
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-left .btn-position {
  color: #666;
}

/* line 195, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right {
  flex: 1;
}

/* line 197, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-top {
  display: flex;
  margin-bottom: 15px;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-top img {
  width: 44px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

/* line 205, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-top .-info1 {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 210, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-top .-info1 .-ttl {
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 7px;
  color: #42B6CD;
}

/* line 215, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-top .-info1 .-label {
  font-size: 10px;
  font-weight: 400;
}

/* line 218, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-bot {
  display: flex;
}

/* line 220, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .item-right .-bot .label {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
}

/* line 225, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.page-items .items .item .btn-schedule {
  display: none;
}

/* line 228, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-content-send {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 232, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-content-send input[type="number"] {
  width: 180px;
}

@media screen and (max-width: 768px) {
  /* line 228, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .studio-content-send {
    align-items: flex-end;
  }
  /* line 236, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .studio-content-send input[type="number"] {
    width: 150px;
  }
}

/* line 238, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-shipping-fee-update {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  /* line 238, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-shipping-fee-update {
    margin-top: 10px;
  }
}

/* line 243, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-shipping-fee .box-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 246, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn {
    font-size: 12px;
  }
  /* line 248, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-shipping-fee {
    padding: 20px 0 22px !important;
    margin-bottom: 0;
  }
  /* line 251, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-shipping-fee .box-ttl {
    margin-bottom: 10px;
  }
  /* line 253, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-shipping-fee-sp {
    padding-bottom: 0 !important;
  }
}

/* line 255, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-tbl {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 258, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-tbl .-img {
  border-radius: 4px;
}

/* line 260, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-tbl .-ttl {
  font-size: 12px;
  font-weight: bold;
  color: #42B6CD;
  word-break: break-all;
  white-space: pre-wrap;
}

/* line 266, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-item-schedule {
  display: inline-block;
  width: 50px;
  font-size: 10px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  line-height: 15px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  margin-top: 5px;
}

/* line 278, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-items .toggle-button-cover .button-cover .button-item .layer {
  background: #999;
}

/* line 280, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-items .toggle-button-cover .button-cover .button-item input[type="checkbox"]:disabled ~ .layer {
  background-color: #ececf1;
}

/* line 282, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.-sp-items-action {
  margin-top: 27px;
}

/* line 284, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box.box-new-item {
  padding: 30px 40px;
}

@media screen and (max-width: 768px) {
  /* line 284, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box.box-new-item {
    border: none;
    padding: 20px 0;
    margin-bottom: 0;
  }
  /* line 290, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box.box-new-item .box-ttl {
    margin-bottom: 20px;
  }
}

/* line 292, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.form-group--item-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 296, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.form-group--item-ttl .-ttl--wrap {
  margin-right: 20px;
}

/* line 298, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.form-group--item-ttl .-field--wrap {
  width: 100%;
  max-width: 500px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  /* line 292, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .form-group--item-ttl {
    flex-wrap: wrap;
  }
  /* line 304, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .form-group--item-ttl .-field--wrap {
    margin: 4px 0 10px;
  }
  /* line 306, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .form-group--item-ttl .-btn--wrap {
    width: 100%;
  }
}

/* line 308, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-studio-items-back {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px);
  width: 190px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

/* line 317, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-studio-items-back i {
  margin: 3px 4px 0 0;
}

/* line 319, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-studio-item-edit {
  padding: 30px 30px 80px !important;
}

@media screen and (max-width: 768px) {
  /* line 319, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-studio-item-edit {
    padding: 20px 0 60px !important;
  }
}

/* line 324, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-content .alert-studio-item-edit {
  padding: 25px;
  margin: 0 0 4px;
}

/* line 327, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-content .alert-studio-item-edit h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 331, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-content .alert-studio-item-edit ul li {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* line 335, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-field-group {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

/* line 340, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-field-group .-label--wrap {
  flex: 28.42%;
  max-width: 28.42%;
  padding-top: 12px;
}

/* line 344, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-field-group .-label--wrap label {
  font-size: 14px;
  font-weight: 400;
}

/* line 347, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-field-group .-label--wrap label .badge {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  /* line 340, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-field-group .-label--wrap {
    flex: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 6px;
  }
}

/* line 354, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-field-group .-field--wrap {
  flex: 71.58%;
  max-width: 71.58%;
}

/* line 357, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-field-group .-field--wrap .-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 354, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-field-group .-field--wrap {
    flex: 100%;
    max-width: 100%;
  }
}

/* line 365, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-images {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

/* line 369, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-images > li {
  padding: 5px;
}

/* line 371, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.fields-nested-item {
  display: flex;
  margin-bottom: 20px;
}

/* line 374, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-fee--count {
  margin-right: 40px;
}

/* line 376, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-fee--count .field-control {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 374, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .items-fee--count {
    margin-right: 20px;
  }
  /* line 380, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .items-fee--count .field-control {
    width: 70px;
  }
}

/* line 383, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-fee--price .field-control {
  width: 200px;
}

@media screen and (max-width: 768px) {
  /* line 383, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .items-fee--price .field-control {
    width: 160px;
  }
}

/* line 387, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-spec--remove {
  padding-top: 10px;
  margin-left: 10px;
}

/* line 390, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-eidt-kind--header {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

/* line 396, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-eidt-kind--header .item-eidt-kind--name {
  width: 200px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  /* line 396, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-eidt-kind--header .item-eidt-kind--name {
    width: 160px;
  }
}

/* line 401, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-eidt-kind--header .item-eidt-kind--count {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 401, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-eidt-kind--header .item-eidt-kind--count {
    width: 70px;
  }
}

/* line 405, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-item-fields-nested-add {
  width: 166px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 4px;
}

/* line 414, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-item-fields-nested-add:hover {
  color: var(--main-color);
}

/* line 416, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-edit-kind--name {
  width: 200px;
  margin-right: 30px;
}

/* line 419, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.items-edit-kind--count {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 419, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .items-edit-kind--count {
    width: 70px;
  }
}

/* line 423, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-help {
  font-size: 10px;
  font-weight: 400;
  margin-top: 14px;
  color: #666;
}

/* line 428, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-help02 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-top: 8px;
}

/* line 433, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-actions {
  text-align: center;
  margin-top: 70px;
}

/* line 436, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-actions .btn-type {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  /* line 436, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-edit-actions .btn-type {
    max-width: 100%;
  }
}

/* line 440, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-tags-form {
  display: flex;
  align-items: center;
}

/* line 443, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-tags-form .input-grp-append {
  margin-left: 8px;
}

/* line 445, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-discount-tbl {
  border-collapse: collapse;
}

/* line 447, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-discount-tbl th, .item-edit-discount-tbl td {
  padding: 8px 0;
}

/* line 450, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-discount-tbl tr:first-child th, .item-edit-discount-tbl tr:first-child td {
  padding-top: 0;
}

/* line 453, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-discount-tbl tr:last-child th, .item-edit-discount-tbl tr:last-child td {
  padding-bottom: 0;
}

/* line 455, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-discount-tbl th {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-right: 34px;
}

/* line 461, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-edit-discount-tbl td input[type=number] {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 445, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-edit-discount-tbl {
    display: block;
  }
  /* line 465, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-edit-discount-tbl tbody, .item-edit-discount-tbl tr, .item-edit-discount-tbl th, .item-edit-discount-tbl td {
    display: block;
  }
  /* line 467, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-edit-discount-tbl tbody tr:not(:last-child), .item-edit-discount-tbl tr tr:not(:last-child), .item-edit-discount-tbl th tr:not(:last-child), .item-edit-discount-tbl td tr:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 469, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-edit-discount-tbl tbody th, .item-edit-discount-tbl tr th, .item-edit-discount-tbl th th, .item-edit-discount-tbl td th {
    padding: 0 0 7px;
  }
  /* line 471, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .item-edit-discount-tbl tbody td, .item-edit-discount-tbl tr td, .item-edit-discount-tbl th td, .item-edit-discount-tbl td td {
    padding: 0;
  }
}

/* line 473, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-order-search-item {
  display: flex;
  margin-bottom: 24px;
}

/* line 476, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-order-search-item .-label {
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

/* line 481, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-order-search-item .-field-status {
  width: 150px;
}

/* line 483, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-order-search-item .-field-item-name {
  min-width: 200px;
}

/* line 485, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.studio-order-search-item .-field-date {
  display: flex;
  align-items: center;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  /* line 473, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .studio-order-search-item {
    flex-direction: column;
  }
  /* line 491, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .studio-order-search-item .-label {
    padding-top: 0;
    margin-bottom: 4px;
  }
  /* line 494, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .studio-order-search-item .-field {
    width: 100%;
  }
}

/* line 496, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-orders--wrap {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  /* line 496, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-orders--wrap {
    margin: 60px -5vw 0;
  }
}

/* line 500, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-orders-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 500, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-orders-filter {
    padding: 20px;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 3px solid #f2f4f5;
  }
  /* line 509, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-orders-filter form {
    width: 100%;
  }
  /* line 511, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-orders-filter .search-form2 {
    width: 100%;
    justify-content: space-between;
  }
}

/* line 514, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-upload-file-award {
  position: relative;
  display: flex;
}

/* line 517, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.item-upload-file-award input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 525, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-title-modal {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

/* line 529, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-title-modal-2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/* line 533, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-modal {
  color: #666666;
}

/* line 535, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-radio-custom {
  height: 25px;
}

/* line 537, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-active {
  color: #666666;
  font-weight: bold !important;
}

/* line 540, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-inactive {
  color: #666666;
  font-weight: normal !important;
}

/* line 543, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.button-save-100 {
  width: 100%;
}

/* line 545, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.image-setting {
  padding: 20px;
}

/* line 547, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.image-setting img {
  width: 40px;
  height: 40px;
}

/* line 550, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-bold-12-666 {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

/* line 554, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-12-666 {
  font-size: 12px;
  color: #666666;
}

/* line 557, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-10-666 {
  font-size: 10px;
  color: #666666;
}

/* line 560, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-bold-12-333 {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

/* line 564, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.image-16 {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 769px) {
  /* line 568, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .padding-pc-20 {
    padding: 40px 20px;
  }
  /* line 570, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .border-form {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 60px 100px;
  }
}

@media screen and (max-width: 768px) {
  /* line 577, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .border-form {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 30px 20px;
  }
  /* line 581, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .title-ship-setting {
    font-size: 14px !important;
  }
  /* line 583, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .title-ship-setting span {
    padding-top: 2px !important;
  }
  /* line 585, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .list-select-item-used {
    padding: 10px 20px !important;
  }
  /* line 587, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .list-select-item-used p {
    font-size: 10px !important;
  }
  /* line 589, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .list-select-item-used span {
    font-size: 12px !important;
  }
  /* line 591, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .col-100-sp {
    width: 100%;
  }
}

/* line 593, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-new-item {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* line 598, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.title-ship-setting {
  height: 60px;
  border-radius: 6px;
  background-color: #f2f4f5;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 16px 21px 18px 21px;
  margin-top: 10px;
  display: flex;
  cursor: pointer;
}

/* line 609, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.title-ship-setting span {
  color: #42b6cd;
  font-weight: normal;
  font-size: 12px;
  padding-top: 8px;
}

/* line 614, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.title-ship-setting img {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 618, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.no-border {
  border-radius: 6px 6px 0 0;
  margin-top: 0px;
}

/* line 622, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.shipping-item-setting {
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid #f2f4f5;
}

/* line 626, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.list-select-item-used {
  padding: 15px 30px;
}

/* line 628, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.list-select-item-used p {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
}

/* line 632, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.list-select-item-used span {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

/* line 636, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.list-select-item-unused {
  padding: 15px 30px;
}

/* line 638, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.list-select-item-unused span {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

/* line 642, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.title-select-item {
  color: #42b6cd !important;
}

/* line 644, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-custom-ship {
  width: 160px;
  height: 45px;
  font-size: 12px;
  margin: 50px 0 30px;
}

/* line 649, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.status-setting {
  width: 68px;
  height: 25px;
  border-radius: 30px;
  background-color: #ff9403;
  color: white;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
}

/* line 658, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-setting-shipping {
  color: #666666;
  font-size: 12px;
  border-bottom: 2px solid #6666662b;
  padding: 10px 8px 15px 16px;
  line-height: 1.7;
}

/* line 664, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-setting-shipping .status-setting {
  margin-left: -5px;
}

/* line 666, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.div-image-44 {
  width: 44px;
  height: 44px;
}

/* line 669, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.modal--dialog-custom {
  height: calc(100% - 50px) !important;
}

/* line 671, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-div-shipping-setting {
  cursor: pointer;
  height: 50px;
  text-align: center;
  border: 1px solid #707070;
  background-color: #FFFFFF;
}

/* line 677, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-div-shipping-setting span {
  font-size: 12px;
  color: #42b6cd;
  line-height: 48px;
  font-weight: bold;
}

/* line 682, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.title-edit-shipping {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: bold;
}

/* line 687, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.border-box-f4 {
  padding: 20px;
  color: #666666;
  background-color: #F4F4F4;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}

/* line 694, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-14-bold {
  font-size: 14px;
  color: #333333 !important;
  font-weight: bold;
}

/* line 698, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.title-item-shipping-setting {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 703, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-14 {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

/* line 707, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.mb-17px {
  margin-bottom: 17px;
}

/* line 709, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.mb-10px {
  margin-bottom: 10px;
}

/* line 711, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.modal--dialog-700 {
  max-width: 700px !important;
}

/* line 713, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-area {
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  padding: 12px 21px;
}

/* line 719, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-area p {
  font-size: 10px;
}

/* line 721, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-area span {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

/* line 725, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.mx-20px {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

/* line 728, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media screen and (min-width: 769px) {
  /* line 732, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .padding-pc-60 {
    padding: 60px;
  }
  /* line 734, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .shipping_setting_name {
    display: flex;
    gap: 5px;
  }
  /* line 737, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .shipping_setting_name_input {
    width: 340px;
  }
  /* line 739, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .shipping_setting_money_input {
    width: 300px;
  }
  /* line 741, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .area-small-region {
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 746, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .text-12-sp {
    font-size: 12px !important;
  }
  /* line 748, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .text-12-bold-sp {
    font-size: 12px !important;
    font-weight: bold;
  }
  /* line 751, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .padding-sp-20 {
    padding: 20px;
  }
  /* line 753, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .shipping_setting_name_input {
    width: 229px;
  }
  /* line 755, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .shipping_setting_money_input {
    width: 270px;
  }
  /* line 757, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .area-small-region {
    display: block;
    gap: 20px;
  }
  /* line 760, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .width-area-sp {
    width: 180px;
  }
}

/* line 762, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-delete-item-image {
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  /* line 766, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .mt-30-20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  /* line 766, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .mt-30-20 {
    margin-top: 30px;
  }
}

/* line 771, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.input-connect {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  /* line 771, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .input-connect {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  /* line 771, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .input-connect {
    width: 530px;
  }
}

/* line 779, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.button-connect {
  border-radius: 6px !important;
}

@media screen and (min-width: 769px) {
  /* line 779, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .button-connect {
    max-width: 84px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 779, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .button-connect {
    width: 100%;
    max-width: unset !important;
  }
}

/* line 787, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-20-333 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

/* line 791, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-24-333 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

/* line 795, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.text-14-666 {
  font-size: 14px;
  color: #666666;
}

/* line 798, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.box-discord {
  padding: 20px 20px 25px 20px;
  background-color: #E1F0F4;
  border-radius: 6px;
}

@media screen and (min-width: 769px) {
  /* line 798, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-discord {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 798, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .box-discord {
    margin-top: 30px;
  }
}

/* line 806, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 808, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .mt-10-sp {
    margin-top: 10px;
  }
}

/* line 811, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-disconnect {
  background-color: #999999;
  border-radius: 6px;
  color: #FFFFFF;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /* line 811, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-disconnect {
    max-width: unset;
    height: 45px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  /* line 811, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-disconnect {
    max-width: 622px !important;
    height: 57px;
  }
}

/* line 823, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.mt-20px {
  margin-top: 20px;
}

/* line 825, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
.btn-update-roles {
  padding-left: 7px !important;
  padding-right: 7px !important;
  width: fit-content !important;
  line-height: 30px !important;
  height: 30px !important;
}

@media screen and (max-width: 768px) {
  /* line 825, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-update-roles {
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  /* line 825, app/assets/stylesheets/custom/muevo-com/studio/items.sass */
  .btn-update-roles {
    margin-left: 20px;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .btn-new-regist {
    bottom: calc(100% + 17px);
  }
}

/* line 8, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  /* line 8, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__list {
    flex-direction: column;
    gap: 24px;
  }
}

/* line 22, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card {
  position: relative;
  width: calc(50% - 8px);
  background: #f2f4f5;
  padding: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 22, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card {
    width: 100%;
  }
}

/* line 34, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--user .lottery-card__header {
  max-width: 233px;
}

@media screen and (max-width: 768px) {
  /* line 34, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--user .lottery-card__header {
    max-width: 100%;
  }
}

/* line 41, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--user .lottery-card__state {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media screen and (max-width: 768px) {
  /* line 41, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--user .lottery-card__state {
    top: 16px;
    right: 16px;
  }
}

/* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--user .lottery-card__body-info-top:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--user .lottery-card__body-info-top:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  /* line 60, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--user .btn-type.btn-proceed {
    line-height: 40px;
    height: 40px;
  }
}

/* line 68, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 68, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--prize {
    border: 1px solid #ddd;
    min-height: 424px;
  }
}

/* line 75, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__body-media {
  width: 251px;
}

@media screen and (max-width: 1365px) {
  /* line 75, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--prize .lottery-card__body-media {
    width: 100%;
  }
}

/* line 82, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__body-info {
  padding-top: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 82, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--prize .lottery-card__body-info {
    padding-top: 0;
  }
}

/* line 90, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__state {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  line-height: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 100, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__body-title {
  color: #666666;
}

/* line 105, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__body-info-bottom .btn-block + .btn-block {
  margin-top: 0;
}

/* line 109, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__body-info-bottom .btn-type {
  height: 26px;
  line-height: 26px;
}

/* line 115, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--prize .lottery-card__body-info-bottom > *:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  /* line 122, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--detail {
    padding: 16px;
  }
}

/* line 127, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--detail .lottery-card__body-media {
  width: 227px;
}

@media screen and (max-width: 1365px) {
  /* line 127, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card--detail .lottery-card__body-media {
    width: 100%;
  }
}

/* line 136, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--detail .lottery-card__title:not(:last-child) {
  margin-bottom: 8px;
}

/* line 141, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card--detail .lottery-card__body-desc {
  font-size: 12px;
  line-height: 18px;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__title {
  font-size: 18px;
  line-height: 26px;
  max-width: 365px;
  overflow-wrap: break-word;
  flex-grow: 1;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

@media screen and (max-width: 1365px) {
  /* line 147, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  /* line 147, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__title {
    font-size: 16px;
    line-height: 23px;
  }
}

/* line 168, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__state {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  flex-shrink: 0;
  border-radius: 4px;
  padding: 3px 10px;
  border: 1px solid transparent;
  background-color: #ff9403;
  color: #fff;
}

/* line 180, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__state.lottery-card__state--variant-first {
  background-color: #999;
}

/* line 184, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__state.lottery-card__state--variant-second {
  background-color: #fff;
  border-color: #42b6cd;
  color: #42b6cd;
}

/* line 190, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__state.lottery-card__state--variant-third {
  background-color: #fff;
  border-color: var(--tag-txt-off);
  color: var(--tag-txt-off);
}

/* line 196, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__state.lottery-card__state--variant-fourth {
  background-color: #42b6cd;
  color: #fff;
}

/* line 201, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__state.lottery-card__state--variant-fifth {
  background-color: #FA456F;
  color: #fff;
}

/* line 207, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  /* line 207, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__header {
    margin-bottom: 8px;
  }
}

/* line 219, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1365px) {
  /* line 219, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  /* line 219, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body {
    gap: 8px;
  }
}

/* line 234, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-media {
  display: block;
  width: 245px;
  flex-shrink: 0;
}

@media screen and (max-width: 1365px) {
  /* line 234, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body-media {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 234, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body-media {
    position: relative;
  }
}

/* line 246, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-media img {
  background-color: #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 257, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-media-inner {
  display: block;
  width: 100%;
}

/* line 262, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1365px) {
  /* line 262, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body-info {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 262, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body-info {
    width: 100%;
  }
}

/* line 275, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-info-top:not(:last-child) {
  margin-bottom: 8px;
}

/* line 280, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-info-bottom {
  display: flex;
  flex-direction: column;
}

/* line 285, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-info-bottom > *:not(:last-child) {
  margin-bottom: 8px;
}

/* line 291, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

/* line 296, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title:not(:last-child) {
  margin-bottom: 4px;
}

/* line 301, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-desc-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 305, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-desc-flex:not(:last-child) {
  margin-bottom: 8px;
}

/* line 310, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-desc-flex .lottery-card__body-desc:not(:last-child) {
  margin-bottom: 0;
}

/* line 316, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-desc {
  font-size: 13px;
  line-height: 19px;
}

/* line 320, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-desc:not(:last-child) {
  margin-bottom: 8px;
}

/* line 325, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title-cat {
  font-size: 18px;
  line-height: 24px;
  color: #FA456F;
  font-weight: 700;
}

/* line 331, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title-cat:not(:last-child) {
  margin-bottom: 4px;
}

/* line 335, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title-cat span {
  font-size: 12px;
}

/* line 340, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title-large {
  font-size: 16px;
  line-height: 24px;
}

/* line 344, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-title-large:not(:last-child) {
  margin-bottom: 4px;
}

/* line 349, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-info-text-group {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  /* line 349, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body-info-text-group {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
  }
}

/* line 359, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-info-text-group:not(:last-child) {
  margin-bottom: 15px;
}

/* line 364, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-text {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  /* line 364, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-card__body-text {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 372, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-text:not(:last-child) {
  margin-bottom: 4px;
}

/* line 377, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-caption {
  margin-left: auto;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}

/* line 383, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-caption .num {
  font-size: 14px;
}

/* line 386, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__body-caption .num--large {
  font-size: 18px;
}

/* line 392, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__link-txt {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #42b6cd;
}

/* line 399, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 0;
  max-width: 164px;
  width: 100%;
  margin-left: auto;
}

/* line 410, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
  padding-left: 13px;
  padding-right: 13px;
}

/* line 421, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #DDD;
}

/* line 434, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability-desc {
  font-size: 11px;
  line-height: 17px;
}

/* line 439, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability-limited-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 446, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability-winning-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #FA456F;
  margin-bottom: 0;
}

/* line 453, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card__probability-winning-title small {
  font-size: 11px;
  line-height: 18px;
}

/* line 459, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card .extensible-content {
  margin: 0;
}

/* line 464, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card .extensible-content-hidden .extensible-content-body {
  max-height: 70px;
}

/* line 469, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card .extensible-content-buttons {
  background-color: transparent;
  position: relative;
  top: auto;
  bottom: auto;
  padding: 0;
  text-align: initial;
  margin-top: 4px;
  display: flex;
}

/* line 479, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-card .extensible-content-buttons a {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  /* line 487, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .box.lottery-edit-apply {
    border: 1px solid #ddd;
    border-radius: 15px;
  }
}

/* line 493, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.box.lottery-edit-apply .btn-size-md {
  max-width: 257px;
}

@media screen and (max-width: 768px) {
  /* line 493, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .box.lottery-edit-apply .btn-size-md {
    max-width: 350px;
  }
}

@media screen and (max-width: 768px) {
  /* line 501, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .box.lottery-edit-inquiry {
    border: 1px solid #ddd;
    border-radius: 15px;
  }
}

/* line 507, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.box.lottery-edit-inquiry .btn-size-md {
  max-width: 257px;
}

@media screen and (max-width: 768px) {
  /* line 507, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .box.lottery-edit-inquiry .btn-size-md {
    max-width: 350px;
  }
}

/* line 515, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-tag {
  display: inline-flex;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 15px;
  background-color: #999;
  border-radius: 11px;
  color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  /* line 515, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .lottery-tag {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

/* line 530, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-tag--orange {
  background-color: #FF9403;
}

/* line 534, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-tag--primary {
  background-color: #42B6CD;
}

/* line 538, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-tag--danger {
  background-color: #FA456F;
}

/* line 545, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-ticket-table .tbl td {
  padding: 10px;
}

/* line 547, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-ticket-table .tbl td:last-child {
  padding-right: 0;
  text-align: right;
}

/* line 555, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.tbl .text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 561, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-small-text {
  font-size: 12px;
  line-height: 18px;
}

/* line 565, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.lottery-small-text-ec {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #666 !important;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* line 574, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.modal--wrap #dynamic-image {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
  object-fit: contain;
}

/* line 585, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.modal--body .-left .supporter-info-list:not(:last-child) {
  margin-bottom: 32px;
}

/* line 592, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-lottery-box] {
  display: none;
  visibility: hidden;
}

/* line 596, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.visible-lottery-box[data-lottery-box] {
  display: block;
  visibility: visible;
}

/* line 602, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-prize-type] {
  display: none;
  visibility: hidden;
}

/* line 606, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.show-type-prize[data-prize-type] {
  display: block;
  visibility: visible;
}

/* line 612, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 256px;
  background-color: #fff;
  transition: opacity .4s, visibility .4s;
  box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  /* line 613, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .hidden[data-fixed-banner] {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1023px) {
  /* line 612, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  [data-fixed-banner] {
    bottom: 50px;
    right: 0;
    width: 100%;
    border-top: 1px solid #EEE;
    box-shadow: none;
    border-radius: 0;
  }
}

/* line 639, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-inner {
  display: block;
  padding: 24px;
}

@media screen and (max-width: 1023px) {
  /* line 639, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  [data-fixed-banner] .lottery__fixed-banner-inner {
    padding: 8px 16px;
  }
}

/* line 646, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border-radius: 2px 2px 0 0;
  background-color: #42B6CD;
  transition: inherit;
}

@media screen and (max-width: 768px) {
  /* line 646, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  [data-fixed-banner] .lottery__fixed-banner-close {
    display: none;
  }
}

/* line 664, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close-icon {
  display: block;
  height: auto;
}

/* line 668, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close-icon svg, [data-fixed-banner] .lottery__fixed-banner-close-icon path {
  display: block;
  width: 100%;
  height: auto;
}

/* line 674, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close-icon.banner-icon--close {
  width: 11px;
}

/* line 677, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close-icon.banner-icon--close svg, [data-fixed-banner] .lottery__fixed-banner-close-icon.banner-icon--close path {
  stroke: #ffffff;
}

/* line 681, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close-icon.banner-icon--open {
  display: none;
  width: 8px;
  transform: rotate(180deg);
}

/* line 686, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery__fixed-banner-close-icon.banner-icon--open svg, [data-fixed-banner] .lottery__fixed-banner-close-icon.banner-icon--open path {
  fill: #ffffff;
}

/* line 692, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-fixed-banner] .lottery-edit__banner-caption {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  color: #666;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  writing-mode: vertical-lr;
  opacity: 0;
  visibility: hidden;
  transition: inherit;
}

/* line 706, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ddd;
  border-right: 0;
  width: 228px;
}

@media screen and (max-width: 1023px) {
  /* line 706, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] {
    width: 100%;
    border: none;
  }
}

/* line 719, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery__fixed-banner-inner {
  padding: 8px;
}

@media screen and (max-width: 1023px) {
  /* line 723, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form {
    display: flex;
    max-width: 400px;
    gap: 4px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 733, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-title {
  font-size: 11px;
}

@media screen and (max-width: 1023px) {
  /* line 733, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-title {
    padding-left: 3px;
    padding-right: 3px;
  }
  /* line 739, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-title:not(:last-child) {
    margin-bottom: 4px;
  }
}

/* line 745, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-select {
  padding-left: 13px;
  padding-right: 11px;
}

@media screen and (max-width: 1023px) {
  /* line 745, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-select {
    padding-left: 9px;
    padding-right: 10px;
  }
}

/* line 755, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-top:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  /* line 755, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-top:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  /* line 754, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-top {
    gap: 4px;
    width: 55%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 771, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-top-right > *:not(:last-child) {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 779, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-top-left-row {
    gap: 2px;
  }
}

/* line 785, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-bottom {
  max-width: 174px;
  width: 100%;
  padding: 8px;
}

@media screen and (max-width: 1023px) {
  /* line 785, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details-form[data-fixed-banner] .lottery-detail__lots-form-bottom {
    order: -1;
    width: 45%;
    max-width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

/* line 797, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-bottom p {
  font-size: 11px;
  line-height: 17px;
}

/* line 803, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-bottom-group {
  padding-top: 3px;
}

/* line 806, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-bottom-group:first-child {
  padding-top: 0;
}

/* line 810, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details-form[data-fixed-banner] .lottery-detail__lots-form-bottom-group:not(:last-child) {
  padding-bottom: 3px;
}

/* line 817, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details[data-fixed-banner] {
  width: 192px;
  right: 0;
  border-radius: 16px 0 0 16px;
}

@media screen and (max-width: 1023px) {
  /* line 817, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details[data-fixed-banner] {
    width: 100%;
  }
}

/* line 826, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--details[data-fixed-banner] .lottery__fixed-banner-inner {
  padding: 8px 16px 24px;
}

@media screen and (max-width: 1023px) {
  /* line 826, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--details[data-fixed-banner] .lottery__fixed-banner-inner {
    padding: 8px;
  }
}

/* line 833, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--edit[data-fixed-banner] {
  right: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 8px 0 0 8px;
  transition: .4s;
  overflow: visible;
}

@media screen and (min-width: 1024px) {
  /* line 834, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit.hidden[data-fixed-banner] {
    opacity: 1;
    border-radius: 0 0 0 8px;
  }
  /* line 839, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit.hidden[data-fixed-banner] .lottery__fixed-banner-inner {
    transform: translateX(calc(100% - 24px));
    visibility: visible;
  }
  /* line 843, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit.hidden[data-fixed-banner] .lottery__fixed-banner-close {
    border-radius: 2px 0 0 0;
    visibility: visible;
  }
  /* line 847, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit.hidden[data-fixed-banner] .banner-icon--close {
    display: none;
  }
  /* line 850, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit.hidden[data-fixed-banner] .banner-icon--open {
    display: block;
  }
  /* line 853, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit.hidden[data-fixed-banner] .lottery-edit__banner-caption {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  /* line 833, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit[data-fixed-banner] {
    border-radius: 0;
  }
}

/* line 871, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.banner--edit[data-fixed-banner] .lottery__fixed-banner-inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  transition: inherit;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 871, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
  .banner--edit[data-fixed-banner] .lottery__fixed-banner-inner {
    box-shadow: none;
  }
}

/* line 887, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
[data-banner-id] {
  display: none;
}

/* line 890, app/assets/stylesheets/custom/muevo-com/studio/lottery/common.scss */
.show-elem[data-banner-id] {
  display: block;
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .extensible-content-hidden .extensible-content-body {
  max-height: 55px;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .lottery-button-add-card {
  width: 260px;
  height: 44px;
  list-style: 44px;
}

@media screen and (max-width: 768px) {
  /* line 15, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__content {
    padding-top: 32px;
  }
}

/* line 21, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-btn-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  max-width: 755px;
  padding-left: 62px;
  padding-right: 62px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  /* line 21, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-btn-group {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 38, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-btn-group:not(:last-child) {
  margin-bottom: 12px;
}

/* line 42, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-btn-group .btn-type {
  max-width: 119px;
  line-height: 25px;
  height: 25px;
}

/* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content {
  max-width: 783px;
  width: 100%;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-top:not(:last-child) {
  margin-bottom: 4px;
}

/* line 67, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-top .lottery-detail__media-info-share-btn {
  margin-left: auto;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-body {
  position: relative;
  padding-top: 3px;
  padding-right: 32px;
}

/* line 77, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-body:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /* line 77, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-content-body:not(:last-child) {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 768px) {
  /* line 84, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-content-body .lottery-detail__media-info-share-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 93, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-body > *:not(:last-child) {
  margin-bottom: 6px;
}

/* line 100, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-content-bottom:not(:last-child) {
  margin-bottom: 8px;
}

/* line 105, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 105, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-title {
    font-size: 18px;
    line-height: 26px;
  }
}

/* line 116, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-share-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-share-btn {
  display: block;
  width: 34px;
  height: 34px;
  padding: 5px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  /* line 125, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-share-btn {
    width: 30px;
    height: 30px;
    padding: 3px;
  }
}

/* line 141, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-desc {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  /* line 141, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-desc {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 150, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-work-time {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #666;
  gap: 11px;
}

@media screen and (max-width: 768px) {
  /* line 150, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-work-time {
    gap: 4px;
  }
}

/* line 160, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-work-time .work-time-icon {
  flex-shrink: 0;
  width: 24px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  /* line 160, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__media-info-work-time .work-time-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
}

/* line 173, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-work-time .work-time-icon svg, .lottery-detail__media-info-work-time .work-time-icon path {
  display: block;
  fill: #666;
  width: 100%;
  height: 100%;
}

/* line 180, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__media-info-work-time .work-time-icon polyline {
  stroke: #666;
}

/* line 186, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion {
  display: block;
  max-width: 697px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 20px 45px;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 186, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__accordion {
    padding: 8px 32px;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
}

/* line 202, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 202, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__accordion:not(:last-child) {
    margin-bottom: 32px;
  }
}

/* line 210, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion-top {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 216, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion-top h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 216, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__accordion-top h4 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 389px) {
  /* line 216, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__accordion-top h4 {
    font-size: 15px;
  }
}

/* line 231, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion-body {
  width: 100%;
}

/* line 234, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion-body p {
  color: #666;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  /* line 234, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__accordion-body p {
    font-size: 12px;
  }
}

/* line 243, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__accordion-body-inner {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  /* line 243, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__accordion-body-inner {
    padding-top: 16px;
  }
}

/* line 251, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__tabs-wrap .campaign-tabs {
  margin-bottom: 16px;
}

/* line 255, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__tabs-item {
  padding: 40px 35px;
}

@media screen and (max-width: 768px) {
  /* line 255, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__tabs-item {
    padding: 0;
  }
}

/* line 261, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__tabs-item a:hover {
  text-decoration: none;
}

/* line 265, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__notification-box {
  padding: 21px;
  border-radius: 8px;
  max-width: 766px;
  width: 100%;
  margin: 96px auto;
  text-align: center;
  background-color: rgba(66, 182, 205, 0.1);
  color: #42B6CD;
}

/* line 275, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__notification-box--dark {
  background-color: #999;
  color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 265, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__notification-box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* line 288, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize > *:not(:last-child, .lottery-detail__notification-box) {
  border-bottom: 3px solid #F2F4F5;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

/* line 294, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize > *:not(.lottery-detail__prize-item, .lottery-detail__notification-box) {
  padding-bottom: 58px;
}

@media screen and (max-width: 768px) {
  /* line 294, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize > *:not(.lottery-detail__prize-item, .lottery-detail__notification-box) {
    padding-bottom: 40px;
  }
}

/* line 306, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-item > *:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 306, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-item > *:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* line 315, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box {
  padding: 24px;
  border-radius: 8px;
  background-color: #F8F8F8;
}

@media screen and (max-width: 768px) {
  /* line 315, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box {
    padding: 16px;
  }
}

/* line 323, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box .extensible-content {
  margin: 0;
}

/* line 328, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box .extensible-content .inline-btn {
  display: inline-flex;
  position: unset;
}

/* line 334, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box .extensible-content.extensible-content-hidden .read-less {
  display: none;
}

/* line 337, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box .extensible-content.extensible-content-hidden .read-more {
  display: inline-flex;
}

/* line 340, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box .extensible-content .read-more {
  display: none;
}

/* line 344, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box .extensible-content .read-less {
  display: inline-flex;
}

/* line 349, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box a.s-txt-link-on {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #42b6cd;
}

/* line 357, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-desc {
  font-size: 12px;
  line-height: 18px;
}

/* line 362, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-link {
  font-size: 12px;
  line-height: 18px;
  color: #42B6CD;
}

/* line 368, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1240px) {
  /* line 368, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top {
    flex-direction: column;
  }
}

/* line 377, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top:not(:last-child) {
  margin-bottom: 24px;
}

/* line 382, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top .extensible-content-hidden .extensible-content-body {
  max-height: 37px;
}

/* line 388, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-media {
  display: block;
  max-width: 386px;
  width: 100%;
  border-radius: 4px;
  background-color: #CCCCCC;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 1340px) {
  /* line 388, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top-media {
    max-width: 340px;
  }
}

@media screen and (max-width: 1240px) {
  /* line 388, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top-media {
    max-width: 390px;
  }
}

/* line 402, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 412, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info > *:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* line 412, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top-info > *:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* line 419, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info .extensible-content-buttons {
  background-color: unset;
}

/* line 424, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  /* line 424, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top-info-head {
    gap: 12px;
  }
}

/* line 433, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info-head-category {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #FF9403;
  border-radius: 4px;
  padding: 10px 6px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 433, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top-info-head-category {
    width: 48px;
    height: 48px;
  }
}

/* line 451, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info-head-category small {
  font-size: 10px;
}

/* line 456, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info-head-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 456, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-top-info-head-title {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 467, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* line 473, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-top-info-tags .lottery-card__state {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 479, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1240px) {
  /* line 479, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  /* line 479, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 490, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-list:not(:last-child) {
  margin-bottom: 24px;
}

/* line 497, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item {
  display: block;
}

/* line 501, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item > *:not(:last-child) {
  margin-bottom: 8px;
}

/* line 506, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-sold-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(4, 4, 4, 0.6);
}

/* line 519, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-sold-out strong {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

/* line 525, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item-media {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #D9D9D9;
}

/* line 533, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 541, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 548, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item-desc-wrap {
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}

/* line 553, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-item-desc-wrap .lottery-detail__prize-box-link {
  font-size: 10px;
}

/* line 558, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__info-list {
  display: block;
}

/* line 561, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__info-list:not(:last-child) {
  margin-bottom: 32px;
}

/* line 566, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  border-bottom: 3px solid #F2F4F5;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  /* line 566, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 24px 8px;
  }
}

/* line 580, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__info-item:first-child {
  border-top: 3px solid #F2F4F5;
}

/* line 592, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__info-left {
  width: 240px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  /* line 592, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__info-left {
    width: 100%;
  }
}

/* line 600, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__info-right {
  flex-grow: 1;
  max-width: 580px;
}

@media screen and (max-width: 768px) {
  /* line 600, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__info-right {
    max-width: 100%;
  }
}

/* line 608, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots {
  display: block;
}

/* line 612, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots > *:not(:last-child, .lottery-detail__info-list) {
  border-bottom: 3px solid #F2F4F5;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

/* line 620, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form {
  max-width: 265px;
  width: 100%;
  margin-left: auto;
}

/* line 625, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form:not(:first-child) {
  margin-top: 32px;
}

/* line 630, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 635, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top:not(:last-child) {
  margin-bottom: 16px;
}

/* line 640, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top-left {
  width: 46%;
}

/* line 644, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-title {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 7px;
  background-color: #F2F4F5;
  border-radius: 6px;
}

/* line 652, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-title:not(:last-child) {
  margin-bottom: 8px;
}

/* line 657, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top-left-row {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 5px;
}

/* line 663, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-select {
  display: block;
  height: 32px;
  padding: 5px 12px 5px 16px;
  border: 1px solid #42B6CD;
  border-radius: 6px;
  color: #42B6CD;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M4.5 6L0.602885 2.19575e-07L8.39711 9.00968e-07L4.5 6Z' fill='%2342B6CD'/%3E%3C/svg%3E");
  background-size: 9px 8px;
  background-position: calc(100% - 7px) 50%;
}

/* line 678, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-btn {
  border: 1px solid #FF9403;
  color: #FF9403;
  line-height: 32px;
  height: 32px;
}

/* line 685, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top-right {
  width: 54%;
}

/* line 688, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top-right .btn-type {
  line-height: 32px;
  height: 32px;
}

/* line 694, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-top-right > *:not(:last-child) {
  margin-bottom: 8px;
}

/* line 700, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-bottom {
  background-color: #F2F4F5;
  border-radius: 8px;
  padding: 16px;
}

/* line 706, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-bottom-group {
  padding-top: 8px;
  text-align: right;
  font-weight: 500;
}

/* line 711, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-bottom-group:first-child {
  padding-top: 0;
}

/* line 715, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__lots-form-bottom-group:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

/* line 722, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__note {
  width: 100%;
}

/* line 726, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__note > *:not(:last-child) {
  border-bottom: 3px solid #F2F4F5;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

/* line 740, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__note-item:not(:last-child) {
  margin-bottom: 16px;
}

/* line 744, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__note-item p {
  color: #333;
}

/* line 747, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__note-item p:not(:last-child) {
  margin-bottom: 8px;
}

/* line 753, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1023px) {
  /* line 753, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-content {
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
  }
}

/* line 763, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-content .button_to {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 767, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-content-inner {
    flex-shrink: 0;
  }
}

/* line 772, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-content-inner .lottery-card__body-caption {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 772, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-content-inner .lottery-card__body-caption {
    text-align: right;
  }
}

/* line 779, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-title {
  font-size: 22px;
  line-height: 30px;
  text-align: right;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  /* line 779, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-title {
    flex-shrink: 0;
    order: 1111;
  }
}

@media screen and (max-width: 768px) {
  /* line 779, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 793, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-title .middle-ttl {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 793, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-title .middle-ttl {
    font-size: 10px;
  }
}

/* line 800, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-title .large-ttl {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  /* line 800, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-title .large-ttl {
    font-size: 18px;
  }
}

/* line 807, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-title .small-ttl {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  /* line 807, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__banner-title .small-ttl {
    font-size: 11px;
  }
}

/* line 815, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-btn {
  height: 32px;
  line-height: 32px;
  color: #fff;
}

/* line 819, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-btn:hover {
  color: #fff;
}

/* line 823, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-btn--primary {
  background: linear-gradient(90deg, #FF9403 0%, #FF3F03 100%);
}

/* line 827, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__banner-btn--orange {
  background: linear-gradient(90deg, #42B6CD 0%, #4269CD 100%);
}

/* line 832, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__prize-box-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 832, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-btn-wrap {
    gap: 8px;
    align-items: center;
    flex-direction: column-reverse;
  }
  /* line 842, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-btn-wrap .button_to {
    width: 100%;
  }
  /* line 844, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-btn-wrap .button_to .btn-type {
    width: 100%;
  }
  /* line 848, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__prize-box-btn-wrap .btn-type {
    max-width: 400px;
  }
}

/* line 857, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal .modal--box {
  max-width: 485px;
}

/* line 860, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal .modal--box .modal--overflow {
  padding: 20px 20px 40px;
}

/* line 866, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* line 873, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-social-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 879, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 102px;
}

/* line 886, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-social-item-link {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 768px) {
  /* line 886, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__modal-social-item-link {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/* line 896, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-social-item-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  /* line 896, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__modal-social-item-icon {
    width: 40px;
    height: 40px;
  }
}

/* line 908, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-social-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 916, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-social-item-desc {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  /* line 916, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__modal-social-item-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 925, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  /* line 925, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail__modal-provision {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 934, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-list {
  display: block;
}

/* line 937, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-list:not(:last-child) {
  margin-bottom: 16px;
}

/* line 942, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 0 16px 12px;
  border-bottom: 1px solid #eee;
}

/* line 950, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item:first-child {
  border-top: 1px solid #eee;
}

/* line 955, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-left {
  flex-grow: 1;
}

/* line 959, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-right {
  flex-shrink: 0;
  max-width: 200px;
}

/* line 964, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-title {
  display: inline-block;
  min-width: 54px;
  padding: 3px 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #42B6CD;
  margin-bottom: 0;
}

/* line 977, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-title:not(:last-child) {
  margin-bottom: 6px;
}

/* line 982, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-desc {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

/* line 988, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-percent {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 994, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail__modal-provision-item-percent small {
  font-size: 16px;
  font-weight: 500;
  margin-left: 4px;
}

/* line 1001, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .box {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  /* line 1001, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .box {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1009, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .tabs-nav {
    padding: 3px;
  }
}

/* line 1015, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .tabs-nav + .tabs-contents {
  margin-top: 16px;
}

/* line 1020, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .tab-pane.active [data-fixed-banner] {
  display: block;
  visibility: visible;
}

/* line 1026, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel.slide {
  position: relative;
  max-width: 755px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 62px;
  padding-right: 62px;
}

@media screen and (max-width: 768px) {
  /* line 1026, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel.slide {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1040, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-inner {
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #F2F4F5;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1046, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-inner .carousel-item {
    height: auto;
  }
}

/* line 1053, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-control-prev,
.lottery-detail .carousel-control-next {
  bottom: auto;
  top: calc(50% - 40px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F2F4F5;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  /* line 1053, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-control-prev,
.lottery-detail .carousel-control-next {
    top: calc(50% - 46px);
  }
}

/* line 1067, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-control-prev .carousel-control-prev-icon, .lottery-detail .carousel-control-prev .carousel-control-next-icon,
.lottery-detail .carousel-control-next .carousel-control-prev-icon,
.lottery-detail .carousel-control-next .carousel-control-next-icon {
  background-image: url(/assets/icons/icon_arrow03-2e850cd8cffe841751676897a53bd54e1bcb9cfbad17eb2b9905d4d2fc59c576.svg);
  background-position: 50% 50%;
  background-size: 17px 10px;
  background-repeat: no-repeat;
}

/* line 1075, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-control-prev {
  left: 0;
}

@media screen and (max-width: 768px) {
  /* line 1075, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-control-prev {
    left: -16px;
  }
}

/* line 1081, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-control-prev .carousel-control-prev-icon {
  transform: scaleX(-1);
}

/* line 1086, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-control-next {
  right: 0;
}

@media screen and (max-width: 768px) {
  /* line 1086, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-control-next {
    right: -16px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1093, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-item {
    height: auto;
  }
}

/* line 1098, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-item img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  /* line 1108, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-indicators {
    margin-top: 6px;
  }
}

/* line 1114, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-indicators .active .carousel-thumbnails {
  border-color: #42B6CD;
}

/* line 1119, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-indicators .carousel-thumbnails {
  border-radius: 4px;
  border: 3px solid #EEE;
  background: #F2F4F5;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* line 1119, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .carousel-indicators .carousel-thumbnails {
    border-width: 2px;
  }
}

/* line 1129, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-indicators .carousel-thumbnails img {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
}

/* line 1136, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .carousel-indicators > div {
  max-width: calc(100% / 5);
}

/* line 1140, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .btn-type.btn-outline {
  color: var(--main-color);
}

/* line 1143, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .btn-type.btn-outline:hover {
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  /* line 1148, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
  .lottery-detail .tab-form {
    box-shadow: none;
  }
}

/* line 1154, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .lottery-card__body {
  align-items: flex-start;
}

/* line 1157, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail [data-accordion-btn]:after {
  right: -20px;
  width: 17px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.358' height='7.826' viewBox='0 0 13.358 7.826'%3E%3Cg transform='translate(13.358) rotate(90)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath fill='%2342B6CD' d='M9.5,19.294a1.144,1.144,0,0,1-.81-1.952l4.729-4.727L8.69,7.888a1.144,1.144,0,0,1,1.618-1.617l5.537,5.535a1.143,1.143,0,0,1,0,1.617l-5.537,5.535a1.144,1.144,0,0,1-.809.335' transform='translate(-8.355 -5.936)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
}

/* line 1164, app/assets/stylesheets/custom/muevo-com/studio/lottery/detail.scss */
.lottery-detail .active[data-accordion-btn]:after {
  transform: translateY(-50%) scaleY(-1);
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots .play-video {
  object-fit: fill;
}

/* line 8, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__box {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(500 / 665 * 100%);
  border-radius: 4px;
  background-color: #F2F4F5;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__media:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__media:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* line 31, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__media video, .lottery-draw-lots__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 40, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots .button_to {
  width: 100%;
}

/* line 43, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__title {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__title span {
  font-size: 18px;
  line-height: 26px;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__body {
  display: flex;
  flex-direction: column;
}

/* line 60, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__body:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
  }
}

/* line 72, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  /* line 72, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__bottom {
    flex-direction: column-reverse;
    gap: 8px;
  }
}

/* line 83, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__bottom .btn-block + .btn-block {
  margin-top: 0;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__modal .modal--box {
  max-width: 655px;
}

/* line 92, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__modal .modal--box .modal--overflow {
  padding: 48px 48px 58px;
}

@media screen and (max-width: 768px) {
  /* line 92, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__modal .modal--box .modal--overflow {
    padding: 24px 25px 32px;
  }
}

/* line 102, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__modal-content {
  width: 100%;
}

/* line 106, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__modal-content-top {
  width: 100%;
}

/* line 108, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__modal-content-top:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  /* line 108, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__modal-content-top:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* line 116, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 66px;
  border: 2px solid #F2F4F5;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
}

/* line 127, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability:not(:last-child) {
  margin-bottom: 8px;
}

/* line 132, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability-item {
  position: relative;
  text-align: center;
}

/* line 137, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  width: 2px;
  height: 100%;
  border-radius: 4px;
  background-color: #F2F4F5;
}

/* line 150, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability-title {
  font-size: 10px;
  line-height: 14px;
}

/* line 155, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability-count {
  font-size: 14px;
  line-height: 20px;
}

/* line 159, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-probability-count small {
  font-size: 9px;
  line-height: 14px;
  font-weight: 700;
}

/* line 166, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 166, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__prize-content {
    flex-direction: column;
  }
}

/* line 178, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content-media {
  position: relative;
  display: block;
  width: 100%;
}

/* line 184, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content-media-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(173 / 260 * 100%);
  background-color: #F2F4F5;
}

/* line 192, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content-media-inner video, .lottery-draw-lots__prize-content-media-inner iframe, .lottery-draw-lots__prize-content-media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 201, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content-media-inner img {
  object-fit: contain;
  object-position: 50% 50%;
}

/* line 207, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-label-state {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  padding: 5px 14px;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg, #FF84A0 0%, #FA456F 100%);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  z-index: 10;
}

/* line 222, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 8px 14px;
  background: #fff;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

/* line 237, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-content-info-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 243, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-cat-title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0;
  flex-shrink: 0;
  color: #FA456F;
}

@media screen and (max-width: 768px) {
  /* line 243, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__prize-cat-title {
    flex-shrink: 0;
  }
}

/* line 254, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-cat-title small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* line 261, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 261, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__prize-title {
    font-size: 12px;
    line-height: 17px;
  }
}

/* line 272, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__prize-desc {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  /* line 272, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__prize-desc {
    font-size: 10px;
    line-height: 14px;
  }
}

/* line 282, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots__modal-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  /* line 282, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__modal-content-bottom {
    flex-direction: column-reverse;
    margin-bottom: 8px;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  /* line 292, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots__modal-content-bottom .btn-type {
    max-width: 100%;
  }
}

/* line 299, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots .form-group {
  max-width: 75px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 299, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots .form-group {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 107px;
  }
}

/* line 310, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots .form-group label {
  font-weight: 700;
  flex-shrink: 0;
}

/* line 316, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
.lottery-draw-lots .btn-new-regist {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  /* line 316, app/assets/stylesheets/custom/muevo-com/studio/lottery/draw-lots.scss */
  .lottery-draw-lots .btn-new-regist {
    max-width: 180px;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .fixed-container {
  max-width: 1276px;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .custom-control.custom-checkbox {
  padding: 3px 36px 3px 7px;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .custom-checkbox:has(input.custom-radio:checked) {
  border-color: #42b6cd !important;
}

/* line 16, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .custom-control-label {
  margin-bottom: 0;
  margin-top: 2px;
}

/* line 20, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .sidebar-container {
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .right-sidebar--wrap {
    padding-top: 20px;
  }
}

/* line 30, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .content-container {
  max-width: calc(100% - 354px);
}

@media screen and (max-width: 768px) {
  /* line 30, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .content-container {
    max-width: 100%;
  }
}

/* line 37, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .right-container {
  flex: 354px;
  max-width: 354px;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  /* line 37, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .right-container {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  /* line 45, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .right-container:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* line 50, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .right-container .studio-page--title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 56, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .right-container .prize-list {
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .right-container .plan-form {
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  /* line 59, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .right-container .plan-form {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) and (max-width: 389px) {
  /* line 59, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .right-container .plan-form {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* line 71, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .right-container .plan-form .upload-file-awrad {
  position: relative;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .right-container .plan-form .upload-file-awrad input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .studio-content .box {
  padding: 32px;
}

@media screen and (max-width: 768px) {
  /* line 86, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .studio-content .box {
    padding: 16px;
  }
}

/* line 93, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .btn-new-regist {
  width: 100%;
  max-width: 242px;
}

@media screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .btn-new-regist {
    bottom: calc(100% + 17px);
    max-width: 191px;
    padding-right: 15px;
    justify-content: flex-end;
  }
}

/* line 104, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .btn-new-regist svg, .lottery-edit .btn-new-regist path {
  fill: #42b6cd;
}

/* line 108, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .btn-new-regist svg {
  position: absolute;
  left: 15px;
}

/* line 114, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .question-type-select {
  width: 100%;
  font-weight: 600;
  color: #666;
}

/* line 120, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .plan-question-form-inner .field-group input.field-control {
  font-weight: 600;
  color: #666;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit select {
  color: #333;
  width: 200px;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* line 136, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__title .title--large {
  font-size: 16px;
  line-height: 24px;
}

/* line 141, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__title.label-title {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 8px;
}

/* line 149, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  /* line 149, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__form {
    gap: 16px;
  }
}

/* line 158, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 0;
}

/* line 166, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-btn-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: #42b6cd;
  border-radius: 50%;
  box-shadow: none;
  transition: transform .4s;
}

/* line 178, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-btn-toggle.active {
  transform: rotate(180deg);
}

/* line 182, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-btn-toggle.active + .lottery-edit__form-top-content p {
  display: none;
}

/* line 188, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-btn-toggle:after {
  display: none !important;
}

/* line 192, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-btn-toggle svg {
  fill: #fff;
}

/* line 197, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-content {
  position: relative;
  flex-grow: 1;
  min-width: 1px;
}

/* line 202, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-content .lottery-edit__title {
  margin-bottom: 2px;
}

/* line 206, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-content p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #666;
}

/* line 214, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 220, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-top-percentage {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 226, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box {
  margin-bottom: 20px;
}

/* line 229, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box:last-child {
  margin-bottom: 0;
}

/* line 233, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box .plan-question-form {
  padding: 16px;
}

/* line 236, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box .plan-question-form:last-child {
  margin-bottom: 0;
}

/* line 240, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box .plan-question-form .lottery-edit__form-content {
  background-color: #fff;
  padding: 32px 16px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* line 246, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box .plan-question-form .lottery-edit__form-content:last-child {
  margin-bottom: 0;
}

/* line 254, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-box-group-inner {
  padding-top: 8px;
}

/* line 262, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-content {
  position: relative;
}

/* line 266, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-content .form-group:last-child {
  margin-bottom: 0;
}

/* line 272, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-content-remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  overflow: hidden;
  background-color: #ddd;
  box-shadow: none;
  padding: 4px;
}

/* line 286, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-content-remove-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 292, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-content-remove-btn svg path {
  stroke: #666;
}

/* line 299, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-btn-center {
  display: flex;
  justify-content: center;
}

/* line 304, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 24px;
  height: 24px;
  width: auto;
  min-width: 74px;
}

/* line 315, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-select-small {
  max-width: 127px;
}

/* line 319, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-select-middle {
  max-width: 309px;
}

@media screen and (max-width: 768px) {
  /* line 319, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__form-select-middle {
    max-width: 350px;
  }
}

/* line 326, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-input-small {
  max-width: 94px;
}

/* line 330, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-input-middle {
  max-width: 149px;
}

/* line 334, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-selling-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
}

/* line 340, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-selling-wrap input {
  max-width: 203px;
}

@media screen and (max-width: 768px) {
  /* line 340, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__form-selling-wrap input {
    max-width: 355px;
  }
}

/* line 347, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-selling-wrap span {
  flex-shrink: 0;
  font-size: 10px;
  line-height: 14px;
}

/* line 354, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-shipping-setting {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

/* line 362, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-shipping-setting .lottery-edit__form-shipping-setting-inner label {
  margin-bottom: 0;
  font-size: 11px;
  color: #666;
  font-weight: 400;
}

/* line 371, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-shipping-setting-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
}

/* line 378, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-date-select-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 386, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-date-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* line 392, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-date-select select {
  width: 80px;
}

/* line 397, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-date-select .lottery-edit__form-date-select-inner label {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #666;
  margin-left: 4px;
  flex-shrink: 0;
}

/* line 409, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-date-select-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
}

/* line 416, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-date-select-delimiter {
  padding-left: 4px;
  font-size: 12px;
  display: block;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  /* line 416, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__form-date-select-delimiter {
    padding-left: 8px;
  }
}

/* line 426, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-wrap {
  padding-left: 20px;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  /* line 426, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__form-period-wrap {
    padding-left: 0;
  }
}

/* line 435, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 16px;
}

/* line 442, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period:not(:last-child) {
  margin-bottom: 16px;
}

/* line 447, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 8px;
  flex-grow: 1;
}

/* line 456, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-label {
  font-size: 11px;
  flex-shrink: 0;
}

/* line 461, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-upload-group {
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  /* line 461, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__form-upload-group {
    margin-bottom: 23px;
  }
}

/* line 470, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .campaign-plan-form .form-group .lottery-edit__form-period-field label {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
}

/* line 480, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-field {
  display: flex;
  align-items: center;
}

/* line 483, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-field select, .lottery-edit__form-period-field input {
  max-width: 100px;
  min-width: 100px;
}

/* line 488, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-field:not(:first-child) select, .lottery-edit__form-period-field:not(:first-child) input {
  min-width: 80px;
  max-width: 80px;
}

/* line 495, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-field label, .lottery-edit__form-period-field span {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #333;
}

/* line 502, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-field label {
  margin-left: 7px;
}

/* line 505, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-period-field span {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 512, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area {
  width: 100%;
  height: 0;
  padding-bottom: calc(204 / 282 * 100%);
  overflow: hidden;
  background-color: #eee;
}

/* line 520, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area.outline {
  border: 1px solid #ddd;
  padding-bottom: calc(184 / 218 * 100%);
  background-color: #fff;
}

/* line 525, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area.outline .upload-file-btn {
  background: #fff;
}

/* line 531, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area--large {
  padding-bottom: calc(412 / 617 * 100%);
}

/* line 534, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area--large .upload-file-btn .plus {
  margin-bottom: calc(70 / 617 * 100%);
  width: calc(40 / 617 * 100%);
}

@media screen and (max-width: 768px) {
  /* line 534, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__upload-area--large .upload-file-btn .plus {
    margin-bottom: 10px;
    width: 40px;
  }
}

/* line 542, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area--large .upload-file-btn .plus img {
  width: 100%;
  height: 100%;
}

/* line 548, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area--large .upload-file-btn p {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  /* line 548, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__upload-area--large .upload-file-btn p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 558, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-area--thumbnail {
  width: 96px;
  height: 64px;
  padding-bottom: 0;
}

/* line 565, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__field-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 574, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-group-media > *:not(:first-child) {
  margin-top: 10px;
}

/* line 580, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio, .lottery-edit__form-video {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

/* line 587, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio video, .lottery-edit__form-audio audio, .lottery-edit__form-video video, .lottery-edit__form-video audio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 599, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio {
  padding-bottom: calc(44 / 242 * 100%);
}

/* line 604, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio audio::-webkit-media-controls-time-remaining-display, .lottery-edit__form-audio audio::-webkit-media-controls-current-time-display {
  font-size: 11px;
  margin-left: 3px;
}

/* line 610, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio audio::-webkit-media-controls-panel {
  padding: 0 6px;
}

/* line 614, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio audio::-webkit-media-controls-play-button {
  background-size: 16px;
  flex: 0 0 28px;
}

/* line 619, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio audio::-webkit-media-controls-volume-slider {
  width: 14px;
}

/* line 623, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio audio::-webkit-media-controls-volume-control-hover-background {
  width: 30px;
}

/* line 627, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-audio audio::-webkit-media-controls-volume-control-container {
  min-width: 30px;
}

/* line 633, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__form-video {
  padding-bottom: calc(136 / 242 * 100%);
}

/* line 637, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__btn-delete {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 16px;
  height: 16px;
  z-index: 10;
}

/* line 646, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__upload-preview {
  display: block;
  object-fit: contain;
  z-index: 9 !important;
}

/* line 652, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .upload-file-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 659, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .field-group.field-group--ques-actions {
  margin-top: 8px;
}

/* line 662, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .field-group.field-group--ques-actions .btn-ques-remove {
  margin-left: auto;
  height: 20px;
  line-height: 20px;
}

/* line 669, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .toggle-switch {
  margin-left: 0;
  margin-right: 0;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  /* line 675, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit .btn-submit {
    max-width: 350px;
  }
}

/* line 681, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content {
  display: flex;
  flex-direction: column;
}

/* line 685, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
  /* line 685, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content:not(:last-child) {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 681, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content {
    flex-direction: row;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
  }
}

/* line 699, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

/* line 704, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content h4:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  /* line 704, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content h4:not(:last-child) {
    margin-bottom: 0;
  }
}

/* line 712, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content p {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 1023px) {
  /* line 712, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content p {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  /* line 712, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content p {
    font-size: 11px;
    line-height: 16px;
  }
}

/* line 723, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content p:not(:last-child) {
  margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
  /* line 723, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content p:not(:last-child) {
    margin-bottom: 0;
  }
}

/* line 731, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 7px;
}

@media screen and (max-width: 1023px) {
  /* line 731, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content h3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 731, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 744, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__banner-content h3:not(:last-child) {
  margin-bottom: 11px;
}

@media screen and (max-width: 1023px) {
  /* line 744, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content h3:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 752, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__banner-content .btn-type {
    max-width: 160px;
    line-height: 24px;
    height: 24px;
    font-size: 11px;
  }
}

/* line 762, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal .modal--box {
  max-width: 480px;
}

/* line 765, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal .modal--box .modal--overflow {
  padding: 60px 40px;
}

@media screen and (max-width: 768px) {
  /* line 765, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
  .lottery-edit__modal .modal--box .modal--overflow {
    padding: 20px;
  }
}

/* line 775, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-content {
  display: flex;
  flex-direction: column;
}

/* line 780, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #333;
}

/* line 786, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-title + .lottery-edit__modal-caption {
  margin-top: 20px;
}

/* line 791, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-caption {
  font-size: 14px;
  line-height: 20px;
  color: #FF9403;
  font-weight: 700;
}

/* line 797, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-caption + .lottery-edit__modal-text {
  margin-top: 15px;
}

/* line 802, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-text {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

/* line 807, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-text + .lottery-edit__modal-btn {
  margin-top: 20px;
}

/* line 812, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-btn {
  font-size: 12px;
}

/* line 818, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit__modal-link {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  text-underline-offset: 3px;
}

/* line 826, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .lottery-edit__modal .button_to {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/* line 832, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .lottery-edit__modal .button_to .btn-proceed {
  width: 100%;
}

/* line 836, app/assets/stylesheets/custom/muevo-com/studio/lottery/edit.scss */
.lottery-edit .lottery-edit__modal .lottery-edit__modal-link {
  margin-top: 20px;
}
/* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__title:not(:last-child) {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  /* line 10, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location__title:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* line 18, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__subtitle:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 23, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location__subtitle:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* line 31, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__text {
  font-size: 16px;
  line-height: 23px;
}

/* line 35, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__text:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location__text:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* line 43, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__media {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* line 49, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location__media:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location__media:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* line 64, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location .fixed-container {
  width: 100%;
  max-width: 1292px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* line 64, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location .fixed-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 77, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location .plan-card-list .plan-card:not(:first-child) {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  /* line 77, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location .plan-card-list .plan-card:not(:first-child) {
    margin-top: 16px;
  }
}

/* line 87, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
.lottery-link-location .plan-price--wrap strong {
  color: #333;
}

@media screen and (max-width: 768px) {
  /* line 92, app/assets/stylesheets/custom/muevo-com/studio/lottery/link-location.scss */
  .lottery-link-location .sp-extendable-plans--wrap {
    margin-bottom: 20px;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .fixed-container {
  max-width: 1308px;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .relative .btn {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  /* line 10, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .relative .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* line 20, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .full-container {
  max-width: calc(100% - 172px);
}

@media screen and (max-width: 1023px) {
  /* line 20, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .full-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 27, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .studio-page--title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  /* line 34, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .btn-new-regist {
    width: 100%;
    max-width: 144px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

/* line 43, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header--links--wrap {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 43, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .campaign-header--links--wrap {
    margin-bottom: 16px;
  }
}

/* line 50, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header--links {
  margin-top: 0;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header-link {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  min-width: 76px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  /* line 54, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .campaign-header-link {
    max-width: 30%;
  }
}

/* line 66, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #F2F4F5;
}

/* line 78, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header-link:first-child:after, .lottery-list-page .campaign-header-link:last-child:after {
  border-radius: 999px;
}

/* line 83, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header-link.active {
  color: #42b6cd;
}

/* line 86, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header-link.active:after {
  border-radius: 999px;
  background-color: #42b6cd;
}

/* line 92, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page .campaign-header-link.active.s-txt-link-on:after {
  border-radius: 999px;
  background-color: var(--link-on);
}

@media screen and (max-width: 768px) {
  /* line 54, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page .campaign-header-link {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    line-height: 17px;
    min-width: 56px;
    flex-grow: 1;
  }
}

/* line 108, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
.lottery-list-page__content > *:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 107, app/assets/stylesheets/custom/muevo-com/studio/lottery/list-page.scss */
  .lottery-list-page__content {
    padding-top: 20px;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter .page-next, .lottery-payment-management .box-orders-filter .page-prev {
  width: 20px;
  border: none;
  padding: 7px 0;
  opacity: .75;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .ticket-history-modal .modal--box {
  background-color: var(--bg-color) !important;
}

@media screen and (max-width: 768px) {
  /* line 19, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .btn-new-regist {
    bottom: calc(100% + 17px);
  }
}

@media screen and (max-width: 768px) {
  /* line 25, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .-info {
    width: 80%;
  }
}

/* line 29, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .text-orverflow-force {
  text-overflow: ellipsis !important;
  word-wrap: break-word !important;
}

/* line 33, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .text-orverflow {
  text-overflow: ellipsis !important;
  word-wrap: break-word !important;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form {
  display: block;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .studio-lottery-order .-label {
  width: 150px;
}

/* line 45, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

/* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__form-group:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* line 59, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group label {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 18px;
}

/* line 67, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group .field-control--year {
  max-width: 93px;
}

/* line 71, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group .field-control--moon {
  max-width: 80px;
}

/* line 78, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  min-width: 230px;
}

@media screen and (max-width: 768px) {
  /* line 85, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__form-group-inner:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* line 91, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group-inner .field-control:not(:first-child) {
  margin-left: 9px;
}

/* line 96, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-group-inner + span {
  flex-shrink: 0;
  margin-left: 9px;
  margin-right: 9px;
}

@media screen and (max-width: 768px) {
  /* line 96, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__form-group-inner + span {
    margin-left: 0;
  }
}

/* line 106, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__form-label {
  font-weight: 500;
  width: 75px;
}

@media screen and (max-width: 768px) {
  /* line 106, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__form-label {
    width: 100%;
  }
}

/* line 114, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__select-per, .lottery-payment-management__select-order {
  color: #666;
  font-weight: 700;
  line-height: 20px;
  border: 1px solid #eee;
  padding: 4px 16px;
  height: 30px;
  border-radius: 4px;
}

/* line 125, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__select-per {
  width: 75px;
}

/* line 129, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__select-order {
  width: 120px;
}

/* line 133, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__pagination {
  display: flex;
  justify-content: flex-end;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}

/* line 140, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__pagination .pagination-patron {
  margin-top: 0;
}

/* line 143, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__pagination .pagination-patron .page-next, .lottery-payment-management__pagination .pagination-patron .page-prev {
  width: 20px;
  border: none;
  padding: 7px 0;
  opacity: .75;
}

/* line 150, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__pagination .pagination-patron .page-prev {
  margin-right: 2px;
}

/* line 154, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__pagination .pagination-patron .page-next {
  margin-left: 2px;
}

/* line 160, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__info-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  /* line 160, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__info-list {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 171, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__info-list.small--offset {
  gap: 64px;
}

@media screen and (max-width: 768px) {
  /* line 171, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__info-list.small--offset {
    gap: 8px;
  }
}

/* line 179, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__info-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  /* line 179, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__info-item {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 13px 20px;
    background-color: #F2F4F5;
    border-radius: 8px;
  }
}

/* line 194, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__info-item > .lottery-payment-management__title:not(:last-child) {
  margin-bottom: 0;
}

/* line 200, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__info-item-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  /* line 200, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__info-item-inner {
    gap: 24px;
  }
}

/* line 211, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__info-item-inner .lottery-payment-management__count-title small {
  font-size: 12px;
  line-height: 17px;
}

/* line 218, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 218, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__title {
    font-size: 16px;
    line-height: 23px;
  }
}

/* line 228, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__title:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 228, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__title:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* line 236, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__count-title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 236, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__count-title {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 246, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__count-title small {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  /* line 246, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__count-title small {
    font-size: 16px;
    line-height: 23px;
  }
}

/* line 256, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__cat-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 262, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__cat-title small {
  font-size: 14px;
  line-height: 20px;
}

/* line 269, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__modal.modal--dialog .modal--box {
  background-color: #f2f4f5;
}

@media screen and (max-width: 768px) {
  /* line 272, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__modal.modal--dialog .modal--box .modal--overflow {
    padding: 16px;
  }
}

/* line 279, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__modal-img {
  display: block;
  width: 100%;
  max-width: 305px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  /* line 279, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management__modal-img {
    max-width: 258px;
  }
}

/* line 289, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__modal-img:not(:last-child) {
  margin-bottom: 16px;
}

/* line 293, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management__modal-img img {
  display: block;
  background-color: #D9D9D9;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 305, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management ul.analytics-summary--wrap .box-summary {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 305, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management ul.analytics-summary--wrap .box-summary {
    background-color: #f2f4f5;
  }
}

/* line 313, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .-label {
  font-size: 12px;
  line-height: 18px;
}

/* line 318, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter {
  gap: 24px;
}

@media screen and (max-width: 768px) {
  /* line 318, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .box-orders-filter {
    padding: 20px 24px 24px;
    border: none;
    flex-direction: column;
  }
}

/* line 325, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter form {
  flex-grow: 1;
}

/* line 328, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter form.winner-form {
  width: 70%;
}

@media screen and (max-width: 768px) {
  /* line 328, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .box-orders-filter form.winner-form {
    width: 100%;
  }
}

/* line 334, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter .search-form2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 22px;
}

@media screen and (max-width: 768px) {
  /* line 334, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .box-orders-filter .search-form2 {
    gap: 10px;
  }
}

/* line 341, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter .search-form2.justify-start-pc {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 341, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .box-orders-filter .search-form2.justify-start-pc {
    justify-content: space-between;
  }
}

/* line 347, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter .search-form2 .form-group2:not(:last-child) {
  margin: 0;
}

/* line 351, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter .search-form2 label {
  margin-right: 6px;
}

/* line 356, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .box-orders-filter .lottery-payment-management__pagination {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 363, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .link-studio-supporters-csv {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  font-weight: 700;
}

/* line 369, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .link-studio-supporters-csv svg {
  display: block;
  width: 12px;
  height: 15px;
}

/* line 375, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .link-studio-supporters-csv svg, .lottery-payment-management .link-studio-supporters-csv path {
  fill: #666666;
}

@media screen and (max-width: 768px) {
  /* line 381, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .studio-supporters-list .studio-payments-list-row {
    padding: 16px 13px;
    gap: 16px;
  }
  /* line 385, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .studio-supporters-list .studio-payments-list-row:not(:last-child) {
    margin-bottom: 7px;
  }
  /* line 388, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
  .lottery-payment-management .studio-supporters-list .studio-payments-list-row:first-child {
    border-top: 3px solid #f2f4f5;
  }
}

/* line 393, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .studio-supporters-list .studio-payments-list-row p {
  color: #666666;
}

/* line 397, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .studio-supporters-list .studio-payments-list-row .-info > p > label {
  font-size: 12px;
  line-height: 17px;
}

/* line 406, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .date-select--wrap span + span {
  display: none;
}

/* line 411, app/assets/stylesheets/custom/muevo-com/studio/lottery/payment-management.scss */
.lottery-payment-management .text-main {
  color: #42b6cd;
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list .btn-new-regist {
  width: 100%;
  max-width: 242px;
}

@media screen and (max-width: 768px) {
  /* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list .btn-new-regist {
    bottom: calc(100% + 17px);
    max-width: 191px;
    padding-right: 15px;
    justify-content: center;
  }
}

/* line 15, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list .btn-new-regist svg, .lottery-prize-list .btn-new-regist path {
  fill: #42b6cd;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list .btn-new-regist svg {
  position: absolute;
  left: 15px;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info {
  background-color: #fff;
  padding: 17px 26px 30px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 23, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__info {
    border: 1px solid #ddd;
    padding: 24px;
  }
}

/* line 32, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info .lottery-purchase__definition {
  grid-template-columns: 130px 1fr;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info-top:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 38, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__info-top:not(:last-child) {
    margin-bottom: 6px;
  }
}

/* line 46, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info-top > *:not(:last-child) {
  margin-bottom: 4px;
}

/* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  /* line 52, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__info-body {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 63, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info-media {
  display: block;
  flex-shrink: 0;
  width: 236px;
}

@media screen and (max-width: 768px) {
  /* line 63, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__info-media {
    width: 100%;
  }
  /* line 69, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__info-media:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* line 74, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}

/* line 85, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__info-content {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  /* line 85, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__info-content {
    width: 100%;
  }
}

/* line 94, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list .lottery-list-page__content > *:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  /* line 94, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list .lottery-list-page__content > *:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* line 103, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list .lottery-card__list {
    gap: 16px;
  }
}

/* line 110, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__modal .modal--box {
  max-width: 528px;
}

/* line 113, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__modal .modal--box .modal--overflow {
  padding: 48px;
}

@media screen and (max-width: 768px) {
  /* line 113, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list__modal .modal--box .modal--overflow {
    padding: 24px 23px 32px;
  }
}

/* line 122, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__modal .lottery-purchase__definition:not(:last-child) {
  margin-bottom: 32px;
}

/* line 128, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__modal-img {
  display: block;
  width: 100%;
  max-width: 432px;
  margin-right: auto;
  margin-left: auto;
}

/* line 135, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__modal-img:not(:last-child) {
  margin-bottom: 24px;
}

/* line 139, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list__modal-img img {
  display: block;
  background-color: #D9D9D9;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/2;
  object-fit: contain;
}

/* line 150, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list .sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 150, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list .sp-only {
    display: block !important;
  }
}

/* line 157, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
.lottery-prize-list .pc-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 157, app/assets/stylesheets/custom/muevo-com/studio/lottery/prize-list.scss */
  .lottery-prize-list .pc-only {
    display: none !important;
  }
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__definition {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__definition:not(:last-child) {
  margin-bottom: 8px;
}

/* line 18, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__definition dt, .lottery-purchase__definition dd {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  word-break: break-word;
}

/* line 25, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__definition dt {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: center;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__definition dd {
  width: 100%;
  margin-left: auto;
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__caption {
  display: flex;
  font-size: 11px;
  line-height: 18px;
  color: #999;
}

/* line 45, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__caption[data-mark]:before {
  content: attr(data-mark);
}

/* line 51, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__desc {
  font-size: 12px;
  line-height: 16px;
}

/* line 56, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

/* line 68, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__media {
  position: relative;
  display: block;
  width: 100%;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__media:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  /* line 73, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
  .lottery-purchase__media:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* line 80, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__media .lottery-card__state {
  position: absolute;
  top: 8px;
  right: 8px;
}

/* line 96, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1365px) {
  /* line 96, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
  .lottery-purchase__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  /* line 96, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
  .lottery-purchase__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 110, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list-item {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 110, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
  .lottery-purchase__list-item {
    border: 1px solid #ddd;
  }
}

/* line 121, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list-item-body:not(:last-child) {
  margin-bottom: 16px;
}

/* line 126, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list-item-body > *:not(:last-child) {
  margin-bottom: 8px;
}

/* line 135, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list-item-bottom > .lottery-purchase__caption:not(:last-child) {
  margin-bottom: 16px;
}

/* line 141, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list-item-bottom > .btn-type:not(:last-child) {
  margin-bottom: 8px;
}

/* line 147, app/assets/stylesheets/custom/muevo-com/studio/lottery/purchase.scss */
.lottery-purchase__list-item-link {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/custom/muevo-com/studio/lottery/register.scss */
  .lottery-register .studio-page--title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 11, app/assets/stylesheets/custom/muevo-com/studio/lottery/register.scss */
.lottery-register .btn-new-regist {
  width: 100%;
  max-width: 242px;
}

@media screen and (max-width: 768px) {
  /* line 11, app/assets/stylesheets/custom/muevo-com/studio/lottery/register.scss */
  .lottery-register .btn-new-regist {
    max-width: 156px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 21, app/assets/stylesheets/custom/muevo-com/studio/lottery/register.scss */
.lottery-register__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 21, app/assets/stylesheets/custom/muevo-com/studio/lottery/register.scss */
  .lottery-register__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
/* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results .lottery-list-page__content > *:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  /* line 5, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results .lottery-list-page__content > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* line 12, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results .lottery-list-page__content .box-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* line 19, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results .btn-new-regist {
    bottom: calc(100% + 17px);
  }
}

/* line 24, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1365px) {
  /* line 24, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

/* line 37, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  /* line 37, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results__item {
    border: 1px solid #DDD;
  }
}

/* line 48, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-media {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 61, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-media:not(:last-child) {
  margin-bottom: 8px;
}

/* line 66, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 16px;
}

/* line 73, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-box-info {
  align-self: flex-start;
}

/* line 77, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-title {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 89, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-title:not(:last-child) {
  margin-bottom: 4px;
}

/* line 94, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-desc {
  color: #666;
  font-weight: 700;
}

/* line 99, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-number-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(90deg, #42B6CD 0%, #4269CD 100%);
  flex-shrink: 0;
  padding: 5px 4px;
  overflow: hidden;
}

/* line 113, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-number-label p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

/* line 119, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__item-number-label p .number-txt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

/* line 127, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
.lottery-results__btn-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  /* line 127, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results__btn-wrap {
    gap: 8px;
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 138, app/assets/stylesheets/custom/muevo-com/studio/lottery/results.scss */
  .lottery-results__btn-wrap > a {
    max-width: 100%;
  }
}
/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */
/* line 32, app/assets/stylesheets/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-order-search-form .form-submit {
  width: 250px;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
  .studio-order-search-form .form-submit {
    width: 100%;
  }
}

/* line 13, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-order-search-form .btn-status {
  border-radius: 1rem;
}

/* line 15, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders {
  padding: 35px 40px;
}

/* line 17, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders .per-page-pagination {
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 3px solid #f2f4f5;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders .order-items .item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 3px solid #f2f4f5;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders .order-items .item .item-left {
  width: 90px;
}

/* line 29, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders .order-items .item .item-right {
  flex: 1;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders .order-items .item .item-right p {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 0;
  word-break: break-all;
}

/* line 37, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.box.box-orders .order-items .item .item-right p span.label {
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /* line 15, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
  .box.box-orders {
    padding: 0;
  }
}

/* line 42, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order {
  display: inline-block;
  font-size: 10px;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  border-radius: 999px;
  outline: none;
  border: none;
}

/* line 53, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.await {
  background-color: #ff9403;
}

/* line 55, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.unpay {
  background-color: #fa456f;
}

/* line 57, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.processing {
  background-color: #fa456f;
}

/* line 59, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.done {
  background-color: #42b6cd;
}

/* line 61, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.canceled {
  background-color: #fa456f;
}

/* line 63, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.downloaded {
  background-color: #999;
}

/* line 65, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.badge-item-order.can_download {
  background-color: #ff9403;
}

/* line 69, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-orders-list .item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 3px solid #f2f4f5;
}

/* line 74, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-orders-list .item .item-left {
  width: 90px;
}

/* line 76, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-orders-list .item .item-right {
  flex: 1;
}

/* line 78, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-orders-list .item .item-right p {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
  padding: 5px 0;
  word-break: break-all;
}

/* line 85, app/assets/stylesheets/custom/muevo-com/studio/orders.sass */
.studio-orders-list .item .item-right p span.label {
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  padding: 0;
}
/* line 3, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page {
  color: #666;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page .box.bold {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  /* line 6, app/assets/stylesheets/custom/muevo-com/terms.sass */
  .static-page .box {
    padding: 40px 50px;
  }
}

/* line 11, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page h1 {
  color: #333;
  margin: 2rem 0 2rem 0;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  /* line 11, app/assets/stylesheets/custom/muevo-com/terms.sass */
  .static-page h1 {
    font-size: 24px;
  }
}

/* line 17, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page h2 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}

/* line 22, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page h2.large {
  font-size: 20px;
}

/* line 24, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page h2:not(:first-child) {
  margin-top: 30px;
}

/* line 26, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page p {
  margin-bottom: 14px;
}

/* line 28, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page ul {
  margin: 14px 0;
  padding-left: 20px;
}

/* line 31, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page li {
  list-style-type: none;
  line-height: 18px;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/terms.sass */
.static-page a {
  color: #007bff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 3, app/assets/stylesheets/custom/muevo-com/terms.sass */
  .static-page {
    padding: 25px;
  }
}

@media screen and (max-width: 768px) {
  /* line 39, app/assets/stylesheets/custom/muevo-com/terms.sass */
  .static-page .static-box {
    padding: 0;
  }
}
/* line 32, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue {
  border-color: #42B6CD;
  background-color: #42B6CD;
  color: #fff !important;
}

/* line 36, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-lightblue:hover {
  color: #fff !important;
}

/* line 38, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen {
  border-color: #75FBCF;
  background-color: #75FBCF;
  border-radius: 2rem;
  padding: 0.375rem 2.25rem;
  color: #fff !important;
}

/* line 44, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-egreen:hover {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/custom/muevo-com/_variables.sass */
.btn-start {
  background-color: #42B6CD;
  color: #fff;
  border-radius: 30px;
  font-size: 130%;
  font-weight: bold;
  padding: 0.8rem 2rem;
}

/* line 6, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page {
  background-color: #ececf1;
}

/* line 9, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .avatar-image {
  text-align: center;
  padding: 2rem 0;
}

/* line 12, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .avatar-image img.avatar {
  border: 8px solid #fff;
}

/* line 14, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications {
  border: 1px solid #96f;
  border-radius: 5px;
  background-color: #fff;
  margin: 3.2rem 0;
  padding: 1rem;
}

/* line 20, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul {
  margin: 0;
  padding: 0;
}

/* line 23, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul li.notification {
  display: flex;
}

/* line 25, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul li.notification .notification-date {
  flex: 0 0 5rem;
}

/* line 27, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul li.notification .notification-message {
  width: 100%;
  flex: 1 1 auto;
}

/* line 30, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul li.notification .notification-message .notification-message-content {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 34, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul li.notification .notification-message .notification-message-content a {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  color: #96f;
}

/* line 41, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .top-profile .notifications ul li.notification .notification-message .notification-message-content a.read {
  color: #808184;
}

/* line 43, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page h1, .user-page h2.h1 {
  font-size: 170%;
  font-weight: bold;
  margin: 0 0 2rem 0;
  vertical-align: middle;
}

/* line 48, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page h1 .btn-start, .user-page h2.h1 .btn-start {
  font-size: 60%;
  margin-top: -1rem;
}

/* line 51, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page h3 {
  font-size: 130%;
}

/* line 54, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar section {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}

/* line 58, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  padding-bottom: .7rem;
  border-bottom: 4px solid #42B6CD;
}

/* line 64, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar section ul {
  padding: 0;
  margin: 0;
}

/* line 67, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar section ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 4px solid #42B6CD;
}

/* line 72, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar section ul li a {
  padding: .4rem 0 .3rem 0;
  display: block;
  color: #42B6CD;
}

/* line 76, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar section ul li a .icon {
  margin-right: .5rem;
}

/* line 79, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar .artists .artist {
  text-align: center;
}

/* line 81, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar .artists .artist img {
  display: inline-block;
  margin-bottom: .5rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 81, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .sidebar .artists .artist img {
    width: 60px;
    height: 60px;
  }
}

/* line 87, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar .artists .artist a:hover {
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar .campaigns .campaign-box {
  margin-bottom: .5rem;
  text-align: center;
}

/* line 93, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar .campaigns .campaign-box img {
  display: inline-block;
  margin-bottom: .5rem;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 93, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .sidebar .campaigns .campaign-box img {
    width: 60px;
    height: 60px;
  }
}

/* line 99, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .sidebar .campaigns .campaign-box a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  /* line 53, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .sidebar {
    margin-top: 5rem;
  }
}

/* line 104, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem 1rem 2rem;
}

/* line 108, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media img.avatar {
  margin-right: 1rem;
}

/* line 110, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-detail {
  border-top: 4px solid #42B6CD;
  border-bottom: 4px solid #42B6CD;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 115, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-detail h3 {
  color: #42B6CD;
  font-size: 100%;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-detail .price {
  font-size: 150%;
  font-weight: bold;
  color: #42B6CD;
  float: right;
}

/* line 124, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-detail .body {
  clear: both;
  color: #666;
}

/* line 127, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-detail .addition {
  width: 7rem;
  display: inline-block;
}

/* line 130, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media em {
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  margin: 0 .3rem;
}

/* line 135, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-user {
  text-align: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 139, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .support.media .plan-user .avatar {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  /* line 143, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .support.media .plan-user .avatar {
    width: 200px;
    height: 200px;
  }
}

/* line 147, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-buttons .artist-name {
  font-size: 120%;
  padding: .3rem;
  margin-bottom: 1rem;
  border-radius: 1.3rem;
}

/* line 152, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-buttons p {
  margin-bottom: 1rem;
}

/* line 154, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .support.media .plan-buttons p .btn {
  background-color: #33cccb;
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 2px;
}

/* line 159, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice {
  border: 2px solid #fa456f;
  margin-bottom: 2rem;
}

/* line 162, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-notice-head {
  text-align: center;
  padding: .5rem;
  color: #fff;
  background-color: #fa456f;
}

/* line 167, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-detail {
  background-color: #fff;
  padding: 1.5rem 2rem 1rem 2rem;
}

/* line 170, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-detail h3 {
  font-size: 100%;
  font-weight: bold;
  color: #fa456f;
  border-top: 2px solid #fa456f;
  padding: 1.5rem 0 1rem 0;
}

/* line 177, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-detail .table th, .user-page .payment-notice .payment-detail .table td {
  padding: .2rem;
  border-width: 0;
}

/* line 180, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-detail .table th {
  font-weight: normal;
  max-width: 5rem;
}

/* line 183, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-detail .table td {
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .payment-detail .notice {
  color: #fa456f;
}

/* line 187, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .payment-notice .support.media {
  margin: 0;
}

/* line 189, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile {
  background-color: #fff;
  padding: 1.5rem 2rem 1rem 2rem;
}

@media (max-width: 991.98px) {
  /* line 189, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .user-profile {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* line 195, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile img.logo {
  height: 20px;
}

/* line 197, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile .user-id {
  color: #58595b;
}

/* line 199, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile .media {
  margin-top: 1rem;
}

/* line 201, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile .media .text-sm {
  border: 1px solid #42B6CD;
  padding: .7rem;
}

/* line 204, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile .media .media-body {
  margin-left: 2rem;
}

@media (max-width: 991.98px) {
  /* line 199, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .user-profile .media {
    flex-direction: column;
  }
  /* line 208, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .user-profile .media .media-body {
    margin-top: 1rem;
    margin-left: 0;
  }
  /* line 211, app/assets/stylesheets/custom/muevo-com/user.sass */
  .user-page .user-profile .media .avatar {
    margin: 1rem auto;
  }
}

/* line 213, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile .head {
  margin-bottom: 1rem;
}

/* line 215, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile .head img {
  height: 30px;
}

/* line 218, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile table th, .user-page .user-profile table td {
  border-width: 0;
}

/* line 220, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile h3 {
  font-size: 120%;
  font-weight: bold;
  margin: 3rem 0 1rem 0;
}

/* line 224, app/assets/stylesheets/custom/muevo-com/user.sass */
.user-page .user-profile label.row {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  /* line 228, app/assets/stylesheets/custom/muevo-com/user.sass */
  .bottom-item p {
    font-size: 8px !important;
  }
}
/* line 2, app/assets/stylesheets/custom/muevo-com/user/lottery_card.sass */
img .lottery-card {
  background-color: #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* line 10, app/assets/stylesheets/custom/muevo-com/user/lottery_card.sass */
.ticket-amount {
  margin-top: 5px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
/* line 12, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable {
  position: relative;
}

/* line 15, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

/* line 21, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 25, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 32, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 39, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 46, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 53, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 60, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 67, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 74, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/jquery-ui-rails-8.0.0/app/assets/stylesheets/jquery-ui/resizable.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 1, node_modules/video.js/dist/video-js.css */
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 9, node_modules/video.js/dist/video-js.css */
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 19, node_modules/video.js/dist/video-js.css */
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 24, node_modules/video.js/dist/video-js.css */
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

/* line 28, node_modules/video.js/dist/video-js.css */
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 33, node_modules/video.js/dist/video-js.css */
.vjs-icon-play-circle:before {
  content: "\f102";
}

/* line 37, node_modules/video.js/dist/video-js.css */
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 42, node_modules/video.js/dist/video-js.css */
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

/* line 46, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 51, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

/* line 55, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 60, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

/* line 64, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 69, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

/* line 73, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 78, node_modules/video.js/dist/video-js.css */
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

/* line 82, node_modules/video.js/dist/video-js.css */
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 87, node_modules/video.js/dist/video-js.css */
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

/* line 91, node_modules/video.js/dist/video-js.css */
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 96, node_modules/video.js/dist/video-js.css */
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

/* line 100, node_modules/video.js/dist/video-js.css */
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 105, node_modules/video.js/dist/video-js.css */
.vjs-icon-spinner:before {
  content: "\f10a";
}

/* line 109, node_modules/video.js/dist/video-js.css */
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 118, node_modules/video.js/dist/video-js.css */
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

/* line 126, node_modules/video.js/dist/video-js.css */
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 132, node_modules/video.js/dist/video-js.css */
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

/* line 137, node_modules/video.js/dist/video-js.css */
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 142, node_modules/video.js/dist/video-js.css */
.vjs-icon-hd:before {
  content: "\f10d";
}

/* line 146, node_modules/video.js/dist/video-js.css */
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 151, node_modules/video.js/dist/video-js.css */
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

/* line 155, node_modules/video.js/dist/video-js.css */
.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 160, node_modules/video.js/dist/video-js.css */
.vjs-icon-downloading:before {
  content: "\f10f";
}

/* line 164, node_modules/video.js/dist/video-js.css */
.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 169, node_modules/video.js/dist/video-js.css */
.vjs-icon-file-download:before {
  content: "\f110";
}

/* line 173, node_modules/video.js/dist/video-js.css */
.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 178, node_modules/video.js/dist/video-js.css */
.vjs-icon-file-download-done:before {
  content: "\f111";
}

/* line 182, node_modules/video.js/dist/video-js.css */
.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 187, node_modules/video.js/dist/video-js.css */
.vjs-icon-file-download-off:before {
  content: "\f112";
}

/* line 191, node_modules/video.js/dist/video-js.css */
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 196, node_modules/video.js/dist/video-js.css */
.vjs-icon-share:before {
  content: "\f113";
}

/* line 200, node_modules/video.js/dist/video-js.css */
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 205, node_modules/video.js/dist/video-js.css */
.vjs-icon-cog:before {
  content: "\f114";
}

/* line 209, node_modules/video.js/dist/video-js.css */
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 214, node_modules/video.js/dist/video-js.css */
.vjs-icon-square:before {
  content: "\f115";
}

/* line 218, node_modules/video.js/dist/video-js.css */
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 223, node_modules/video.js/dist/video-js.css */
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

/* line 227, node_modules/video.js/dist/video-js.css */
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 232, node_modules/video.js/dist/video-js.css */
.vjs-icon-circle-outline:before {
  content: "\f117";
}

/* line 236, node_modules/video.js/dist/video-js.css */
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 241, node_modules/video.js/dist/video-js.css */
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

/* line 245, node_modules/video.js/dist/video-js.css */
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 250, node_modules/video.js/dist/video-js.css */
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

/* line 254, node_modules/video.js/dist/video-js.css */
.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 259, node_modules/video.js/dist/video-js.css */
.vjs-icon-repeat:before {
  content: "\f11a";
}

/* line 263, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 268, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

/* line 272, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 277, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

/* line 281, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 286, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

/* line 290, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 295, node_modules/video.js/dist/video-js.css */
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

/* line 299, node_modules/video.js/dist/video-js.css */
.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 304, node_modules/video.js/dist/video-js.css */
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

/* line 308, node_modules/video.js/dist/video-js.css */
.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 313, node_modules/video.js/dist/video-js.css */
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

/* line 317, node_modules/video.js/dist/video-js.css */
.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 322, node_modules/video.js/dist/video-js.css */
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

/* line 326, node_modules/video.js/dist/video-js.css */
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 331, node_modules/video.js/dist/video-js.css */
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

/* line 335, node_modules/video.js/dist/video-js.css */
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 340, node_modules/video.js/dist/video-js.css */
.vjs-icon-next-item:before {
  content: "\f123";
}

/* line 344, node_modules/video.js/dist/video-js.css */
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 349, node_modules/video.js/dist/video-js.css */
.vjs-icon-previous-item:before {
  content: "\f124";
}

/* line 353, node_modules/video.js/dist/video-js.css */
.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 358, node_modules/video.js/dist/video-js.css */
.vjs-icon-shuffle:before {
  content: "\f125";
}

/* line 362, node_modules/video.js/dist/video-js.css */
.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 367, node_modules/video.js/dist/video-js.css */
.vjs-icon-cast:before {
  content: "\f126";
}

/* line 371, node_modules/video.js/dist/video-js.css */
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 376, node_modules/video.js/dist/video-js.css */
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

/* line 380, node_modules/video.js/dist/video-js.css */
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 385, node_modules/video.js/dist/video-js.css */
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

/* line 389, node_modules/video.js/dist/video-js.css */
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 394, node_modules/video.js/dist/video-js.css */
.vjs-icon-facebook:before {
  content: "\f129";
}

/* line 398, node_modules/video.js/dist/video-js.css */
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 403, node_modules/video.js/dist/video-js.css */
.vjs-icon-linkedin:before {
  content: "\f12a";
}

/* line 407, node_modules/video.js/dist/video-js.css */
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 412, node_modules/video.js/dist/video-js.css */
.vjs-icon-twitter:before {
  content: "\f12b";
}

/* line 416, node_modules/video.js/dist/video-js.css */
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 421, node_modules/video.js/dist/video-js.css */
.vjs-icon-tumblr:before {
  content: "\f12c";
}

/* line 425, node_modules/video.js/dist/video-js.css */
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 430, node_modules/video.js/dist/video-js.css */
.vjs-icon-pinterest:before {
  content: "\f12d";
}

/* line 434, node_modules/video.js/dist/video-js.css */
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

/* line 439, node_modules/video.js/dist/video-js.css */
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

/* line 443, node_modules/video.js/dist/video-js.css */
.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

/* line 458, node_modules/video.js/dist/video-js.css */
.video-js:-moz-full-screen {
  position: absolute;
}

/* line 461, node_modules/video.js/dist/video-js.css */
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

/* line 466, node_modules/video.js/dist/video-js.css */
.video-js[tabindex="-1"] {
  outline: none;
}

/* line 470, node_modules/video.js/dist/video-js.css */
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

/* line 476, node_modules/video.js/dist/video-js.css */
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 487, node_modules/video.js/dist/video-js.css */
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

/* line 496, node_modules/video.js/dist/video-js.css */
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

/* line 504, node_modules/video.js/dist/video-js.css */
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

/* line 508, node_modules/video.js/dist/video-js.css */
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

/* line 512, node_modules/video.js/dist/video-js.css */
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

/* line 516, node_modules/video.js/dist/video-js.css */
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

/* line 520, node_modules/video.js/dist/video-js.css */
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

/* line 525, node_modules/video.js/dist/video-js.css */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 533, node_modules/video.js/dist/video-js.css */
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

/* line 537, node_modules/video.js/dist/video-js.css */
body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

/* line 544, node_modules/video.js/dist/video-js.css */
.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 555, node_modules/video.js/dist/video-js.css */
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

/* line 562, node_modules/video.js/dist/video-js.css */
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

/* line 566, node_modules/video.js/dist/video-js.css */
.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

/* line 576, node_modules/video.js/dist/video-js.css */
.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

/* line 583, node_modules/video.js/dist/video-js.css */
.vjs-hidden {
  display: none !important;
}

/* line 587, node_modules/video.js/dist/video-js.css */
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 592, node_modules/video.js/dist/video-js.css */
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

/* line 600, node_modules/video.js/dist/video-js.css */
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 606, node_modules/video.js/dist/video-js.css */
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

/* line 618, node_modules/video.js/dist/video-js.css */
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

/* line 623, node_modules/video.js/dist/video-js.css */
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

/* line 643, node_modules/video.js/dist/video-js.css */
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

/* line 651, node_modules/video.js/dist/video-js.css */
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

/* line 658, node_modules/video.js/dist/video-js.css */
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

/* line 662, node_modules/video.js/dist/video-js.css */
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 677, node_modules/video.js/dist/video-js.css */
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

/* line 682, node_modules/video.js/dist/video-js.css */
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

/* line 690, node_modules/video.js/dist/video-js.css */
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

/* line 696, node_modules/video.js/dist/video-js.css */
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

/* line 700, node_modules/video.js/dist/video-js.css */
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

/* line 707, node_modules/video.js/dist/video-js.css */
.vjs-menu-button {
  cursor: pointer;
}

/* line 711, node_modules/video.js/dist/video-js.css */
.vjs-menu-button.vjs-disabled {
  cursor: default;
}

/* line 715, node_modules/video.js/dist/video-js.css */
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

/* line 719, node_modules/video.js/dist/video-js.css */
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

/* line 727, node_modules/video.js/dist/video-js.css */
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

/* line 731, node_modules/video.js/dist/video-js.css */
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

/* line 735, node_modules/video.js/dist/video-js.css */
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

/* line 745, node_modules/video.js/dist/video-js.css */
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* line 752, node_modules/video.js/dist/video-js.css */
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

/* line 760, node_modules/video.js/dist/video-js.css */
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

/* line 765, node_modules/video.js/dist/video-js.css */
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

/* line 776, node_modules/video.js/dist/video-js.css */
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

/* line 787, node_modules/video.js/dist/video-js.css */
.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

/* line 792, node_modules/video.js/dist/video-js.css */
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

/* line 801, node_modules/video.js/dist/video-js.css */
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

/* line 806, node_modules/video.js/dist/video-js.css */
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

/* line 810, node_modules/video.js/dist/video-js.css */
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

/* line 814, node_modules/video.js/dist/video-js.css */
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

/* line 820, node_modules/video.js/dist/video-js.css */
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

/* line 825, node_modules/video.js/dist/video-js.css */
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

/* line 830, node_modules/video.js/dist/video-js.css */
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

/* line 834, node_modules/video.js/dist/video-js.css */
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

/* line 840, node_modules/video.js/dist/video-js.css */
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

/* line 852, node_modules/video.js/dist/video-js.css */
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

/* line 859, node_modules/video.js/dist/video-js.css */
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

/* line 866, node_modules/video.js/dist/video-js.css */
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

/* line 878, node_modules/video.js/dist/video-js.css */
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

/* line 886, node_modules/video.js/dist/video-js.css */
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

/* line 893, node_modules/video.js/dist/video-js.css */
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

/* line 899, node_modules/video.js/dist/video-js.css */
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 906, node_modules/video.js/dist/video-js.css */
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

/* line 916, node_modules/video.js/dist/video-js.css */
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 922, node_modules/video.js/dist/video-js.css */
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

/* line 927, node_modules/video.js/dist/video-js.css */
.vjs-button > .vjs-icon-placeholder {
  display: block;
}

/* line 931, node_modules/video.js/dist/video-js.css */
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

/* line 937, node_modules/video.js/dist/video-js.css */
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 947, node_modules/video.js/dist/video-js.css */
.video-js .vjs-custom-control-spacer {
  display: none;
}

/* line 951, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

/* line 960, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control.disabled {
  cursor: default;
}

/* line 964, node_modules/video.js/dist/video-js.css */
.vjs-live .vjs-progress-control {
  display: none;
}

/* line 968, node_modules/video.js/dist/video-js.css */
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

/* line 973, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

/* line 979, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

/* line 983, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

/* line 987, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

/* line 991, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

/* line 1002, node_modules/video.js/dist/video-js.css */
.video-js .vjs-play-progress {
  background-color: #fff;
}

/* line 1005, node_modules/video.js/dist/video-js.css */
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

/* line 1013, node_modules/video.js/dist/video-js.css */
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

/* line 1017, node_modules/video.js/dist/video-js.css */
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

/* line 1021, node_modules/video.js/dist/video-js.css */
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

/* line 1037, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

/* line 1041, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

/* line 1048, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

/* line 1052, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

/* line 1061, node_modules/video.js/dist/video-js.css */
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

/* line 1065, node_modules/video.js/dist/video-js.css */
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

/* line 1071, node_modules/video.js/dist/video-js.css */
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 1077, node_modules/video.js/dist/video-js.css */
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

/* line 1096, node_modules/video.js/dist/video-js.css */
.video-js .vjs-slider.disabled {
  cursor: default;
}

/* line 1100, node_modules/video.js/dist/video-js.css */
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

/* line 1105, node_modules/video.js/dist/video-js.css */
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

/* line 1109, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

/* line 1115, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

/* line 1119, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

/* line 1127, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel {
  transition: width 1s;
}

/* line 1130, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

/* line 1136, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

/* line 1141, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

/* line 1145, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

/* line 1149, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

/* line 1153, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

/* line 1160, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

/* line 1164, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel {
  display: flex;
}

/* line 1168, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

/* line 1172, node_modules/video.js/dist/video-js.css */
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

/* line 1177, node_modules/video.js/dist/video-js.css */
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

/* line 1183, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

/* line 1189, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

/* line 1195, node_modules/video.js/dist/video-js.css */
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

/* line 1198, node_modules/video.js/dist/video-js.css */
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

/* line 1204, node_modules/video.js/dist/video-js.css */
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

/* line 1207, node_modules/video.js/dist/video-js.css */
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

/* line 1212, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

/* line 1216, node_modules/video.js/dist/video-js.css */
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

/* line 1220, node_modules/video.js/dist/video-js.css */
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

/* line 1224, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

/* line 1232, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

/* line 1236, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

/* line 1252, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

/* line 1259, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

/* line 1265, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

/* line 1269, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

/* line 1278, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

/* line 1283, node_modules/video.js/dist/video-js.css */
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

/* line 1287, node_modules/video.js/dist/video-js.css */
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

/* line 1293, node_modules/video.js/dist/video-js.css */
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 1299, node_modules/video.js/dist/video-js.css */
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

/* line 1313, node_modules/video.js/dist/video-js.css */
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

/* line 1318, node_modules/video.js/dist/video-js.css */
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

/* line 1324, node_modules/video.js/dist/video-js.css */
.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 1331, node_modules/video.js/dist/video-js.css */
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

/* line 1339, node_modules/video.js/dist/video-js.css */
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

/* line 1344, node_modules/video.js/dist/video-js.css */
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

/* line 1358, node_modules/video.js/dist/video-js.css */
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

/* line 1363, node_modules/video.js/dist/video-js.css */
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

/* line 1367, node_modules/video.js/dist/video-js.css */
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

/* line 1372, node_modules/video.js/dist/video-js.css */
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

/* line 1376, node_modules/video.js/dist/video-js.css */
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

/* line 1386, node_modules/video.js/dist/video-js.css */
.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

/* line 1393, node_modules/video.js/dist/video-js.css */
.vjs-time-divider {
  display: none;
  line-height: 3em;
}

/* line 1398, node_modules/video.js/dist/video-js.css */
.video-js .vjs-play-control {
  cursor: pointer;
}

/* line 1402, node_modules/video.js/dist/video-js.css */
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

/* line 1406, node_modules/video.js/dist/video-js.css */
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

/* line 1415, node_modules/video.js/dist/video-js.css */
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

/* line 1420, node_modules/video.js/dist/video-js.css */
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

/* line 1426, node_modules/video.js/dist/video-js.css */
.vjs-subtitles {
  color: #fff;
}

/* line 1430, node_modules/video.js/dist/video-js.css */
.vjs-captions {
  color: #fc6;
}

/* line 1434, node_modules/video.js/dist/video-js.css */
.vjs-tt-cue {
  display: block;
}

/* line 1438, node_modules/video.js/dist/video-js.css */
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

/* line 1442, node_modules/video.js/dist/video-js.css */
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

/* line 1447, node_modules/video.js/dist/video-js.css */
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

/* line 1451, node_modules/video.js/dist/video-js.css */
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

/* line 1456, node_modules/video.js/dist/video-js.css */
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

/* line 1460, node_modules/video.js/dist/video-js.css */
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

/* line 1465, node_modules/video.js/dist/video-js.css */
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1474, node_modules/video.js/dist/video-js.css */
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

/* line 1481, node_modules/video.js/dist/video-js.css */
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

/* line 1486, node_modules/video.js/dist/video-js.css */
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

/* line 1491, node_modules/video.js/dist/video-js.css */
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

/* line 1507, node_modules/video.js/dist/video-js.css */
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

/* line 1524, node_modules/video.js/dist/video-js.css */
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

/* line 1530, node_modules/video.js/dist/video-js.css */
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

/* line 1545, node_modules/video.js/dist/video-js.css */
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

/* line 1552, node_modules/video.js/dist/video-js.css */
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

/* line 1557, node_modules/video.js/dist/video-js.css */
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

/* line 1590, node_modules/video.js/dist/video-js.css */
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

/* line 1594, node_modules/video.js/dist/video-js.css */
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

/* line 1598, node_modules/video.js/dist/video-js.css */
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

/* line 1602, node_modules/video.js/dist/video-js.css */
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

/* line 1608, node_modules/video.js/dist/video-js.css */
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

/* line 1615, node_modules/video.js/dist/video-js.css */
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

/* line 1619, node_modules/video.js/dist/video-js.css */
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

/* line 1625, node_modules/video.js/dist/video-js.css */
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

/* line 1632, node_modules/video.js/dist/video-js.css */
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

/* line 1650, node_modules/video.js/dist/video-js.css */
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

/* line 1654, node_modules/video.js/dist/video-js.css */
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

/* line 1657, node_modules/video.js/dist/video-js.css */
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

/* line 1662, node_modules/video.js/dist/video-js.css */
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

/* line 1669, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

/* line 1673, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

/* line 1679, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  /* line 1685, node_modules/video.js/dist/video-js.css */
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  /* line 1691, node_modules/video.js/dist/video-js.css */
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  /* line 1694, node_modules/video.js/dist/video-js.css */
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  /* line 1697, node_modules/video.js/dist/video-js.css */
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

/* line 1703, node_modules/video.js/dist/video-js.css */
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

/* line 1708, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

/* line 1713, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 6px 8px;
}

/* line 1718, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

/* line 1722, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* line 1728, node_modules/video.js/dist/video-js.css */
.vjs-text-track-settings .vjs-label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 5px 5px 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 1738, node_modules/video.js/dist/video-js.css */
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

/* line 1745, node_modules/video.js/dist/video-js.css */
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

/* line 1749, node_modules/video.js/dist/video-js.css */
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

/* line 1757, node_modules/video.js/dist/video-js.css */
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

/* line 1761, node_modules/video.js/dist/video-js.css */
.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1774, node_modules/video.js/dist/video-js.css */
.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1782, node_modules/video.js/dist/video-js.css */
.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

/* line 1787, node_modules/video.js/dist/video-js.css */
.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

/* line 1792, node_modules/video.js/dist/video-js.css */
.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

/* line 1795, node_modules/video.js/dist/video-js.css */
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

/* line 1798, node_modules/video.js/dist/video-js.css */
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

/* line 1801, node_modules/video.js/dist/video-js.css */
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

/* line 1804, node_modules/video.js/dist/video-js.css */
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

/* line 1807, node_modules/video.js/dist/video-js.css */
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  /* line 1811, node_modules/video.js/dist/video-js.css */
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

/* line 1815, node_modules/video.js/dist/video-js.css */
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

/* line 1825, node_modules/video.js/dist/video-js.css */
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

/* line 1829, node_modules/video.js/dist/video-js.css */
.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/* line 1, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px !important;
}

/* line 7, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-container {
  position: relative;
}

/* line 9, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 19, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

/* line 24, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

/* line 33, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}

/* line 44, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}

/* line 46, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}

/* line 50, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

/* line 53, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

/* line 56, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

/* line 59, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

/* line 62, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

/* line 69, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 73, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox .modal-dialog {
  display: none;
}

/* line 76, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox .modal-footer {
  text-align: left;
}

/* line 81, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}

/* line 94, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

/* line 101, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

/* line 112, node_modules/ekko-lightbox/ekko-lightbox.less */
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1.0s;
}

/* line 120, node_modules/ekko-lightbox/ekko-lightbox.less */
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../../../home/ubuntu/.rbenv/versions/3.0.4/lib/ruby/gems/3.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

/* FONT_END */
/* line 21, node_modules/swiper/swiper-bundle.css */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

/* line 28, node_modules/swiper/swiper-bundle.css */
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

/* line 40, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 43, node_modules/swiper/swiper-bundle.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

/* line 53, node_modules/swiper/swiper-bundle.css */
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 57, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal {
  touch-action: pan-y;
}

/* line 60, node_modules/swiper/swiper-bundle.css */
.swiper-vertical {
  touch-action: pan-x;
}

/* line 63, node_modules/swiper/swiper-bundle.css */
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

/* line 72, node_modules/swiper/swiper-bundle.css */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 76, node_modules/swiper/swiper-bundle.css */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 80, node_modules/swiper/swiper-bundle.css */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* line 84, node_modules/swiper/swiper-bundle.css */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

/* line 93, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 96, node_modules/swiper/swiper-bundle.css */
.swiper-3d {
  perspective: 1200px;
}

/* line 99, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

/* line 121, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 124, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 127, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 130, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 133, node_modules/swiper/swiper-bundle.css */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* line 144, node_modules/swiper/swiper-bundle.css */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 147, node_modules/swiper/swiper-bundle.css */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 150, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 153, node_modules/swiper/swiper-bundle.css */
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 156, node_modules/swiper/swiper-bundle.css */
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 161, node_modules/swiper/swiper-bundle.css */
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* line 165, node_modules/swiper/swiper-bundle.css */
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 168, node_modules/swiper/swiper-bundle.css */
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* line 173, node_modules/swiper/swiper-bundle.css */
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 176, node_modules/swiper/swiper-bundle.css */
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* line 181, node_modules/swiper/swiper-bundle.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 196, node_modules/swiper/swiper-bundle.css */
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

/* line 201, node_modules/swiper/swiper-bundle.css */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 204, node_modules/swiper/swiper-bundle.css */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 215, node_modules/swiper/swiper-bundle.css */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* line 219, node_modules/swiper/swiper-bundle.css */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 226, node_modules/swiper/swiper-bundle.css */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

/* line 230, node_modules/swiper/swiper-bundle.css */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

/* line 234, node_modules/swiper/swiper-bundle.css */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

/* line 242, node_modules/swiper/swiper-bundle.css */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* line 256, node_modules/swiper/swiper-bundle.css */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 262, node_modules/swiper/swiper-bundle.css */
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

/* line 268, node_modules/swiper/swiper-bundle.css */
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

/* line 281, node_modules/swiper/swiper-bundle.css */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

/* line 286, node_modules/swiper/swiper-bundle.css */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

/* line 290, node_modules/swiper/swiper-bundle.css */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

/* line 295, node_modules/swiper/swiper-bundle.css */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* line 299, node_modules/swiper/swiper-bundle.css */
.swiper-button-lock {
  display: none;
}

/* line 302, node_modules/swiper/swiper-bundle.css */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

/* line 322, node_modules/swiper/swiper-bundle.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 329, node_modules/swiper/swiper-bundle.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 332, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
/* line 337, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 347, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 351, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 355, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 358, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 361, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 364, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 367, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 370, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 373, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/* line 381, node_modules/swiper/swiper-bundle.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 389, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 392, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullet:only-child {
  display: none !important;
}

/* line 395, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* line 399, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

/* line 406, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

/* line 411, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

/* line 417, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

/* line 422, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

/* line 426, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 432, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

/* line 436, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
/* line 441, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
/* line 445, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

/* line 450, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 460, node_modules/swiper/swiper-bundle.css */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 463, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

/* line 472, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

/* line 481, node_modules/swiper/swiper-bundle.css */
.swiper-pagination-lock {
  display: none;
}

/* line 484, node_modules/swiper/swiper-bundle.css */
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

/* line 497, node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

/* line 503, node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

/* line 507, node_modules/swiper/swiper-bundle.css */
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

/* line 517, node_modules/swiper/swiper-bundle.css */
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

/* line 527, node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

/* line 536, node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 539, node_modules/swiper/swiper-bundle.css */
.swiper-scrollbar-lock {
  display: none;
}

/* line 542, node_modules/swiper/swiper-bundle.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 550, node_modules/swiper/swiper-bundle.css */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 557, node_modules/swiper/swiper-bundle.css */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
/* line 562, node_modules/swiper/swiper-bundle.css */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 571, node_modules/swiper/swiper-bundle.css */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 575, node_modules/swiper/swiper-bundle.css */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 578, node_modules/swiper/swiper-bundle.css */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 582, node_modules/swiper/swiper-bundle.css */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 585, node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 589, node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 592, node_modules/swiper/swiper-bundle.css */
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 596, node_modules/swiper/swiper-bundle.css */
.swiper-cube {
  overflow: visible;
}

/* line 599, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 609, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 612, node_modules/swiper/swiper-bundle.css */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 615, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 619, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 626, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 634, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

/* line 643, node_modules/swiper/swiper-bundle.css */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

/* line 653, node_modules/swiper/swiper-bundle.css */
.swiper-flip {
  overflow: visible;
}

/* line 656, node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 662, node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 665, node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 669, node_modules/swiper/swiper-bundle.css */
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 677, node_modules/swiper/swiper-bundle.css */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

/* line 683, node_modules/swiper/swiper-bundle.css */
.swiper-cards {
  overflow: visible;
}

/* line 686, node_modules/swiper/swiper-bundle.css */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/application-muevo-com.css.scss */
input[type="datetime"] {
  appearance: none;
  height: 46px;
}

/* line 30, app/assets/stylesheets/application-muevo-com.css.scss */
input[type="date"] {
  appearance: none;
  height: 46px;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*# sourceMappingURL=application-muevo-com.css-2b329f2b09ad32c88115b9de63161d6914ad22f051990ed78d11c235466508f8.map */
