@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cambay:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*!
 * Bootstrap v5.0.0-beta3 (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)
 */
:root {
  --bs-blue: #0056b3;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e21181;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #008a00;
  --bs-teal: #20c997;
  --bs-cyan: #006170;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0056b3;
  --bs-secondary: #6c757d;
  --bs-success: #008a00;
  --bs-info: #006170;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0056b3;
  text-decoration: underline;
}
a:hover {
  color: #00458f;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #e21181;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: #FFF;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #FFF;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ccddf0;
  --bs-table-striped-bg: #c2d2e4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c7d8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdccde;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8c7d8;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #cce8cc;
  --bs-table-striped-bg: #c2dcc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d1b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd7bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d1b8;
}

.table-info {
  --bs-table-bg: #ccdfe2;
  --bs-table-striped-bg: #c2d4d7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c9cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdced1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8c9cb;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #80abd9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: #80abd9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80abd9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}
.form-check-input:checked {
  background-color: #0056b3;
  border-color: #0056b3;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0056b3;
  border-color: #0056b3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380abd9'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .faq-page .views-element-container .btn-check[disabled] + a, .btn-check[disabled] + a.button, .btn-check:disabled + .btn, .faq-page .views-element-container .btn-check:disabled + a, .btn-check:disabled + a.button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0056b3;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3cce8;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0056b3;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3cce8;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .faq-page .views-element-container a, .faq-page .views-element-container .input-group a, .input-group a.button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .faq-page .views-element-container a:focus, .faq-page .views-element-container .input-group a:focus, .input-group a.button:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.faq-page .views-element-container .input-group-lg > a,
.input-group-lg > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.faq-page .views-element-container .input-group-sm > a,
.input-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 0.875em;
  color: #008a00;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008a00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008a00' 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);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #008a00;
  box-shadow: 0 0 0 0.25rem rgba(0, 138, 0, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #008a00;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008a00' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #008a00;
  box-shadow: 0 0 0 0.25rem rgba(0, 138, 0, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #008a00;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #008a00;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 138, 0, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008a00;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 0.875em;
  color: #dc3545;
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn, .faq-page .views-element-container a, a.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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) {
  .btn, .faq-page .views-element-container a, a.button {
    transition: none;
  }
}
.btn:hover, .faq-page .views-element-container a:hover, a.button:hover {
  color: #212529;
}
.btn-check:focus + .btn, .faq-page .views-element-container .btn-check:focus + a, .btn-check:focus + a.button, .btn:focus, .faq-page .views-element-container a:focus, a.button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}
.btn:disabled, .faq-page .views-element-container a:disabled, a.button:disabled, .btn.disabled, .faq-page .views-element-container a.disabled, a.disabled.button, fieldset:disabled .btn, fieldset:disabled .faq-page .views-element-container a, .faq-page .views-element-container fieldset:disabled a, fieldset:disabled a.button {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .pager .button {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.btn-primary:hover, .pager .button:hover {
  color: #fff;
  background-color: #004998;
  border-color: #00458f;
}
.btn-check:focus + .btn-primary, .pager .btn-check:focus + .button, .btn-primary:focus, .pager .button:focus {
  color: #fff;
  background-color: #004998;
  border-color: #00458f;
  box-shadow: 0 0 0 0.25rem rgba(38, 111, 190, 0.5);
}
.btn-check:checked + .btn-primary, .pager .btn-check:checked + .button, .btn-check:active + .btn-primary, .pager .btn-check:active + .button, .btn-primary:active, .pager .button:active, .btn-primary.active, .pager .active.button, .show > .btn-primary.dropdown-toggle, .pager .show > .dropdown-toggle.button {
  color: #fff;
  background-color: #00458f;
  border-color: #004186;
}
.btn-check:checked + .btn-primary:focus, .pager .btn-check:checked + .button:focus, .btn-check:active + .btn-primary:focus, .pager .btn-check:active + .button:focus, .btn-primary:active:focus, .pager .button:active:focus, .btn-primary.active:focus, .pager .active.button:focus, .show > .btn-primary.dropdown-toggle:focus, .pager .show > .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 111, 190, 0.5);
}
.btn-primary:disabled, .pager .button:disabled, .btn-primary.disabled, .pager .disabled.button {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00;
}
.btn-success:hover {
  color: #fff;
  background-color: #007500;
  border-color: #006e00;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #007500;
  border-color: #006e00;
  box-shadow: 0 0 0 0.25rem rgba(38, 156, 38, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #006e00;
  border-color: #006800;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 156, 38, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00;
}

.btn-info {
  color: #fff;
  background-color: #006170;
  border-color: #006170;
}
.btn-info:hover {
  color: #fff;
  background-color: #00525f;
  border-color: #004e5a;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #00525f;
  border-color: #004e5a;
  box-shadow: 0 0 0 0.25rem rgba(38, 121, 133, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #004e5a;
  border-color: #004954;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 121, 133, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #006170;
  border-color: #006170;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0056b3;
  border-color: #0056b3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0056b3;
  background-color: transparent;
}

.btn-outline-secondary, .faq-page .views-element-container a {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover, .faq-page .views-element-container a:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .faq-page .views-element-container .btn-check:focus + a, .btn-outline-secondary:focus, .faq-page .views-element-container a:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .faq-page .views-element-container .btn-check:checked + a, .btn-check:active + .btn-outline-secondary, .faq-page .views-element-container .btn-check:active + a, .btn-outline-secondary:active, .faq-page .views-element-container a:active, .btn-outline-secondary.active, .faq-page .views-element-container a.active, .btn-outline-secondary.dropdown-toggle.show, .faq-page .views-element-container a.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .faq-page .views-element-container .btn-check:checked + a:focus, .btn-check:active + .btn-outline-secondary:focus, .faq-page .views-element-container .btn-check:active + a:focus, .btn-outline-secondary:active:focus, .faq-page .views-element-container a:active:focus, .btn-outline-secondary.active:focus, .faq-page .views-element-container a.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .faq-page .views-element-container a.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .faq-page .views-element-container a:disabled, .btn-outline-secondary.disabled, .faq-page .views-element-container a.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #008a00;
  border-color: #008a00;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 138, 0, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 138, 0, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #008a00;
  background-color: transparent;
}

.btn-outline-info {
  color: #006170;
  border-color: #006170;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #006170;
  border-color: #006170;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 112, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #006170;
  border-color: #006170;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 112, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #006170;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:hover {
  color: #00458f;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .faq-page .views-element-container .btn-group-lg > a, .btn-group-lg > a.button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .faq-page .views-element-container .btn-group-sm > a, .btn-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0056b3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0056b3;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .faq-page .views-element-container .btn-group > a, .btn-group > a.button,
.btn-group-vertical > .btn,
.faq-page .views-element-container .btn-group-vertical > a,
.btn-group-vertical > a.button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .faq-page .views-element-container .btn-group > .btn-check:checked + a, .btn-group > .btn-check:checked + a.button,
.btn-group > .btn-check:focus + .btn,
.faq-page .views-element-container .btn-group > .btn-check:focus + a,
.btn-group > .btn-check:focus + a.button,
.btn-group > .btn:hover,
.faq-page .views-element-container .btn-group > a:hover,
.btn-group > a.button:hover,
.btn-group > .btn:focus,
.faq-page .views-element-container .btn-group > a:focus,
.btn-group > a.button:focus,
.btn-group > .btn:active,
.faq-page .views-element-container .btn-group > a:active,
.btn-group > a.button:active,
.btn-group > .btn.active,
.faq-page .views-element-container .btn-group > a.active,
.btn-group > a.active.button,
.btn-group-vertical > .btn-check:checked + .btn,
.faq-page .views-element-container .btn-group-vertical > .btn-check:checked + a,
.btn-group-vertical > .btn-check:checked + a.button,
.btn-group-vertical > .btn-check:focus + .btn,
.faq-page .views-element-container .btn-group-vertical > .btn-check:focus + a,
.btn-group-vertical > .btn-check:focus + a.button,
.btn-group-vertical > .btn:hover,
.faq-page .views-element-container .btn-group-vertical > a:hover,
.btn-group-vertical > a.button:hover,
.btn-group-vertical > .btn:focus,
.faq-page .views-element-container .btn-group-vertical > a:focus,
.btn-group-vertical > a.button:focus,
.btn-group-vertical > .btn:active,
.faq-page .views-element-container .btn-group-vertical > a:active,
.btn-group-vertical > a.button:active,
.btn-group-vertical > .btn.active,
.faq-page .views-element-container .btn-group-vertical > a.active,
.btn-group-vertical > a.active.button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .faq-page .views-element-container .btn-group > a:not(:first-child), .btn-group > a.button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .faq-page .views-element-container .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.faq-page .views-element-container .btn-group > .btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > a.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .faq-page .views-element-container .btn-group > a:nth-child(n+3), .btn-group > a.button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.faq-page .views-element-container .btn-group > :not(.btn-check) + a,
.btn-group > :not(.btn-check) + a.button,
.btn-group > .btn-group:not(:first-child) > .btn,
.faq-page .views-element-container .btn-group > .btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .faq-page .views-element-container .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > a.button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .faq-page .views-element-container .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > a.button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .faq-page .views-element-container .btn-group-vertical > a, .btn-group-vertical > a.button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .faq-page .views-element-container .btn-group-vertical > a:not(:first-child), .btn-group-vertical > a.button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .faq-page .views-element-container .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.faq-page .views-element-container .btn-group-vertical > .btn-group:not(:last-child) > a,
.btn-group-vertical > .btn-group:not(:last-child) > a.button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .faq-page .views-element-container .btn-group-vertical > a ~ .btn, .faq-page .views-element-container .btn-group-vertical > .btn ~ a, .faq-page .views-element-container .btn-group-vertical > a ~ a, .btn-group-vertical > a.button ~ .btn, .btn-group-vertical > .btn ~ a.button, .btn-group-vertical > a.button ~ a.button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.faq-page .views-element-container .btn-group-vertical > .btn-group:not(:first-child) > a,
.btn-group-vertical > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0056b3;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.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;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.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);
}
.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);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #004da1;
  background-color: #e6eef7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004da1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80abd9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #495057;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #495057;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0056b3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #00458f;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #00458f;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .faq-page .views-element-container a .badge, a.button .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #00346b;
  background-color: #ccddf0;
  border-color: #b3cce8;
}
.alert-primary .alert-link {
  color: #002a56;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #005300;
  background-color: #cce8cc;
  border-color: #b3dcb3;
}
.alert-success .alert-link {
  color: #004200;
}

.alert-info {
  color: #003a43;
  background-color: #ccdfe2;
  border-color: #b3d0d4;
}
.alert-info .alert-link {
  color: #002e36;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0056b3;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #00346b;
  background-color: #ccddf0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00346b;
  background-color: #b8c7d8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00346b;
  border-color: #00346b;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #005300;
  background-color: #cce8cc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005300;
  background-color: #b8d1b8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005300;
  border-color: #005300;
}

.list-group-item-info {
  color: #003a43;
  background-color: #ccdfe2;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #003a43;
  background-color: #b8c9cb;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #003a43;
  border-color: #003a43;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 86, 179, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 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);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  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);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.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) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.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) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.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;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

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

.link-primary {
  color: #0056b3;
}
.link-primary:hover, .link-primary:focus {
  color: #00458f;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #008a00;
}
.link-success:hover, .link-success:focus {
  color: #006e00;
}

.link-info {
  color: #006170;
}
.link-info:hover, .link-info:focus {
  color: #004e5a;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.mb-3 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

.border-success {
  border-color: #008a00 !important;
}

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

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

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

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

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0056b3 !important;
}

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

.text-success {
  color: #008a00 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #008a00 !important;
}

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

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
a.button.button--danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
a.button.button--danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + a.button.button--danger, a.button.button--danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + a.button.button--danger, .btn-check:active + a.button.button--danger, a.button.button--danger:active, a.button.button--danger.active, .show > a.button.button--danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + a.button.button--danger:focus, .btn-check:active + a.button.button--danger:focus, a.button.button--danger:active:focus, a.button.button--danger.active:focus, .show > a.button.button--danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
a.button.button--danger:disabled, a.button.button--danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
a.button.button-action {
  color: #fff;
  background-color: #006170;
  border-color: #006170;
}
a.button.button-action:hover {
  color: #fff;
  background-color: #00525f;
  border-color: #004e5a;
}
.btn-check:focus + a.button.button-action, a.button.button-action:focus {
  color: #fff;
  background-color: #00525f;
  border-color: #004e5a;
  box-shadow: 0 0 0 0.25rem rgba(38, 121, 133, 0.5);
}
.btn-check:checked + a.button.button-action, .btn-check:active + a.button.button-action, a.button.button-action:active, a.button.button-action.active, .show > a.button.button-action.dropdown-toggle {
  color: #fff;
  background-color: #004e5a;
  border-color: #004954;
}
.btn-check:checked + a.button.button-action:focus, .btn-check:active + a.button.button-action:focus, a.button.button-action:active:focus, a.button.button-action.active:focus, .show > a.button.button-action.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 121, 133, 0.5);
}
a.button.button-action:disabled, a.button.button-action.disabled {
  color: #fff;
  background-color: #006170;
  border-color: #006170;
}

.btn-primary a, .pager .button a {
  color: color-yiq(#0056b3);
}
.btn-primary a:hover, .pager .button a:hover {
  color: color-yiq(#0056b3);
  text-decoration: none;
}

.btn-secondary a {
  color: color-yiq(#6c757d);
}
.btn-secondary a:hover {
  color: color-yiq(#6c757d);
  text-decoration: none;
}

.btn-success a {
  color: color-yiq(#008a00);
}
.btn-success a:hover {
  color: color-yiq(#008a00);
  text-decoration: none;
}

.btn-info a {
  color: color-yiq(#006170);
}
.btn-info a:hover {
  color: color-yiq(#006170);
  text-decoration: none;
}

.btn-warning a {
  color: color-yiq(#ffc107);
}
.btn-warning a:hover {
  color: color-yiq(#ffc107);
  text-decoration: none;
}

.btn-danger a {
  color: color-yiq(#dc3545);
}
.btn-danger a:hover {
  color: color-yiq(#dc3545);
  text-decoration: none;
}

.btn-light a {
  color: color-yiq(#f8f9fa);
}
.btn-light a:hover {
  color: color-yiq(#f8f9fa);
  text-decoration: none;
}

.btn-dark a {
  color: color-yiq(#212529);
}
.btn-dark a:hover {
  color: color-yiq(#212529);
  text-decoration: none;
}

.btn-outline-primary:hover a {
  color: color-yiq(#0056b3);
}
.btn-outline-primary a:hover {
  color: color-yiq(#0056b3);
  text-decoration: none;
}

.btn-outline-secondary:hover a, .faq-page .views-element-container a:hover a {
  color: color-yiq(#6c757d);
}
.btn-outline-secondary a:hover, .faq-page .views-element-container a a:hover {
  color: color-yiq(#6c757d);
  text-decoration: none;
}

.btn-outline-success:hover a {
  color: color-yiq(#008a00);
}
.btn-outline-success a:hover {
  color: color-yiq(#008a00);
  text-decoration: none;
}

.btn-outline-info:hover a {
  color: color-yiq(#006170);
}
.btn-outline-info a:hover {
  color: color-yiq(#006170);
  text-decoration: none;
}

.btn-outline-warning:hover a {
  color: color-yiq(#ffc107);
}
.btn-outline-warning a:hover {
  color: color-yiq(#ffc107);
  text-decoration: none;
}

.btn-outline-danger:hover a {
  color: color-yiq(#dc3545);
}
.btn-outline-danger a:hover {
  color: color-yiq(#dc3545);
  text-decoration: none;
}

.btn-outline-light:hover a {
  color: color-yiq(#f8f9fa);
}
.btn-outline-light a:hover {
  color: color-yiq(#f8f9fa);
  text-decoration: none;
}

.btn-outline-dark:hover a {
  color: color-yiq(#212529);
}
.btn-outline-dark a:hover {
  color: color-yiq(#212529);
  text-decoration: none;
}

.form-control.image-button {
  width: unset;
}
.form-control.form-checkbox, .form-control.form-radio {
  display: inline-block;
  height: auto;
  width: unset;
}

input[type=search] {
  box-sizing: border-box;
}

.dropbutton-multiple .dropbutton .dropbutton-action > * {
  border: 0;
}

@media (min-width: 992px) {
  .node-form {
    margin: 2rem;
  }
}
.node-form .form-actions {
  text-align: center;
}

.container-inline div,
.container-inline label {
  display: inline-block;
  margin: 0;
}

td .form-item {
  margin: 0;
}

#search-block-form {
  display: flex;
}

.paragraph-type-title {
  font-weight: 700;
}

.field--widget-paragraphs .paragraphs-dropdown-action.button {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.field--widget-paragraphs .paragraphs-dropdown-action.button:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .field--widget-paragraphs .paragraphs-dropdown-action.button, .field--widget-paragraphs .paragraphs-dropdown-action.button:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .field--widget-paragraphs .paragraphs-dropdown-action.button, .btn-check:active + .field--widget-paragraphs .paragraphs-dropdown-action.button, .field--widget-paragraphs .paragraphs-dropdown-action.button:active, .field--widget-paragraphs .paragraphs-dropdown-action.button.active, .show > .field--widget-paragraphs .paragraphs-dropdown-action.button.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .field--widget-paragraphs .paragraphs-dropdown-action.button:focus, .btn-check:active + .field--widget-paragraphs .paragraphs-dropdown-action.button:focus, .field--widget-paragraphs .paragraphs-dropdown-action.button:active:focus, .field--widget-paragraphs .paragraphs-dropdown-action.button.active:focus, .show > .field--widget-paragraphs .paragraphs-dropdown-action.button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.field--widget-paragraphs .paragraphs-dropdown-action.button:disabled, .field--widget-paragraphs .paragraphs-dropdown-action.button.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.field--widget-paragraphs .field-add-more-submit,
.field--widget-entity-reference-paragraphs .field-add-more-submit {
  margin: 0;
}

.navbar .block-search form {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  .navbar .block-search form {
    flex-direction: row;
  }
}
.navbar .block-search form .form-actions {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .navbar .block-search form .form-actions {
    margin-left: 0.5rem;
    margin-top: 0;
  }
}

.navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-nav .dropdown-toggle::after {
  float: right;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown-toggle::after {
    clear: both;
    float: none;
  }
}

.navbar-brand .site-slogan {
  display: none;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .navbar-brand .site-slogan {
    display: block;
  }
}
.navbar-brand a.site-title {
  color: #212529;
  text-decoration: none;
}
.navbar-brand a.site-title:hover {
  color: #212529;
  text-decoration: none;
}
.navbar-brand .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar-brand img {
  height: 36px;
  margin: 0 1rem 0 0;
  width: auto;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 60px;
  }
}

.navbar-dark .navbar-brand a.site-title,
.footer-dark .navbar-brand a.site-title {
  color: #f8f9fa;
  text-decoration: none;
}
.navbar-dark .navbar-brand a.site-title:hover,
.footer-dark .navbar-brand a.site-title:hover {
  color: #f8f9fa;
  text-decoration: none;
}
.navbar-dark .navbar-brand img,
.footer-dark .navbar-brand img {
  filter: invert(1);
}

footer {
  padding: 2rem 0;
}
footer.footer-dark a {
  color: #f8f9fa;
  text-decoration: none;
}
footer.footer-dark a:hover {
  color: #f8f9fa;
  text-decoration: none;
}
footer .region-footer {
  display: flex;
  flex-direction: column;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0 0.5rem;
}

.tabs-primary {
  margin: 1rem 0;
}

.tabs-secondary {
  margin: 0 0 1rem 0;
}

@media (max-width: 575.98px) {
  .tabs-wrapper .tab-toggle {
    padding: 1rem;
  }
  .tabs-wrapper .nav-tabs {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
  }
  .tabs-wrapper .nav-link {
    border: 0;
    border-radius: 0;
  }
  .tabs-wrapper .nav-item {
    border-radius: 0;
    margin-bottom: 0;
  }
  .tabs-wrapper .nav-item.active {
    background-color: #dee2e6;
  }
  .tabs-wrapper .nav-item a {
    align-self: center;
    display: flex;
  }
  .tabs-wrapper .nav-item a:not(.tab-toggle) {
    flex-grow: 1;
  }
  .tabs-wrapper:not(.is-collapsible) .nav-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
  }
  .tabs-wrapper.is-collapsible .nav-item.active {
    display: flex;
    order: -1;
  }
  .tabs-wrapper.is-collapsible .nav-item:not(.active) {
    display: none;
  }
  .tabs-wrapper.is-collapsible .is-open .nav-item {
    display: flex;
  }
  .tabs-wrapper.is-collapsible .is-open .nav-item:not(.active) {
    border-top: 1px solid #dee2e6;
  }
}
@media (min-width: 768px) {
  .tabs-wrapper .tab-toggle {
    display: none;
  }
}
a.tabledrag-handle .handle {
  display: table-cell;
  padding-right: 1rem !important;
}

.alert-dismissible .close {
  color: #000;
}

code {
  overflow-y: auto;
}

.alert {
  background: #fff;
  box-shadow: 0px 4px 23px #00000014;
  width: max-content;
  max-width: 300px;
  border-radius: 6px;
  padding: 8px 0;
  border: none;
  text-align: center;
  margin: 20px auto 28px;
  font-size: 14px;
  line-height: 36px;
  color: #000;
}
@media (max-width: 968px) {
  .alert {
    width: 100%;
  }
}
.alert--fixed, .alert--fixed.alert.alert-dismissible {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
}
@media (max-width: 968px) {
  .alert--fixed, .alert--fixed.alert.alert-dismissible {
    padding-left: 0;
    padding-top: 14px;
  }
}
.alert--green {
  color: #00B2A9;
  font-size: 12px;
}
.alert__content-holder {
  padding-right: 15px;
}
.alert__content-holder button {
  display: none;
}
.alert__points {
  color: #00B2A9;
  font-weight: 700;
}
.alert__points:before {
  content: "";
  background-image: url("../images/icons/coin.svg");
  width: 12px;
  height: 10px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  font-size: 0;
  margin: 0 2px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.alert.alert-success.alert-dismissible .alert__content-holder {
  position: relative;
  padding-left: 40px;
  margin: 0 auto;
}
.alert.alert-success.alert-dismissible .alert__content-holder:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/alert-tick.svg");
}
.alert.alert-success.alert-dismissible__content-holder {
  position: relative;
  background: #fff;
  padding: 11px 16px 11px 40px;
  color: #00b2a9;
  font-size: 12px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: inline-block;
  line-height: 22px;
}
.alert.alert-success.alert-dismissible__content-holder:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/alert-tick.svg");
}
.alert.alert-error, .alert.alert-danger {
  color: #e03c31;
}
.alert.alert-error.notice, .alert.alert-danger.notice {
  padding: 10px;
}
.alert.alert-dismissible {
  padding-right: 0;
  padding-left: 0;
}
.alert.alert-dismissible .alert__content-holder {
  cursor: pointer;
  padding-right: 10px;
  padding-left: 10px;
}
.alert .messages__item + .messages__item {
  margin-top: 0;
}
.alert .alert__content-holder {
  cursor: pointer;
  padding-right: 10px;
  padding-left: 10px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ajax-progress-throbber .throbber {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/loader.png");
  width: 24px;
  height: 24px;
  background-size: 100%;
  animation: rotation 2s infinite linear;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E0E0E0;
}
.form-check-input[type=checkbox]:checked {
  background-color: #00B2A9;
  border-color: #00B2A9;
}
.form-check-input[type=checkbox]:focus {
  box-shadow: none;
}

input.form-control, select.form-control, textarea.form-control {
  border: none;
  border-bottom: 1px solid #ECECEC;
  border-radius: 0;
  outline: none;
  color: #292C2E;
  padding: 15px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 16px;
}
input.form-control.error, select.form-control.error, textarea.form-control.error {
  border: none;
  border-bottom: 1px solid #E03C31;
}
input.form-control.error:focus, select.form-control.error:focus, textarea.form-control.error:focus {
  border-bottom: 1px solid #E03C31;
}
input.form-control:-webkit-autofill, select.form-control:-webkit-autofill, textarea.form-control:-webkit-autofill {
  -webkit-background-clip: text;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  border-color: #ECECEC;
  box-shadow: none;
}

.form-actions, .form-item {
  margin: 0 0 16px 0;
}

.form-item label {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
.form-item .birthday-label, .form-item .label-visible {
  display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #828282;
  padding-left: 10px;
}
.form-item .description {
  display: none;
  margin-top: 2px;
  color: #E03C31;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
}
.form-item .form-checkbox + label {
  color: #181818;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
  display: inline;
  padding-left: 12px;
  cursor: pointer;
}
.form-item .js-password-confirm-message {
  display: none;
}
.form-item .form-item--error-message {
  color: #E03C31;
  font-size: 12px;
}
.form-item .form-item--error-message::before {
  display: none;
}

.form-required:after {
  display: none;
}

.js-form-type-password {
  position: relative;
}
.js-form-type-password .visibility-container {
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
  cursor: pointer;
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 12px;
  line-height: 14px;
}
.js-form-type-password .visibility-container .show, .js-form-type-password .visibility-container .hide {
  display: none;
}
.js-form-type-password .visibility-container .show.visible, .js-form-type-password .visibility-container .hide.visible {
  display: block;
}
.js-form-type-password .shwpd {
  display: none;
}

.form-type-checkbox a {
  color: #00B2A9;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
}

.form-type-textfield.form-floating input, .form-type-email.form-floating input, .form-type-password.form-floating input, .form-type-date.form-floating input {
  padding-left: 0;
  padding-right: 0;
}
.form-type-textfield.form-floating label, .form-type-email.form-floating label, .form-type-password.form-floating label, .form-type-date.form-floating label {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
.form-type-textfield.form-floating .form-control:focus ~ label, .form-type-textfield.form-floating .form-control:not(:placeholder-shown) ~ label, .form-type-textfield.form-floating .form-floating > .form-select ~ label, .form-type-email.form-floating .form-control:focus ~ label, .form-type-email.form-floating .form-control:not(:placeholder-shown) ~ label, .form-type-email.form-floating .form-floating > .form-select ~ label, .form-type-password.form-floating .form-control:focus ~ label, .form-type-password.form-floating .form-control:not(:placeholder-shown) ~ label, .form-type-password.form-floating .form-floating > .form-select ~ label, .form-type-date.form-floating .form-control:focus ~ label, .form-type-date.form-floating .form-control:not(:placeholder-shown) ~ label, .form-type-date.form-floating .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0);
}

.chat-page .form-item label, .quiz-page .form-item label {
  display: none;
}

.btn, .faq-page .views-element-container a, a.button,
.button {
  display: block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  width: 100%;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  letter-spacing: normal;
  padding: 14px 24px 16px;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
}
.btn:focus, .faq-page .views-element-container a:focus,
.button:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary, .pager .button,
.button-primary {
  color: #ffffff;
  background-color: #00B2A9;
  border-color: #00B2A9;
}
.btn-primary:focus, .pager .button:focus, .btn-primary:hover, .pager .button:hover,
.button-primary:focus,
.button-primary:hover {
  color: #ffffff;
  background-color: #009991;
  border-color: #009991;
}
.btn-secondary,
.button-secondary {
  color: #00B2A9;
  background-color: #ffffff;
  border-color: #00B2A9;
}
.btn-secondary:focus, .btn-secondary:hover,
.button-secondary:focus,
.button-secondary:hover {
  color: #00B2A9;
  background-color: #f2f2f2;
  border-color: #009991;
}
.btn-outline-primary,
.button-outline-primary {
  color: #00B2A9;
  background-color: #ffffff;
  border-color: #00B2A9;
}
.btn-outline-primary:focus, .btn-outline-primary:hover,
.button-outline-primary:focus,
.button-outline-primary:hover {
  color: #009991;
  border-color: #009991;
  background-color: #ffffff;
}
.btn-outline-secondary, .faq-page .views-element-container a,
.button-outline-secondary {
  color: #292C2E;
  background-color: #ffffff;
  border-color: #292C2E;
}
.btn-outline-secondary:focus, .faq-page .views-element-container a:focus, .btn-outline-secondary:hover, .faq-page .views-element-container a:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover {
  color: #1d1f21;
  border-color: #1d1f21;
  background-color: #ffffff;
}

.page-title, .main .node-page--product .container .node--type-products .details .field--name-title {
  text-transform: uppercase;
  color: #292C2E;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 24px;
  line-height: 130%;
}

.page-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 140%;
}

a.link {
  color: #00B2A9;
  text-decoration: none;
}

.dropzone {
  background: #F7F7F7;
  border: 0.5px dashed #000000;
  border-radius: 0;
  margin: 0 0 26px;
  text-align: center;
}
.dropzone.error {
  border: 2px dashed red;
}
.dropzone .dz-message:before {
  content: "";
  background: url(../images/icons/upload.png) no-repeat center;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: 24px;
}
.dropzone .dz-message a {
  display: none;
}
.dropzone .dz-message p {
  font-size: 12px;
}
.dropzone .dz-message p:last-of-type {
  font-size: 10px;
}
.dropzone .dz-preview {
  border: 2px solid #00B2A9;
}

.tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}
.tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}
.tabs .nav-link.active {
  background: none;
  color: #292C2E;
  border-color: #ffffff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.overlay.visible {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.form-type-password-confirm .form-item-pass-pass2 {
  display: none;
}
.form-type-password-confirm .form-item-pass-pass2.visible {
  display: block;
}

.component-webform {
  max-width: 370px;
  margin: 30px auto 0;
}
@media (max-width: 968px) {
  .component-webform {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.component-webform .js-form-item:not(.form-type-radio) {
  margin-bottom: 36px;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-textarea > label, .component-webform .js-form-item:not(.form-type-radio).js-form-type-textfield > label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #828282;
  padding-left: 10px;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-processed-text {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #292c2e;
  margin-bottom: 70px;
}
@media (max-width: 968px) {
  .component-webform .js-form-item:not(.form-type-radio).js-form-type-processed-text {
    text-align: left;
    margin-bottom: 30px;
  }
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .btn.form-submit, .component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .faq-page .views-element-container a.form-submit, .faq-page .views-element-container .component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file a.form-submit, .component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file a.form-submit.button, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .btn.form-submit, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .faq-page .views-element-container a.form-submit, .faq-page .views-element-container .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file a.form-submit, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file a.form-submit.button, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .btn.form-submit, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .faq-page .views-element-container a.form-submit, .faq-page .views-element-container .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file a.form-submit, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file a.form-submit.button {
  padding: 0;
  width: auto;
  vertical-align: middle;
  color: #00B2A9;
  background: transparent;
  border: 0;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .ajax-progress, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .ajax-progress, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .ajax-progress {
  display: none;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file .messages, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file .messages, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file .messages {
  position: relative;
  width: 100%;
  z-index: 2;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file .file, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file .file, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file .file {
  background-image: none;
  padding-left: 0;
  font-size: 14px;
  max-width: 65%;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file .file a, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file .file a, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file .file a {
  color: #292C2E;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file .webform-managed-file-placeholder, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file .webform-managed-file-placeholder, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file .webform-managed-file-placeholder {
  width: 100%;
  position: relative;
  display: block;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #00B2A9;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file .webform-managed-file-placeholder:before, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file .webform-managed-file-placeholder:before, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file .webform-managed-file-placeholder:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/file-upload.png");
  background-size: contain;
  margin-right: 9px;
}
.component-webform .js-form-item:not(.form-type-radio).js-form-type-managed-file .js-form-managed-file .webform-managed-file-placeholder + .js-form-file, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-image-file .js-form-managed-file .webform-managed-file-placeholder + .js-form-file, .component-webform .js-form-item:not(.form-type-radio).js-form-type-webform-document-file .js-form-managed-file .webform-managed-file-placeholder + .js-form-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 968px) {
  .component-webform .form-actions:not(.shop-action) {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px 25px;
    background-color: #fff;
  }
  .component-webform .form-actions:not(.shop-action) input[type=submit] {
    max-width: 370px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .side-page-layout #shop-confirmation .container,
.side-page-layout .shop-confirmation .container {
    padding: 0;
  }
}

.shop-confirmation .webform-confirmation-main-wrapper--success {
  background: #292c2e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .shop-confirmation .webform-confirmation-main-wrapper--success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
}
.shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation {
  background: white;
  max-width: 488px;
  width: 90vw;
  height: 579px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation {
    width: 100%;
    max-width: 100%;
  }
}
.shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation .confirmation-image-wrapper {
  margin-bottom: 0;
}
.shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation .confirmation-image-wrapper .confirmation-image {
  position: relative;
  width: 100%;
  height: 275px;
  top: 0;
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation .confirmation-image-wrapper .confirmation-image {
    left: 0;
    height: 290px;
  }
}
.shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation .confirmation-image-wrapper .confirmation-image .confirmation-image-illustration {
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  height: 85%;
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation .confirmation-image-wrapper .confirmation-image .confirmation-image-illustration {
    width: 295px;
    height: 98%;
    transform: none;
    left: 0;
  }
}
.shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation__message {
  text-align: center;
  color: #292c2e;
  padding: 30px;
  height: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation__message {
    padding-bottom: 0;
  }
  .shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation__message .title {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
}
.shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation__back {
  bottom: 0;
  position: absolute;
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation-main-wrapper--success .webform-confirmation__back {
    position: fixed;
  }
}

.quiz-confirmation {
  margin: 16px 0;
  text-align: center;
  font-family: "Cambay", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1em;
}

.js-webform-type-radios span, .webform-type-checkboxes span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #828282;
  padding-left: 10px;
  font-weight: normal;
}

.form-type-radio label {
  color: #181818;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
  display: inline;
  padding-left: 12px;
  cursor: pointer;
}

.ui-dialog {
  position: relative;
  border: none;
  background: #ffffff;
  border-radius: 6px;
}
.ui-dialog.ui-widget {
  border: none;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 999;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: relative;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  padding: 0;
  z-index: 12;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "";
  background-image: url("../images/icons/close-modal.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-dialog .ui-dialog-titlebar-close > * {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-content {
  padding: 30px 40px 40px;
}
@media (max-width: 576px) {
  .ui-dialog .ui-dialog-content {
    padding: 0.5em 1em;
  }
}
.ui-dialog__title {
  text-align: center;
  color: #292C2E;
  text-transform: uppercase;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 24px;
  line-height: 130%;
  width: 100%;
  justify-content: normal;
  margin: 24px auto 12px;
  max-width: 280px;
}
.ui-dialog__body {
  text-align: center;
  max-width: 240px;
  margin: 12px auto 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
}
.ui-dialog a.btn-primary, .ui-dialog .pager a.button, .pager .ui-dialog a.button {
  color: #fff;
  max-width: 166px;
  margin: 0 auto;
}
.ui-dialog a.btn-outline-secondary, .ui-dialog .faq-page .views-element-container a, .faq-page .views-element-container .ui-dialog a {
  max-width: 166px;
  margin: 10px auto;
}
.ui-dialog__no-points-image, .ui-dialog__collectable-promo-image, .ui-dialog__purchase-confirmation-image {
  width: 250px;
  height: 250px;
  background-image: url("../images/explanation.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.ui-dialog__collectable-promo-image {
  background-image: url("../images/collectables-promo.png");
}
.ui-dialog__no-points-image-loaded, .ui-dialog__purchase-confirmation-image-loaded {
  width: 220px;
  height: 250px;
  margin: 0 auto;
}
.ui-dialog .actions-wrapper .btn-purchase {
  margin: 8px auto;
  max-width: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-dialog .actions-wrapper .btn-purchase em {
  position: relative;
  font-style: normal;
  padding-left: 16px;
  margin-left: 3px;
}
.ui-dialog .actions-wrapper .btn-purchase em:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/icons/points.svg");
  width: 12px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ui-dialog .contacts__container {
  margin: 14px;
  text-align: center;
}
.ui-dialog .contacts__container__name {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 140%;
  margin: 4px;
}
.ui-dialog .contacts__container__mail, .ui-dialog .contacts__container__phone {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 140%;
  margin: 4px;
}
.ui-dialog .contacts__container__mail a, .ui-dialog .contacts__container__phone a {
  text-decoration: none;
}
.ui-dialog .contacts__container__mail a:hover, .ui-dialog .contacts__container__phone a:hover {
  color: #000000;
}
.ui-dialog .contacts__empty {
  text-align: center;
  margin: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 140%;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.9;
}

.component-collapsible {
  margin-top: 50px;
}
@media (max-width: 968px) {
  .component-collapsible {
    margin-top: 0;
  }
}
.component-collapsible .field--name-field-faq-element > .field__item {
  border-bottom: 1px solid #ECECEC;
}
.component-collapsible .field--name-field-faq-element > .field__item:first-child {
  border-top: 1px solid #ECECEC;
}
.component-collapsible > .field__item:first-child .field--name-field-faq-type {
  margin-top: 0;
}
.component-collapsible .field__item--open .field--name-field-answer {
  display: block;
}
.component-collapsible .field__item--open .field--name-field-question:before {
  transform: translate(0, -50%) rotate(180deg);
}
.component-collapsible .field--name-field-faq-type {
  margin: 32px 0 16px;
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.2em;
}
.component-collapsible .field--name-field-question, .component-collapsible .field--name-field-answer {
  color: #000;
}
.component-collapsible .field--name-field-question p, .component-collapsible .field--name-field-answer p {
  margin: 0;
}
.component-collapsible .field--name-field-answer {
  display: none;
  padding-bottom: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5em;
}
.component-collapsible .field--name-field-answer img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 10px 0;
}
.component-collapsible .field--name-field-question {
  position: relative;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  user-select: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.2em;
  color: #000;
}
.component-collapsible .field--name-field-question:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 8px;
  background-image: url("../images/icons/collapsible-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.component-progress {
  max-width: 310px;
  margin: 24px auto 32px;
}
@media (max-width: 576px) {
  .component-progress {
    margin: 4px 0 26px;
    max-width: 100%;
  }
}
.component-progress__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.component-progress__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 6px;
  background-color: #00B2A9;
  font-size: 0;
}
.component-progress__label {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 140%;
  color: #989898;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-progress__label em {
  font-style: normal;
}

.component-full-tabs {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 36px;
  background-color: #fff;
}
@media (max-width: 968px) {
  .component-full-tabs {
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 98;
    margin: 0;
  }
  .component-full-tabs + div {
    margin-top: 44px;
  }
}
.component-full-tabs__tab {
  text-align: center;
  display: block;
  color: #333;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.15em;
}
@media (max-width: 968px) {
  .component-full-tabs__tab {
    flex: 1;
    font-size: 12px;
  }
}
.component-full-tabs__tab--active {
  color: #00B2A9;
  border-bottom-color: #00B2A9;
}
.component-full-tabs__tab a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 120px;
}
@media (max-width: 968px) {
  .component-full-tabs__tab a {
    padding: 12px 6px;
  }
}

.component-achievements__total-points {
  max-width: 310px;
  margin: 24px auto 50px;
}
@media (max-width: 576px) {
  .component-achievements__total-points {
    margin: 4px 0 26px;
    max-width: 100%;
  }
}
.component-achievements__total-points__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.component-achievements__total-points__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 6px;
  background-color: #00B2A9;
}
.component-achievements__total-points__label {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 140%;
  color: #989898;
  margin-top: 8px;
}
.component-achievements__item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #E0E0E0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
}
.component-achievements__item__status {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #ECECEC;
}
.component-achievements__item__status--complete {
  background-color: #00B2A9;
}
.component-achievements__item__status--complete:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-image: url("../images/icons/tick.svg");
}
.component-achievements__item__label {
  width: calc(100% - 16px - 70px);
  padding-left: 12px;
}
.component-achievements__item__status-message {
  width: 70px;
  text-align: right;
  color: #00B2A9;
}
.component-achievements__item__points {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  padding-right: 18px;
}
.component-achievements__item__points:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("../images/icons/points.svg");
  width: 12px;
  height: 10px;
  background-size: contain;
}
.component-achievements .page-title-container {
  margin-bottom: 50px;
}
.component-achievements .view-content {
  display: flex;
  flex-direction: column;
}
.component-achievements .view-content .views-row {
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
.component-achievements .view-content .views-row .views-field-description__value {
  display: flex;
  flex: 1;
}
.component-achievements .view-content .views-row::before {
  display: block;
  content: "";
  margin-right: 11px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.component-achievements .view-content .views-row::after {
  display: block;
  content: "";
  float: right;
  margin-left: 11px;
}
.component-achievements .view-content .views-row.not-received::before {
  background-color: #ECECEC;
}
.component-achievements .view-content .views-row.not-received::after {
  content: "Complete";
  color: #00B2A9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
.component-achievements .view-content .views-row.received::before {
  background-color: #00B2A9;
  background-image: url("../images/icons/check.png");
  background-size: calc(100% - 4px);
  background-repeat: no-repeat;
  background-position: center;
}

.component-upgrades__cover, .component-upgrades__avatar {
  overflow: hidden;
  background-color: #dadada;
}
.component-upgrades__cover--dim:after, .component-upgrades__avatar--dim:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
}
.component-upgrades__cover img, .component-upgrades__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.component-upgrades__cover {
  position: relative;
  height: 100px;
  width: 100%;
  border-radius: 4px;
}
.component-upgrades__avatar {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #f7f7f7;
  margin: -65px auto 0;
}
.component-upgrades__title {
  text-transform: uppercase;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 24px;
  line-height: 1.3em;
  margin: 40px 0 8px;
}
.component-upgrades__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
  margin: 12px 0 40px;
}
.component-upgrades__description p {
  word-break: break-all;
}
.component-upgrades__price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  margin: 8px 0 12px;
}
.component-upgrades__price img {
  position: relative;
  top: -1px;
  display: block;
  margin-right: 7px;
}
@media (max-width: 968px) {
  .component-upgrades__action, .component-upgrades__already-using {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background-color: #fff;
  }
}
.component-upgrades__action > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-upgrades__action img {
  margin: 0 6px;
  width: 12px;
}
.component-upgrades__action:not(.component-upgrades__action--regular) .form-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.component-upgrades__already-using > div {
  max-width: 250px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.3em;
  padding: 14px 10px;
  text-align: center;
}

.modal .modal-header {
  display: block;
  padding: 0;
  border: none;
}
.modal .modal-header .modal-title {
  font-family: "Cambay", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 66px 53px 48px;
}
.modal .modal-header img {
  width: 100%;
  height: auto;
}
.modal .modal-body {
  padding: 0 60px;
}
.modal .modal-body .read-all {
  margin-bottom: 42px;
}
.modal .modal-footer {
  border: none;
  padding: 30px 60px;
}

.ui-dialog {
  border-radius: 0;
}
.ui-dialog .ui-dialog-buttonset {
  width: 100%;
}
.ui-dialog.full-screen-image .ui-dialog-content {
  padding: 0;
}
.ui-dialog.full-screen-image .ui-dialog-content img {
  width: 100%;
  height: auto;
}

.component-search, .shops-page .search-wrapper {
  position: relative;
}
.component-search:before, .shops-page .search-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-16px, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/search.svg");
  background-size: contain;
}
.component-search input, .shops-page .search-wrapper input {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 0;
  padding: 0 18px;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 140%;
  outline: none;
  color: #292C2E;
}

.component-tooltip {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #989898;
  margin-left: 6px;
  cursor: pointer;
  transition: all 0.15s;
}
.component-tooltip:hover {
  background-color: #838383;
}
.component-tooltip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/info.svg");
}

table.table {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}
table.table td, table.table th {
  border: 0.5px solid #C4C4C4 !important;
}
table.table th {
  background: #F7F7F7;
  border: 0.5px solid #C4C4C4 !important;
  font-weight: 600;
}
table.table td {
  background: #FFFFFF;
}
table.table .ajax-progress-throbber {
  position: relative;
  padding: 0;
  width: 0;
  height: 0;
}
table.table .ajax-progress-throbber .throbber {
  position: absolute;
  bottom: -4px;
  right: -20px;
  padding: 0;
  width: 15px;
  height: 15px;
}

.card {
  max-width: 488px;
  width: 90vw;
  height: 579px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-wrapper {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  background: #292C2E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
  z-index: 100;
}
.card-img-wrapper {
  background-image: url("../images/collectable-4.jpg");
  background-position: center;
  background-size: cover;
  height: 340px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}
.card-img {
  width: 180px;
  margin-bottom: 32px;
}
.card-btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.card-title {
  width: 270px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.card-title font {
  family: Cambay, sans-serif;
  weight: bold;
  size: 24px;
}
.card-desc {
  width: 270px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 32px;
}
.card-desc font {
  family: "Roboto", sans-serif;
  weight: normal;
  size: 14px;
}
.card-btn {
  width: 166px;
  margin-bottom: 10px;
}

.side-page-layout .custom-page-header {
  position: relative;
  text-transform: uppercase;
  color: #292c2e;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin-top: 40px;
}
.side-page-layout .custom-page-header .arrow-back--custom-header {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.side-page-layout .custom-page-header .arrow-back--custom-header img {
  height: 20px;
}
@media (max-width: 968px) {
  .side-page-layout .custom-page-header {
    display: none;
  }
}

#copied_tip {
  animation-name: come_and_leave;
  animation-duration: 1s;
  animation-fill-mode: both;
  bottom: -35px;
  left: 2px;
}

.tip {
  background-color: #263646;
  padding: 0 14px;
  line-height: 27px;
  position: absolute;
  border-radius: 4px;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  animation-name: tip;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  text-transform: none;
}
.tip:before {
  content: "";
  background-color: #263646;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  left: 17px;
}

.copy-button {
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.copy-field {
  position: relative;
}
.copy-field input.form-control[readonly] {
  background-color: inherit;
}
.copy-field label.label-visible {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
}
.copy-field .copy-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 28px;
  right: 10px;
  display: block;
  background-image: url("../images/icons/copy.svg");
  cursor: pointer;
}
.copy-field .copy-icon #copied_tip {
  bottom: -38px;
  left: -13px;
}

.how-it-works.link {
  font-family: "Roboto";
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #989898;
  text-decoration: none;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.modal-step {
  display: flex;
  margin-bottom: 28px;
}

#referrals-modal {
  display: none;
}

.step-number {
  width: 30px;
  height: 30px;
  background-color: #00B2A9;
  flex: 0 0 auto;
  border-radius: 20px;
  text-align: center;
  color: #FFF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  margin-right: 42px;
  z-index: 1;
}

.step.active ~ .step .step-number {
  background-color: #ADEDEA;
}

.step-text {
  display: block;
  width: 80%;
}

.steps-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.steps-wrapper a {
  padding-top: 2px;
}
@media (min-width: 577px) {
  .steps-wrapper.steps-count-5 .steps-line {
    width: 78%;
    left: 11%;
  }
}
.steps-wrapper .steps-line {
  border: 1px solid #00B2A9;
  display: block;
  height: 1px;
  position: absolute;
  width: 72%;
  top: 14px;
  left: 14%;
}
@media (max-width: 576px) {
  .steps-wrapper .steps-line {
    height: 95%;
    width: 1px;
    left: 14px;
    top: 0;
  }
}

.steps-horizontal {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .steps-horizontal {
    flex-direction: column;
    justify-content: start;
  }
}
.steps-horizontal .step {
  width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .steps-horizontal .step {
    flex-direction: row;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  .steps-horizontal .step:last-of-type {
    margin-bottom: 0;
  }
}
.steps-horizontal .step .step-number {
  margin-bottom: 26px;
  align-self: center;
  margin-right: 0;
}
@media (max-width: 576px) {
  .steps-horizontal .step .step-number {
    margin-bottom: 0;
    align-self: start;
  }
}
.steps-horizontal .step .step-text-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .steps-horizontal .step .step-text-wrapper {
    align-self: center;
    margin-left: 16px;
  }
}
.steps-horizontal .step .step-text-wrapper .step-text {
  font-size: 12px;
  line-height: 16.8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  align-self: center;
}
@media (max-width: 576px) {
  .steps-horizontal .step .step-text-wrapper .step-text {
    font-size: 14px;
    width: 100%;
  }
}
.steps-horizontal .step .step-text-wrapper .step-url {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: #00B2A9;
}

.coupon-options .form-item-choose-coupon {
  display: none;
}
.coupon-options.no-options .coupon-option {
  opacity: 1;
}
.coupon-options .coupon-option {
  opacity: 0.3;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 32px;
  cursor: pointer;
  text-align: center;
}
.coupon-options .coupon-option.active {
  opacity: 1;
}
.coupon-options .coupon-option img {
  margin-bottom: 16px;
}
.coupon-options .coupon-option--title {
  display: block;
}
.coupon-options .form-item--error-message {
  color: #E03C31;
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px;
}
.coupon-options .form-item--error-message::before {
  display: none;
}

.block-jti-users-newsletter-subscription-block {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 150;
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form {
  padding: 1rem 2rem;
  background: #00B2A9;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 35% 18% 45% 0%;
  grid-template-columns: 35% 18% 45% 0%;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form {
    padding: 2em;
    grid-template-columns: auto;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form {
    justify-content: start;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-block-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-block-title {
    font-size: 15px;
    text-align: inherit;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .form-item-subscribe {
  justify-self: right;
  padding-right: 1rem;
  margin: 0;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .form-item-subscribe {
    justify-self: inherit;
    padding: 0.8rem 0;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .form-item-subscribe input {
  border: 1px solid #ffffff;
  background-color: #00B2A9;
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .form-item-subscribe input.error {
  border: 2px solid #E03C31;
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .form-item-subscribe label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding-left: 2px;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .form-item-subscribe label {
    font-size: 11px;
    line-height: 13px;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 32% 8%;
  grid-template-columns: 60% 32% 8%;
  margin: 0;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions .action-buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (min-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions .action-buttons-container input {
    flex-basis: 40%;
  }
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions .action-buttons-container {
    justify-content: space-between;
    flex-direction: row-reverse;
    flex: auto;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input {
    width: auto;
    font-size: 12px;
    line-height: 14px;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-outline-secondary {
  border-color: #ffffff;
  margin: 0 1rem;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-outline-secondary {
    flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    margin: 0;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-outline-secondary:disabled {
  color: #ffffff;
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-subscribe {
  color: #00B2A9;
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-subscribe--later {
  border: 1px solid #ffffff;
  margin: 0 1rem 0 0;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-subscribe--later {
    flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    margin: 0;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-subscribe--hide {
  padding: 0;
  margin: 0 0 0 2rem;
  height: auto;
  width: auto;
  align-self: center;
  background-color: transparent;
  border-color: transparent;
  font-size: 14px;
  text-transform: none;
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-subscribe--hide:hover {
  background: transparent;
  border-style: none;
}
@media (max-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions input.btn-subscribe--hide {
    padding-top: 2rem;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions span {
  position: relative;
  width: 0;
}
@media screen and (min-width: 968px) {
  .block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions span:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 112px;
    height: 138px;
    background-image: url("../images/Jane_Remark_Still.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.block-jti-users-newsletter-subscription-block .jti-users-newsletter-subscription-form .newsletter-actions .ajax-progress {
  display: none;
}

#block-viewbykablock {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 340px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.15);
}
#block-viewbykablock .js-form-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#block-viewbykablock .js-form-item label {
  font-size: 14px;
  width: 40%;
  color: #6C757D;
}
#block-viewbykablock .js-form-item select {
  width: 60%;
}
#block-viewbykablock form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
#block-viewbykablock form .form-actions {
  display: none;
  max-width: 160px;
  margin: 0 0 0 5px;
}
#block-viewbykablock form .form-actions input {
  max-width: 160px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 10px 16px;
}

.toolbar-vertical #block-viewbykablock {
  top: 49px;
}

.toolbar-fixed #block-viewbykablock {
  top: 89px;
}

.chat-page #block-viewbykablock form label,
.chat-page #block-viewbykablock form select,
.chat-page #block-viewbykablock form input {
  display: inline-block;
}

.header {
  padding: 25px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.header.transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 99;
}
.header .back-button {
  cursor: pointer;
}
.header .back-button img {
  display: block;
}
.header .menu-button img {
  display: block;
}
.header .logo img {
  height: 33px;
  display: block;
}
.header .title {
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 18px;
}
.header .center-container {
  display: flex;
  padding: 0 20px;
  flex: 1;
  align-items: center;
}
.header .center-container .logo {
  margin-right: 10px;
}
.header .center-container .logo img {
  height: 20px;
}

.sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background-color: #F7F7F7;
  padding: 34px 0 34px 0;
  display: flex;
  flex-direction: column;
  z-index: 50;
}
@media (min-width: 3200px) {
  .sidebar {
    display: none;
  }
}
.sidebar .close-button {
  padding: 0 28px;
  margin-bottom: 26px;
  cursor: pointer;
  display: none;
}
.sidebar .close-button img {
  display: block;
}
.sidebar .sidebar-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sidebar .sidebar-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
  padding: 0 32px;
}
.sidebar .sidebar-header .logo-container {
  display: flex;
  flex: 1;
}
.sidebar .sidebar-header .logo-container .logo {
  height: 36px;
  display: block;
  width: auto;
}
.sidebar .sidebar-header .logo-container img {
  width: 6rem;
}
.sidebar .sidebar-header .points-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sidebar .sidebar-header .points-container .icon {
  display: block;
  margin-right: 5px;
  font-size: 0;
}
.sidebar .sidebar-header .points-container .count {
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 150%;
}
.sidebar .sidebar-header .notification .icon {
  display: block;
}
.sidebar .navigation {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1;
}
.sidebar .nav {
  flex: 1;
}
.sidebar .nav .nav-link {
  text-decoration: none;
  padding: 13px 20px 13px 56px;
  color: #000000;
  transition: all 0.15s;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 120%;
}
.sidebar .nav .nav-item {
  position: relative;
  width: calc(100% - 24px);
  margin: 0 auto;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.15s;
  margin-bottom: 2px;
}
.sidebar .nav .nav-item:hover:not(.nav-item--user), .sidebar .nav .nav-item--active:not(.nav-item--user) {
  background-color: #DCEFEE;
}
.sidebar .nav .nav-item:hover:not(.nav-item--user) .nav-link, .sidebar .nav .nav-item--active:not(.nav-item--user) .nav-link {
  color: #009D95;
}
.sidebar .nav .nav-item:hover:not(.nav-item--user) .nav-item__icon.fill-stroke svg path, .sidebar .nav .nav-item--active:not(.nav-item--user) .nav-item__icon.fill-stroke svg path {
  fill: none;
  stroke: #009D95;
}
.sidebar .nav .nav-item:last-of-type {
  margin-top: auto;
}
.sidebar .nav .nav-item--user {
  margin-bottom: 0;
}
.sidebar .nav .nav-item--user.nav-item--active .nav-link {
  color: #009D95;
}
.sidebar .nav .nav-item--user .nav-link {
  color: #000000;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar .nav .nav-item--user .nav-link:hover {
  color: #009D95;
}
.sidebar .nav .nav-item__spacer {
  width: calc(100% - 40px);
  margin: 22px auto;
  display: block;
  height: 1px;
  background-color: #E0E0E0;
}
.sidebar .nav .nav-item__user-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(20px, -50%) translate(0, -1px);
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-color: #c1c1c1;
  border-radius: 30px;
  pointer-events: none;
}
.sidebar .nav .nav-item__user-points {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-20px, -50%);
  background-color: #ffd000;
  border-radius: 16px;
  color: #000;
  padding: 0 12px;
  display: inline-block;
  pointer-events: none;
  max-width: 96px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 32px;
}
.sidebar .nav .nav-item__user-role {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-20px, -50%);
  color: #000;
  display: inline-block;
  max-width: 96px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 32px;
}
.sidebar .nav .nav-item__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  transform: translate(20px, -50%) translate(0, -1px);
}
.sidebar .nav .nav-item__icon svg {
  display: block;
}
.sidebar .nav .nav-item__icon svg path {
  transition: all 0.15s;
}
.sidebar .nav .nav-item__icon.fill-stroke svg path {
  fill: none;
}
@media (max-width: 968px) {
  .sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    padding: 30px 0;
    background-color: #ffffff;
    opacity: 0;
    z-index: 100;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transition: all 0.15s;
  }
  .sidebar .sidebar-content {
    height: 100%;
  }
  .sidebar .close-button {
    display: block;
  }
  .sidebar .nav .nav-item {
    padding: 0 12px;
  }
  .sidebar.visible {
    pointer-events: all;
    opacity: 1;
  }
}

.node--type-article .node__meta {
  padding: 0;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 968px) {
  .node--type-article .node__meta {
    position: fixed;
    top: 37px;
    left: 27px;
    z-index: 100;
  }
}
.node--type-article .node__meta .node__submitted {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
.node--type-article .field--type-image {
  margin-bottom: 45px;
}
.node--type-article .field--type-image img {
  width: 100%;
  height: auto;
}
.node--type-article p img {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  display: block;
}
.node--type-article .field--type-text-with-summary {
  color: #292C2E;
}
.node--type-article .field--type-text-with-summary p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
.node--type-article .field--type-text-with-summary h2, .node--type-article .field--type-text-with-summary .h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 968px) {
  .node--type-article .node__meta {
    margin-bottom: 22px;
    text-align: left;
    padding-left: 38px;
  }
  .node--type-article .field--type-image {
    margin-bottom: 30px;
  }
  .node--type-article .field--type-image img {
    position: relative;
    left: -25px;
    right: -25px;
    width: calc(100% + 50px);
  }
  .node--type-article p img {
    margin-bottom: 30px;
    position: relative;
    left: -25px;
    right: -25px;
    width: calc(100% + 50px);
  }
}

@media (max-width: 968px) {
  .node-page--article .mobile-header .header-title {
    position: relative;
    top: -6px;
  }
}

.pager {
  padding: 0;
  margin: 0;
}
.pager__item {
  display: block;
  padding: 0;
}
.pager .button {
  margin-top: 25px;
}

.container {
  max-width: 520px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.container--webform {
  max-width: 820px;
}
@media (min-width: 1800px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 3200px) {
  .container {
    max-width: 1600px;
  }
}

.fluid-container {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.mobile-header {
  padding: 0 25px;
  height: 64px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  z-index: 99;
  background-color: #ffffff;
}
.mobile-header .back-button {
  padding: 25px 25px 25px 25px;
  margin: -25px 0 -25px -25px;
  cursor: pointer;
}
.mobile-header .back-button img {
  display: block;
}
.mobile-header .menu-button {
  display: block;
  margin-right: 25px;
}
.mobile-header .logo {
  margin-right: 11px;
}
.mobile-header .logo img {
  height: 19px;
  display: block;
}
.mobile-header .header-title {
  display: flex;
  align-items: center;
  flex: 1;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 18px;
}
.mobile-header.profile-page__header--solid img.menu-icon-white {
  content: url("/themes/custom/jti_theme/images/icons/menu.svg");
  margin-right: 21px;
}
.mobile-header.profile-page__header--solid a.profile-page__page-title__edit {
  content: url("/themes/custom/jti_theme/images/icons/edit.svg");
  width: auto;
  height: 24px;
}
.mobile-header:not(.profile-page__header--solid) .icon-black {
  color: black;
}
.mobile-header:not(.profile-page__header--solid) .icon-white {
  color: white;
}
@media (max-width: 968px) {
  .mobile-header {
    display: flex;
  }
}
.mobile-header__points {
  display: flex;
  align-items: center;
  user-select: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 0.01em;
}
.mobile-header__points img {
  display: block;
  margin-right: 5px;
  width: 12px;
  height: auto;
}

@media screen and (min-width: 968px) {
  .header-points-desktop-hide {
    display: none;
  }

  .desktop-header {
    width: calc(100% - 320px);
    right: 0;
    top: 0;
    left: auto;
    display: flex;
  }
  .desktop-header h2, .desktop-header .h2 {
    text-align: center;
    justify-content: center;
    margin-left: -50px;
  }
  .desktop-header > span,
.desktop-header span > img {
    cursor: pointer;
    z-index: 100;
  }
}
@media (max-width: 1800px) {
  .prize-page .header-title {
    font-size: 24px;
    text-transform: uppercase;
  }
}
@media (max-width: 968px) {
  .prize-page .header-title {
    font-size: 18px;
    text-transform: none;
  }
}

.main .node-page--product .container {
  max-width: inherit;
  padding: 0;
}
@media (max-width: 968px) {
  .main .node-page--product .container {
    padding-top: 0;
  }
}
.main .node-page--product .container .node--type-products .node__content {
  display: flex;
  flex-direction: row;
  height: 100vh;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .node__content {
    height: 100%;
  }
}
.main .node-page--product .container .node--type-products .image-container {
  width: 50%;
  height: 100%;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .image-container {
    margin: 0 auto;
    width: 50%;
  }
}
.main .node-page--product .container .node--type-products .image-container .field__item {
  height: 100%;
  width: 100%;
  align-items: center;
  display: grid;
  justify-content: center;
  background: #ECECEC;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .image-container .field__item {
    background: #ffffff;
  }
}
.main .node-page--product .container .node--type-products .image-container .field__item img {
  height: auto;
  width: 100%;
  max-width: 205px;
  max-height: 100%;
}
.main .node-page--product .container .node--type-products .image-container--ploom .field__item img {
  max-width: 300px;
}
.main .node-page--product .container .node--type-products .specifications {
  margin: 0 0 26px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  line-height: 140%;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .specifications {
    min-height: 36px;
    max-height: 36px;
  }
}
.main .node-page--product .container .node--type-products .specifications .field {
  margin-right: 24px;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .specifications .field {
    margin-right: 2px;
  }
}
.main .node-page--product .container .node--type-products .specifications .field:last-of-type {
  margin-right: 0;
}
.main .node-page--product .container .node--type-products .specifications .field .field__label,
.main .node-page--product .container .node--type-products .specifications .field .field__item {
  font-weight: normal;
  display: inline-block;
}
.main .node-page--product .container .node--type-products .strength-container {
  display: flex;
  min-height: 16px;
  max-height: 16px;
  margin: 0 0 26px;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .strength-container {
    min-height: 36px;
    max-height: 36px;
  }
}
.main .node-page--product .container .node--type-products .strength-container .strength-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin-right: 3rem;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .strength-container .strength-title {
    margin-right: 1rem;
  }
}
.main .node-page--product .container .node--type-products .strength-container .indicators {
  display: flex;
  flex-wrap: wrap;
}
.main .node-page--product .container .node--type-products .strength-container .indicators .indicator {
  margin: 0 0.4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .strength-container .indicators .indicator {
    margin: 0 0.3rem;
  }
}
.main .node-page--product .container .node--type-products .strength-container .indicators .indicator span {
  width: 50px;
  height: 16px;
  display: block;
  border: 0.5px solid #989898;
}
.main .node-page--product .container .node--type-products .strength-container .indicators .indicator .indicator-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1.5em;
  font-style: italic;
  color: #C4C4C4;
}
.main .node-page--product .container .node--type-products .strength-container .indicators .indicator .indicator-label--active {
  color: #000000;
}
.main .node-page--product .container .node--type-products .strength-container .indicators .indicator--active span {
  background: #00B2A9;
  border: 0.5px solid #00B2A9;
}
.main .node-page--product .container .node--type-products .indicators-specs {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 26px;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .indicators-specs {
    margin-bottom: 0.4rem;
  }
}
.main .node-page--product .container .node--type-products .indicators-specs--freshness {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .indicators-specs--freshness {
    margin-bottom: 26px;
  }
}
.main .node-page--product .container .node--type-products .indicators-specs .spec-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.5em;
  width: 22%;
}
.main .node-page--product .container .node--type-products .indicators-specs .bars-container {
  display: flex;
  flex-direction: row;
}
.main .node-page--product .container .node--type-products .indicators-specs .bars-container .bar {
  width: 38px;
  height: 14px;
  display: block;
  border: 0.5px solid #00B2A9;
  background-color: #EEFFFE;
  margin: 0 0.05rem;
}
.main .node-page--product .container .node--type-products .indicators-specs .bars-container .bar--active {
  background-color: #00B2A9;
}
.main .node-page--product .container .node--type-products .filter-type-container {
  margin: 0 0 26px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .filter-type-container {
    min-height: 36px;
    max-height: 36px;
  }
}
.main .node-page--product .container .node--type-products .filter-type-container .filter-type-title {
  margin-right: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .filter-type-container .filter-type-title {
    margin-right: 1rem;
  }
}
.main .node-page--product .container .node--type-products .filter-type-container .field--name-field-filter-type {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.5em;
  color: #989898;
}
.main .node-page--product .container .node--type-products .filter-type-container .field--name-field-filter-type:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #989898;
  margin-left: 4px;
  margin-right: 0.8rem;
  border-radius: 100%;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  background: #989898;
}
.main .node-page--product .container .node--type-products .details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  background: #F7F7F7;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .details {
    background: #ffffff;
  }
}
.main .node-page--product .container .node--type-products .details img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  height: auto;
}
.main .node-page--product .container .node--type-products .details .field--name-title {
  display: block;
  margin-bottom: 20px;
  max-width: 80%;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .details .field--name-title {
    max-width: 100%;
  }
}
.main .node-page--product .container .node--type-products .details .details__node--dim {
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 16px;
}
.main .node-page--product .container .node--type-products .details .details__node--dim .field__label {
  font-weight: 400;
}
.main .node-page--product .container .node--type-products .details .details__node--dim {
  margin-bottom: 2rem;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  margin-bottom: 0.4rem;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper {
  display: flex;
  align-items: flex-end;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper:after {
  content: "*";
  display: inline-block;
  margin-left: 6px;
  color: #989898;
  align-self: flex-start;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--with-new {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--with-new::after {
  display: none;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--with-new .field--name-field-price {
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  color: #989898;
  font-size: 12px;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--with-new .field--name-field-price .field__label {
  font-weight: 400;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--with-new .field--name-field-new-price {
  display: inline-flex;
  font-size: 12px;
  color: #989898;
  line-height: normal;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4px;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--with-new .field--name-field-new-price:after {
  content: "*";
  display: inline-block;
  color: #989898;
  align-self: flex-start;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--without-new .field--name-field-price {
  font-size: 12px;
  color: #989898;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .price-wrapper--without-new .field--name-field-price .field__label {
  font-weight: normal;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  justify-content: flex-start;
  align-content: flex-start;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper {
    margin-left: 0;
  }
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper .barcode {
  font-size: 12px;
  color: #989898;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper .barcode--new {
  font-weight: 700;
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper .barcode--new .field--name-field-new-barcode {
  display: inline-flex;
  font-size: 12px;
  color: #989898;
  line-height: normal;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper .barcode--new .field--name-field-new-barcode {
    flex-wrap: wrap;
  }
}
.main .node-page--product .container .node--type-products .details .price-barcode-container .barcode-wrapper .barcode--old {
  font-weight: 400;
  display: inline-flex;
}
@media (max-width: 968px) {
  .main .node-page--product .container .node--type-products .node__content {
    flex-direction: column;
  }
  .main .node-page--product .container .node--type-products .image-container {
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .main .node-page--product .container .node--type-products .image-container img {
    width: auto;
  }
}

.page-title-container {
  text-align: center;
}
.page-title-container .arrow-back-desktop {
  position: absolute;
  top: 30px;
  left: 70px;
  width: 18px;
}
@media (min-width: 3200px) {
  .page-title-container .arrow-back-desktop {
    display: none;
  }
}
.page-title-container .article-title-inner {
  text-align: left;
  position: relative;
  display: block;
}

.search-block-form {
  padding: 0 32px;
  margin-bottom: 22px;
}
.search-block-form .form-item {
  width: 100%;
  position: relative;
}
.search-block-form .form-item:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 99;
  bottom: 0;
  right: 18px;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-image: url("../images/icons/search.svg");
}
.search-block-form .form-search {
  height: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0 18px;
  border: none;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 140%;
}
.search-block-form #search-block-form {
  position: relative;
}
.search-block-form #search-block-form .form-actions {
  z-index: 100;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.search-block-form #search-block-form .form-actions input {
  color: transparent;
  border: none;
  background: transparent;
}
@media (max-width: 968px) {
  .search-block-form .form-search {
    background-color: #F7F7F7;
  }
}

.puzzle {
  user-select: none;
}
.puzzle[data-disabled=true] .puzzle__game-container {
  pointer-events: none;
}
.puzzle__clock {
  text-align: center;
  margin: 20px 0;
}
.puzzle__clock__value {
  font-size: 24px;
  font-weight: bold;
}
.puzzle__clock__label {
  color: #989898;
  font-size: 14px;
}
.puzzle__game-container {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.08);
  padding-top: 100%;
}
.puzzle__tile {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
  background-repeat: no-repeat;
}
.puzzle__tile--shake {
  animation: shake 0.4s ease-in-out both;
  z-index: 4;
}
.puzzle__tile[data-blank] {
  background-color: red;
  border: none;
  opacity: 0;
}
.puzzle [data-form-holder] {
  display: none;
}

@keyframes shake {
  10%, 90% {
    transform: rotate(-1deg);
  }
  20%, 80% {
    transform: rotate(1deg);
  }
  30%, 50%, 70% {
    transform: rotate(-2deg);
  }
  40%, 60% {
    transform: rotate(2deg);
  }
}
#notification-modal,
#phone-notification-modal,
#purchase-limit-notification-modal,
#collectable-preview-modal,
.image-preview-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 110;
  display: none;
}

.image-preview-modal .notifaction-modal-container {
  justify-content: center;
}
.image-preview-modal .notifaction-modal-container img {
  max-width: 100%;
}

.notifaction-modal-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  width: 320px;
  min-height: 542px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 46px 24px 40px 24px;
  border-radius: 6px;
}
@media screen and (max-width: 340px) {
  .notifaction-modal-container {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 46px 14px 30px 14px;
  }
}
@media screen and (min-width: 968px) {
  .notifaction-modal-container {
    width: 600px;
    padding: 56px 34px;
  }
}

.notification-title {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
}

.notification-body,
.notification-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}

.notification-modal-slick-container {
  max-width: 100%;
  margin-top: 5px;
  padding-bottom: 40px;
}
.notification-modal-slick-container .slick-prev,
.notification-modal-slick-container .slick-next,
.notification-modal-slick-container .slick-skip {
  font-font: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.01em;
  color: #000000;
  background: transparent;
  cursor: pointer;
}
.notification-modal-slick-container .slick-dots {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  font-size: 0;
}
.notification-modal-slick-container .slick-dots li {
  margin-right: 6px;
}
.notification-modal-slick-container .slick-dots li button {
  border: none;
  background-color: #000000;
  padding: 2px;
  border-radius: 50%;
}
.notification-modal-slick-container .slick-dots > li:only-child {
  display: none;
}
.notification-modal-slick-container .slick-dots .slick-active button {
  padding: 2px 6px;
  border-radius: 9px;
  margin-top: 0;
}
.notification-modal-slick-container .slick-next,
.notification-modal-slick-container .slick-prev,
.notification-modal-slick-container .slick-skip {
  position: absolute;
  bottom: 18px;
  font-style: italic;
}
.notification-modal-slick-container .slick-next {
  right: 4px;
}
.notification-modal-slick-container .slick-prev,
.notification-modal-slick-container .slick-skip {
  left: 4px;
}
.notification-modal-slick-container .slick-track > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 968px) {
  .notification-modal-slick-container .slick-track > div {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 968px) {
  .notification-modal-slick-container {
    width: 340px;
    text-align: center;
    margin: 0 auto;
  }
}

.notification-modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0;
  float: right;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 111;
  cursor: pointer;
}

.notification-modal-button span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/close-modal.svg");
  background-size: contain;
  background-position: center;
  font-size: 0;
  margin: 0 2px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.notification-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 272px;
  min-height: 228px;
  margin-bottom: 32px;
}
@media screen and (max-height: 560px) {
  .notification-image {
    min-height: 100px;
    max-height: 200px;
  }
}

.phone-notification-image,
.notice-notification-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 228px;
  margin-bottom: 32px;
}
@media screen and (max-height: 560px) {
  .phone-notification-image,
.notice-notification-image {
    min-height: 100px;
    max-height: 200px;
  }
}

.phone-notification-body,
.phone-notification-body p,
.notice-notification-body,
.notice-notification-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
}

.notification-image img {
  max-width: 272px;
  max-height: 228px;
}
@media screen and (max-height: 560px) {
  .notification-image img {
    max-height: 200px;
  }
}

#notification-modal,
#phone-notification-modal,
#purchase-limit-notification-modal {
  display: none;
}

.notification-modal-btn {
  display: inline-block;
}
@media screen and (min-width: 968px) {
  .notification-modal-btn {
    display: block;
    width: 340px;
    margin: 10px auto 0 auto;
  }
}
.notification-modal-btn__link {
  display: inline-flex;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 968px) {
  .notification-modal-btn__link {
    width: 340px;
  }
}
.notification-modal-btn__link a {
  flex: 1;
  padding: 14px 24px 16px;
  text-decoration: none;
  color: #ffffff;
}

.disabled-btn,
.disabled-btn:hover {
  opacity: 0.4;
}

#advanced-notification-modal {
  position: fixed;
  z-index: 151;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(6, 6, 6, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.advanced-notification-body {
  width: calc(100% - 48px);
  max-width: 500px;
  min-height: 200px;
  max-height: 600px;
  background: #0C297AFF;
  background: linear-gradient(130deg, #0C297A 0%, #040527 100.97%);
  border-radius: 8px;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  opacity: 0;
}

.advanced-notification-title,
.advanced-notification-text,
.advanced-notification-timer {
  color: #FFFFFF;
  text-align: center;
  padding: 0 13px;
}

.advanced-notification-title {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}

.advanced-notification-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}

.advanced-notification-timer {
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.advanced-time {
  color: #FC8181;
}

.advanced-notification-buttons {
  display: block;
  padding: 0 13px;
}

.advanced-notification-button,
.advanced-notification-open {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 14px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}

.advanced-notification-open {
  color: #0C297A;
  background-color: #FFC107;
  border: 1px solid #FFC107;
  margin-bottom: 16px;
}

.advanced-notification-button {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  margin-bottom: 26px;
}

.advanced-notification-open:hover,
.advanced-notification-button:hover {
  opacity: 0.75;
}

.advanced-notification-button:hover {
  color: #fff;
  background-color: transparent !important;
}

.advanced-notification-body .advanced-notification-buttons {
  position: relative;
  z-index: 2;
}
.advanced-notification-body form {
  position: relative;
  z-index: 2;
}
.advanced-notification-body form .form-actions,
.advanced-notification-body form input {
  margin-bottom: 0;
}
.advanced-notification-body .advanced-image-container {
  position: relative;
  z-index: 1;
}
.advanced-notification-body img {
  display: block;
  width: 100%;
  margin-top: -30px;
  object-fit: contain;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.notification-close {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .advanced-notification-body .advanced-image-container {
    margin-top: 32px;
  }
  .advanced-notification-body img {
    bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .advanced-notification-body {
    padding-top: 48px;
  }

  .advanced-notification-buttons {
    padding: 0 130px;
  }

  .advanced-notification-title,
.advanced-notification-text,
.advanced-notification-timer {
    padding: 0 50px;
  }
}
.limit-reached {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 110;
}
.limit-reached__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  width: 320px;
  min-height: 542px;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 46px 24px 40px 24px;
  border-radius: 6px;
}
@media screen and (max-width: 340px) {
  .limit-reached__container {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 46px 14px 30px 14px;
  }
}
@media screen and (min-width: 968px) {
  .limit-reached__container {
    width: 600px;
    padding: 56px 34px;
  }
}
.limit-reached__container__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: auto;
  min-height: 228px;
  margin-bottom: 32px;
}
@media screen and (max-height: 560px) {
  .limit-reached__container__image {
    min-height: 100px;
    max-height: 200px;
  }
}
.limit-reached__container__image img {
  max-width: 272px;
  max-height: 228px;
}
@media screen and (max-height: 560px) {
  .limit-reached__container__image img {
    max-height: 200px;
  }
}
.limit-reached__container__title {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
}
.limit-reached__container__body, .limit-reached__container__body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
.limit-reached__container .btn-primary, .limit-reached__container .pager .button, .pager .limit-reached__container .button {
  display: inline-block;
}
@media screen and (min-width: 968px) {
  .limit-reached__container .btn-primary, .limit-reached__container .pager .button, .pager .limit-reached__container .button {
    display: block;
    width: 340px;
    margin: 10px auto 0 auto;
  }
}

.jti-game-memory.jti-game-memory {
  text-align: unset;
}
.jti-game-memory.jti-game-memory .memory-game-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-game-countdown {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 3200px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-game-countdown {
    margin-bottom: 44px;
  }
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-game-countdown time {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 3200px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-game-countdown time {
    font-size: 96px;
  }
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-game-countdown__label {
  color: #989898;
  font-size: 14px;
}
@media (min-width: 3200px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-game-countdown__label {
    font-size: 46px;
  }
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-game {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  perspective: 1000px;
  grid-gap: 10px;
}
@media (max-width: 576px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-game {
    grid-gap: 6px;
  }
}
@media (min-width: 1800px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-game {
    grid-gap: 16px;
  }
}
@media (min-width: 3200px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-game {
    grid-gap: 32px;
  }
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-card {
  width: auto;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform 0.5s;
  cursor: pointer;
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-card:active {
  transform: scale(0.97);
  transition: transform 0.2s;
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-card.flip {
  transform: rotateY(180deg);
  cursor: default;
  height: auto;
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-card .front-face,
.jti-game-memory.jti-game-memory .memory-game-container .memory-card .back-face {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  background-color: #02b2aa;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 3200px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-card .front-face,
.jti-game-memory.jti-game-memory .memory-game-container .memory-card .back-face {
    border-radius: 16px;
  }
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-card .front-face {
  transform: rotateY(180deg);
  padding: 0px;
}
.jti-game-memory.jti-game-memory .memory-game-container .memory-card .back-face {
  padding: 20px;
}
@media (max-width: 576px) {
  .jti-game-memory.jti-game-memory .memory-game-container .memory-card .back-face {
    padding: 14px;
  }
}
.jti-game-memory.jti-game-memory .memory-game-container .alert {
  max-width: fit-content;
}
@media (min-width: 3200px) {
  .jti-game-memory.jti-game-memory .memory-game-container .alert {
    font-size: 36px;
    padding: 24px;
  }
}
.jti-game-memory.jti-game-memory .jti-memory-form {
  display: none;
}

.jti-game-sudoku {
  display: flex;
  justify-content: center;
}
.jti-game-sudoku__board-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.jti-game-sudoku__countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.jti-game-sudoku__countdown.hidden {
  display: none;
}
.jti-game-sudoku__countdown time {
  font-size: 24px;
  font-weight: bold;
}
.jti-game-sudoku__countdown__label {
  color: #989898;
  font-size: 14px;
}
.jti-game-sudoku__board {
  border: 3px solid black;
  border-collapse: collapse;
}
.jti-game-sudoku__board caption {
  display: none;
}
.jti-game-sudoku__card {
  border: 1px solid black;
  width: 90px;
  height: 90px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .jti-game-sudoku__card {
    width: 75px;
    height: 75px;
  }
}
.jti-game-sudoku__card--border-bottom {
  border-bottom: 3px solid black;
}
.jti-game-sudoku__card--border-right {
  border-right: 3px solid black;
}
.jti-game-sudoku__card--non-valid {
  background-color: salmon;
}
.jti-game-sudoku__card--selected {
  background-color: lightblue;
}
.jti-game-sudoku__card img {
  width: 90%;
  height: 90%;
}
.jti-game-sudoku__value-options {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}
.jti-game-sudoku__value-option {
  border: 1px solid black;
  width: 65px;
  height: 65px;
  cursor: pointer;
  padding: 4px;
}
.jti-game-sudoku__value-option:not(:first-child) {
  border-left: none;
}
.jti-game-sudoku__value-option:hover img {
  transform: scale(0.9);
}
@media (max-width: 576px) {
  .jti-game-sudoku__value-option {
    width: 60px;
    height: 60px;
  }
}
.jti-game-sudoku__value-option img {
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
}
.jti-game-sudoku .jti-sudoku-form {
  display: none;
}

.jti-game-fortune .alert {
  box-shadow: none;
}
.jti-game-fortune .alert__content-holder {
  color: #989898;
  cursor: default;
}
.jti-game-fortune .alert__content-holder strong {
  color: #00B2A9;
  font-size: 36px;
}
.jti-game-fortune .fortune-game-canvas {
  position: relative;
  display: flex;
  margin: 64px auto 32px;
  max-width: 450px;
  max-height: 450px;
}
.jti-game-fortune .fortune-game-canvas::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #13c195;
  top: -16.6666666667px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -10;
}
.jti-game-fortune .fortune-game-canvas::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid #00B2A9;
  top: -16.6666666667px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jti-game-fortune .fortune-game-canvas canvas {
  width: 100%;
  height: 100%;
}
.jti-game-fortune .fortune-game-canvas .wheel-center {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #00B2A9;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #ffffff;
}
@media (max-width: 576px) {
  .jti-game-fortune .fortune-game-canvas .wheel-center {
    width: 35px;
    height: 35px;
  }
}
.jti-game-fortune .jti-fortune-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jti-game-fortune .jti-fortune-form .fortune-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  padding: 14px 24px 16px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 6px;
}
.jti-game-fortune .jti-fortune-form .fortune-submit span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icons/coin.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  margin: 0 8px;
}
.jti-game-fortune .jti-fortune-form #edit-submit {
  background-color: transparent;
  color: #ffffff;
  border: none;
  text-transform: none;
  font-size: 20px;
  width: auto;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.jti-game-fortune .jti-fortune-form .spins-left {
  color: #989898;
  font-size: 14px;
}
.jti-game-fortune .jti-fortune-form .ajax-progress {
  display: none;
}
.jti-game-fortune .field--name-points {
  display: none;
}

.image-page-layout {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}
.image-page-layout > .logo {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
}
.image-page-layout .page-title, .image-page-layout .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .image-page-layout .field--name-title {
  text-align: center;
  width: 326px;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 0;
  display: inline-block;
}
.image-page-layout .page-title-container {
  margin-bottom: 32px;
}
.image-page-layout .back-button {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 3;
  padding: 20px;
  margin: -20px;
  cursor: pointer;
}
.image-page-layout .back-button img {
  display: block;
}
.image-page-layout .region {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.image-page-layout .content {
  padding: 40px 0;
  display: flex;
  height: 100vh;
  overflow-y: auto;
  flex: 1;
  width: 50%;
  order: -1;
  position: relative;
}
.image-page-layout .image-container {
  position: relative;
  display: flex;
  width: 50%;
  align-items: flex-end;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.image-page-layout .image-container .illustration {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.image-page-layout .image-container .illustration[data-align=right] {
  left: auto;
  right: 0;
  transform: none;
}
@media (max-width: 968px) {
  .image-page-layout .image-container .illustration {
    display: none;
  }
}
.image-page-layout .image-container .illustration--mobile {
  display: none;
}
@media (max-width: 968px) {
  .image-page-layout .image-container .illustration--mobile {
    display: block;
  }
}
.image-page-layout .image-container .logo {
  top: 35px;
  right: 40px;
  position: absolute;
  height: 80px;
  display: block;
}
@media (max-width: 968px) {
  .image-page-layout {
    flex-direction: column;
  }
  .image-page-layout .page-title-container {
    margin-bottom: 21px;
  }
  .image-page-layout .block-system-main-block {
    width: 100%;
    margin: 0 auto;
  }
  .image-page-layout .logo {
    display: block;
  }
  .image-page-layout .back-button {
    top: 30px;
    left: 25px;
  }
  .image-page-layout .title,
.image-page-layout .page-title,
.image-page-layout .main .node-page--product .container .node--type-products .details .field--name-title,
.main .node-page--product .container .node--type-products .details .image-page-layout .field--name-title {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .image-page-layout .content {
    width: 100%;
    height: auto;
    padding: 80px 40px 37px 40px;
  }
  .image-page-layout .content .region {
    width: 100%;
  }
  .image-page-layout .image-container {
    width: 100%;
    flex: 1;
    display: none;
  }
  .image-page-layout .image-container .logo {
    top: 20px;
    right: 25px;
  }
  .image-page-layout .content {
    order: 1;
  }
}

.side-page-layout {
  position: relative;
}
.side-page-layout .content {
  padding-left: 320px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.side-page-layout .content:not(.node-page--product) .container {
  padding: 35px 25px;
}
@media (max-width: 968px) {
  .side-page-layout .content .container {
    padding-top: 64px;
  }
}
.side-page-layout .content .container .workplaces-page .container {
  padding: 0;
}
.side-page-layout .password-reset-page {
  padding-left: 0;
}
@media (max-width: 968px) {
  .side-page-layout {
    height: auto;
  }
  .side-page-layout .content {
    padding-left: 0;
  }
  .side-page-layout .content :not(.coupon-shop-page) .container {
    padding-top: 70px;
  }
  .side-page-layout .page-title-container .page-title, .side-page-layout .page-title-container .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .side-page-layout .page-title-container .field--name-title, .side-page-layout .page-title-container .title {
    display: none;
  }
}

.side-page-layout .node-page.content,
.side-page-layout .tickets-lists.content,
.side-page-layout .achievements-page.content,
.side-page-layout .collectables-page.content,
.side-page-layout .report-bug-page.content {
  position: relative;
  margin-left: 320px;
  padding-left: 0;
}
.side-page-layout .node-page.content .arrow-back,
.side-page-layout .tickets-lists.content .arrow-back,
.side-page-layout .achievements-page.content .arrow-back,
.side-page-layout .collectables-page.content .arrow-back,
.side-page-layout .report-bug-page.content .arrow-back {
  position: absolute;
  left: 80px;
  top: 30px;
}
@media (max-width: 968px) {
  .side-page-layout .node-page.content .arrow-back,
.side-page-layout .tickets-lists.content .arrow-back,
.side-page-layout .achievements-page.content .arrow-back,
.side-page-layout .collectables-page.content .arrow-back,
.side-page-layout .report-bug-page.content .arrow-back {
    display: none;
  }
}
.side-page-layout .node-page.content .arrow-back img,
.side-page-layout .tickets-lists.content .arrow-back img,
.side-page-layout .achievements-page.content .arrow-back img,
.side-page-layout .collectables-page.content .arrow-back img,
.side-page-layout .report-bug-page.content .arrow-back img {
  height: 20px;
}
@media (max-width: 968px) {
  .side-page-layout .node-page.content,
.side-page-layout .tickets-lists.content,
.side-page-layout .achievements-page.content,
.side-page-layout .collectables-page.content,
.side-page-layout .report-bug-page.content {
    margin-left: 0;
  }
}
@media (max-width: 968px) {
  .side-page-layout .node-page .container,
.side-page-layout .tickets-lists .container,
.side-page-layout .achievements-page .container,
.side-page-layout .collectables-page .container,
.side-page-layout .report-bug-page .container {
    padding-top: 64px;
  }
}

.start-page .block-system-main-block, .status-success-page .block-system-main-block {
  width: 326px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 1;
  flex-direction: column;
}
.start-page .btn-login, .status-success-page .btn-login {
  margin-bottom: 10px;
}
.start-page .btn-register, .status-success-page .btn-register {
  margin-bottom: 36px;
}
.start-page .links, .status-success-page .links {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-page .links .language-link, .status-success-page .links .language-link {
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 968px) {
  .start-page .content, .status-success-page .content {
    flex: none;
    display: block;
    padding-top: 37px;
  }
  .start-page .logo, .status-success-page .logo {
    display: none;
  }
  .start-page .image-container, .status-success-page .image-container {
    display: flex;
  }
  .start-page .block-system-main-block, .status-success-page .block-system-main-block {
    width: 100%;
  }
}

.btn-floating-50 {
  display: inline-block;
  max-width: calc(50% - 60px);
  margin: 0 0 0 12px;
  float: left;
}

.form-delete-user-text {
  display: block;
  max-width: 100%;
  padding: 20px 12px 8px 14px;
}

.login-page .region-content {
  max-width: 326px;
  margin: 0 auto;
}
.login-page .page-title, .login-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .login-page .field--name-title {
  margin-bottom: 17px;
}
.login-page .form-item-name {
  margin-bottom: 11px;
}
.login-page .form-item-pass {
  margin-bottom: 42px;
}
.login-page .form-submit {
  margin-bottom: 16px;
}
.login-page .forgot-password {
  color: #292C2E;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
}

.registration-page {
  height: auto;
  min-height: 100vh;
}
.registration-page .form-item-field-shop {
  position: relative;
}
.registration-page .form-item-field-shop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.registration-page .content {
  height: 100vh;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 120px 0 40px;
}
@media (max-width: 968px) {
  .registration-page .content {
    padding: 90px 0 40px;
  }
}
.registration-page .content::-webkit-scrollbar {
  width: 0;
  display: none;
}
.registration-page .region-content {
  max-width: 326px;
  margin: 0 auto;
}
.registration-page .page-title-container {
  margin-bottom: 56px;
}
.registration-page .form-item {
  margin-bottom: 21px;
}
.registration-page .page-title, .registration-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .registration-page .field--name-title {
  margin-bottom: 0;
}
.registration-page .form-item-field-policy-value {
  margin-bottom: 25px;
}
.registration-page .form-item-field-country {
  margin-bottom: 25px;
}
.registration-page .field--type-boolean {
  margin-bottom: 21px;
}
.registration-page .form-submit {
  margin-top: 70px;
  margin-bottom: 25px;
}
.registration-page .form-item-field-shop {
  cursor: pointer;
}
.registration-page .form-item-field-shop > label {
  color: #828282;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
}
.registration-page .form-item-field-shop select.form-select {
  background-image: url("../images/icons/angle-right.svg");
  background-size: 10px;
  appearance: none;
  -webkit-appearance: none;
}
.registration-page .form-item-field-country select {
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 968px) {
  .registration-page .content {
    height: auto;
    display: flex;
  }
  .registration-page .form-submit {
    margin-top: 0;
  }
  .registration-page .page-title, .registration-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .registration-page .field--name-title {
    width: 300px;
  }
  .registration-page .page-title-container {
    margin-bottom: 21px;
  }
}

.forgot-password-page .region-content {
  max-width: 326px;
  margin: 0 auto;
}
.forgot-password-page .form-item-name {
  margin-bottom: 42px;
}
.forgot-password-page form {
  display: flex;
  flex-direction: column;
}
.forgot-password-page p {
  order: -3;
  text-align: center;
  margin-bottom: 28px;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 140%;
}
.forgot-password-page .form-item-name {
  order: -1;
}
.forgot-password-page .form-submit {
  order: 1;
}

.change-password-page .page-title, .change-password-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .change-password-page .field--name-title {
  margin-bottom: 54px;
}
.change-password-page .form-item-current-pass {
  margin-bottom: 21px;
  width: 100%;
}
.change-password-page .password-parent {
  margin-bottom: 21px;
  width: 100%;
  max-width: 100%;
}
.change-password-page .confirm-parent {
  margin-bottom: 21px;
  width: 100%;
  max-width: 100%;
}
.change-password-page .form-wrapper:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 968px) {
  .change-password-page {
    height: 100vh;
  }
  .change-password-page .content, .change-password-page .region, .change-password-page .container, .change-password-page .block-system-main-block, .change-password-page .form-wrapper:first-child, .change-password-page .change-pwd-form {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}

.edit-profile-page .form-actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.edit-profile-page .form-item label {
  display: inline-block;
  font-size: 10px;
  color: #828282;
  margin-left: 10px;
}
.edit-profile-page .form-item select,
.edit-profile-page .form-item input {
  padding-top: 7px;
}
.edit-profile-page .form-item select {
  appearance: none;
  -webkit-appearance: none;
}
.edit-profile-page .form-item.form-item-field-newsletter-value input {
  border: 0.5px solid #000000;
}
.edit-profile-page .form-item.form-item-field-newsletter-value input:checked {
  border: 0.5px solid #ffffff;
}
.edit-profile-page .form-item.form-item-field-newsletter-value label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding-left: 0;
  margin-left: 0.4rem;
}
.edit-profile-page .page-title, .edit-profile-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .edit-profile-page .field--name-title {
  margin-bottom: 54px;
}
.edit-profile-page .js-form-type-checkbox {
  margin: 25px 0;
}
.edit-profile-page .workplaces-page,
.edit-profile-page .shops-page {
  left: 320px;
  padding-top: 30px;
}
@media (max-width: 968px) {
  .edit-profile-page .workplaces-page,
.edit-profile-page .shops-page {
    left: 0;
    padding-top: 115px;
  }
}
@media (max-width: 968px) {
  .edit-profile-page .user-form {
    padding-top: 2rem;
  }
}
.edit-profile-page .user-form .form-actions {
  padding-top: 12px;
}
@media (max-width: 968px) {
  .edit-profile-page {
    height: 100vh;
  }
  .edit-profile-page .content,
.edit-profile-page .region,
.edit-profile-page .container,
.edit-profile-page .block-system-main-block,
.edit-profile-page .user-form {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}

.side-page-layout .profile-page > .container {
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.side-page-layout .profile-page .region-content {
  position: relative;
}
.side-page-layout .profile-page .alert-success {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 7px;
  z-index: 100;
}
.side-page-layout .profile-page .region-content > .page-title-container {
  display: none;
}
.side-page-layout .profile-page .block-jti-user-profile-nav {
  max-width: 420px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.side-page-layout .profile-page .block-jti-user-profile-nav a {
  position: relative;
  text-decoration: none;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 16px;
  display: block;
  padding-left: 36px;
  margin-bottom: 18px;
}
.side-page-layout .profile-page .block-jti-user-profile-nav a:hover {
  text-decoration: underline;
}
.side-page-layout .profile-page .block-jti-user-profile-nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  transform: translate(0, -50%) translate(0, -1px);
}
.side-page-layout .profile-page .block-jti-user-profile-nav a:last-child {
  margin-bottom: 0;
}
.side-page-layout .profile-page .block-jti-user-profile-nav a.link-profile-edit:before {
  background-image: url("../images/icons/edit.svg");
}
.side-page-layout .profile-page .block-jti-user-profile-nav a.link-points-history:before {
  background-image: url("../images/icons/star.svg");
}
.side-page-layout .profile-page .block-jti-user-profile-nav a.link-edit:before {
  background-image: url("../images/icons/trophy.svg");
}
.side-page-layout .profile-page .block-jti-user-profile-nav a.link-change-pass:before {
  background-image: url("../images/icons/lock.svg");
}
.side-page-layout .profile-page .block-jti-user-profile-nav a.link-logout:before {
  background-image: url("../images/icons/logout.svg");
}
@media (max-width: 968px) {
  .side-page-layout .profile-page__header.mobile-header {
    background-color: transparent;
    transition: background-color 0.15s;
  }
}
@media (max-width: 576px) {
  .side-page-layout .profile-page__header--solid.mobile-header {
    background-color: #fff;
  }
}
.side-page-layout .profile-page__container {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.side-page-layout .profile-page__container > * {
  max-width: 370px;
  flex: 1 1 100%;
}
.side-page-layout .profile-page__full-name {
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 36px;
  margin: 12px 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.side-page-layout .profile-page__full-name > div {
  margin: 0 3px;
}
.side-page-layout .profile-page__contact {
  text-align: center;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 36px;
}
.side-page-layout .profile-page__contact a {
  color: #00B2A9;
  text-decoration: none;
}
.side-page-layout .profile-page__page-title {
  padding-top: 35px;
  padding-bottom: 14px;
  padding: 35px 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .side-page-layout .profile-page__page-title {
    display: none;
  }
}
.side-page-layout .profile-page__page-title h1, .side-page-layout .profile-page__page-title .h1 {
  padding-left: 46px;
}
.side-page-layout .profile-page__page-title h1.icon-black, .side-page-layout .profile-page__page-title .icon-black.h1 {
  color: black;
}
.side-page-layout .profile-page__page-title h1.icon-white, .side-page-layout .profile-page__page-title .icon-white.h1 {
  color: white;
}
.side-page-layout .profile-page__page-title__edit {
  position: relative;
  transform: translate(0, -4px);
  margin-left: 22px;
}
.side-page-layout .profile-page__page-title__edit.icon-white {
  content: url("/themes/custom/jti_theme/images/icons/edit-white.svg");
}
.side-page-layout .profile-page__page-title__edit svg {
  width: 24px;
  height: 24px;
  display: block;
}
.side-page-layout .profile-page__cover {
  background-color: #fff;
  background-color: #f7f7f7;
  margin-bottom: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 968px) {
  .side-page-layout .profile-page__cover {
    padding-top: 48px;
    background-color: #f7f7f7;
  }
}
.side-page-layout .profile-page__cover.agent-background {
  height: 120px;
}
.side-page-layout .profile-page__avatar {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  bottom: -26px;
}
@media (max-width: 968px) {
  .side-page-layout .profile-page__avatar {
    width: 90px;
    height: 90px;
  }
}
.side-page-layout .profile-page__avatar > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.side-page-layout .profile-page__avatar__image {
  width: 100%;
  height: 100%;
  border-radius: 120px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.side-page-layout .profile-page__avatar__upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.side-page-layout .profile-page__avatar__upload__icon {
  position: absolute;
  top: 9px;
  right: 2px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .side-page-layout .profile-page__avatar__upload__icon {
    right: -9px;
  }
}
.side-page-layout .profile-page__avatar__upload input {
  display: none;
}
.side-page-layout .profile-page__points {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 968px) {
  .side-page-layout .profile-page__points {
    margin-bottom: 32px;
  }
}
.side-page-layout .profile-page__points__label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
.side-page-layout .profile-page__points__value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 150%;
}
.side-page-layout .profile-page__points__value img {
  margin-right: 5px;
  font-size: 0;
}
.side-page-layout .profile-page__points__block {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  border-radius: 4px;
  padding: 10px 0;
  margin-bottom: 0;
  background-color: #F7F7F7;
  color: #292C2E;
}
.side-page-layout .profile-page__points__block:nth-child(1) {
  margin-right: 10px;
  background-color: #00B2A9;
}
.side-page-layout .profile-page__points__block:nth-child(1) .profile-page__points__value,
.side-page-layout .profile-page__points__block:nth-child(1) .profile-page__points__label {
  color: #ffffff;
}
.side-page-layout .profile-page__user-items {
  margin: 30px 0 30px;
}
.side-page-layout .profile-page__user-items__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.side-page-layout .profile-page__user-items__title h3, .side-page-layout .profile-page__user-items__title .h3 {
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 36px;
}
.side-page-layout .profile-page__user-items__title .link {
  text-decoration: none;
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 16px;
}
.side-page-layout .profile-page__user-items__title .link:hover {
  color: #00B2A9;
}
.side-page-layout .profile-page__user-items__name {
  color: #4F4F4F;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 120%;
}
.side-page-layout .profile-page__user-items__image {
  width: 100%;
  height: 55px;
  transform: rotate(10deg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.side-page-layout .profile-page__user-items__image-wrapper {
  width: 115px;
  height: 80px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.side-page-layout .profile-page__user-items__image-wrapper.chance--legendary {
  background-image: url("../images/collectable-1.jpg");
}
.side-page-layout .profile-page__user-items__image-wrapper.chance--extreme {
  background-image: url("../images/collectable-2.jpg");
}
.side-page-layout .profile-page__user-items__image-wrapper.chance--very_rare {
  background-image: url("../images/collectable-3.jpg");
}
.side-page-layout .profile-page__user-items__image-wrapper.chance--rare {
  background-image: url("../images/collectable-4.jpg");
}
.side-page-layout .profile-page__user-items__image-wrapper.chance--common {
  background-color: #F4F4F4;
}
.side-page-layout .profile-page__user-items__image--contain {
  background-size: contain;
  border-radius: 0px;
  transform: rotate(0);
}
.side-page-layout .profile-page__user-items__image--xl {
  height: 80px;
}
.side-page-layout .profile-page__user-items__list-empty {
  text-align: center;
  color: #989898;
  max-width: 298px;
  margin: 30px auto 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
}
.side-page-layout .profile-page__user-items__list-empty a {
  text-decoration: underline;
  color: #00B2A9;
}
.side-page-layout .profile-page__user-items__list {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -6px;
  margin-right: -6px;
  font-size: 0;
}
.side-page-layout .profile-page__user-items__list::-webkit-scrollbar {
  display: none;
}
.side-page-layout .profile-page__user-items__list--list-4 .profile-page__user-items__list__item {
  width: 25%;
}
.side-page-layout .profile-page__user-items__list--list-4 .profile-page__user-items__list__item:nth-child(4) {
  display: inline-block;
}
.side-page-layout .profile-page__user-items__list__item {
  width: 33.3%;
  display: none;
  white-space: normal;
  text-align: center;
  padding: 0 6px;
  vertical-align: top;
}
@media (max-width: 576px) {
  .side-page-layout .profile-page__user-items__list__item {
    display: inline-block;
  }
}
.side-page-layout .profile-page__user-items__list__item:nth-child(1), .side-page-layout .profile-page__user-items__list__item:nth-child(2), .side-page-layout .profile-page__user-items__list__item:nth-child(3) {
  display: inline-block;
}
.side-page-layout .profile-page__agent-profile {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: -24px;
  min-height: 50vh;
}

.agent-profile .profile-page__container {
  padding: 75px 25px 0;
}
@media (max-width: 968px) {
  .agent-profile .profile-page__container {
    padding: 10px 25px 0;
  }
}

.profile-page__tabs {
  width: 100%;
  display: flex;
  margin-bottom: 28px;
}
.profile-page__tabs__tab {
  width: 50%;
  text-align: center;
  border-bottom: 5px solid;
  border-bottom-color: #d9d9d9;
  transition: all 1.5s;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5em;
  padding-bottom: 10px;
}
.profile-page__tabs__tab:hover {
  color: rgba(0, 0, 0, 0.8);
}
.profile-page__tabs__tab--active {
  border-bottom-color: #19ae5f;
}
.profile-page__container {
  max-width: 738px;
  margin: 0 auto;
}
.profile-page__container .profile-page__tabs {
  max-width: 688px;
}
.profile-page__container .profile-page__title {
  max-width: 688px;
}
.profile-page__container .pos-table__header {
  max-width: 688px;
}
.profile-page__container .pos-table__container {
  max-width: 688px;
}
.profile-page__avatar {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
  background-color: #b3b3b3;
}
.profile-page__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
  width: 100%;
}
.profile-page__title h2, .profile-page__title .h2 {
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  margin: 0;
}

.pos-table__header {
  display: flex;
  align-items: center;
  padding: 24px 0;
  justify-content: space-between;
  width: 100%;
}
.pos-table__header__title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  letter-spacing: -0.01em;
  opacity: 0.8;
}

.pos-table {
  letter-spacing: -0.012em;
  width: 100%;
  max-width: 688px;
  min-width: 620px;
  table-layout: fixed;
  color: black;
  margin: 0 auto;
}
.pos-table__container {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 32px;
}
.pos-table thead th {
  font-size: 12px;
  font-weight: normal;
  color: #828282;
  letter-spacing: -0.01em;
  padding: 0 16px 12px 0;
  white-space: nowrap;
}
.pos-table thead th:first-child {
  width: 200px;
}
.pos-table thead th:first-child:nth-last-child(4) {
  width: unset;
}
.pos-table thead th:nth-last-child(2) {
  width: 162px;
}
@media (max-width: 600px) {
  .pos-table thead th:nth-last-child(2) {
    width: 136px;
  }
}
.pos-table thead th:last-child {
  width: 36px;
}
.pos-table tbody tr .pos-table__icon {
  padding-left: 4px;
}
.pos-table tbody tr:hover .pos-table__icon a {
  color: black;
}
.pos-table tbody tr td {
  border-top: 1px solid #d4d4d4;
  font-size: 16px;
  padding: 12px 0;
}
@media (max-width: 600px) {
  .pos-table tbody tr td {
    font-size: 14px;
  }
}
.pos-table tbody tr td:first-child {
  padding-left: 12px;
}
@media (max-width: 600px) {
  .pos-table tbody tr td:first-child {
    padding-left: 8px;
  }
}
.pos-table tbody tr td:last-child {
  padding-right: 12px;
  position: sticky;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 600px) {
  .pos-table tbody tr td:last-child {
    padding-right: 8px;
  }
}
.pos-table__icon {
  position: relative;
  color: #6c757d;
  transition: all 0.15s;
}
.pos-table__icon a {
  cursor: pointer;
  color: #6c757d;
}

.data-month-picker {
  width: 80px;
  position: relative;
  cursor: pointer;
}
.data-month-picker .form-item {
  margin: 0;
}
.data-month-picker input {
  cursor: pointer;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  outline: none;
}
.data-month-picker input.form-control.month-picker {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 24px;
  background: transparent;
}
.data-month-picker svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.text-formatted p {
  color: #292C2E;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
}
.text-formatted h2, .text-formatted .h2 {
  margin-bottom: 20px;
}

.basic-page-title {
  text-transform: initial;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 36px;
}

.news-page .container {
  max-width: 820px;
}
.news-page .page-title, .news-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .news-page .field--name-title {
  margin-bottom: 54px;
}
.news-page .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
@media (min-width: 1800px) {
  .news-page .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 4fr);
  }
}
@media (max-width: 1800px) {
  .news-page .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 968px) {
  .news-page .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 2fr);
  }
}
@media (max-width: 576px) {
  .news-page .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-page .views-infinite-scroll-content-wrapper .views-field-field-picture {
  width: 100%;
  height: 198px;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.news-page .views-infinite-scroll-content-wrapper .views-field-field-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .views-infinite-scroll-content-wrapper .views-field-title {
  text-decoration: none;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
}
.news-page .views-infinite-scroll-content-wrapper .views-field-title a {
  color: #292C2E;
  text-decoration: none;
}
.news-page .views-infinite-scroll-content-wrapper .views-field-created {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 150%;
}
.news-page .views-infinite-scroll-content-wrapper .views-field-created span {
  color: #989898;
}

.node-page .container {
  max-width: 670px;
}
.node-page .container .arrow-back {
  position: absolute;
  left: 80px;
  top: 35px;
}
.node-page .container .arrow-back img {
  height: 20px;
}
.node-page .content {
  padding: 40px;
}
.node-page .content .node__meta {
  padding: 0;
}
.node-page .content .page-title, .node-page .content .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .node-page .content .field--name-title {
  display: none;
}
.node-page .content .image-style-large {
  width: calc(100% + 80px);
  height: auto;
  margin-bottom: 30px;
  position: relative;
  right: -40px;
  border-radius: 0;
  left: -40px;
}
.node-page .content .field--name-created,
.node-page .content .node__submitted {
  margin-bottom: 22px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}

.faq-page .page-title-container {
  margin-bottom: 52px;
}
.faq-page .container {
  max-width: 346px;
}
.faq-page .views-element-container a {
  margin-bottom: 8px;
}

.products-page .container {
  max-width: 820px;
  padding: 0 25px 35px;
}
.products-page .products-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 968px) {
  .products-page .products-title {
    display: none;
  }
}
.products-page .view-filters {
  display: none;
}
.products-page .view-content {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
@media (min-width: 1800px) {
  .products-page .view-content {
    grid-template-columns: repeat(2, 4fr);
  }
}
@media (max-width: 1800px) {
  .products-page .view-content {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 968px) {
  .products-page .view-content {
    grid-template-columns: repeat(1, 2fr);
  }
}
@media (max-width: 576px) {
  .products-page .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-page .view-content > h3, .products-page .view-content > .h3 {
  text-align: center;
  grid-column: 1/span 2;
}
@media (max-width: 968px) {
  .products-page .view-content > h3, .products-page .view-content > .h3 {
    text-align: left;
    grid-column: 1/span 1;
  }
}
.products-page .view-content > h3 a, .products-page .view-content > .h3 a {
  display: inline-block;
  margin: 0 auto;
}
.products-page .view-content > h3 img, .products-page .view-content > .h3 img {
  display: block;
  max-width: 120px;
  height: auto;
}
@media (max-width: 968px) {
  .products-page .view-content > h3 img, .products-page .view-content > .h3 img {
    max-width: 90px;
  }
}
.products-page .product-price-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.products-page .product-price-wrapper .product-price {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #292C2E;
}
.products-page .product-price-wrapper .product-price--old {
  font-size: 14px;
  color: #989898;
}
.products-page .product-price-wrapper .product-price--new {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #989898;
}
.products-page .block-jti-users-product-brand-filter {
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 36px;
  display: none;
}
.products-page .block-jti-users-product-brand-filter .brands-filter {
  padding: 0 10px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  height: 40px;
  width: 100%;
  position: fixed;
  top: 62px;
  left: 0;
  align-items: center;
  z-index: 99;
  background-color: #ffffff;
}
.products-page .block-jti-users-product-brand-filter .brands-filter::-webkit-scrollbar {
  display: none;
}
.products-page .block-jti-users-product-brand-filter .product-filter {
  border: 1px solid #EEEEEE;
  height: 34px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 140%;
  color: #292C2E;
  border-radius: 17px;
  text-decoration: none;
}
.products-page .block-jti-users-product-brand-filter .product-filter:not(:first-child) {
  margin-left: 10px;
}
.products-page .block-jti-users-product-brand-filter .product-filter a {
  text-decoration: none;
  color: black;
}
.products-page .views-row {
  background-color: #F4F4F4;
  border-radius: 8px;
  display: flex;
  padding: 25px 50% 20px 25px;
  flex-direction: column;
  height: 245px;
  justify-content: space-between;
  position: relative;
}
.products-page .views-row a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 25px;
  padding-left: 25px;
  z-index: 2;
}
@media (max-width: 968px) {
  .products-page .views-row a {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.products-page .views-field-field-picture {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 50%;
  padding-left: 10px;
  bottom: 20px;
}
.products-page .views-field-field-picture .field-content {
  width: 100%;
  height: 100%;
}
.products-page .views-field-field-picture .field-content a {
  height: 100%;
  width: 140px;
  max-width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.products-page .views-field-field-picture .field-content a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: rotate(6deg);
}
.products-page .views-field-title a {
  max-width: 170px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 16px;
  line-height: 130%;
  color: #292C2E;
}
.products-page .views-field-field-price {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 130%;
  color: #292C2E;
}
@media (max-width: 968px) {
  .products-page.content .container {
    max-width: 820px;
    padding: 0 25px;
  }
  .products-page .views-row {
    padding: 20px 50% 20px 20px;
    height: 240px;
  }
  .products-page .image-style-medium {
    margin-top: 10px;
  }
  .products-page .products-view {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 35px;
  }
  .products-page .block-jti-users-product-brand-filter {
    display: flex;
    margin-bottom: 0;
  }
  .products-page .views-field-field-picture {
    top: 15px;
    right: 15px;
    bottom: 15px;
  }
  .products-page .view-content {
    grid-row-gap: 15px;
  }
}
.products-page .products-page-brands {
  padding-top: 4rem;
}
@media (max-width: 968px) {
  .products-page .products-page-brands {
    padding-top: 2rem;
  }
}
.products-page .products-page-brands .views-field-field-brand-logo a {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-page .products-page-brands .views-field-field-brand-logo a img {
  max-width: 300px;
  height: auto;
}

.coupon-shop-page .page-title-container {
  display: none;
}

.shop-page .container {
  max-width: 820px;
}
@media (max-width: 968px) {
  .shop-page .container .views-element-container .view-empty {
    margin-top: 80px;
  }
}
@media (max-width: 968px) {
  .shop-page .component-full-tabs + div {
    margin-top: 60px;
  }
}
.shop-page .page-title, .shop-page .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .shop-page .field--name-title {
  margin-bottom: 52px;
}
.shop-page .view-content {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
@media (min-width: 1800px) {
  .shop-page .view-content {
    grid-template-columns: repeat(2, 4fr);
  }
}
@media (max-width: 1800px) {
  .shop-page .view-content {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 968px) {
  .shop-page .view-content {
    grid-template-columns: repeat(1, 2fr);
  }
}
@media (max-width: 576px) {
  .shop-page .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 968px) {
  .shop-page .view-content {
    margin-top: 60px;
  }
}
.shop-page .views-field-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 150%;
  display: inline-block;
}
.shop-page .views-field-title a {
  color: #292C2E;
  text-decoration: none;
}
.shop-page .views-field-field-coupon-image {
  width: 100%;
  height: 198px;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.shop-page .views-field-field-coupon-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-page .views-field-field-coupon-price {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 150%;
  color: #292C2E;
  float: right;
}
.shop-page .views-field-unpublish-on {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 150%;
  color: #828282;
}
.shop-page__group-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.2em;
  color: #989898;
  margin: 16px 0;
}
.shop-page__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 968px) {
  .shop-page__group {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}
.shop-page__group--frame {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 968px) {
  .shop-page__group--frame {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 968px) {
  .shop-page__list {
    margin-top: 60px;
  }
}
.shop-page__item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
}
.shop-page__item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.shop-page__item__image {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 4px;
}
.shop-page__item__image--avatar {
  background: #f7f7f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
}
.shop-page__item__image--avatar > div {
  position: relative;
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}
.shop-page__item__image--avatar > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.shop-page__item__image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.shop-page__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.shop-page__item__counter {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffd000;
  border-radius: 5px 0 0 0;
  z-index: 3;
  font-size: 14px;
  padding: 9px 16px 10px;
}
.shop-page__item__coupon-value {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 48px;
  line-height: 1.3em;
  color: #fff;
  z-index: 4;
}
.shop-page__item__title, .shop-page__item__price {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.shop-page__item__title small, .shop-page__item__title .small {
  display: block;
  font-size: 14px;
  color: #828282;
  margin-top: 3px;
  font-weight: normal;
}
.shop-page__item__price {
  font-weight: normal;
  display: flex;
  align-items: center;
}
.shop-page__item__price--owned {
  color: #989898;
}
.shop-page__item__price img {
  display: block;
  margin-right: 6px;
}

.webform-submission-shop-form .birthday-label {
  font-family: "Roboto", sans-serif;
  font-weight: 15px;
  letter-spacing: 0.01rem;
  font-size: 14px;
  line-height: 140%;
}
.webform-submission-shop-form .shop-action input {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 12px;
}
@media (max-width: 968px) {
  .webform-submission-shop-form .shop-action input {
    margin: 12px 0;
  }
}
.webform-submission-shop-form .shop-action .component-confirmation__action div.btn-primary, .webform-submission-shop-form .shop-action .component-confirmation__action .pager div.button, .pager .webform-submission-shop-form .shop-action .component-confirmation__action div.button, .webform-submission-shop-form .shop-action .component-confirmation__action div.btn-light {
  position: relative;
}
.webform-submission-shop-form .shop-action .component-confirmation__action div.btn-light {
  cursor: not-allowed;
  margin-top: 12px;
}
.webform-submission-shop-form .shop-action .component-confirmation__action .btn-primary input, .webform-submission-shop-form .shop-action .component-confirmation__action .pager .button input, .pager .webform-submission-shop-form .shop-action .component-confirmation__action .button input, .webform-submission-shop-form .shop-action .component-confirmation__action .btn-light input {
  opacity: 0;
  margin-top: 0;
  left: 0px;
  top: 0;
  width: 100%;
  position: absolute;
}

.shop-confirmation .webform-confirmation {
  display: flex;
  flex-direction: column;
}
.shop-confirmation .webform-confirmation .confirmation-image-wrapper {
  position: relative;
  margin-bottom: 270px;
}
.shop-confirmation .webform-confirmation .confirmation-image-wrapper .confirmation-image {
  position: absolute;
  width: 360px;
  height: 430px;
  background-size: cover;
  background-image: url("../images/start-page.png");
  background-position: center;
  left: 0;
  top: -150px;
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation .confirmation-image-wrapper .confirmation-image {
    width: 390px;
    left: -26px;
  }
}
.shop-confirmation .webform-confirmation .confirmation-image-wrapper .confirmation-image .confirmation-image-illustration {
  background-size: cover;
  bottom: 0;
  position: absolute;
  width: 90%;
  height: 74%;
  background-image: url("../images/confirmation-illustration.png");
}
@media (max-width: 576px) {
  .shop-confirmation .webform-confirmation .confirmation-image-wrapper .confirmation-image .confirmation-image-illustration {
    height: 80%;
  }
}
.shop-confirmation .webform-confirmation .webform-confirmation__message {
  text-align: left;
  width: 100%;
}
@media (max-width: 968px) {
  .shop-confirmation .webform-confirmation .webform-confirmation__message {
    bottom: 0;
  }
}
.shop-confirmation .webform-confirmation .webform-confirmation__message .title {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 24px;
  line-height: 130%;
}
.shop-confirmation .webform-confirmation .webform-confirmation__message .body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
}
.shop-confirmation .btn a, .shop-confirmation a.button a, .shop-confirmation .faq-page .views-element-container a a, .faq-page .views-element-container .shop-confirmation a a {
  color: white;
  text-decoration: none;
}

.workplaces-page {
  position: fixed;
  display: none;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99;
  height: 100vh;
  overflow-y: auto;
  padding-top: 115px;
}
.workplaces-page.full-width {
  right: 0;
}
.workplaces-page .close-button {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 2;
  cursor: pointer;
}
.workplaces-page .close-button img {
  display: block;
}
.workplaces-page.visible {
  display: flex;
}
.workplaces-page .container {
  max-width: 326px;
  padding: 0;
}
.workplaces-page .page-title-container {
  margin-bottom: 40px;
}
.workplaces-page .workplaces {
  padding-bottom: 40px;
}
.workplaces-page .workplace {
  position: relative;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  user-select: none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.2em;
  border-bottom: 1px solid #ECECEC;
}
.workplaces-page .workplace:first-child {
  border-top: 1px solid #ECECEC;
}
.workplaces-page .workplace:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 968px) {
  .workplaces-page {
    padding-top: 70px;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .workplaces-page .close-button {
    top: 30px;
    left: 25px;
  }
  .workplaces-page .page-title-container {
    margin-bottom: 0;
    position: absolute;
    top: 26px;
    right: 0;
    text-align: left;
    left: 60px;
  }
  .workplaces-page .page-title-container .page-title, .workplaces-page .page-title-container .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .workplaces-page .page-title-container .field--name-title {
    display: inline-block;
    text-align: left;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 18px;
  }
}

.leaderboard-page .container {
  max-width: 620px;
}
.leaderboard-page__dialog-body ul {
  margin: 12px 0 0;
}
.leaderboard-page__dialog-body ul li span {
  font-weight: 500;
  color: #00B2A9;
}
.leaderboard-page__list {
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.4em;
}
.leaderboard-page__list .data-leaderboard-current-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: calc(100% - 320px);
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  transform: translate(0, 100%);
  transition: transform 0.15s;
}
.leaderboard-page__list .data-leaderboard-current-sticky--image {
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  margin: 0 20px;
  overflow: hidden;
}
.leaderboard-page__list .data-leaderboard-current-sticky img {
  width: 100%;
  height: 100%;
}
@media (max-width: 968px) {
  .leaderboard-page__list .data-leaderboard-current-sticky {
    width: 100%;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.2);
  }
}
.leaderboard-page__list .data-leaderboard-current-sticky.show-sticky {
  transform: translate(0, 0);
}
.leaderboard-page__list .data-leaderboard-current-sticky > div {
  max-width: 620px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
.leaderboard-page__list__empty {
  text-align: center;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.4em;
}
.leaderboard-page__list__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.leaderboard-page__list__cell--index {
  min-width: 22px;
  width: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.leaderboard-page__list__cell--index__arrow-indicator {
  width: 14px;
}
.leaderboard-page__list__cell--index__arrow-indicator svg {
  width: 100%;
}
.leaderboard-page__list__cell--index__arrow-indicator--up svg * {
  fill: #01b3a9;
}
.leaderboard-page__list__cell--index__arrow-indicator--down svg * {
  fill: #e03c31;
}
.leaderboard-page__list__cell--index__arrow-indicator--still svg * {
  fill: #c4c4c4;
}
.leaderboard-page__list__cell--image {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  margin: 0 20px;
  overflow: hidden;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--image {
    margin: 0 14px 0 8px;
  }
}
.leaderboard-page__list__cell--image img {
  width: 100%;
  height: 100%;
}
.leaderboard-page__list__cell--points {
  text-align: right;
  font-weight: 500;
  width: 100px;
  font-size: 15px;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--points {
    width: 80px;
  }
}
.leaderboard-page__list__cell--name {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--name {
    display: block;
  }
}
.leaderboard-page__list__cell--name--address {
  width: 60%;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--name--address {
    width: 100%;
  }
}
.leaderboard-page__list__cell--name--address a {
  text-decoration: none;
  color: inherit;
}
.leaderboard-page__list__cell--name span {
  display: block;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--name span {
    width: 100%;
  }
}
.leaderboard-page__list__cell--name span:nth-child(1) {
  font-weight: 500;
  width: 40%;
  font-size: 15px;
  display: block;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--name span:nth-child(1) {
    width: 100%;
  }
}
.leaderboard-page__list__cell--name span:nth-child(1) div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.leaderboard-page__list__cell--name span:nth-child(2) {
  color: #828282;
}
@media (max-width: 968px) {
  .leaderboard-page__list__cell--name span:nth-child(2) {
    margin-top: 2px;
  }
}
.leaderboard-page__list__cell--name span:nth-child(2) .address-markup {
  color: #4e4e4e;
}

[data-leaderboard-info] {
  display: none;
}
[data-leaderboard-info] + .ajax-progress {
  display: none;
}

.chat-page .webform-submission-form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 40px;
  padding-left: 38px;
  max-width: 565px;
}
@media (max-width: 968px) {
  .chat-page .webform-submission-form {
    margin-top: 10px;
  }
}
.chat-page iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  height: auto;
  max-height: 527px;
}
@media screen and (min-width: 620px) {
  .chat-page iframe {
    min-height: 400px;
  }
}
.chat-page .js-form-wrapper {
  max-width: 565px;
  width: inherit;
}
@media (max-width: 968px) {
  .chat-page .js-form-wrapper {
    max-width: 80vw;
  }
}
.chat-page .form-item {
  margin-bottom: 2px;
}
.chat-page p > a,
.chat-page .chat-button {
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  padding: 10px 16px;
  border-radius: 8px;
  width: 50%;
  display: block;
  z-index: 20;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 140%;
  color: #00B2A9;
  font-weight: bold;
  margin-bottom: 2px;
}
.chat-page p > a p,
.chat-page .chat-button p {
  z-index: 19;
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;
}
.chat-page p > a {
  width: auto;
  text-decoration: none;
}
.chat-page .chat-link {
  text-align: center;
  text-decoration: none;
}
.chat-page .js-form-type-processed-text {
  padding: 10px 0;
  border-radius: 8px;
}
.chat-page .js-form-type-webform-markup {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #F7F7F7;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 140%;
  color: #292C2E;
}
.chat-page .js-form-type-processed-text,
.chat-page .js-form-type-webform-markup {
  position: relative;
  max-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.chat-page .js-form-type-processed-text:before,
.chat-page .js-form-type-webform-markup:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/jane.png");
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-38px, 0);
}
.chat-page .js-form-type-processed-text + .js-form-type-webform-markup:before,
.chat-page .js-form-type-processed-text + .js-form-type-processed-text:before,
.chat-page .js-form-type-webform-markup + .js-form-type-webform-markup:before,
.chat-page .js-form-type-webform-markup + .js-form-type-processed-text:before {
  display: none;
}
.chat-page .js-form-type-processed-text img,
.chat-page .js-form-type-webform-markup img {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
.chat-page .chat-image-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 115px;
  margin: 40px auto 10px;
}
.chat-page .chat-welcome-text {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.chat-page .js-form-wrapper:not([style="display: none;"]) + .js-form-wrapper .js-form-type-webform-markup:before {
  display: none;
}
.chat-page select,
.chat-page .form-submit {
  display: none;
}
.chat-page form > .js-form-wrapper.form-wrapper {
  display: inline-grid;
}
.chat-page .response {
  padding: 10px 16px;
  float: right;
  margin: 16px 0;
  display: inline-block;
  border-radius: 8px 0 8px 8px;
  background-color: #00B2A9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 140%;
  color: #ffffff;
}
.chat-page .response p {
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;
}
.chat-page .response img,
.chat-page .chat-button img {
  display: block;
  max-width: 100%;
}
@media (max-width: 968px) {
  .chat-page .chat-button {
    width: 90%;
  }
  .chat-page .js-form-type-webform-markup,
.chat-page .js-form-type-processed-text {
    max-width: 90%;
  }
}
.chat-page .ajax-progress {
  display: none;
}
.chat-page .chat-container {
  display: block;
  width: 100%;
  margin: 20px 0;
  float: left;
}
.chat-page .chat-bubble {
  height: 40px;
  width: 68px;
  border-radius: 50px;
  margin: 0;
  background: #f7f7f7;
  position: relative;
}
.chat-page .chat-bubble .tail {
  height: 14px;
  width: 14px;
  background: #f7f7f7;
  position: absolute;
  left: -2px;
  bottom: 1px;
  border-radius: 50px;
}
.chat-page .chat-bubble .tail:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #f7f7f7;
  display: block;
  border-radius: 50px;
  position: absolute;
  left: -6px;
  bottom: -3px;
}
.chat-page .chat-bubble .loading {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.chat-page .chat-bubble .loading .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #c1c1c1;
  display: block;
  margin: 0 0 0 6px;
  animation-direction: normal;
  animation: cycleOne 1s ease-in-out infinite;
}
.chat-page .chat-bubble .loading .dot:nth-child(1) {
  animation-name: cycleOne;
  margin: 0;
}
.chat-page .chat-bubble .loading .dot:nth-child(2) {
  animation-name: cycleTwo;
}
.chat-page .chat-bubble .loading .dot:nth-child(3) {
  animation-name: cycleThree;
}

@keyframes cycleOne {
  0% {
    background: rgba(150, 150, 150, 0.4);
  }
  33.333% {
    background: #969696;
  }
  66.6667% {
    background: rgba(150, 150, 150, 0.4);
  }
  100% {
    background: rgba(150, 150, 150, 0.4);
  }
}
@keyframes cycleTwo {
  0% {
    background: rgba(150, 150, 150, 0.4);
  }
  33.333% {
    background: rgba(150, 150, 150, 0.4);
  }
  66.6667% {
    background: #969696;
  }
  100% {
    background: rgba(150, 150, 150, 0.4);
  }
}
@keyframes cycleThree {
  0% {
    background: rgba(150, 150, 150, 0.4);
  }
  33.333% {
    background: rgba(150, 150, 150, 0.4);
  }
  66.6667% {
    background: rgba(150, 150, 150, 0.4);
  }
  100% {
    background: #969696;
  }
}
.chat-hide-child-element {
  display: none !important;
}

.shops-page {
  position: fixed;
  display: none;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99;
  height: 100vh;
  overflow-y: auto;
  padding-top: 35px;
}
.shops-page.full-width {
  right: 0;
}
.shops-page .close-button {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 2;
  cursor: pointer;
}
.shops-page .close-button img {
  display: block;
}
.shops-page.visible {
  display: flex;
}
.shops-page .container {
  max-width: 326px;
  padding: 0;
}
.shops-page .page-title-container {
  margin-bottom: 40px;
}
.shops-page .page-title-container .page-title, .shops-page .page-title-container .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .shops-page .page-title-container .field--name-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.shops-page .shops {
  margin: 24px 0 0;
}
.shops-page .shops--no-results:before {
  content: attr(data-no-results);
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5em;
  padding: 40px 0;
  text-align: center;
}
.shops-page .city {
  position: relative;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  user-select: none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.2em;
}
.shops-page .city:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 8px;
  background-image: url("../images/icons/collapsible-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.shops-page .shop {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
  margin-bottom: 6px;
}
.shops-page .shop:last-child {
  margin-bottom: 0;
}
.shops-page .shop:hover {
  text-decoration: underline;
}
.shops-page .city-wrapper {
  border-bottom: 1px solid #ECECEC;
}
.shops-page .city-wrapper:first-child {
  border-top: 1px solid #ECECEC;
}
.shops-page .city-wrapper--open .city-shops {
  display: block;
}
.shops-page .city-wrapper--open .city:before {
  transform: translate(0, -50%) rotate(180deg);
}
.shops-page .city-shops {
  display: none;
  padding-bottom: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 968px) {
  .shops-page {
    padding-top: 70px;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .shops-page .close-button {
    top: 30px;
    left: 25px;
  }
  .shops-page .page-title-container {
    margin-bottom: 0;
    position: absolute;
    top: 26px;
    right: 0;
    text-align: left;
    left: 60px;
  }
  .shops-page .page-title-container .page-title, .shops-page .page-title-container .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .shops-page .page-title-container .field--name-title {
    display: inline-block;
    text-align: left;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 18px;
  }
}

.points-history-page .page-title-container {
  margin-bottom: 52px;
}
.points-history-page .container {
  max-width: 620px;
}
.points-history-page .table {
  table-layout: fixed;
  margin: 0;
}
.points-history-page .table thead {
  display: none;
}
.points-history-page .table tr td {
  box-shadow: none;
  border-bottom: none;
  padding: 17px 10px;
  vertical-align: top;
}
@media (max-width: 968px) {
  .points-history-page .table tr td {
    padding: 16px 5px;
  }
}
.points-history-page .table tr td:first-child {
  padding-left: 0;
  width: 90px;
}
@media (max-width: 968px) {
  .points-history-page .table tr td:first-child {
    font-size: 12px;
    width: 50px;
  }
}
.points-history-page .table tr td:last-child {
  text-align: right;
  padding-right: 0;
  width: 140px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.2em;
  color: #828282;
  opacity: 0.8;
}
@media (max-width: 968px) {
  .points-history-page .table tr td:last-child {
    font-size: 12px;
    width: 90px;
  }
}
.points-history-page .table tr td.views-field-counter {
  text-align: center;
  width: 41px;
}
.points-history-page .table tr td.views-field-counter .counter {
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.2em;
}
.points-history-page .table tr td .image-style-thumbnail {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  margin-right: 21px;
}
.points-history-page .table tr td.views-field-field-points-amount {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.2em;
}
.points-history-page .table tr td.views-field-field-points-amount .earned {
  color: #00B2A9;
}
.points-history-page .table tr td.views-field-field-points-amount .spent {
  color: #E03C31;
}
.points-history-page .table tr td.views-field-description {
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 968px) {
  .points-history-page .table tr td.views-field-description {
    padding-left: 0;
    padding-right: 0;
  }
}
.points-history-page .table tr td.views-field-description a {
  text-decoration: none;
  color: #292C2E;
}
@media (max-width: 968px) {
  .points-history-page .container {
    max-width: 100%;
  }
  .points-history-page .page-title-container {
    display: none;
  }
}
@media (max-width: 968px) {
  .points-history-page .views-element-container .view-content {
    padding-top: 39px;
  }
}

.side-page-layout .content.game-page {
  position: relative;
  margin-left: 320px;
  padding-left: 0;
}
@media (max-width: 968px) {
  .side-page-layout .content.game-page {
    margin-left: 0;
  }
}
@media (min-width: 3200px) {
  .side-page-layout .content.game-page {
    margin-left: 0px;
  }
}

.collectables-page .container {
  max-width: 820px;
}
.collectables-page__list {
  padding-bottom: 80px;
  user-select: none;
}
.collectables-page__list .view-content {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 968px) {
  .collectables-page__list .view-content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.collectables-page__list .view-content .views-row {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 28px 0 20px;
  order: 1;
}
@media (max-width: 968px) {
  .collectables-page__list .view-content .views-row {
    padding: 0;
  }
}
.collectables-page__list .view-content .views-row.received {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  order: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.collectables-page__list .view-content .views-row.received:hover {
  transform: scale(1.05);
}
@media (max-width: 968px) {
  .collectables-page__list .view-content .views-row.received {
    padding: 4px;
  }
}
.collectables-page__list .view-content .views-row.received.chance--legendary {
  background-image: url("../images/collectable-1.jpg");
}
.collectables-page__list .view-content .views-row.received.chance--extreme {
  background-image: url("../images/collectable-2.jpg");
}
.collectables-page__list .view-content .views-row.received.chance--very_rare {
  background-image: url("../images/collectable-3.jpg");
}
.collectables-page__list .view-content .views-row.received.chance--rare {
  background-image: url("../images/collectable-4.jpg");
}
.collectables-page__list .view-content .views-row.received.chance--legendary .views-field-chance-type, .collectables-page__list .view-content .views-row.received.chance--extreme .views-field-chance-type, .collectables-page__list .view-content .views-row.received.chance--very_rare .views-field-chance-type, .collectables-page__list .view-content .views-row.received.chance--rare .views-field-chance-type {
  color: #fff;
}
.collectables-page__list .view-content .views-row.received .views-field-image__target-id span:before {
  display: none;
}
.collectables-page__list .view-content .views-row.received .views-field-image__target-id img {
  display: block;
}
.collectables-page__list .view-content .views-row .views-field-chance-type {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 26px;
  padding: 0 10px;
}
@media (max-width: 968px) {
  .collectables-page__list .view-content .views-row .views-field-chance-type {
    display: none;
  }
}
.collectables-page__list .view-content .views-row .views-field-image__target-id {
  width: 40%;
  margin: 0 auto;
  transform: rotate(7deg);
}
@media (max-width: 968px) {
  .collectables-page__list .view-content .views-row .views-field-image__target-id {
    transform: rotate(0);
    width: 100%;
  }
}
.collectables-page__list .view-content .views-row .views-field-image__target-id span:before {
  content: "";
  width: 100%;
  padding-bottom: 154%;
  background-image: url("../images/collectable-locked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.collectables-page__list .view-content .views-row .views-field-image__target-id span,
.collectables-page__list .view-content .views-row .views-field-image__target-id img {
  display: block;
}
.collectables-page__list .view-content .views-row .views-field-image__target-id img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  display: none;
}
.collectables-page__buy-button {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) translate(160px, 0);
  background: #ffffff;
  padding: 16px 32px;
  display: inline-block;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.collectables-page__buy-button.unlock {
  position: initial;
  width: 100%;
  display: contents;
}
@media (max-width: 968px) {
  .collectables-page__buy-button {
    width: 100%;
    left: 0;
    transform: none;
    display: block;
  }
}
.collectables-page__buy-button > div {
  position: relative;
  min-width: 286px;
}
.collectables-page__buy-button > div input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.collectables-page__buy-button > div em {
  position: relative;
  font-style: normal;
  padding-left: 16px;
  margin-left: 3px;
}
.collectables-page__buy-button > div em:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/icons/points.svg");
  width: 12px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.collectables-page [data-collectable-info] {
  display: none;
}
.collectables-page [data-collectable-info] + .ajax-progress {
  display: none;
}

.collectable-modal__close-button {
  max-width: 280px;
  margin: 50px auto 0;
}
.collectable-modal__promo-image {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.collectable-modal__showdown {
  position: relative;
  margin: -10px auto -25px;
  width: 218px;
  height: 298px;
}
.collectable-modal__card, .collectable-modal__mystery-card {
  width: calc(100% + 80px);
  margin-left: -40px;
}
.collectable-modal__mystery-card {
  position: relative;
}
.collectable-modal__mystery-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.collectable-modal__mystery-card img:nth-child(1) {
  opacity: 1;
  animation: remove 0.15s 1s ease-out forwards;
}
.collectable-modal__mystery-card img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: blink 1s 0.3s ease;
}
.collectable-modal__card {
  width: 130px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: appear 0.15s 1s ease-out forwards;
}
.collectable-modal__card--legendary:before {
  background-image: url("../images/collectable-1.jpg");
}
.collectable-modal__card--extreme:before {
  background-image: url("../images/collectable-2.jpg");
}
.collectable-modal__card--very_rare:before {
  background-image: url("../images/collectable-3.jpg");
}
.collectable-modal__card--rare:before {
  background-image: url("../images/collectable-4.jpg");
}
.collectable-modal__card:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-size: cover;
  background-position: center;
  background-image: url("../images/collectable-4.jpg");
  background-color: #f4f4f4;
  border-radius: 4px;
  z-index: -1;
}
.collectable-modal__card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.collectable-modal .ui-dialog__title {
  opacity: 0;
  transform: translate(0, -10px);
  animation: titleAppear 0.15s 0.9s ease-in-out forwards;
}

@keyframes titleAppear {
  from {
    opacity: 0;
    transform: translate(0, -10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remove {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#collectable-preview-modal {
  display: none;
}
#collectable-preview-modal .collectable-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
#collectable-preview-modal .collectable-image img {
  max-width: 100%;
}

.status-success-page__message {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
  width: 100%;
}
.status-success-page .page-title-container {
  display: none;
}
.status-success-page .block-system-main-block .title.page-title, .status-success-page .block-system-main-block .main .node-page--product .container .node--type-products .details .title.field--name-title, .main .node-page--product .container .node--type-products .details .status-success-page .block-system-main-block .title.field--name-title {
  text-align: left;
  margin-bottom: 16px;
  display: block;
  width: 100%;
}
.status-success-page .alert {
  display: none;
}

.search-page .search-form {
  margin: 40px 0 0;
}
@media (max-width: 968px) {
  .search-page .search-form {
    margin: 0;
  }
}
.search-page .search-form details {
  display: none;
}
.search-page .search-form .js-form-wrapper {
  position: relative;
}
.search-page .search-form .js-form-wrapper .js-form-type-search {
  position: relative;
  width: 100%;
}
.search-page .search-form .js-form-wrapper .js-form-type-search:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-16px, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/search.svg");
  background-size: contain;
}
.search-page .search-form .js-form-wrapper .js-form-type-search input {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  border-radius: 8px;
  border: 0;
  padding: 0 18px;
}
.search-page .search-form .js-form-wrapper input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  opacity: 0;
}
.search-page__no-results {
  max-width: 190px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  padding: 24px 0;
  word-wrap: break-word;
}
.search-page__no-results:before {
  content: "";
  width: 180px;
  height: 160px;
  display: block;
  margin: 0 auto;
  background-image: url("../images/no-results.png");
  background-size: contain;
  background-position: center center;
  margin-bottom: 24px;
}
.search-page__result-node {
  position: relative;
}
.search-page__result-node--type-product {
  background: #f4f4f4;
  border-radius: 8px;
  height: 170px;
  display: flex;
  flex-flow: row wrap;
}
.search-page__result-node--type-product__content {
  width: calc(100% - 140px);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.search-page__result-node--type-product__name {
  color: #292C2E;
  text-transform: uppercase;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 16px;
  line-height: 130%;
  width: 100%;
  justify-content: normal;
}
.search-page__result-node--type-product__price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
}
.search-page__result-node--type-product__image {
  height: 100%;
  width: 140px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page__result-node--type-product__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: rotate(6deg);
}
.search-page__result-node--type-article__image {
  background: #f4f4f4;
  border-radius: 4px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.search-page__result-node--type-article__title {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  font-size: 16px;
  line-height: 130%;
}
.search-page__result-node--type-article__content {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 15px;
}
.search-page__result-node--type-article__content span {
  display: block;
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.5em;
  opacity: 0.8;
  color: #989898;
}
.search-page__result-node a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.search-page ol.search-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 24px;
}
.search-page ol.search-results:last-child {
  margin-bottom: 0;
}
.search-page ol.search-results li {
  margin: 0 0 16px;
}
.search-page ol.search-results li:last-child {
  margin-bottom: 0;
}
.search-page .item-list {
  margin: 40px 0 0;
}
@media (max-width: 968px) {
  .search-page .item-list {
    margin: 24px 0 0;
  }
}
.search-page .item-list__type-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  color: #989898;
  margin-bottom: 16px;
}

.brand-page .page-title-container {
  display: none;
}
.brand-page__logo {
  text-align: center;
}
@media (max-width: 968px) {
  .brand-page__logo {
    text-align: left;
  }
}
.brand-page__logo img {
  display: inline-block;
  max-width: 96px;
  height: auto;
}
.brand-page__description {
  color: #000;
  margin: 32px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5em;
}

.error-page .error-image {
  text-align: center;
  padding-bottom: 20px;
}
.error-page .actions {
  margin-top: 50px;
}
.error-page .actions .btn-primary, .error-page .actions .pager .button, .pager .error-page .actions .button {
  margin: 0 auto;
  max-width: 250px;
}
@media (max-width: 968px) {
  .error-page .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px 40px;
    background-color: #fff;
  }
  .error-page .actions .btn-primary, .error-page .actions .pager .button, .pager .error-page .actions .button {
    display: block;
  }
}

.prize-history-page .view-empty {
  padding-top: 70px;
}
.prize-history-page .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prize-history-page .view-content .views-row {
  position: relative;
  padding: 10px 10px 0 10px;
}
@media (max-width: 576px) {
  .prize-history-page .view-content .views-row {
    padding: 10px 30px 0 30px;
  }
}
.prize-history-page .view-content .views-row .views-field-title {
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}
.prize-history-page .view-content .views-row .views-field-created {
  font-size: 12px;
  color: #989898;
}
.prize-history-page .view-content .views-row .views-field-field-coupon-value {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 22px;
  color: white;
  font-weight: 700;
  font-size: 48px;
}
@media (max-width: 576px) {
  .prize-history-page .view-content .views-row .views-field-field-coupon-value {
    right: 44px;
  }
}
.prize-history-page .view-content .views-row .views-field-field-coupon-image .views-view-coupon-image {
  border-radius: 4px;
  width: 296px;
  height: 194px;
}
@media (max-width: 576px) {
  .prize-history-page .view-content .views-row .views-field-field-coupon-image .views-view-coupon-image {
    width: 260px;
    height: 170px;
  }
}

.quiz-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 370px;
  width: 100%;
  min-height: 48px;
  background: transparent;
  color: #00b2a9;
  border: 2px solid #f7f7f7;
  margin-bottom: 2px;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.quiz-button:hover img {
  opacity: 0.6;
}
.quiz-button p:not(class) {
  z-index: -1;
}
.quiz-button img {
  width: 100%;
  transition: opacity 0.3s ease;
}
.quiz-page-jone-avatar {
  width: 30px;
  position: absolute;
  left: -40px;
  top: 0;
}
.quiz-page-wrapper {
  line-height: 21px;
  position: relative;
  margin-top: 50px;
  padding-left: 40px;
}
.quiz-page-wrapper font {
  family: "Roboto", sans-serif;
  weight: 400;
  size: 15px;
}
.quiz-page-wrapper .response {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  margin: 16px 0 26px auto !important;
  max-width: 370px;
  background: #00b2a9;
  border-radius: 8px 0px 8px 8px;
  color: #ffffff;
}
.quiz-page-wrapper .response img {
  width: 100%;
}
.quiz-page-wrapper .question {
  display: block !important;
  position: relative;
  padding: 10px 16px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 370px;
  background: #f7f7f7;
  margin-bottom: 2px;
  border-radius: 8px;
}
@media (max-width: 370px) {
  .quiz-page-wrapper .question {
    max-width: 100%;
  }
}
.quiz-page-wrapper .question p {
  width: 100%;
  overflow: hidden;
}
.quiz-page-wrapper .question p > img {
  width: 100%;
  height: auto;
  margin: 8px 0;
  border-radius: 4px;
}
.quiz-page-wrapper .btn-primary, .quiz-page-wrapper .pager .button, .pager .quiz-page-wrapper .button {
  display: none;
}
.quiz-page-wrapper .form-select {
  display: none;
}

.quiz-page iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  height: auto;
  max-height: 527px;
}
@media screen and (min-width: 620px) {
  .quiz-page iframe {
    min-height: 400px;
  }
}
.quiz-page .form-item {
  margin-bottom: 2px;
}
.quiz-page .js-form-type-processed-text {
  padding: 10px 0;
  border-radius: 8px;
}
.quiz-page .js-form-type-processed-text,
.quiz-page .js-form-type-webform-markup {
  position: relative;
  max-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #F7F7F7;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 140%;
  color: #292C2E;
}
@media (max-width: 968px) {
  .quiz-page .js-form-type-processed-text,
.quiz-page .js-form-type-webform-markup {
    max-width: 90%;
  }
}
.quiz-page .js-form-type-processed-text img,
.quiz-page .js-form-type-webform-markup img {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: block;
}
.quiz-page p > a {
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  padding: 10px 16px;
  border-radius: 8px;
  width: 50%;
  display: block;
  z-index: 20;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 140%;
  color: #00B2A9;
  font-weight: bold;
  margin-bottom: 2px;
  text-decoration: none;
}
.quiz-page .chat-container {
  display: block;
  width: 100%;
  margin: 20px 0;
  float: left;
  padding-left: 40px;
}
.quiz-page .chat-bubble {
  height: 40px;
  width: 68px;
  border-radius: 50px;
  margin: 0;
  background: #f7f7f7;
  position: relative;
}
.quiz-page .chat-bubble .tail {
  height: 14px;
  width: 14px;
  background: #f7f7f7;
  position: absolute;
  left: -2px;
  bottom: 1px;
  border-radius: 50px;
}
.quiz-page .chat-bubble .tail:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #f7f7f7;
  display: block;
  border-radius: 50px;
  position: absolute;
  left: -6px;
  bottom: -3px;
}
.quiz-page .chat-bubble .loading {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.quiz-page .chat-bubble .loading .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #c1c1c1;
  display: block;
  margin: 0 0 0 6px;
  animation-direction: normal;
  animation: cycleOne 1s ease-in-out infinite;
}
.quiz-page .chat-bubble .loading .dot:nth-child(1) {
  animation-name: cycleOne;
  margin: 0;
}
.quiz-page .chat-bubble .loading .dot:nth-child(2) {
  animation-name: cycleTwo;
}
.quiz-page .chat-bubble .loading .dot:nth-child(3) {
  animation-name: cycleThree;
}

@keyframes cycleOne {
  0% {
    background: rgba(150, 150, 150, 0.4);
  }
  33.333% {
    background: #969696;
  }
  66.6667% {
    background: rgba(150, 150, 150, 0.4);
  }
  100% {
    background: rgba(150, 150, 150, 0.4);
  }
}
@keyframes cycleTwo {
  0% {
    background: rgba(150, 150, 150, 0.4);
  }
  33.333% {
    background: rgba(150, 150, 150, 0.4);
  }
  66.6667% {
    background: #969696;
  }
  100% {
    background: rgba(150, 150, 150, 0.4);
  }
}
@keyframes cycleThree {
  0% {
    background: rgba(150, 150, 150, 0.4);
  }
  33.333% {
    background: rgba(150, 150, 150, 0.4);
  }
  66.6667% {
    background: rgba(150, 150, 150, 0.4);
  }
  100% {
    background: #969696;
  }
}
.chat-hide-child-element {
  display: none !important;
}

.quiz-middle-page {
  overflow-y: auto;
}
.quiz-middle-page .card {
  justify-content: start;
}
.quiz-middle-page .card-img-wrapper {
  background-image: url("../images/collectable-4.jpg");
  background-position: center;
  background-size: cover;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.quiz-middle-page .card-img-wrapper .card-img {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 280px;
}
.quiz-middle-page .card-title {
  font-size: 24px;
}

.main-container-onboard {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .main-container-onboard {
    width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .main-container-onboard {
    width: 500px;
    margin: 0 auto;
  }
}
.main-container-onboard .slick-list .slick-slide > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-container-onboard .field--name-field-title,
.main-container-onboard .field--name-field-title h1,
.main-container-onboard .field--name-field-title .h1,
.main-container-onboard .field--name-field-title p {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-left: 48px;
  padding-right: 34px;
  margin-bottom: 8px;
}
@media (min-width: 968px) {
  .main-container-onboard .field--name-field-title {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .main-container-onboard .field--name-field-title {
    padding: 0;
  }
}
.main-container-onboard .field--name-field-body,
.main-container-onboard .field--name-field-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
}
.main-container-onboard .field--name-field-body {
  padding-left: 48px;
  padding-right: 34px;
  margin-bottom: 32px;
}
@media (min-width: 968px) {
  .main-container-onboard .field--name-field-body {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .main-container-onboard .field--name-field-body {
    padding: 0;
  }
}
.main-container-onboard .field--name-field-picture {
  display: block;
  height: 286px;
  max-height: 286px;
  width: 316px;
  position: relative;
  align-self: flex-end;
}
@media (min-width: 576px) {
  .main-container-onboard .field--name-field-picture {
    height: 350px;
    max-height: 350px;
    width: 376px;
  }
}
@media (min-width: 968px) {
  .main-container-onboard .field--name-field-picture {
    height: 380px;
    max-height: 380px;
    width: 100%;
  }
}
.main-container-onboard .field--name-field-picture img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  bottom: 0;
}
.main-container-onboard .slick-prev,
.main-container-onboard .slick-next,
.main-container-onboard .slick-skip {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.01em;
  color: #000000;
  background: transparent;
  cursor: pointer;
}
.main-container-onboard .slick-dots {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  font-size: 0;
}
.main-container-onboard .slick-dots li {
  margin-right: 6px;
}
.main-container-onboard .slick-dots li button {
  border: none;
  background-color: #000000;
  padding: 2px;
  border-radius: 50%;
}
.main-container-onboard .slick-dots > li:only-child {
  display: none;
}
.main-container-onboard .slick-dots .slick-active button {
  padding: 2px 6px;
  border-radius: 9px;
  margin-top: 0;
}
.main-container-onboard .slick-next,
.main-container-onboard .slick-prev,
.main-container-onboard .slick-skip {
  position: absolute;
  bottom: -51px;
}
.main-container-onboard .slick-next {
  right: 37px;
}
@media (min-width: 968px) {
  .main-container-onboard .slick-next {
    right: 90px;
  }
}
.main-container-onboard .slick-prev,
.main-container-onboard .slick-skip {
  left: 37px;
}
@media (min-width: 968px) {
  .main-container-onboard .slick-prev,
.main-container-onboard .slick-skip {
    left: 52px;
  }
}
.main-container-onboard .slick-track > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-container-onboard .slick-slide .paragraph {
  height: 100%;
}

.mobile-header.element-left {
  justify-content: flex-start;
}

.mobile-header.element-right {
  justify-content: flex-end;
}

.mobile-header-logo .logo img {
  height: 33px;
}

.side-page-layout .onboarding-page .container {
  padding: 70px 0 35px 0;
}

.redirect-onboarding {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}
.redirect-onboarding a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.01em;
  color: #000000;
  background: transparent;
  cursor: pointer;
}

.password-reset-page .region-content {
  max-width: 326px;
  margin: 0 auto;
}

.password-reset-page {
  padding-left: 0;
}
.password-reset-page .block-system-main-block {
  width: 100%;
}
.password-reset-page .alert__content-holder {
  padding: 6px 15px;
}
.password-reset-page .page-title-container {
  margin-bottom: 12px;
}
.password-reset-page .page-title-container .page-title, .password-reset-page .page-title-container .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .password-reset-page .page-title-container .field--name-title {
  margin: 20px auto;
}
@media (max-width: 968px) {
  .password-reset-page .page-title-container .page-title, .password-reset-page .page-title-container .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .password-reset-page .page-title-container .field--name-title {
    display: block;
  }
}
.password-reset-page .page-description-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.password-reset-page .page-description {
  padding: 0 35px;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.password-reset-page .js-form-item-pass-pass1, .password-reset-page .js-form-item-pass-pass2 {
  margin-right: 0;
  margin-bottom: 36px;
  max-width: 100%;
}

.games-list-page {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 386px;
  margin: 30px auto 0;
}
@media (max-width: 968px) {
  .games-list-page {
    padding-bottom: 60px;
  }
}
.games-list-page .grid-item {
  margin: 0 auto;
}
.games-list-page .grid-item--hidden {
  width: 170px;
}
@media (max-width: 968px) {
  .games-list-page .grid-item {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .games-list-page .grid-item--hidden {
    width: 150px;
  }
}
.games-list-page .grid-item .games-image {
  position: relative;
}
.games-list-page .grid-item .games-image .game-reward {
  position: absolute;
  padding: 3px 5px;
  right: -3px;
  top: -82px;
  color: #00B2A9;
  background-color: white;
  border-radius: 3px;
}
@media (max-width: 576px) {
  .games-list-page .grid-item .games-image .game-reward {
    top: -74px;
  }
}
.games-list-page .grid-item .games-image .collectible-status {
  position: absolute;
  padding: 3px 10px;
  right: 0;
  bottom: -78px;
  color: black;
  background-color: #FFD000;
  border-radius: 3px 0 2px 0;
}
@media (max-width: 576px) {
  .games-list-page .grid-item .games-image .collectible-status {
    bottom: -59px;
  }
}
.games-list-page .grid-item .games-image .img {
  width: 170px;
  height: 170px;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .games-list-page .grid-item .games-image .img {
    width: 150px;
    height: 150px;
  }
}
.games-list-page .grid-item .item-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 12px;
  width: 170px;
}
@media (max-width: 576px) {
  .games-list-page .grid-item .item-info {
    width: 135px;
  }
}
.games-list-page .grid-item .item-info .game-link {
  justify-content: center;
}
.games-list-page .grid-item .item-info .game-link a {
  text-decoration: none;
  color: #00B2A9;
}

.jti-game-full {
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 968px) {
  .jti-game-full {
    margin: 0;
  }
}
.jti-game-full .quiz-image {
  width: 350px;
  height: auto;
  padding-bottom: 25px;
}
@media (max-width: 968px) {
  .jti-game-full .quiz-image {
    width: 275px;
  }
}
.jti-game-full .field__item {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.jti-game-full .field__item a {
  max-width: 350px;
}

.side-page-layout .jti-lottery-ticket-main,
.side-page-layout .lottery-page {
  margin-left: 320px;
  padding-left: 0;
  position: relative;
}
@media (max-width: 968px) {
  .side-page-layout .jti-lottery-ticket-main,
.side-page-layout .lottery-page {
    margin-left: 0;
  }
}
.side-page-layout .jti-lottery-ticket-main .container,
.side-page-layout .lottery-page .container {
  padding-top: 64px;
}
.side-page-layout .jti-lottery-ticket-main .container .page-title-container,
.side-page-layout .lottery-page .container .page-title-container {
  display: block;
}

.jti-ticket-container,
.main-lottery-container {
  display: block;
  width: 296px;
  margin: 0 auto;
  min-height: calc(100vh - 172px);
  padding-bottom: 110px;
  position: relative;
}
@media screen and (min-width: 968px) {
  .jti-ticket-container,
.main-lottery-container {
    width: 370px;
  }
}
@media (max-width: 968px) {
  .jti-ticket-container,
.main-lottery-container {
    min-height: calc(100vh - 102px);
  }
}

@media screen and (max-width: 335px) {
  .main-lottery-container {
    width: 100%;
  }
}

.jti-ticket-container {
  padding-top: 12px;
  position: relative;
}
.jti-ticket-container .id,
.jti-ticket-container .ticket-id-subtext {
  display: inline-block;
  width: 100%;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
}
.jti-ticket-container .id {
  margin-top: 32px;
}
.jti-ticket-container .ticket-id-subtext {
  margin-bottom: 8px;
}
.jti-ticket-container .prize {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
}
.jti-ticket-container .prize > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 16px;
}
.jti-ticket-container .prize span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 18px;
}
.jti-ticket-container .reward-claim-container {
  display: inline-block;
  width: 100%;
  padding-top: 32px;
}
.jti-ticket-container .reward-claim-container .reward-label {
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 36px;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 auto 32px auto;
}
.jti-ticket-container .reward-claim-container .reward-label * {
  margin: 0;
  padding: 0;
}
.jti-ticket-container .reward-claim-container .reward-label span {
  color: #00B2A9;
  font-weight: 700;
}
.jti-ticket-container .reward-claim-container .button {
  margin: 0;
  text-decoration: none;
  color: #ffffff;
}
.jti-ticket-container .reward-claim-container .button a {
  text-decoration: none;
  color: #ffffff;
}
.jti-ticket-container .reward-claim-container .reward-claim-label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  color: #989898;
}
.jti-ticket-container .lottery-body {
  display: inline-block;
  width: 100%;
}
.jti-ticket-container .lottery-body,
.jti-ticket-container .lottery-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}

.jti-ticket-container .image,
.tickets-lists .lottery-ticket .image {
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 4px;
}
.jti-ticket-container .image img,
.tickets-lists .lottery-ticket .image img {
  display: inline-block;
  width: 100%;
  height: 99px;
  border-radius: 4px;
}
.jti-ticket-container .image .subtitle,
.tickets-lists .lottery-ticket .image .subtitle {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.jti-ticket-container .image .subtitle span,
.tickets-lists .lottery-ticket .image .subtitle span {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 16px;
  line-height: 15px;
  text-align: center;
  color: #FFCA00;
}

@media screen and (min-width: 968px) {
  .jti-ticket-container .subtitle span {
    font-size: 24px;
  }
}

.tickets-lists .lottery-ticket .image {
  position: relative;
}
.tickets-lists .lottery-ticket .image img {
  height: 80px;
}
@media screen and (min-width: 576px) {
  .tickets-lists .lottery-ticket .image img {
    height: 99px;
  }
}

.jti-ticket-container .image img {
  height: 170px;
}
@media screen and (min-width: 968px) {
  .jti-ticket-container .image img {
    height: 212px;
  }
}

.main-lottery-container .field--type-image {
  display: block;
  height: 170px;
}
@media screen and (min-width: 968px) {
  .main-lottery-container .field--type-image {
    height: 212px;
  }
}
.main-lottery-container .field--type-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.main-lottery-container .lottery-expiration-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  line-height: 120%;
  display: inline-block;
  width: 100%;
  align-items: center;
  text-align: center;
  color: #989898;
}
.main-lottery-container .lottery-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 12px;
}
.main-lottery-container .field--name-field-lottery-price {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  margin-left: 7px;
}
.main-lottery-container .field--name-body {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  word-break: break-all;
}
.main-lottery-container .field--name-body,
.main-lottery-container .field--name-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}
.main-lottery-container .field--name-body p {
  margin: 0;
}
.main-lottery-container .lottery-label-title,
.main-lottery-container .field--name-field-lottery-reward {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  margin: 32px 0 8px 0;
}
.main-lottery-container .ticket-prize-container {
  display: inline-block;
  width: 100%;
}
.main-lottery-container .ticket-prize-container > div {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  line-height: 20px;
  color: #000000;
}
.main-lottery-container .ticket-prize-container > div:first-child {
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.main-lottery-container .ticket-prize-container > div:nth-child(2) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 18px;
  line-height: 24px;
}
.main-lottery-container .lottery-image-container {
  display: inline-block;
  width: 100%;
  position: relative;
}
.main-lottery-container .lottery-button-container {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-lottery-container .collectables-page__buy-button {
  display: inline-block;
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  padding: 0;
  box-shadow: none;
  transform: none;
}
.main-lottery-container .collectables-page__buy-button .btn-primary, .main-lottery-container .collectables-page__buy-button .pager .button, .pager .main-lottery-container .collectables-page__buy-button .button,
.main-lottery-container .collectables-page__buy-button .btn-primary input,
.main-lottery-container .collectables-page__buy-button .pager .button input,
.pager .main-lottery-container .collectables-page__buy-button .button input {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 335px) {
  .main-lottery-container .collectables-page__buy-button .btn-primary, .main-lottery-container .collectables-page__buy-button .pager .button, .pager .main-lottery-container .collectables-page__buy-button .button,
.main-lottery-container .collectables-page__buy-button .btn-primary input,
.main-lottery-container .collectables-page__buy-button .pager .button input,
.pager .main-lottery-container .collectables-page__buy-button .button input {
    min-width: 100%;
  }
}

.jti-ticket-container .lottery-image-texts,
.lottery-ticket .lottery-prize-in-list,
.main-lottery-container .lottery-image-container .lottery-image-texts {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 18px;
}
.jti-ticket-container .lottery-image-texts > div,
.lottery-ticket .lottery-prize-in-list > div,
.main-lottery-container .lottery-image-container .lottery-image-texts > div {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 15px;
  line-height: 150%;
  opacity: 0.8;
  color: #ffffff;
}
.jti-ticket-container .lottery-image-texts > div:first-child,
.lottery-ticket .lottery-prize-in-list > div:first-child,
.main-lottery-container .lottery-image-container .lottery-image-texts > div:first-child {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-align: right;
  opacity: 1;
}

.lottery-ticket .lottery-prize-in-list > div {
  font-size: 12px;
  line-height: 100%;
}
.lottery-ticket .lottery-prize-in-list > div:first-child {
  font-size: 20px;
  line-height: 100%;
}

.lottery-label-title,
.field--name-field-lottery-reward {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 30px;
  line-height: 130%;
}

.lottery-ticket-shop-item {
  text-align: right;
}
.lottery-ticket-shop-item > div {
  font-size: 14px;
}

.side-page-layout .tickets-lists > .container {
  padding-top: 70px;
}
@media (max-width: 576px) {
  .side-page-layout .tickets-lists > .container {
    padding-top: 64px;
  }
}

.tickets-lists {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 968px) {
  .tickets-lists {
    width: calc(100% - 320px);
  }
}
.tickets-lists .lottery-prize-in-list {
  display: inline-block;
  text-align: right;
  font-size: 18px;
  color: red;
  position: absolute;
  top: 15px;
  right: 10px;
  left: auto;
  opacity: 0.8;
}
@media screen and (min-width: 968px) {
  .tickets-lists .views-element-container {
    display: block;
    width: 100%;
  }
}
.tickets-lists .view-content {
  display: block;
  margin: 0 auto;
  width: 296px;
}
@media screen and (min-width: 576px) {
  .tickets-lists .view-content {
    width: 570px;
    margin: 0 auto;
  }
}
.tickets-lists .view-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tickets-lists .views-row {
  display: block;
  width: 138px;
  margin-right: 20px;
}
@media screen and (min-width: 576px) {
  .tickets-lists .views-row {
    width: 170px;
    margin-right: 30px;
  }
}
.tickets-lists .views-row:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 576px) {
  .tickets-lists .views-row:nth-child(2n) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .tickets-lists .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.tickets-lists .lottery-ticket {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
}
.tickets-lists .lottery-ticket .lottery-ticket-id {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.jti-ticket-container .state-claimed .image .background-card-subtitle,
.jti-ticket-container .state-lost .image .background-card-subtitle,
.jti-ticket-container .state-won .image .background-card-subtitle,
.tickets-lists .state-claimed .image .background-card-subtitle,
.tickets-lists .state-lost .image .background-card-subtitle,
.tickets-lists .state-won .image .background-card-subtitle {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292C2E;
  opacity: 0.69;
  border-radius: 4px;
  z-index: 1;
}
.jti-ticket-container .state-claimed .image .rating-star,
.jti-ticket-container .state-lost .image .rating-star,
.jti-ticket-container .state-won .image .rating-star,
.tickets-lists .state-claimed .image .rating-star,
.tickets-lists .state-lost .image .rating-star,
.tickets-lists .state-won .image .rating-star {
  display: none;
}
.jti-ticket-container .state-won .image .rating-star,
.tickets-lists .state-won .image .rating-star {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  z-index: 3;
}

.jti-ticket-container .state-won {
  padding-bottom: 50px;
}
.jti-ticket-container .state-won .image .rating-star {
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 335px) {
  .jti-ticket-container .state-won .image .rating-star {
    right: -6px;
  }
}

.loterry-ticket-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 968px) {
  .loterry-ticket-filter {
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  .loterry-ticket-filter {
    width: 100%;
    padding-top: 25px;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
  }
}

.loterry-ticket-filter a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-right: 120px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 576px) {
  .loterry-ticket-filter a {
    width: 50%;
    margin-right: 0;
    text-align: center;
    float: left;
  }
}

.loterry-ticket-filter a:nth-child(2) {
  margin-right: 0;
}

.view-display-id-active_tickets_page .lottery-active {
  position: relative;
  color: #00B2A9;
}

.view-display-id-inactive_tickets_page .lottery-inactive {
  position: relative;
  color: #00B2A9;
}

.view-display-id-active_tickets_page .lottery-active:after,
.view-display-id-inactive_tickets_page .lottery-inactive:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #00B2A9;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 50px;
}
@media (max-width: 576px) {
  .view-display-id-active_tickets_page .lottery-active:after,
.view-display-id-inactive_tickets_page .lottery-inactive:after {
    display: none;
  }
}

@media (max-width: 576px) {
  .view-display-id-active_tickets_page .lottery-active,
.view-display-id-inactive_tickets_page .lottery-inactive {
    border-bottom: 2px solid #00B2A9;
  }
}

.side-page-layout .lottery-page .container .page-title-container {
  display: none;
}

.lottery-purchase-modal .ui-dialog-content {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  padding: 30px 47px 30px 35px;
}
.lottery-purchase-modal .ui-dialog-content:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 30px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/alert-tick.svg);
}

.manage-team-page .container {
  max-width: 600px;
}
.manage-team-page .user-search-wrapper {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 968px) {
  .manage-team-page .user-search-wrapper {
    padding-top: 0;
  }
}
.manage-team-page .user-search-wrapper .user-search {
  width: 65%;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  border-style: hidden;
  border-radius: 8px;
  border-color: #F7F7F7;
  background: url("../images/icons/search.svg") 96% center no-repeat #F7F7F7;
  outline: none;
}
@media (max-width: 576px) {
  .manage-team-page .user-search-wrapper .user-search {
    width: 100%;
  }
}
.manage-team-page .users-filter {
  text-align: center;
  padding: 10px;
}
@media (max-width: 576px) {
  .manage-team-page .users-filter {
    display: flex;
    justify-content: center;
  }
}
.manage-team-page .users-filter .filter-link {
  border: 1px solid #EEEEEE;
  height: 34px;
  padding: 6px 20px;
  border-radius: 17px;
  margin: 0 4px;
  text-decoration: none;
  color: #292C2E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 576px) {
  .manage-team-page .users-filter .filter-link {
    height: auto;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.manage-team-page .group-title {
  color: #989898;
  font-size: 14px;
  margin: 16px 0;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper {
  align-items: center;
  margin: 24px 0;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper-pending, .manage-team-page .users-list .user-info-wrapper.user-info-wrapper-active {
  display: grid;
  grid-template-columns: 65px 270px 215px;
  height: 60px;
}
@media (max-width: 576px) {
  .manage-team-page .users-list .user-info-wrapper.user-info-wrapper-pending, .manage-team-page .users-list .user-info-wrapper.user-info-wrapper-active {
    display: flex;
  }
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .pending-button-container {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .avatar {
    display: none;
  }
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .invited-by-markup {
  font-size: 12px;
  color: #828282;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper {
  display: flex;
  align-items: center;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper .invited-by-markup a {
  color: #828282;
  text-decoration: none;
}
@media (max-width: 576px) {
  .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper {
    display: block;
  }
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper .user-name-wrapper {
  flex: 0 0 64%;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper .joined-markup {
  flex: 0 0 33%;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .name-date-wrapper .joined-markup {
  font-size: 12px;
  color: #828282;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .ajax-progress-throbber {
  display: none;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .points-time-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .points-time-wrapper {
    display: block;
    text-align: end;
  }
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .points-time-wrapper div {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .points-time-wrapper div.points-markup {
  word-break: break-all;
  text-align: end;
}
@media (max-width: 968px) {
  .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .points-time-wrapper div.accessed-time {
    text-align: end;
  }
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn, .manage-team-page .users-list .user-info-wrapper.user-info-wrapper a.button, .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .faq-page .views-element-container a, .faq-page .views-element-container .manage-team-page .users-list .user-info-wrapper.user-info-wrapper a {
  text-transform: none;
  line-height: 16.8px;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn-settings {
  background: url("../images/icons/settings-dots.svg") no-repeat content-box;
  display: inline-block;
  height: 58px;
  width: 60px;
  text-indent: -9999px;
  padding-top: 20px;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn-pending, .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn-pos-change {
  background-color: #FFD000;
  border-radius: 31px;
  font-size: 12px;
  height: 32px;
  padding: 8px 27px 9px 27px;
  width: auto;
  max-width: 190px;
}
@media (max-width: 576px) {
  .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn-pending, .manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn-pos-change {
    padding: 7px 14px 8px 14px;
    max-width: 138px;
  }
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .btn-pos-change {
  background-color: #FFF0B2;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .profile-page__avatar {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  bottom: 0;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .profile-page__avatar > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.manage-team-page .users-list .user-info-wrapper.user-info-wrapper .profile-page__avatar__image {
  width: 100%;
  height: 100%;
  background-color: #989898;
  border-radius: 120px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.manage-team-page .empty-list {
  text-align: center;
  margin: 20px 0;
  font-family: "Cambay", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 100%;
}
.manage-team-page .pending-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.manage-team-page .user-list-pending:not(.empty) {
  border-bottom: 1px solid #ECECEC;
}
.manage-team-page .user-list-pending:not(.empty) .user-info-wrapper.user-info-wrapper {
  margin-bottom: 31px;
}
@media (max-width: 576px) {
  .manage-team-page .user-list-pending:not(.empty) .user-info-wrapper.user-info-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .manage-team-page .user-list-pending:not(.empty) {
    border-bottom: none;
  }
}
.manage-team-page .user-list-active {
  margin-top: 30px;
}
.manage-team-page .user-list-active .group-title.active-title {
  margin-top: 0;
}
@media (max-width: 576px) {
  .manage-team-page .user-list-active {
    margin-top: 33px;
  }
}
.manage-team-page .export-csv {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 30px;
  text-indent: -9999px;
  background: url("../images/csv.png") no-repeat;
  background-size: 100%;
}

.modal-settings, .modal-pending {
  height: auto;
}
.modal-settings form, .modal-pending form {
  text-align: center;
}
.modal-settings form .user-image, .modal-pending form .user-image {
  width: 80px;
  height: 78px;
  border-radius: 120px;
  margin-bottom: 12px;
}
.modal-settings form .name-markup, .modal-settings form .workplace-markup, .modal-pending form .name-markup, .modal-pending form .workplace-markup {
  font-weight: 600;
  line-height: 27px;
  font-size: 18px;
}
.modal-settings form .joined-markup, .modal-pending form .joined-markup {
  color: #989898;
  font-size: 12px;
  margin-bottom: 20px;
}
.modal-settings form .shop-field-markup, .modal-pending form .shop-field-markup {
  font-size: 12px;
}
.modal-settings .ui-dialog-buttonpane, .modal-pending .ui-dialog-buttonpane {
  background-color: white;
  border-style: none;
}
.modal-settings .ui-dialog-buttonpane .form-actions, .modal-pending .ui-dialog-buttonpane .form-actions {
  float: inherit;
  padding: 0 56px 10px;
  font-size: 14px;
}
.modal-settings .ui-dialog-buttonpane .form-actions .btn-cancel, .modal-pending .ui-dialog-buttonpane .form-actions .btn-cancel {
  background-color: white;
  color: black;
  border-style: none;
  margin: 20px 0;
}
@media (max-width: 576px) {
  .modal-settings .ui-dialog-buttonpane .form-actions, .modal-pending .ui-dialog-buttonpane .form-actions {
    padding: 0;
  }
}
.modal-pending .form-item-field-type {
  margin-top: 26px;
}
.modal-pending .form-item-field-type div:first-of-type {
  background-color: #00B2A9;
  color: white;
  margin-bottom: 6px;
}
.modal-pending .form-item-field-type div:nth-of-type(2) {
  background-color: #E03C31;
  color: white;
}
.modal-pending .ui-dialog-buttonpane {
  display: none;
}

.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
  background-color: #fff;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-image: url("../images/icons/close.svg");
  background-position: inherit;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar .ui-dialog-titlebar-close .drupal-off-canvas {
  background-color: #fff;
}
.ui-widget.ui-dialog.ui-dialog-off-canvas.filter-side-container {
  border: transparent;
  height: 100%;
  background-color: #ffffff;
}

.filter-side-container #drupal-off-canvas {
  background-color: #ffffff;
}
.filter-side-container #drupal-off-canvas details,
.filter-side-container #drupal-off-canvas summary,
.filter-side-container #drupal-off-canvas .ui-dialog-content,
.filter-side-container #drupal-off-canvas details[open] > summary {
  background-color: #ffffff;
}

.filter-side-container #drupal-off-canvas details:first-child {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .filter-side-container #drupal-off-canvas {
    padding: 0 20px 80px 20px;
  }
}
.filter-side-container #drupal-off-canvas summary,
.filter-side-container #drupal-off-canvas label,
.filter-side-container #drupal-off-canvas span,
.filter-side-container #drupal-off-canvas details[open] > summary {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.filter-side-container #drupal-off-canvas details[open] > summary,
.filter-side-container #drupal-off-canvas details > summary {
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
}

.filter-side-container #drupal-off-canvas details input[type=checkbox] {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
}

.filter-side-container #drupal-off-canvas details input[type=checkbox],
.filter-side-container #drupal-off-canvas details input[type=radio] {
  cursor: pointer;
}

.filter-side-container #drupal-off-canvas .js-form-item label {
  margin-left: 8px;
}

.filter-side-container #drupal-off-canvas details {
  position: relative;
  margin-top: 10px;
}

.filter-side-container #drupal-off-canvas details[open] {
  padding-bottom: 0;
}

.filter-side-container #drupal-off-canvas details summary:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/angle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 20;
}

.filter-side-container #drupal-off-canvas details[open] summary:before {
  background-image: url("../images/icons/angle-up.svg");
}

.filter-side-container #drupal-off-canvas .form-actions {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 350px;
  padding: 7px 20px 5px 20px;
  margin-bottom: 0;
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .filter-side-container #drupal-off-canvas .form-actions {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.filter-side-container #drupal-off-canvas .form-actions a,
.filter-side-container #drupal-off-canvas .form-actions input {
  max-width: 145px;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.filter-side-container #drupal-off-canvas .form-actions a,
.filter-side-container #drupal-off-canvas .form-actions input {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #00B2A9;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 32px;
  border: 1px solid #00B2A9;
  border-radius: 1px;
  margin-bottom: 5px;
}
.filter-side-container #drupal-off-canvas .form-actions input[type=submit].button:hover {
  border: 1px solid #00B2A9;
}
.filter-side-container #drupal-off-canvas .form-actions input {
  color: #ffffff;
  background-color: #00B2A9;
}
.filter-side-container #drupal-off-canvas .form-actions input:hover,
.filter-side-container #drupal-off-canvas .form-actions a:hover {
  opacity: 0.75;
}

.filter-side-container #drupal-off-canvas details[open]:after,
.filter-side-container.ui-dialog .ui-dialog-titlebar .ui-dialog-title:after,
.filter-side-container #drupal-off-canvas details summary:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ECECEC;
  display: inline-block;
}

.filter-side-container #drupal-off-canvas details[open] summary:after {
  display: none;
}

.filter-side-container.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
  background-color: #ffffff;
  border: none;
  position: relative;
  z-index: 50;
  padding: 1em 1em 0 1em;
}

.filter-side-container.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding: 0;
}

.filter-side-container.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: calc(1em + 3px);
  width: 16px;
  height: 16px;
  background-position: center;
}

.filter-side-container.ui-dialog.ui-dialog-off-canvas .ui-dialog-title:before,
.filter-side-container.ui-dialog .ui-dialog-titlebar-close:before {
  display: none;
}

.filter-side-container #drupal-off-canvas .form-item {
  margin-top: 9px;
  margin-bottom: 9px;
}

.filter-side-container #drupal-off-canvas .form-item:first-child {
  margin-top: 0;
}

.filter-side-container #drupal-off-canvas .form-item:last-child {
  margin-bottom: 0;
}

.filter-side-container #drupal-off-canvas details .details-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
}

.manage-team-wrapper {
  overflow: hidden;
}

@media (max-width: 969px) {
  .manage-team-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  #manage-team-page .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 576px) {
  #manage-team-page .users-list {
    padding-left: 25px;
  }
}

.inviter-info-markup {
  background-color: #EEEEEE;
  border-radius: 8px;
  padding: 16px 0 16px 0;
  margin-top: 16px;
}

.coupon-page .node--type-coupon {
  display: block;
  width: 296px;
  margin: 0 auto;
  min-height: calc(100vh - 150px);
  padding-bottom: 110px;
  position: relative;
}
@media screen and (min-width: 968px) {
  .coupon-page .node--type-coupon {
    width: 370px;
  }
}
@media screen and (max-width: 335px) {
  .coupon-page .node--type-coupon {
    width: 100%;
    padding-bottom: 95px;
  }
}
@media (max-width: 968px) {
  .coupon-page .node--type-coupon {
    min-height: calc(100vh - 102px);
  }
}
.coupon-page .page-title-container {
  display: none;
}
.coupon-page .node-coupon-title,
.coupon-page .node-coupon-title span {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
}
.coupon-page .node-coupon-title {
  margin: 32px 0 8px 0;
}
.coupon-page .node-coupon-price-points {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 12px;
}
.coupon-page .node-coupon-price-points .node-coupon-price-text {
  display: inline-block;
  margin-left: 7px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
}
.coupon-page .node-coupon-body {
  display: inline-block;
  margin-bottom: 16px;
}
.coupon-page .node-coupon-body p {
  padding: 0;
  margin: 0;
}
.coupon-page .node-coupon-body,
.coupon-page .node-coupon-body p {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}
.coupon-page .node-coupon-value-container {
  display: inline-block;
  width: 100%;
}
.coupon-page .node-coupon-value-container .node-coupon-value-label {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.coupon-page .node-coupon-value-container .node-coupon-value {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.coupon-page .node-coupon-image .field--type-image {
  display: block;
  height: 170px;
}
@media screen and (min-width: 968px) {
  .coupon-page .node-coupon-image .field--type-image {
    height: 212px;
  }
}
.coupon-page .node-coupon-image .field--type-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.coupon-page .node-coupon-image-texts {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 18px;
}
.coupon-page .node-coupon-image-texts > div {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  opacity: 0.8;
  color: #ffffff;
}
.coupon-page .node-coupon-image-texts > div:first-child {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-align: right;
  opacity: 1;
}
.coupon-page .unlock-prize-form {
  display: inline-block;
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  padding: 0;
  box-shadow: none;
  transform: none;
}
.coupon-page .unlock-prize-form .btn-primary, .coupon-page .unlock-prize-form .pager .button, .pager .coupon-page .unlock-prize-form .button,
.coupon-page .unlock-prize-form .btn-primary input,
.coupon-page .unlock-prize-form .pager .button input,
.pager .coupon-page .unlock-prize-form .button input {
  margin: 0;
}
.coupon-page .unlock-prize-form #edit-coupon {
  display: none;
}
.coupon-page .node-coupon-unpublish {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  align-items: center;
  text-align: center;
}
.coupon-page .node-coupon-btn-form {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.coupon-submit-form .coupon .image {
  display: block;
  margin-bottom: 32px;
  height: 170px;
  position: relative;
}
@media screen and (min-width: 968px) {
  .coupon-submit-form .coupon .image {
    height: 212px;
  }
}
.coupon-submit-form .coupon .image img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.coupon-submit-form .coupon .coupon-value-image {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 18px;
}
.coupon-submit-form .coupon .coupon-value-image > div {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  opacity: 0.8;
  color: #ffffff;
}
.coupon-submit-form .coupon .coupon-value-image > div:first-child {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-align: right;
  opacity: 1;
}
.coupon-submit-form .coupon .title {
  display: inline-block;
  width: 100%;
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}
.coupon-submit-form .coupon .price {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  position: relative;
  padding-left: 21px;
  margin-bottom: 12px;
}
.coupon-submit-form .coupon .price:before {
  content: "";
  background-image: url("../images/icons/points.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.coupon-submit-form .coupon .info,
.coupon-submit-form .coupon .info p {
  display: inline-block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}
.coupon-submit-form .coupon .info {
  margin-bottom: 24px;
}
.coupon-submit-form .form-type-entity-autocomplete {
  display: none;
}
.coupon-submit-form .component-webform .js-form-item.js-form-type-processed-text {
  margin-bottom: 40px;
}
.coupon-submit-form .component-webform .js-form-item.js-form-type-processed-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.01em;
  color: #000000;
}
.coupon-submit-form .component-webform .js-form-item.js-form-type-processed-text p:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 8px;
}

.shop-page__item--coupon .shop-page__item__image {
  position: relative;
}
.shop-page__item--coupon .shop-page__item__image .luxury-coupon-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(41, 44, 46, 0.69);
  z-index: 10;
}
.shop-page__item--coupon .shop-page__item__image .luxury-coupon-overlay .luxury-coupon-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
}
.shop-page__item--coupon .shop-page__item__image .luxury-coupon-overlay .luxury-coupon-overlay-text div {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.shop-page__item--coupon .shop-page__item__image .luxury-coupon-overlay .luxury-coupon-overlay-text div:first-child {
  margin-bottom: 4px;
}
.shop-page__item--coupon .shop-page__item__image .luxury-coupon-overlay .luxury-coupon-overlay-text img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 12px;
  transform: none;
  margin-left: 5px;
  margin-right: 4px;
}
.shop-page__item--coupon .shop-luxury-locked {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #E03C31;
}

.views-row .shop-page__item > a {
  z-index: 12;
}

.coupon-submit-form .form-date {
  width: 100%;
  padding: 3px 5px;
}
.coupon-submit-form .webform-submission-shop-form .shop-action .btn-primary, .coupon-submit-form .webform-submission-shop-form .shop-action .pager .button, .pager .coupon-submit-form .webform-submission-shop-form .shop-action .button {
  margin: 14px 0 0 0;
}

.form-item-topic {
  font-family: "Roboto", sans-serif;
  position: relative;
}
.form-item-topic #edit-topic {
  display: none;
}
.form-item-topic .form-select-topic {
  border: none;
  border-bottom: 2px solid #ececec;
  padding-bottom: 10px;
  background-image: none;
  color: #828282;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0.75rem;
}
.form-item-topic .form-select-topic .select-arrow {
  width: 13px;
}
.form-item-topic .form-select-topic .select-arrow.open {
  transform: rotateX(180deg);
}
.form-item-topic .form-select-topic:hover {
  cursor: pointer;
}
.form-item-topic .report-bug-dropdown {
  display: none;
  background: white;
  padding: 10px 0;
  border-radius: 3px;
  box-shadow: 2px 0px 7px 0px #D7D7D7;
  position: absolute;
  top: 100%;
  width: 100%;
}
.form-item-topic .report-bug-dropdown.visible {
  display: block;
}
.form-item-topic .report-bug__option {
  padding: 10px 20px;
  color: #828282;
}
.form-item-topic .report-bug__option:hover {
  cursor: pointer;
  background: #ECECEC;
}

.feedback-page-container .webform-confirmation__back {
  display: none;
}

@media (max-width: 968px) {
  .one-time-quiz {
    margin-top: 50px;
  }
}
.one-time-quiz .question {
  display: block;
  position: relative;
  padding: 10px 16px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 370px;
  background: #f7f7f7;
  margin-bottom: 2px;
  border-radius: 8px;
}
@media (max-width: 370px) {
  .one-time-quiz .question {
    max-width: 100%;
  }
}
.one-time-quiz .question p {
  width: 100%;
  overflow: hidden;
}
.one-time-quiz .question p > img {
  width: 100%;
  height: auto;
  margin: 8px 0;
  border-radius: 4px;
}

.leaflet-page__view h3, .leaflet-page__view .h3 {
  text-align: center;
  margin-top: 32px;
}
.leaflet-page__view .leaflets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .leaflet-page__view .leaflets {
    grid-template-columns: 1fr;
  }
}
.leaflet-page__view .leaflets .views-row .field-content .image-container {
  background-color: #EEEEEE;
  padding: 16px;
  border-radius: 8px;
}
.leaflet-page__view .leaflets .views-row .field-content img {
  max-width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.leaflet-page__view .leaflets .views-row .field-content img:hover {
  transform: scale(1.03);
}

#image-upload-form-wrapper form {
  margin-top: 76px;
}
#image-upload-form-wrapper form .step-title {
  font-family: "Cambay";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
#image-upload-form-wrapper form .coupon-title {
  font-family: "Cambay";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
#image-upload-form-wrapper form .dropzone {
  margin: 0 0 20px;
}
#image-upload-form-wrapper form .subtitle {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form {
    margin-top: 0;
  }
}
#image-upload-form-wrapper form .form-header-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .form-header-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
#image-upload-form-wrapper form .form-header-wrapper span {
  font-family: Roboto, sans-serif;
  display: block;
}
#image-upload-form-wrapper form .form-header-wrapper span.form-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
  align-self: center;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .form-header-wrapper span.form-header {
    font-size: 14px;
    align-self: start;
  }
}
#image-upload-form-wrapper form .form-header-wrapper span.form-sub-header {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  max-width: 387px;
  align-self: center;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .form-header-wrapper span.form-sub-header {
    font-size: 14px;
    align-self: start;
  }
}
#image-upload-form-wrapper form .form-actions {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .form-actions {
    display: block;
  }
  #image-upload-form-wrapper form .form-actions .form-submit {
    margin: 0 0 10px 0;
  }
}
#image-upload-form-wrapper form .form-actions .form-submit {
  display: inline-block;
}
#image-upload-form-wrapper form .form-actions .form-submit:last-of-type {
  margin-right: 0;
}
#image-upload-form-wrapper form .form-actions .form-submit.file-upload-submit {
  display: none;
  margin-right: 0;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .view-jti-receipts {
    overflow: auto;
  }
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-status span.status-2 {
  color: #00B2A9;
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-status span.status-3 {
  color: #E03C31;
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-status .link {
  text-decoration: underline;
  color: #292C2E;
  margin-left: 5px;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .view-jti-receipts table td.views-field-status .link {
    margin-left: 0;
  }
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-nothing {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form .view-jti-receipts table td.views-field-nothing {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-nothing a.link {
  text-decoration: underline;
  color: #292C2E;
  margin-left: 4px;
  margin-right: 4px;
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-nothing > div {
  position: relative;
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-nothing > div .ajax-progress-throbber {
  position: absolute;
  top: 0;
  left: -11px;
}
#image-upload-form-wrapper form .view-jti-receipts table td.views-field-nothing > div .ajax-progress-throbber .throbber {
  position: absolute;
  top: 0;
  left: 0;
}
#image-upload-form-wrapper form .personal-data-wrapper {
  display: flex;
  justify-content: center;
}
#image-upload-form-wrapper form .personal-data-wrapper .personal-data {
  max-width: 370px;
}
#image-upload-form-wrapper form .personal-data-wrapper .personal-data img {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
}
#image-upload-form-wrapper form .personal-data-wrapper .personal-data .form-date {
  width: 100%;
}
#image-upload-form-wrapper form.ajax-form-loading .form-item, #image-upload-form-wrapper form.ajax-form-loading .coupon-options, #image-upload-form-wrapper form.ajax-form-loading .dropzone, #image-upload-form-wrapper form.ajax-form-loading .pc-wrapper {
  opacity: 0.2;
}
#image-upload-form-wrapper form.ajax-form-loading .form-actions {
  position: relative;
}
#image-upload-form-wrapper form.ajax-form-loading .form-actions input {
  display: none !important;
}
#image-upload-form-wrapper form.ajax-form-loading .form-actions .ajax-progress-throbber {
  margin-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#image-upload-form-wrapper form.ajax-form-loading .form-actions .ajax-progress-throbber .throbber {
  position: relative;
  top: inherit;
  left: inherit;
  display: inline-block;
}
#image-upload-form-wrapper form.ajax-form-loading .form-actions .ajax-progress-throbber .message {
  margin-left: 7px;
}
@media (max-width: 576px) {
  #image-upload-form-wrapper form #edit-help-buttons .btn, #image-upload-form-wrapper form #edit-help-buttons a.button, #image-upload-form-wrapper form #edit-help-buttons .faq-page .views-element-container a, .faq-page .views-element-container #image-upload-form-wrapper form #edit-help-buttons a {
    margin-bottom: 10px;
  }
}
#image-upload-form-wrapper form .pc-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f7f7f7;
  border: 1px solid #999;
  margin-bottom: 20px;
  padding: 24px;
}
#image-upload-form-wrapper form .pc-wrapper .pc-title {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  font-family: "Roboto";
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs .form-item-product-count {
  margin: 0;
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs input {
  width: 50px;
  margin: 0 5px;
  background: transparent;
  font-size: 14px;
  line-height: 14px;
  -moz-appearance: textfield;
  font-weight: 500;
  text-align: center;
  padding: 0 0 2px;
  font-family: "Roboto";
  border-bottom: 1px solid #D9D9D9;
  -moz-appearance: textfield;
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs input::-webkit-inner-spin-button, #image-upload-form-wrapper form .pc-wrapper .pc-inputs input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs .pc-decrement,
#image-upload-form-wrapper form .pc-wrapper .pc-inputs .pc-increment {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs .pc-decrement {
  background-image: url("../images/icons/minus.svg");
}
#image-upload-form-wrapper form .pc-wrapper .pc-inputs .pc-increment {
  background-image: url("../images/icons/plus.svg");
}
#image-upload-form-wrapper .image-upload-help {
  margin-top: 62px;
}
#image-upload-form-wrapper .image-upload-help a.btn:first-child, #image-upload-form-wrapper .image-upload-help a.button:first-child, #image-upload-form-wrapper .image-upload-help .faq-page .views-element-container a:first-child, .faq-page .views-element-container #image-upload-form-wrapper .image-upload-help a:first-child {
  margin-right: 24px;
  margin-bottom: 5px;
}
#image-upload-form-wrapper .image-upload-help .ajax-progress-throbber {
  display: none !important;
}

.ui-dialog.image-upload-modal #drupal-modal {
  padding: 0;
}
.ui-dialog.image-upload-modal #drupal-modal .modal-header {
  padding: 0;
}
.ui-dialog.image-upload-modal #drupal-modal .modal-header img {
  width: 100%;
  height: auto;
}
.ui-dialog.image-upload-modal .modal-body {
  border: none;
  padding-top: 58px;
}
.ui-dialog.image-upload-modal .modal-body h2, .ui-dialog.image-upload-modal .modal-body .h2 {
  font-family: "Cambay";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ui-dialog.image-upload-modal .modal-footer {
  justify-content: center;
  border: none;
  padding-bottom: 60px;
}
.ui-dialog.image-upload-modal .modal-footer button {
  width: auto;
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width: 576px) {
  .view-status-table-column {
    display: grid;
  }
}

.receipt-add-container {
  max-width: 720px;
}

.learn-more-dialog .modal-header .modal-title {
  padding-top: 66px;
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .learn-more-dialog .modal-header .modal-title {
    padding-top: 30px;
  }
}
.learn-more-dialog .modal-body {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .learn-more-dialog .modal-body {
    margin-bottom: 5px;
  }
}

#extra-reward-progress-bar {
  background: url("../images/reward-progress-back.jpg") no-repeat;
  background-size: cover;
  width: 669px;
  height: 271px;
  padding-left: 224px;
  padding-right: 50px;
  padding-top: 20px;
  margin-bottom: 80px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 576px) {
  #extra-reward-progress-bar {
    background: url("../images/reward-progress-back-mobile.png") no-repeat;
    width: 100%;
    padding: 20px 24px;
    text-align: center;
  }
}
#extra-reward-progress-bar .progress-bar-title {
  font-family: "Cambay", sans-serif;
  font-weight: 700;
  font-size: 52.2078px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#extra-reward-progress-bar .progress-bar-subtitle {
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
#extra-reward-progress-bar .progress-bar-sales-left {
  margin-top: 39px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
@media (max-width: 576px) {
  #extra-reward-progress-bar .progress-bar-sales-left {
    margin-top: 24px;
  }
}
#extra-reward-progress-bar .reward-progress-bar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 25px;
  position: relative;
  margin-top: 15px;
}
#extra-reward-progress-bar .reward-progress-bar .zero-number {
  position: absolute;
  width: 40px;
  left: -20px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-tick {
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  top: 15px;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-tick.zero-tick {
  left: 0;
  background: white;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element {
  width: 100%;
  position: relative;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element .progress-number-wrapper {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element .progress-number-wrapper .progress-number {
  right: -20px;
  position: absolute;
  width: 40px;
  text-align: center;
  font-size: 12px;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element .progress-bar-line {
  width: 100%;
  height: 0px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 0;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element.active .progress-number-wrapper {
  font-weight: 600;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element.active .progress-bar-tick {
  background: white;
}
#extra-reward-progress-bar .reward-progress-bar .progress-bar-element.active .progress-bar-line {
  border: 2px solid #FFFFFF;
}
#extra-reward-progress-bar .reward-progress-bar .reward-amount {
  position: absolute;
  right: 0;
  color: #292C2E;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 4px 10px;
  transform: translateX(50%);
  top: -45px;
}
#extra-reward-progress-bar .reward-progress-bar .reward-amount:after {
  background: url("../images/tooltip-arrow-down.png") no-repeat;
  width: 12px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
}
@media (max-width: 576px) {
  #extra-reward-progress-bar .reward-progress-bar .reward-amount {
    padding: 4px;
  }
}
@media (max-width: 576px) {
  #extra-reward-progress-bar .reward-progress-bar {
    margin-top: 35px;
  }
}

#node-page-competition .container {
  max-width: 670px;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper {
  color: #292C2E;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form {
  margin-top: 56px;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .field--name-body h2, #node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .field--name-body .h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .competition-image {
  margin-bottom: 50px;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .competition-image img {
  width: 100%;
  height: auto;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .photo-uploaded-message {
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 40px;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .form-actions .form-submit {
  margin: 0;
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .steps-horizontal .step {
  width: 162px;
}
@media (max-width: 576px) {
  #node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .steps-horizontal .step {
    width: 100%;
  }
  #node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .steps-horizontal .step .step-text-wrapper {
    width: calc(100% - 25px);
    display: block;
  }
}
#node-page-competition .node--type-photo-competition.node--view-mode-full #image-upload-form-wrapper form .steps-horizontal .step .step-text {
  width: auto;
}

.side-page-layout .profile-page.tickets-lists > .container {
  margin: 0 auto;
  max-width: 820px;
}

#leaderboard-page .container {
  max-width: 669px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-title-with-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.page-title-with-tooltip > .link {
  display: inline-block;
}

.bolded-text-700 {
  font-weight: 700;
}

.text-bg-padding {
  padding: 8px 16px;
  border-radius: 100px;
}

.leaderboard-title-desktop {
  display: none;
  max-width: 513px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 auto;
}

.under-main-text,
.leaderboard-bg-yellow,
.leaderboard-bg-yellow span {
  font-size: 12px;
  line-height: 150%;
  font-style: normal;
  text-transform: uppercase;
}

.leaderboard-bg-yellow {
  background-color: #FFCA00;
}

.leaderboard-bg-yellow > span {
  padding-left: 16px;
}

.under-header-section {
  display: block;
  padding: 34px 0 32px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 348px;
}

.under-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding-bottom: 24px;
}

.under-header-main > div {
  display: inline-block;
  text-align: center;
}

.under-header-description {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #292C2E;
}

.remove-text-styles,
.leaderboard-bg-yellow span.remove-text-styles {
  font-weight: 400;
  text-transform: none;
}

.leaderboard-info-container {
  width: calc(100% - 40px);
  min-height: 272px;
  padding: 20px 0 28px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/leaderboard.png");
  margin: 0 auto 32px auto;
}

.leaderboard-amount {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 130%;
  letter-spacing: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #FFF;
}

.leaderboard-amount-sub {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
  color: #FFF;
}

.leaderboard-amount-sub span {
  font-weight: 700;
}

.leaderboard-progress-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  margin: 0;
}

.leaderboard-info-container .leaderboard-sub {
  display: inline-block;
  text-align: left;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 140%;
}

.leaderboard-info-container .leaderboard-sub sub {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.12px;
  max-width: 530px;
  margin: 0;
  bottom: 0;
}

.leaderboard-board-title-container {
  display: block;
  text-align: center;
  margin-bottom: 37px;
}

.leaderboard-board-title {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #00B2A9;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  border-bottom: 2px solid #00B2A9;
  padding-bottom: 10px;
}

.leaderboard-list li > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 70% 20%;
  grid-template-columns: 10% 70% 20%;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: start;
}

.leaderboard-page__list-update {
  margin: 0 auto;
  padding: 0 38px 0 40px;
}

.leaderboard-page__list-update .leaderboard-page__list__cell--name > span {
  display: none;
  width: 40%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.leaderboard-page__list-update.leaderboard-page__list .data-leaderboard-current-sticky {
  padding: 12px 0;
}

.leaderboard-page__list-update .leaderboard-page__list__item {
  padding: 0;
  margin-bottom: 34px;
}

.leaderboard-page__list .data-leaderboard-current-sticky > div {
  padding: 0;
  max-width: 543px;
}

.progress-container {
  width: 100%;
  margin: 28px 0 10px 0;
  position: relative;
  padding: 0 16px 90px 13px;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
}

.scroll-container {
  width: 100%;
  overflow-x: auto;
  margin: 0;
  white-space: nowrap;
  position: relative;
  padding-left: 4px;
  padding-bottom: 27px;
}

.info-bar {
  height: 4px;
  margin-top: 65px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.info-scale-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 65px;
}

.info-scale {
  display: block;
  width: 70px;
  height: 4px;
  background-color: transparent;
  left: 0;
  position: relative;
}

.info-scale.filled-scale {
  background-color: #fff;
}

.info-scale:first-child {
  width: 0;
}

.info-scale span {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.info-scale:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  top: -6px;
  right: 0;
}

.info-scale.filled-scale:after {
  background-color: #fff;
}

.info-scale:first-child span {
  left: -5px;
}

.info-scale:first-child:after {
  left: 0;
  background-color: #fff;
}

.info-scale .scale-goal-tooltip {
  display: block;
  color: #292C2E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
  border-radius: 2px;
  background: #FFF;
  padding: 4px 10px;
  position: absolute;
  top: -64px;
  right: 0;
}

.info-scale .scale-goal-tooltip:after {
  right: 50%;
  content: "";
  position: absolute;
  margin-right: -8px;
  top: calc(100% - 1px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #FFF;
}

.leaderboard-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#scrollArrow,
#scrollArrowLeft {
  position: absolute;
  right: 0;
  top: calc(50% + 22px);
  width: 16px;
  height: 16px;
  padding: 25px 5px 25px 35px;
  margin-top: -25px;
}

#scrollArrowLeft {
  visibility: hidden;
}

#scrollArrowLeft,
.leaderboard-arrow-left {
  right: auto;
  left: 0;
}

.leaderboard-learn-more,
.leaderboard-progress-sub .leaderboard-tooltip {
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  position: relative;
  border-radius: 50%;
}

.leaderboard-progress-sub .leaderboard-tooltip {
  background-image: url("../images/icons/informationcircle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.leaderboard-page__list-update .leaderboard-page__list__cell--name span:nth-child(1) {
  line-height: 150%;
}

@media (max-width: 576px) {
  .leaderboard-page__list-update .leaderboard-page__list__cell--name span:nth-child(1) {
    font-size: 12px;
  }

  .leaderboard-page__list-update .leaderboard-page__list__cell.leaderboard-page__list__cell--name {
    max-width: 180px;
  }

  .leaderboard-page__list-update .leaderboard-page__list__item {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .leaderboard-page__list-update .leaderboard-page__list__cell--points {
    width: 55px;
    margin-top: 9px;
    margin-left: auto;
  }

  .leaderboard-page__list-update .leaderboard-page__list__cell--image {
    margin: 0 14px 0 6px;
  }
}
@media screen and (max-width: 968px) {
  .page-title-with-tooltip > .link {
    display: none;
  }

  .leaderboard-learn-more {
    margin-left: 16px;
  }

  .leaderboard-info-container .leaderboard-sub {
    padding-left: 10px;
    padding-right: 51px;
    width: 100%;
  }

  .leaderboard-page__list-update.leaderboard-page__list .data-leaderboard-current-sticky {
    padding: 12px 38px 12px 40px;
  }
}
@media screen and (min-width: 577px) {
  .leaderboard-page__list-update .leaderboard-page__list__cell--name span:nth-child(1) {
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
  }

  .leaderboard-page__list-update .leaderboard-page__list__cell--name--address > span:nth-child(2) {
    display: none;
  }

  .leaderboard-page__list-update .leaderboard-page__list__cell--name {
    display: flex;
    width: 100%;
  }

  .leaderboard-page__list-update .leaderboard-page__list__cell--name > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 50px;
  }

  .leaderboard-page__list-update .leaderboard-page__list__item {
    margin-bottom: 42px;
  }

  .leaderboard-page__list-update.leaderboard-page__list .data-leaderboard-current-sticky {
    padding: 19px 0;
  }

  .leaderboard-board-title-container {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 968px) {
  .leaderboard-learn-more {
    margin-right: 8px;
  }

  .leaderboard-info-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .leaderboard-title-desktop {
    display: block;
  }

  .under-header-main {
    flex-direction: row;
    gap: 9px;
  }

  .under-header-description {
    font-size: 15px;
  }

  .under-header-section {
    max-width: 533px;
    padding: 24px 20px 32px 20px;
  }

  .leaderboard-info-container .leaderboard-sub {
    text-align: center;
  }

  .leaderboard-board-title {
    width: auto;
  }

  .leaderboard-page__list-update {
    max-width: 543px;
    padding: 0;
  }

  .leaderboard-board-title {
    font-size: 14px;
  }

  .progress-container {
    padding: 0 16px 90px 36px;
    margin: 32px 0 10px 0;
  }
}
@media only screen and (min-width: 567px) and (max-width: 968px) {
  .leaderboard-page__list .data-leaderboard-current-sticky > div {
    max-width: 587px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 668px) {
  .leaderboard-page__list .data-leaderboard-current-sticky > div {
    max-width: calc(100% - 78px);
  }
}
@media (max-width: 968px) {
  .open-quiz {
    margin-top: 50px;
  }
}
.open-quiz .form-actions:not(.shop-action) input[type=submit].webform-button--draft {
  margin-bottom: 1em;
}
.open-quiz .button {
  margin-left: 0;
  margin-right: 0;
}

.jti-users-pos-change-request-form .pos-change-wrapper {
  background-color: #FFF0B2;
  border-radius: 16px;
  margin: 15px;
  padding: 15px 0;
}
.jti-users-pos-change-request-form .pos-change-wrapper div {
  padding: 4.5px 0;
  font-size: 12px;
}
.jti-users-pos-change-request-form .pos-change-wrapper div.pos-change-markup {
  font-weight: 700;
}
.jti-users-pos-change-request-form .form-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.jti-users-pos-change-request-form .form-actions .form-submit {
  display: block !important;
}
.jti-users-pos-change-request-form .form-actions .form-submit.btn-outline-secondary, .jti-users-pos-change-request-form .form-actions .faq-page .views-element-container a.form-submit, .faq-page .views-element-container .jti-users-pos-change-request-form .form-actions a.form-submit {
  background-color: #E03C31;
  color: #ffffff;
}

.advanced-container {
  padding-top: 48px;
}

.advanced-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.advanced-html-template .locked .mobile-header {
  z-index: 1;
}

.advanced-content-image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, #3541A7 0%, #040A16 100%);
}
.advanced-content-image img {
  max-height: 640px;
  width: 100%;
  margin-top: auto;
  display: block;
  bottom: 0;
  position: absolute;
  right: 0;
  object-fit: contain;
  opacity: 0.2;
}

.advanced-container .region-content {
  position: relative;
  z-index: 2;
}

.advanced-content h1.page-title, .advanced-content .page-title.h1, .advanced-content .main .node-page--product .container .node--type-products .details h1.field--name-title, .main .node-page--product .container .node--type-products .details .advanced-content h1.field--name-title, .advanced-content .main .node-page--product .container .node--type-products .details .h1.field--name-title, .main .node-page--product .container .node--type-products .details .advanced-content .h1.field--name-title {
  display: none;
}

.advanced-content-container {
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

.advanced-content-texts {
  padding: 0 24px;
  margin-bottom: 24px;
}

.advanced-controller-images {
  display: block;
  width: 100%;
  text-align: center;
}

.advanced-controller-images img {
  width: 100%;
}

.advanced-controller-title,
.advanced-controller-text,
.advanced-controller-timer,
.advanced-controller-button {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.advanced-controller-title {
  font-size: 24px;
  line-height: 28px;
}

.advanced-controller-text {
  font-size: 16px;
  line-height: 20px;
  padding: 0 2px;
}

.advanced-controller-subtext {
  display: block;
  color: #FFC107;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto 24px auto;
  max-width: 400px;
}

.advanced-controller-title .advanced-controller-main {
  font-size: 20px;
  font-weight: 600;
  margin-top: -25px;
  margin-bottom: 24px;
}

.advanced-controller-sutitle-empty,
.advanced-controller-title-empty {
  margin-bottom: 24px;
}

.advanced-controller-waiting {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advanced-controller-button-again .advanced-controller-btn:after {
  background-image: url("../images/advanced/tryagain.svg");
}

@media screen and (min-width: 576px) {
  .advanced-controller-sutitle-empty {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }

  .advanced-controller-waiting {
    font-size: 36px;
  }

  .advanced-controller-title-empty {
    margin-bottom: 16px;
  }

  .advanced-controller-title .advanced-controller-main {
    font-size: 24px;
    margin-bottom: 48px;
    margin-top: -40px;
  }
}
.advanced-controller-timer {
  font-size: 20px;
  line-height: 23px;
}

.advanced-controller-button {
  margin-bottom: 20px;
}

.advanced-controller-btn {
  display: inline-block;
  padding: 14px 24px;
  text-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #FFC107;
  color: #0C297A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.advanced-controller-btn:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 16%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.advanced-controller-btn:hover {
  opacity: 0.75;
}

.advanced-game-mobile-img,
.advanced-game-desktop-img {
  max-height: 580px;
}

.advanced-game-desktop-img {
  display: none;
}

.advanced-html-template .sidebar {
  z-index: 5;
}

.advanced-container .form-header-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.advanced-game-header {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  max-width: calc(100% - 20px);
  margin-bottom: 16px;
}

.ploom-advanced-container {
  display: none;
  flex-wrap: nowrap;
  margin: 0 auto 58px auto;
  padding: 24px 24px 19px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  transition: transform 1s;
}

.ploom-advanced-container.step-container-1 {
  display: flex;
}

.advanced-container .steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-bottom: 16px;
}

.advanced-container .steps-horizontal {
  flex-direction: row;
  margin: 0 auto;
  max-width: 300px;
  gap: 8px;
}

.advanced-container .steps-horizontal .step {
  width: auto;
  margin: 0;
}

.advanced-container .step .step-number {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.24);
  margin: 0;
  padding: 0;
}

.advanced-container .step.active .step-number {
  background-color: #FFC107;
}

.advanced-container .step.active ~ .step .step-number {
  background-color: rgba(255, 255, 255, 0.24);
}

.advanced-container .steps-horizontal .step .step-text-wrapper,
.advanced-container .step .step-text {
  display: none;
}

.advanced-container .steps-wrapper .steps-line {
  display: none;
}

.ploom-advanced-container .step-title {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advanced-container .timer {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 23px;
}

#jti-ploom-advanced-game-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#jti-ploom-advanced-game-form .form-actions,
.ploom-advanced-container {
  max-width: calc(100% - 36px);
}

#jti-ploom-advanced-game-form .form-actions {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: none;
}

.confirm-step-question {
  width: auto;
  text-align: center;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.confirm-step-question-text {
  color: #68D391;
}

.confirm-step-question-text-wrong {
  color: #FC8181;
}

.confirm-step-question-text-wrong:after,
.confirm-step-question-text:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -20px;
  top: -3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.confirm-step-question-text:after {
  background-image: url("../images/advanced/laugh.svg");
}

.confirm-step-question-text-wrong:after {
  background-image: url("../images/advanced/meh.svg");
}

.confirm-step-question-drag {
  padding: 20px 20px 20px 45px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.confirm-step-question-drag:after {
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.confirm-step-question-btn {
  padding: 0;
}

.confirm-step-question-btn > span,
.advance-button {
  display: block;
  background-color: #FFC107;
  padding: 14px 24px;
  border-radius: 8px;
  border-color: #FFC107;
  color: #0C297A;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.next-step-btn {
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
}

.advance-button {
  display: none;
}
.advance-button:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 12%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.advanced-radio-img-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto 0 0;
}

.advanced-radio-image {
  width: 32px;
  max-height: 64px;
}

#jti-ploom-advanced-game-form .form-checkboxes,
#jti-ploom-advanced-game-form .form-radios {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  gap: 15px;
}

#jti-ploom-advanced-game-form .form-checkboxes > .js-form-item #jti-ploom-advanced-game-form .form-radios > .js-form-item {
  flex: 1;
}

#jti-ploom-advanced-game-form .js-form-type-checkbox,
#jti-ploom-advanced-game-form .js-form-type-radio {
  width: 100%;
}

#jti-ploom-advanced-game-form .js-form-type-checkbox input,
#jti-ploom-advanced-game-form .js-form-type-radio input {
  display: none;
}

#jti-ploom-advanced-game-form .js-form-type-checkbox label,
#jti-ploom-advanced-game-form .js-form-type-radio label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #0C297A;
  background-color: #FFF;
  padding: 14px 32px;
  color: #0C297A;
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}

#jti-ploom-advanced-game-form .js-form-type-checkbox input:checked ~ label,
#jti-ploom-advanced-game-form .js-form-type-radio input:checked ~ label {
  background-color: #0C297A;
  color: #fff;
  border-color: #fff;
}

#jti-ploom-advanced-game-form .form-checkboxes .form-item,
#jti-ploom-advanced-game-form .form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.player-list-container {
  display: block;
  margin: 0 auto 60px auto;
  width: calc(100% - 36px);
  max-width: 650px;
  box-sizing: border-box;
}

.advanced-player-row,
.advanced-player-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 0 20px;
  text-align: center;
}

.advanced-player-header {
  display: none;
  padding: 10px 20px;
  border-radius: 8px 8px 0px 0px;
  background-color: rgba(255, 255, 255, 0.08);
}

.advanced-player-row > div {
  padding: 10px 0;
}
.advanced-player-row > div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  width: auto;
  margin-right: 20px;
}
.advanced-player-row > div:last-child {
  width: 94%;
}

.advanced-mobile-show {
  margin-right: 3px;
}

.advanced-player-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border-left: 2px solid #0C297A;
}
.advanced-player-data > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right: 3px;
  margin-left: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.36);
  font-weight: 400;
}
.advanced-player-data > div:first-child {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.advanced-player-data > div:first-child,
.advanced-player-data > div:nth-child(2) {
  margin-left: 12px;
}
.advanced-player-data > div:first-child,
.advanced-player-data > div:last-child {
  border-right: none;
}

.advanced-player-row:nth-child(5) .advanced-player-data > div:nth-child(3), .advanced-player-row:nth-child(6) .advanced-player-data > div:nth-child(3), .advanced-player-row:nth-child(7) .advanced-player-data > div:nth-child(3) {
  border-right: none;
}

.advanced-player-row {
  background-color: #FFF;
  color: #0C297A;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 8px;
  border-radius: 8px;
}

.advanced-current-player {
  background-color: #FEFCBF;
}

.ploom-advanced-main-container {
  position: relative;
  width: 100%;
}

/* Card game styles */
#drag-content {
  display: none;
  width: 100%;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.card-slots-scroll {
  display: block;
  width: calc(100% - 5px);
  max-width: calc(100% - 5px);
  margin: 0 auto;
  overflow: hidden;
}

#cardPile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
  padding-top: 20px;
  margin: 0 auto 24px auto;
  background: transparent;
}

#cardSlots {
  display: block;
  margin: 0 auto 4px auto;
  background: transparent;
  border: 2px solid transparent;
  height: 110px;
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
}

#cardPile {
  flex-wrap: wrap;
  max-width: calc(100% - 50px);
  height: auto;
}

#cardSlots div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 0 0 auto;
  color: #fff;
  float: left;
  width: 80px;
  min-width: 80px;
  height: unset;
  padding: 38px 0;
  border: 2px dashed #FFC107;
  border-radius: 8px;
  margin: 0 0 0 10px;
  background: transparent;
}

#cardPile div,
#cardSlots div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  float: unset;
}

#cardSlots div {
  display: inline-block;
  margin-right: 24px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  vertical-align: center;
}

#cardPile div {
  background: #666;
  color: #fff;
  text-shadow: 0 0 3px #000;
  transition: transform 0.5s;
  float: left;
  width: 80px;
  height: 100px;
  padding: 0;
  border: none;
  font-size: 0;
  cursor: grab;
}

#cardSlots div:first-child, #cardPile div:first-child {
  margin-left: 0;
}

#cardSlots div.hovered {
  background: #FFC107;
}

#cardPile div.ui-draggable-dragging {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
  transition: transform 0.5s;
  transform: rotate(-35deg);
}

.wrong {
  background: #E53E3E !important;
}

#cardPile #card1,
#cardPile #card2,
#cardPile #card3,
#cardPile #card4,
#cardPile #card5,
#cardPile #card6,
#cardPile #card7,
#cardPile #card8,
#cardSlots .card-image-1,
#cardSlots .card-image-2,
#cardSlots .card-image-3,
#cardSlots .card-image-4,
#cardSlots .card-image-5,
#cardSlots .card-image-6,
#cardSlots .card-image-7,
#cardSlots .card-image-8 {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#cardSlots .card-image-1,
#cardPile #card1 {
  background-image: url("../images/advanced/bronze.png");
}

#cardSlots .card-image-2,
#cardPile #card2 {
  background-image: url("../images/advanced/burgundy.png");
}

#cardSlots .card-image-3,
#cardPile #card3 {
  background-image: url("../images/advanced/tan.png");
}

#cardSlots .card-image-4,
#cardPile #card4 {
  background-image: url("../images/advanced/amber.png");
}

#cardSlots .card-image-5,
#cardPile #card5 {
  background-image: url("../images/advanced/gold.png");
}

#cardSlots .card-image-6,
#cardPile #card6 {
  background-image: url("../images/advanced/silver.png");
}

#cardSlots .card-image-7,
#cardPile #card7 {
  background-image: url("../images/advanced/teal.png");
}

#cardSlots .card-image-8,
#cardPile #card8 {
  background-image: url("../images/advanced/aquamarine.png");
}

#cardSlots .ui-droppable-disabled {
  border: none;
}

/* Card game styles END */
.confirm-step-question {
  display: none;
  min-height: 20px;
}

.advanced-controller .advanced-content-container {
  padding-top: 60px;
}

.advanced-drag-title {
  display: none;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  max-width: 600px;
}

@media screen and (min-width: 450px) {
  .advanced-game-mobile-img {
    display: none;
  }

  .advanced-game-desktop-img {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .advanced-controller-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
  }

  #jti-ploom-advanced-game-form .form-actions,
#jti-ploom-advanced-game-form .form-actions .form-submit {
    max-width: 284px;
    width: 100%;
  }

  .advance-button {
    max-width: 284px;
  }

  .advanced-controller-btn {
    min-width: 240px;
    width: auto;
  }
  .advanced-controller-btn:after {
    right: 12%;
  }

  .ploom-advanced-container .step-title {
    max-width: 85%;
  }
}
@media screen and (min-width: 968px) {
  .advanced-drag-title {
    font-size: 36px;
    margin-bottom: 70px;
  }

  #cardSlots {
    height: 160px;
  }

  #cardSlots div {
    padding: 63px 0;
    width: 120px;
    font-size: 16px;
  }

  .advanced-content-image img {
    opacity: 0.2;
    padding-left: 320px;
  }

  .advanced-content {
    padding-left: 320px;
  }

  .advanced-container {
    padding-top: 40px;
  }

  .advanced-game-header {
    font-size: 24px;
  }

  .advanced-content-container {
    padding: 80px 0 0 0;
  }

  .advanced-controller .advanced-content-container {
    padding-top: 50px;
  }

  .ploom-advanced-container .step-title {
    font-size: 36px;
  }

  #cardPile div {
    width: 120px;
    height: 150px;
  }

  #cardPile {
    max-width: 640px;
  }

  .advanced-player-header {
    display: flex;
  }

  .advanced-player-header {
    padding-right: 2px;
  }
  .advanced-player-header > div {
    width: 18%;
    border: none;
    display: inline-block;
  }
  .advanced-player-header > div:nth-child(1) {
    width: 4%;
    text-align: left;
    margin-right: 2px;
  }
  .advanced-player-header > div:nth-child(2) {
    width: 36%;
    text-align: left;
    padding-left: 5px;
  }
  .advanced-player-header > div:nth-child(3) {
    margin-left: 12px;
  }

  .advanced-player-data {
    border-left: none;
  }
  .advanced-player-data > div {
    width: 19%;
    border: none;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 10px;
    margin: 0;
  }
  .advanced-player-data > div:first-child {
    width: 38%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 5px;
  }
  .advanced-player-data > div:nth-child(3) {
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .advanced-player-row {
    border-radius: unset;
    margin-bottom: 1px;
    padding-right: 2px;
    min-height: 50px;
  }

  .advanced-current-player-margin {
    margin-top: 16px;
  }

  .player-list-container {
    width: 100%;
  }

  .advanced-mobile-show {
    display: none;
  }

  .advanced-current-player-margin {
    border-radius: 8px;
  }

  .advanced-player-row:nth-child(6) {
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (min-width: 1155px) {
  #jti-ploom-advanced-game-form .js-form-type-checkbox label,
#jti-ploom-advanced-game-form .js-form-type-radio label {
    font-size: 16px;
  }

  #jti-ploom-advanced-game-form .form-checkboxes,
#jti-ploom-advanced-game-form .form-radios {
    flex-direction: row;
  }

  #jti-ploom-advanced-game-form .form-actions {
    margin-top: 48px;
  }

  .ploom-advanced-container {
    padding: 40px;
    width: 100%;
    gap: 48px;
  }

  .ploom-advanced-main-container {
    width: 100%;
    max-width: 924px;
    margin-bottom: 28px;
  }

  #jti-ploom-advanced-game-form .js-form-item.js-form-type-checkbox,
#jti-ploom-advanced-game-form .js-form-item.js-form-type-radio {
    width: 33.3333333333%;
  }

  .advanced-container .timer {
    font-size: 36px;
    margin-bottom: 44px;
  }

  .advanced-container .steps-wrapper {
    margin-bottom: 24px;
  }
}
.hidden-advanced {
  visibility: hidden;
  margin-bottom: 30px;
}

.hidden-advanced-form {
  display: none;
  margin-bottom: 30px;
}

@media screen and (max-width: 968px) {
  .advanced-radio-image {
    width: auto;
    max-width: 32px;
    max-height: 50px;
  }

  #jti-ploom-advanced-game-form {
    margin-top: 30px;
  }
}
.ploom-advanced-container fieldset.js-form-item,
.ploom-advanced-container .fieldset-wrapper {
  padding: 0;
}

.advanced-nav ~ a {
  background-color: #0C297A;
  color: #fff !important;
  border-radius: 4px;
  transition: background-color 0.5s;
}

.advanced-nav ~ a:hover {
  background-color: #009D95;
}

.nav-item--active .advanced-nav ~ a {
  background-color: #DCEFEE;
  color: #009D95 !important;
}

.glow-effect {
  box-shadow: 0 0 7px 3px rgba(255, 193, 7, 0.8);
  transition: box-shadow 0.4s ease;
}

.rounded-image img {
  border-radius: 50%;
}

.advanced-webform-image-cont {
  text-align: center;
}

.learn-point {
  width: 100%;
  max-width: 320px;
  margin-bottom: 32px;
}
.learn-point:last-child {
  margin-bottom: 0;
}

.learn-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
}

.learn-title-inline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.learn-title-image {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin-right: 12px;
}

.learn-title-image img {
  width: 32px;
  height: 32px;
}

.learn-subtext {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 44px;
}

.advanced-webform-html {
  height: 100%;
}
.advanced-webform-html .ajax-progress-throbber {
  display: none !important;
}
.advanced-webform-html .ajax-progress-throbber .throbber {
  display: none !important;
}
.advanced-webform-html .side-page-layout .content:not(.node-page--product) .container {
  padding: 35px 25px 3px 25px;
}

.advanced-webform-body {
  height: 100%;
  background-color: #040A16;
}
.advanced-webform-body main {
  background: linear-gradient(135deg, #3541A7 0%, #040A16 100%);
  background-size: contain;
  background-position: center;
}
.advanced-webform-body .page-title-container {
  margin-top: 44px;
}
.advanced-webform-body form img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}
.advanced-webform-body .advanced-webform-texts img {
  width: 32px;
  height: 32px;
}
.advanced-webform-body .advanced-webform-texts .learn-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.advanced-webform-body .page-title, .advanced-webform-body .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .advanced-webform-body .field--name-title {
  display: block !important;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: unset;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .js-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .js-form-wrapper .js-form-item {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions.js-form-wrapper {
  flex-direction: column-reverse;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .js-form-wrapper-reverse-mobile {
  flex-direction: column-reverse;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions .webform-button--previous {
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: #FFF;
  background-color: transparent;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions .webform-button--submit,
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions .webform-button--next {
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFC107;
  background-color: #FFC107;
  color: #0C297A;
}
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions .webform-button--previous,
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions .webform-button--submit,
.advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions .webform-button--next {
  width: auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  min-width: 200px;
}

.advanced-webform-progress {
  margin: 24px auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.advanced-webform-progress .progress-step {
  flex: unset;
  min-width: 12px;
}
.advanced-webform-progress .progress-step:last-child {
  flex: unset;
  visibility: hidden;
}
.advanced-webform-progress .progress-marker:after {
  display: none;
}
.advanced-webform-progress .progress-marker:before {
  width: 12px;
  height: 12px;
}
.advanced-webform-progress .progress-step:not(.is-active) .progress-marker:before,
.advanced-webform-progress .progress-step .progress-marker:before {
  background-color: rgba(255, 255, 255, 0.24);
}
.advanced-webform-progress .progress-step.is-active .progress-marker:before {
  background-color: #FFC107;
}

.advanced-webform-page-title {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 24px auto;
}
.advanced-webform-page-title h2, .advanced-webform-page-title .h2 {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advanced-next-container,
.advanced-prev-container {
  width: auto;
  position: relative;
}

.advanced-next-container:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.advanced-prev-container:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/advanced/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.advanced-webform-simple {
  margin-top: -50px;
}
.advanced-webform-simple p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.advanced-webform-simple p:last-child {
  margin-bottom: 12px;
}

@media screen and (max-width: 467px) {
  .advanced-next-container,
.advanced-prev-container {
    width: 100%;
  }

  .advanced-webform-body .form-actions .advanced-webform-submit,
.advanced-webform-body .form-actions .advanced-webform-prev,
.advanced-webform-body .form-actions .advanced-webform-next {
    width: 100%;
  }
}
@media screen and (min-width: 1155px) {
  .advanced-webform-simple {
    min-width: 320px;
    max-width: 330px;
  }
  .advanced-webform-simple p {
    margin-bottom: 32px;
  }
  .advanced-webform-simple p:last-child {
    margin-bottom: 12px;
  }

  .advanced-webform-simple {
    margin-top: 0;
  }

  .advanced-next-container,
.advanced-prev-container {
    width: unset;
  }

  .advanced-webform-texts .advanced-webform-image-cont {
    width: 380px;
    height: 376px;
  }

  .advanced-webform-page-title {
    margin-bottom: 48px;
  }
  .advanced-webform-page-title h2, .advanced-webform-page-title .h2 {
    font-size: 36px;
  }

  .advanced-webform-body .page-title-container {
    margin-top: 5px;
  }

  .advanced-webform-body form img {
    width: auto;
    max-height: unset;
  }
  .advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .js-form-wrapper {
    flex-direction: row;
    gap: 64px;
    margin-bottom: 48px;
  }
  .advanced-webform-body .js-form-wrapper-reverse {
    flex-direction: row-reverse;
  }
  .advanced-webform-body .webform-submission-ploom-advanced-x-learn-form .form-actions.js-form-wrapper {
    flex-direction: row;
    gap: 32px;
  }
}
.learn-point-no-margin {
  margin-bottom: 8px !important;
}

@media screen and (min-height: 900px) {
  .advanced-webform-body main {
    height: 100%;
  }
}
body {
  height: 100vh;
}
body.xstyle-game {
  /* fix for iOS Safari */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  background: var(--background);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #1A191E;
}

.sidebar .nav .nav-link.winston-compact-blue-quiz-nav,
.sidebar .nav .nav-link.winston-xstyle-long-quiz-nav {
  background-color: #00ADEF;
  font-weight: 500;
  border-radius: 4px;
}
.sidebar .nav .nav-link.winston-compact-blue-quiz-nav.active, .sidebar .nav .nav-link.winston-compact-blue-quiz-nav:hover,
.sidebar .nav .nav-link.winston-xstyle-long-quiz-nav.active,
.sidebar .nav .nav-link.winston-xstyle-long-quiz-nav:hover {
  background-color: transparent;
}
.sidebar .nav .nav-link.winston-xstyle-long-quiz-nav {
  background-color: #1A191E;
  color: #ffffff;
}

.main.winston-game,
.main.winston-xstyle-long-game {
  background: radial-gradient(#48ABE1, #144279);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.main.winston-game .mobile-header .header-title,
.main.winston-xstyle-long-game .mobile-header .header-title {
  font-size: 16px;
}
.main.winston-game div.alert,
.main.winston-xstyle-long-game div.alert {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100px;
  overflow-y: auto;
}
.main.winston-game fieldset legend,
.main.winston-xstyle-long-game fieldset legend {
  display: none;
}
.main.winston-game .winston-minimal,
.main.winston-xstyle-long-game .winston-minimal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.main.winston-game .winston-minimal__background-image,
.main.winston-xstyle-long-game .winston-minimal__background-image {
  position: absolute;
  height: auto;
}
.main.winston-game .winston-minimal__background-image:nth-of-type(1),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(1) {
  left: -260px;
  top: -280px;
  transform: rotate(-45deg);
}
.main.winston-game .winston-minimal__background-image:nth-of-type(2),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(2) {
  right: -190px;
  top: -320px;
  transform: rotate(45deg);
}
.main.winston-game .winston-minimal__background-image:nth-of-type(3),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(3) {
  right: -150px;
  bottom: -250px;
  transform: rotate(135deg);
  max-width: 275px;
  width: 100%;
}
.main.winston-game .winston-minimal__background-image:nth-of-type(4),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(4) {
  left: -150px;
  bottom: -250px;
  transform: rotate(-135deg);
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .main.winston-game .winston-minimal__background-image,
.main.winston-xstyle-long-game .winston-minimal__background-image {
    max-width: 200px;
  }
  .main.winston-game .winston-minimal__background-image:nth-of-type(1),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(1) {
    left: -150px;
    top: -165px;
  }
  .main.winston-game .winston-minimal__background-image:nth-of-type(2),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(2) {
    right: -110px;
    top: -160px;
  }
  .main.winston-game .winston-minimal__background-image:nth-of-type(3), .main.winston-game .winston-minimal__background-image:nth-of-type(4),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(3),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(4) {
    max-width: 200px;
  }
  .main.winston-game .winston-minimal__background-image:nth-of-type(3),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(3) {
    right: -100px;
    bottom: -180px;
  }
  .main.winston-game .winston-minimal__background-image:nth-of-type(4),
.main.winston-xstyle-long-game .winston-minimal__background-image:nth-of-type(4) {
    left: -100px;
    bottom: -185px;
  }
}
.main.winston-game.side-page-layout .winston-minimal,
.main.winston-xstyle-long-game.side-page-layout .winston-minimal {
  width: calc(100% - 320px);
}
@media screen and (max-width: 968px) {
  .main.winston-game.side-page-layout .winston-minimal,
.main.winston-xstyle-long-game.side-page-layout .winston-minimal {
    width: 100%;
    left: 0;
  }
}
.main.winston-game .winston-welcome,
.main.winston-xstyle-long-game .winston-welcome {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 576px) and (max-height: 950px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 300px;
  }
}
@media screen and (min-width: 576px) and (max-height: 810px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 220px;
  }
}
@media screen and (min-width: 576px) and (max-height: 750px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 180px;
  }
}
@media screen and (min-width: 576px) and (max-height: 700px) {
  .main.winston-game .winston-welcome,
.main.winston-xstyle-long-game .winston-welcome {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 300px;
  }
}
@media screen and (max-width: 350px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 220px;
  }
}
@media screen and (max-width: 350px) and (max-height: 700px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 180px;
  }
}
@media screen and (max-width: 350px) and (max-height: 650px) {
  .main.winston-game .winston-welcome img,
.main.winston-xstyle-long-game .winston-welcome img {
    max-height: 140px;
  }
}
@media screen and (max-width: 350px) and (max-height: 560px) {
  .main.winston-game .winston-welcome,
.main.winston-xstyle-long-game .winston-welcome {
    display: none;
  }
}
.main.winston-game.side-page-layout,
.main.winston-xstyle-long-game.side-page-layout {
  margin-left: 320px;
  width: calc(100vw - 320px);
}
.main.winston-game.side-page-layout .content,
.main.winston-xstyle-long-game.side-page-layout .content {
  padding-left: 0;
}
.main.winston-game .game-offline-feedback-admin,
.main.winston-xstyle-long-game .game-offline-feedback-admin {
  padding: 14px;
  font-size: 16px;
  background-color: #FFC107;
  color: #144279;
  font-weight: 700;
  text-align: center;
}
.main.winston-game #game-scene h1, .main.winston-game #game-scene .h1,
.main.winston-xstyle-long-game #game-scene h1,
.main.winston-xstyle-long-game #game-scene .h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.main.winston-game .timer,
.main.winston-xstyle-long-game .timer {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.main.winston-game section.step_count,
.main.winston-xstyle-long-game section.step_count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main.winston-game section.step_count .step_section,
.main.winston-xstyle-long-game section.step_count .step_section {
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 8px;
  border-radius: 50%;
}
.main.winston-game section.step_count .step_section.current,
.main.winston-xstyle-long-game section.step_count .step_section.current {
  background-color: #FFC107;
}
.main.winston-game form.winston-compact-blue-activation-game,
.main.winston-game form.winston-xstyle-long-activation-game,
.main.winston-xstyle-long-game form.winston-compact-blue-activation-game,
.main.winston-xstyle-long-game form.winston-xstyle-long-activation-game {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 968px;
  width: calc(100% - 44px);
  display: flex;
  flex-direction: column;
}
.main.winston-game #edit-questions,
.main.winston-xstyle-long-game #edit-questions {
  background-color: #99D7F733;
  padding: 40px;
  border-radius: 8px;
}
.main.winston-game form.answer_correct #edit-questions,
.main.winston-xstyle-long-game form.answer_correct #edit-questions {
  background-color: #348646;
}
.main.winston-game form.answer_incorrect #edit-questions,
.main.winston-xstyle-long-game form.answer_incorrect #edit-questions {
  background-color: #D43A3A;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper fieldset.form-item,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper fieldset.form-item {
  display: none;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper fieldset.form-item.current,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper fieldset.form-item.current {
  display: block;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .question-title,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .question-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers],
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] {
  width: calc(33.33% - 16px);
  position: relative;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio],
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label {
  display: inline-block;
  color: #2351A0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 14px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  pointer-events: none;
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: auto;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon + label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon + label {
  padding-top: 90px;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio]:checked ~ label,
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio]:focus ~ label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio]:checked ~ label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio]:focus ~ label {
  background-color: #00ADEF;
  color: #144279;
}
.main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios.done .form-item:before,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios.done .form-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 20;
}
.main.winston-game [id*=edit-questions-confirm-question],
.main.winston-game [id*=button-next-question-with-arrow],
.main.winston-game [id*=edit-complete-quiz],
.main.winston-xstyle-long-game [id*=edit-questions-confirm-question],
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow],
.main.winston-xstyle-long-game [id*=edit-complete-quiz] {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.main.winston-game [id*=edit-questions-confirm-question],
.main.winston-game [id*=button-next-question-with-arrow],
.main.winston-game [id*=edit-complete-quiz],
.main.winston-xstyle-long-game [id*=edit-questions-confirm-question],
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow],
.main.winston-xstyle-long-game [id*=edit-complete-quiz] {
  color: #144279;
  background-color: #FFC107;
  margin-top: 32px;
  border-radius: 8px;
}
.main.winston-game [id*=edit-questions-confirm-question]:disabled,
.main.winston-game [id*=button-next-question-with-arrow]:disabled,
.main.winston-game [id*=edit-complete-quiz]:disabled,
.main.winston-xstyle-long-game [id*=edit-questions-confirm-question]:disabled,
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow]:disabled,
.main.winston-xstyle-long-game [id*=edit-complete-quiz]:disabled {
  background-color: #C8B656;
  color: #4A656F;
  border-color: #C8B656;
}
.main.winston-game [id*=edit-questions-confirm-question],
.main.winston-xstyle-long-game [id*=edit-questions-confirm-question] {
  margin-top: 16px;
}
.main.winston-game [id*=button-next-question-with-arrow],
.main.winston-game [id*=edit-complete-quiz],
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow],
.main.winston-xstyle-long-game [id*=edit-complete-quiz] {
  display: none;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
}
.main.winston-game [id*=button-next-question-with-arrow],
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow] {
  position: relative;
  margin-bottom: 12px;
  max-width: 284px;
  width: 100%;
  background-color: #FFC107;
  color: #0C297A;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  border: 1px solid #FFC107;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 32px;
  align-items: center;
  justify-content: center;
}
.main.winston-game [id*=button-next-question-with-arrow]:disabled,
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow]:disabled {
  background-color: #C8B656;
  color: #4A656F;
  border-color: #C8B656;
}
.main.winston-game [id*=button-next-question-with-arrow] input,
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow] input {
  all: unset;
}
.main.winston-game [id*=button-next-question-with-arrow]:after,
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow]:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 10px;
}
.main.winston-game .feedback-text,
.main.winston-xstyle-long-game .feedback-text {
  text-align: center;
}
.main.winston-game .correct-answer-text,
.main.winston-game .wrong-answer-text,
.main.winston-xstyle-long-game .correct-answer-text,
.main.winston-xstyle-long-game .wrong-answer-text {
  position: relative;
  padding-left: 34px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.main.winston-game .correct-answer-text:before,
.main.winston-game .wrong-answer-text:before,
.main.winston-xstyle-long-game .correct-answer-text:before,
.main.winston-xstyle-long-game .wrong-answer-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.main.winston-game .correct-answer-text:before,
.main.winston-xstyle-long-game .correct-answer-text:before {
  background-image: url("../images/icons/laugh.svg");
}
.main.winston-game .wrong-answer-text:before,
.main.winston-xstyle-long-game .wrong-answer-text:before {
  background-image: url("../images/icons/meh.svg");
}
@media screen and (min-width: 968px) and (max-height: 650px) {
  .main.winston-game form.winston-compact-blue-activation-game,
.main.winston-game form.winston-xstyle-long-activation-game,
.main.winston-xstyle-long-game form.winston-compact-blue-activation-game,
.main.winston-xstyle-long-game form.winston-xstyle-long-activation-game {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    margin: 16px auto auto;
  }
}
@media screen and (max-width: 968px) {
  .main.winston-game,
.main.winston-xstyle-long-game {
    margin-top: 64px;
  }
  .main.winston-game.winston_quiz,
.main.winston-xstyle-long-game.winston_quiz {
    height: 100%;
  }
  .main.winston-game.winston_leaderboard,
.main.winston-xstyle-long-game.winston_leaderboard {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main.winston-game.side-page-layout,
.main.winston-xstyle-long-game.side-page-layout {
    margin-left: 0;
    width: 100vw;
  }
  .main.winston-game.side-page-layout > .content > .container,
.main.winston-xstyle-long-game.side-page-layout > .content > .container {
    padding: 24px;
  }
  .main.winston-game form.winston-compact-blue-activation-game,
.main.winston-game form.winston-xstyle-long-activation-game,
.main.winston-xstyle-long-game form.winston-compact-blue-activation-game,
.main.winston-xstyle-long-game form.winston-xstyle-long-activation-game {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    margin: 16px auto auto;
  }
  .main.winston-game #edit-questions,
.main.winston-xstyle-long-game #edit-questions {
    padding: 24px;
  }
  .main.winston-game #game-scene h1, .main.winston-game #game-scene .h1,
.main.winston-xstyle-long-game #game-scene h1,
.main.winston-xstyle-long-game #game-scene .h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main.winston-game .timer,
.main.winston-xstyle-long-game .timer {
    font-size: 32px;
    line-height: 1;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .question-title,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .question-title {
    font-size: 24px;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios {
    flex-direction: column;
    margin-top: 16px;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers],
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] {
    width: calc(100% - 16px);
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label {
    padding: 10px 6px;
  }
  .main.winston-game [id*=button-next-question-with-arrow],
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow] {
    margin-top: 16px;
  }
}
@media screen and (max-width: 576px) {
  .main.winston-game #edit-questions,
.main.winston-xstyle-long-game #edit-questions {
    padding: 16px;
    margin-bottom: 0;
  }
  .main.winston-game #game-scene h1, .main.winston-game #game-scene .h1,
.main.winston-xstyle-long-game #game-scene h1,
.main.winston-xstyle-long-game #game-scene .h1 {
    font-size: 18px;
  }
  .main.winston-game .timer,
.main.winston-xstyle-long-game .timer {
    font-size: 28px;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .question-title,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .question-title {
    font-size: 22px;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper .form-radios {
    margin-top: 12px;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers],
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] {
    width: calc(100% - 8px);
    margin: 6px 0;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers]:first-child,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers]:first-child {
    margin-top: 0;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers]:last-child,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers]:last-child {
    margin-bottom: 0;
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon {
    max-width: 48px;
    max-height: 48px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon + label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] img.icon + label {
    padding: 24px 8px 24px 54px;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .main.winston-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label {
    padding: 10px;
  }
}

.welcome-scene {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 128px;
  z-index: 1;
  max-width: 665px;
  width: calc(100% - 48px);
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome-scene h1, .welcome-scene .h1 {
  font-size: 64px;
  font-weight: 400;
  z-index: 10;
}
.welcome-scene p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}
.welcome-scene #end-countdown {
  font-size: 20px;
  font-weight: 500;
}
.welcome-scene #end-countdown .countdown-timer {
  color: #FFC107;
}
.welcome-scene p,
.welcome-scene a.btn,
.welcome-scene a.button,
.welcome-scene .faq-page .views-element-container a,
.faq-page .views-element-container .welcome-scene a {
  margin-top: 24px;
}
.welcome-scene a.btn, .welcome-scene a.button, .welcome-scene .faq-page .views-element-container a, .faq-page .views-element-container .welcome-scene a {
  position: relative;
  margin-bottom: 12px;
  max-width: 284px;
  width: 100%;
  background-color: #FFC107;
  color: #0C297A;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  border: 1px solid #FFC107;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 240px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-scene a.btn:disabled, .welcome-scene a.button:disabled, .welcome-scene .faq-page .views-element-container a:disabled, .faq-page .views-element-container .welcome-scene a:disabled {
  background-color: #C8B656;
  color: #4A656F;
  border-color: #C8B656;
}
.welcome-scene a.btn:after, .welcome-scene a.button:after, .welcome-scene .faq-page .views-element-container a:after, .faq-page .views-element-container .welcome-scene a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 968px) {
  .welcome-scene {
    top: 24px;
  }
  .welcome-scene h1, .welcome-scene .h1 {
    font-size: 24px;
  }
}

.leaderboard-scene > p {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  z-index: 10;
}
.leaderboard-scene__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 531px;
  width: 100%;
  text-align: center;
}
.leaderboard-scene__content .page-title, .leaderboard-scene__content .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .leaderboard-scene__content .field--name-title,
.leaderboard-scene__content #end-countdown {
  color: #ffffff;
}
.leaderboard-scene__content .page-title, .leaderboard-scene__content .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .leaderboard-scene__content .field--name-title {
  font-size: 36px;
}
.leaderboard-scene__content-game_ended {
  color: #FFC107;
  font-size: 16px;
  font-weight: 500;
}
.leaderboard-scene__content .countdown-timer {
  color: #FFC107;
}
.leaderboard-scene__content #end-countdown {
  font-size: 20px;
  font-weight: 500;
}
.leaderboard-scene__content .page-title, .leaderboard-scene__content .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .leaderboard-scene__content .field--name-title,
.leaderboard-scene__content #end-countdown, .leaderboard-scene__content-game_ended {
  margin-bottom: 24px;
}
.leaderboard-scene__content a.try-again {
  position: relative;
  margin-bottom: 12px;
  max-width: 284px;
  width: 100%;
  background-color: #FFC107;
  color: #0C297A;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  border: 1px solid #FFC107;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaderboard-scene__content a.try-again:disabled {
  background-color: #C8B656;
  color: #4A656F;
  border-color: #C8B656;
}
.leaderboard-scene__content a.try-again:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/replay.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 10px;
}
.leaderboard-scene__content-attempts {
  color: #FFC107;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
.leaderboard-scene__content-board table.table {
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: collapse;
  border: var(--border);
  overflow: hidden;
}
.leaderboard-scene__content-board table.table, .leaderboard-scene__content-board table.table th, .leaderboard-scene__content-board table.table td {
  border: none !important;
  box-shadow: none;
}
.leaderboard-scene__content-board table.table th {
  background: #48ABE1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.leaderboard-scene__content-board table.table th:nth-of-type(2) {
  text-align: left;
}
.leaderboard-scene__content-board table.table tbody tr {
  border-color: #48ABE1;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-right: none;
}
.leaderboard-scene__content-board table.table tr.current-user td {
  background: #FEF98B;
}
.leaderboard-scene__content-board table.table td {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  padding: 10px;
}
.leaderboard-scene__content-board table.table td:nth-of-type(2) {
  text-align: left;
}
.leaderboard-scene__content-board table.table tr:nth-child(-n+3) td {
  color: #144279;
}
.leaderboard-scene__content-board .current-user-bellow {
  width: 100%;
  padding: 10px 0;
  background-color: #FEF98B;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 45px 150px 100px 80px 1fr;
}
.leaderboard-scene__content-board .current-user-bellow span {
  font-size: 14px;
  font-weight: 500;
  color: #144279;
}
.leaderboard-scene__content-board .current-user-bellow .player {
  text-align: left;
  padding-left: 8px;
}
@media screen and (min-width: 968px) and (max-height: 650px) {
  .leaderboard-scene__content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 16px;
  }
}
@media screen and (max-width: 968px) {
  .leaderboard-scene > p {
    font-size: 20px;
  }
  .leaderboard-scene .page-title, .leaderboard-scene .main .node-page--product .container .node--type-products .details .field--name-title, .main .node-page--product .container .node--type-products .details .leaderboard-scene .field--name-title {
    font-size: 32px;
    font-weight: 400;
  }
  .leaderboard-scene__content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 16px;
  }
  .leaderboard-scene__content-board table.table thead {
    display: none;
  }
  .leaderboard-scene__content-board table.table tbody tr {
    display: inline-grid;
    grid-template-columns: [first] 44px [third] 90px;
    grid-template-areas: "count name name name" "count stats_time stats_mistakes stats_prize";
    margin-bottom: 8px;
    width: 100%;
    border-radius: 8px;
    border-color: transparent;
    background-color: #ffffff;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(1) {
    grid-area: count;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(2) {
    grid-area: name;
    border-radius: 0 8px 0 0;
    text-align: left;
    padding: 8px 8px 4px 8px;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(3) {
    grid-area: stats_time;
    text-align: left;
    padding: 4px 8px 8px 8px;
    position: relative;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(3):after {
    content: "";
    position: absolute;
    right: 8px;
    width: 1px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.36);
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(4) {
    grid-area: stats_mistakes;
    text-align: left;
    padding: 4px 8px 8px 8px;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(5) {
    grid-area: stats_prize;
    border-radius: 0 0 8px 0;
    text-align: left;
    padding: 4px 8px 8px 8px;
    position: relative;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(5).prizes:before {
    content: "";
    position: absolute;
    left: -8px;
    width: 1px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.36);
  }
  .leaderboard-scene__content-board table.table tbody tr td.empty {
    grid-area: none;
    grid-column-start: 1;
  }
  .leaderboard-scene__content-board .current-user-bellow {
    display: inline-grid;
    background-color: #FEF98B;
    grid-template-columns: [first] 44px [third] 90px;
    grid-template-areas: "count name name name" "count stats_time stats_mistakes stats_prize";
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border-radius: 8px;
    border-color: transparent;
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(1) {
    grid-area: count;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(2) {
    grid-area: name;
    border-radius: 0 8px 0 0;
    text-align: left;
    padding: 8px 8px 4px 8px;
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(3) {
    grid-area: stats_time;
    text-align: left;
    padding: 4px 8px 8px 8px;
    position: relative;
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(3):after {
    content: "";
    position: absolute;
    right: 8px;
    width: 1px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.36);
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(4) {
    grid-area: stats_mistakes;
    text-align: left;
    padding: 4px 8px 8px 8px;
  }
}
@media screen and (max-width: 400px) {
  .leaderboard-scene__content-board table.table tbody tr {
    grid-template-columns: [first] 32px [third] 80px;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(1) {
    padding: 6px;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(3):after {
    right: 2px;
  }
  .leaderboard-scene__content-board table.table tbody tr td:nth-of-type(5).prizes:before {
    left: -2px;
  }
  .leaderboard-scene__content-board .current-user-bellow {
    grid-template-columns: [first] 32px [third] 80px;
  }
  .leaderboard-scene__content-board .current-user-bellow span:nth-of-type(3):after {
    right: 2px;
  }
}
@media screen and (max-width: 375px) {
  .leaderboard-scene__content-board table.table tbody tr td {
    font-size: 12px;
  }
}

[id*=block-modalintroscene] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
[id*=block-modalintroscene] .modal-intro-scene__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
[id*=block-modalintroscene] .modal-intro-scene {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: calc(100% - 100px);
  padding: 50px;
  background: radial-gradient(#48ABE1, #144279);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 234px;
  text-align: center;
}
[id*=block-modalintroscene] .modal-intro-scene h1, [id*=block-modalintroscene] .modal-intro-scene .h1,
[id*=block-modalintroscene] .modal-intro-scene p {
  color: #ffffff;
}
[id*=block-modalintroscene] .modal-intro-scene h1, [id*=block-modalintroscene] .modal-intro-scene .h1 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
[id*=block-modalintroscene] .modal-intro-scene__text {
  font-size: 16px;
}
[id*=block-modalintroscene] .modal-intro-scene__text,
[id*=block-modalintroscene] .modal-intro-scene #end-countdown {
  margin-bottom: 24px;
}
[id*=block-modalintroscene] .modal-intro-scene #end-countdown {
  font-size: 20px;
  font-weight: 500;
}
[id*=block-modalintroscene] .modal-intro-scene .countdown-timer {
  color: #FFC107;
}
[id*=block-modalintroscene] .modal-intro-scene a.btn-primary, [id*=block-modalintroscene] .modal-intro-scene .pager a.button, .pager [id*=block-modalintroscene] .modal-intro-scene a.button {
  position: relative;
  margin-bottom: 12px;
  max-width: 284px;
  width: 100%;
  background-color: #FFC107;
  color: #0C297A;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  border: 1px solid #FFC107;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
[id*=block-modalintroscene] .modal-intro-scene a.btn-primary:disabled, [id*=block-modalintroscene] .modal-intro-scene .pager a.button:disabled, .pager [id*=block-modalintroscene] .modal-intro-scene a.button:disabled {
  background-color: #C8B656;
  color: #4A656F;
  border-color: #C8B656;
}
[id*=block-modalintroscene] .modal-intro-scene a.btn-secondary {
  position: relative;
  margin-bottom: 12px;
  max-width: 284px;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
[id*=block-modalintroscene] .modal-intro-scene:after {
  content: "";
  position: absolute;
  display: block;
  height: 210px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/winston/cigarettes.png);
  background-repeat: no-repeat;
  background-size: 120% 210px;
  background-position: center;
}
[id*=block-modalintroscene] .modal-intro-scene.hide_image:after {
  display: none;
}
@media screen and (max-width: 576px) {
  [id*=block-modalintroscene] .modal-intro-scene {
    padding: 24px 24px 134px;
    width: calc(100% - 50px);
    height: calc(90% - 50px);
  }
  [id*=block-modalintroscene] .modal-intro-scene h1, [id*=block-modalintroscene] .modal-intro-scene .h1 {
    font-weight: 400;
  }
  [id*=block-modalintroscene] .modal-intro-scene #end-countdown {
    display: flex;
    flex-direction: column;
  }
  [id*=block-modalintroscene] .modal-intro-scene:after {
    background-size: 100% 190px;
    height: 190px;
  }
}
@media screen and (max-width: 576px) {
  [id*=block-modalintroscene] .modal-intro-scene {
    padding: 24px 24px 134px;
    width: calc(100% - 50px);
    height: calc(90% - 50px);
  }
  [id*=block-modalintroscene] .modal-intro-scene h1, [id*=block-modalintroscene] .modal-intro-scene .h1 {
    font-weight: 400;
  }
  [id*=block-modalintroscene] .modal-intro-scene #end-countdown {
    display: flex;
    flex-direction: column;
  }
  [id*=block-modalintroscene] .modal-intro-scene:after {
    background-size: 100% 190px;
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  [id*=block-modalintroscene] .modal-intro-scene:after {
    background-size: 120% 160px;
    height: 160px;
  }
}
@media screen and (max-width: 376px) {
  [id*=block-modalintroscene] .modal-intro-scene {
    height: calc(100% - 50px);
  }
  [id*=block-modalintroscene] .modal-intro-scene:after {
    background-size: 150% 150px;
    height: 150px;
  }
}

.main.winston-xstyle-long-game {
  background: var(--Gradient, radial-gradient(73.8% 78.81% at 55.98% 98.29%, #535558 0%, #1A191E 100%));
}
.main.winston-xstyle-long-game #edit-questions {
  background-color: #36393E;
}
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] label {
  color: #1A191E;
}
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio]:checked ~ label,
.main.winston-xstyle-long-game [data-drupal-selector=edit-questions] .fieldset-wrapper [class*=-answers] input[type=radio]:focus ~ label {
  background-color: #1A191E;
  color: #FFC107;
  border-color: #FFC107;
}
.main.winston-xstyle-long-game [id*=edit-questions-confirm-question],
.main.winston-xstyle-long-game [id*=button-next-question-with-arrow],
.main.winston-xstyle-long-game [id*=edit-complete-quiz] {
  color: #1A191E;
  background-color: #FFC107;
}
.main.winston-xstyle-long-game .leaderboard-scene > p {
  text-transform: uppercase;
}
.main.winston-xstyle-long-game .leaderboard-scene__content-board table.table th {
  background: #404348;
}

.game_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.game_overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 5px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

[id*=block-modalintroscene].block-jti-winston-xstyle-long .modal-intro-scene {
  background: var(--Gradient, radial-gradient(73.8% 78.81% at 55.98% 98.29%, #535558 0%, #1A191E 100%));
}
[id*=block-modalintroscene].block-jti-winston-xstyle-long .modal-intro-scene:after {
  background-image: url(../images/xstyle/cigarettes.png);
}

html, body {
  padding: 0;
  margin: 0;
}

body.fixed, body.locked {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.region {
  padding: 0;
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, p {
  margin: 0;
}

.form-select:disabled {
  cursor: pointer;
  background-color: #ffffff;
}