@charset "UTF-8";

/*!
 * mhead.js
 * mmenu.frebsite.nl/mhead
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */

.mh-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mh-sticky.mh-unpinned {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

/* Bulma Utilities */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.file,
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

.notification:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.control.is-loading::after,
.select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio,
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.file-cta,
.file-name,
.select select,
.textarea,
.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.file-cta:focus,
.file-name:focus,
.select select:focus,
.textarea:focus,
.input:focus,
.is-focused.file-cta,
.is-focused.file-name,
.select select.is-focused,
.is-focused.textarea,
.is-focused.input,
.file-cta:active,
.file-name:active,
.select select:active,
.textarea:active,
.input:active,
.is-active.file-cta,
.is-active.file-name,
.select select.is-active,
.is-active.textarea,
.is-active.input {
  outline: none;
}

[disabled].file-cta,
[disabled].file-name,
.select select[disabled],
[disabled].textarea,
[disabled].input,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
  cursor: not-allowed;
}

/* Bulma Base */

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

table th {
  color: #363636;
}

/* Bulma Grid */

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

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

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

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

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

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

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

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

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

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

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

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

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

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

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

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

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

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

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

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

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

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

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */

.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-primary-light {
  color: #ebfffc !important;
}

a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

.has-background-primary-light {
  background-color: #ebfffc !important;
}

.has-text-primary-dark {
  color: #00947e !important;
}

a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

.has-background-primary-dark {
  background-color: #00947e !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-link-light {
  color: #eef3fc !important;
}

a.has-text-link-light:hover,
a.has-text-link-light:focus {
  color: #c2d5f5 !important;
}

.has-background-link-light {
  background-color: #eef3fc !important;
}

.has-text-link-dark {
  color: #2160c4 !important;
}

a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
  color: #3b79de !important;
}

.has-background-link-dark {
  background-color: #2160c4 !important;
}

.has-text-info {
  color: #3298dc !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #207dbc !important;
}

.has-background-info {
  background-color: #3298dc !important;
}

.has-text-info-light {
  color: #eef6fc !important;
}

a.has-text-info-light:hover,
a.has-text-info-light:focus {
  color: #c2e0f5 !important;
}

.has-background-info-light {
  background-color: #eef6fc !important;
}

.has-text-info-dark {
  color: #1d72aa !important;
}

a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
  color: #248fd6 !important;
}

.has-background-info-dark {
  background-color: #1d72aa !important;
}

.has-text-success {
  color: #48c774 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #34a85c !important;
}

.has-background-success {
  background-color: #48c774 !important;
}

.has-text-success-light {
  color: #effaf3 !important;
}

a.has-text-success-light:hover,
a.has-text-success-light:focus {
  color: #c8eed6 !important;
}

.has-background-success-light {
  background-color: #effaf3 !important;
}

.has-text-success-dark {
  color: #257942 !important;
}

a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
  color: #31a058 !important;
}

.has-background-success-dark {
  background-color: #257942 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-warning-light {
  color: #fffbeb !important;
}

a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
  color: #fff1b8 !important;
}

.has-background-warning-light {
  background-color: #fffbeb !important;
}

.has-text-warning-dark {
  color: #947600 !important;
}

a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
  color: #c79f00 !important;
}

.has-background-warning-dark {
  background-color: #947600 !important;
}

.has-text-danger {
  color: #f14668 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: #f14668 !important;
}

.has-text-danger-light {
  color: #feecf0 !important;
}

a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.has-background-danger-light {
  background-color: #feecf0 !important;
}

.has-text-danger-dark {
  color: #cc0f35 !important;
}

a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-flex-direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.is-justify-content-flex-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

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

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

.is-justify-content-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.is-justify-content-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.is-justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

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

.is-justify-content-left {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.is-justify-content-right {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}

.is-align-content-flex-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.is-align-content-flex-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.is-align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.is-align-content-space-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.is-align-content-space-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.is-align-content-space-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.is-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.is-align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: start !important;
}

.is-align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: end !important;
}

.is-align-content-baseline {
  -ms-flex-line-pack: baseline !important;
      align-content: baseline !important;
}

.is-align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.is-align-items-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

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

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

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

.is-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

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

.is-align-items-self-start {
  -webkit-box-align: self-start !important;
      -ms-flex-align: self-start !important;
          align-items: self-start !important;
}

.is-align-items-self-end {
  -webkit-box-align: self-end !important;
      -ms-flex-align: self-end !important;
          align-items: self-end !important;
}

.is-align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.is-align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.is-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.is-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

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

.is-flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.is-flex-grow-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important;
}

.is-flex-grow-3 {
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.is-flex-grow-4 {
  -webkit-box-flex: 4 !important;
      -ms-flex-positive: 4 !important;
          flex-grow: 4 !important;
}

.is-flex-grow-5 {
  -webkit-box-flex: 5 !important;
      -ms-flex-positive: 5 !important;
          flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  -ms-flex-negative: 2 !important;
      flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  -ms-flex-negative: 3 !important;
      flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  -ms-flex-negative: 4 !important;
      flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  -ms-flex-negative: 5 !important;
      flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

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

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
}

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

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

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem !important;
}

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

.ml-3 {
  margin-left: 0.75rem !important;
}

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

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

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

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

.mr-4 {
  margin-right: 1rem !important;
}

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

.ml-4 {
  margin-left: 1rem !important;
}

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

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

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

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

.mr-5 {
  margin-right: 1.5rem !important;
}

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

.ml-5 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

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

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

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

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

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

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* Bulma Form */

.select select,
.textarea,
.input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.select select::-moz-placeholder,
.textarea::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder,
.textarea:-moz-placeholder,
.input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover,
.textarea:hover,
.input:hover,
.select select.is-hovered,
.is-hovered.textarea,
.is-hovered.input {
  border-color: #b5b5b5;
}

.select select:focus,
.textarea:focus,
.input:focus,
.select select.is-focused,
.is-focused.textarea,
.is-focused.input,
.select select:active,
.textarea:active,
.input:active,
.select select.is-active,
.is-active.textarea,
.is-active.input {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select select[disabled],
[disabled].textarea,
[disabled].input,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
[disabled].input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
[disabled].input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea,
.input {
  -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
          box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

[readonly].textarea,
[readonly].input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-white.textarea,
.is-white.input {
  border-color: white;
}

.is-white.textarea:focus,
.is-white.input:focus,
.is-white.is-focused.textarea,
.is-white.is-focused.input,
.is-white.textarea:active,
.is-white.input:active,
.is-white.is-active.textarea,
.is-white.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.textarea,
.is-black.input {
  border-color: #0a0a0a;
}

.is-black.textarea:focus,
.is-black.input:focus,
.is-black.is-focused.textarea,
.is-black.is-focused.input,
.is-black.textarea:active,
.is-black.input:active,
.is-black.is-active.textarea,
.is-black.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.is-light.textarea,
.is-light.input {
  border-color: whitesmoke;
}

.is-light.textarea:focus,
.is-light.input:focus,
.is-light.is-focused.textarea,
.is-light.is-focused.input,
.is-light.textarea:active,
.is-light.input:active,
.is-light.is-active.textarea,
.is-light.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.textarea,
.is-dark.input {
  border-color: #363636;
}

.is-dark.textarea:focus,
.is-dark.input:focus,
.is-dark.is-focused.textarea,
.is-dark.is-focused.input,
.is-dark.textarea:active,
.is-dark.input:active,
.is-dark.is-active.textarea,
.is-dark.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.textarea,
.is-primary.input {
  border-color: #00d1b2;
}

.is-primary.textarea:focus,
.is-primary.input:focus,
.is-primary.is-focused.textarea,
.is-primary.is-focused.input,
.is-primary.textarea:active,
.is-primary.input:active,
.is-primary.is-active.textarea,
.is-primary.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.is-link.textarea,
.is-link.input {
  border-color: #3273dc;
}

.is-link.textarea:focus,
.is-link.input:focus,
.is-link.is-focused.textarea,
.is-link.is-focused.input,
.is-link.textarea:active,
.is-link.input:active,
.is-link.is-active.textarea,
.is-link.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.is-info.textarea,
.is-info.input {
  border-color: #3298dc;
}

.is-info.textarea:focus,
.is-info.input:focus,
.is-info.is-focused.textarea,
.is-info.is-focused.input,
.is-info.textarea:active,
.is-info.input:active,
.is-info.is-active.textarea,
.is-info.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.is-success.textarea,
.is-success.input {
  border-color: #48c774;
}

.is-success.textarea:focus,
.is-success.input:focus,
.is-success.is-focused.textarea,
.is-success.is-focused.input,
.is-success.textarea:active,
.is-success.input:active,
.is-success.is-active.textarea,
.is-success.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.is-warning.textarea,
.is-warning.input {
  border-color: #ffdd57;
}

.is-warning.textarea:focus,
.is-warning.input:focus,
.is-warning.is-focused.textarea,
.is-warning.is-focused.input,
.is-warning.textarea:active,
.is-warning.input:active,
.is-warning.is-active.textarea,
.is-warning.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.is-danger.textarea,
.is-danger.input {
  border-color: #f14668;
}

.is-danger.textarea:focus,
.is-danger.input:focus,
.is-danger.is-focused.textarea,
.is-danger.is-focused.input,
.is-danger.textarea:active,
.is-danger.input:active,
.is-danger.is-active.textarea,
.is-danger.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.is-small.textarea,
.is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.textarea,
.is-medium.input {
  font-size: 1.25rem;
}

.is-large.textarea,
.is-large.input {
  font-size: 1.5rem;
}

.is-fullwidth.textarea,
.is-fullwidth.input {
  display: block;
  width: 100%;
}

.is-inline.textarea,
.is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.radio,
.checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.radio input,
.checkbox input {
  cursor: pointer;
}

.radio:hover,
.checkbox:hover {
  color: #363636;
}

[disabled].radio,
[disabled].checkbox,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.5em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.select.is-primary select {
  border-color: #00d1b2;
}

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: #00b89c;
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #3273dc;
}

.select.is-link select {
  border-color: #3273dc;
}

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: #2366d1;
}

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #3298dc;
}

.select.is-info select {
  border-color: #3298dc;
}

.select.is-info select:hover,
.select.is-info select.is-hovered {
  border-color: #238cd1;
}

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #48c774;
}

.select.is-success select {
  border-color: #48c774;
}

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: #3abb67;
}

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

.select.is-warning select {
  border-color: #ffdd57;
}

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}

.select.is-danger select {
  border-color: #f14668;
}

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: #ef2e55;
}

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
          box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
          box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00d1b2;
}

.help.is-link {
  color: #3273dc;
}

.help.is-info {
  color: #3298dc;
}

.help.is-success {
  color: #48c774;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #f14668;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #4a4a4a;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-fullwidth {
  width: 100%;
}

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}

.notification.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}

.notification.is-info {
  background-color: #3298dc;
  color: #fff;
}

.notification.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

.notification.is-success {
  background-color: #48c774;
  color: #fff;
}

.notification.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}

.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: inherit;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */

:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-panel:after {
  height: 44px;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.mm-listitem_vertical > .mm-panel:before,
.mm-listitem_vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  padding: 0;
}

.mm-btn:before,
.mm-btn:after {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after,
.mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-btn_close:before,
.mm-btn_close:after {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:before,
[dir=rtl] .mm-btn_close:after {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  min-height: 44px;
}

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

.mm-navbar > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.mm-navbar__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}

.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn,
.mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 350px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 437.5px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(350px, 0, 0);
            transform: translate3d(350px, 0, 0);
  }
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

[dir=rtl] .mm-menu_offcanvas {
  /*left: unset;
  right: 0;*/
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-top,
.mm-menu_autoheight.mm-menu_position-bottom {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0px;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 350px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 437.5px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(350px, 0, 0);
            transform: translate3d(350px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 437.5px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-350px, 0, 0);
            transform: translate3d(-350px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 700px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 875px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(700px, 0, 0);
            transform: translate3d(700px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 875px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-700px, 0, 0);
            transform: translate3d(-700px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1050px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 1312.5px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1050px, 0, 0);
            transform: translate3d(1050px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 1312.5px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1050px, 0, 0);
            transform: translate3d(-1050px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
          transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1400px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 1750px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1400px, 0, 0);
            transform: translate3d(1400px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 1750px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1400px, 0, 0);
            transform: translate3d(-1400px, 0, 0);
  }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc( ((var(--mm-listitem-size) * 0.65) - var(--mm-line-height)) * 0.5 );
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-divider:before {
  background: rgba(0, 0, 0, 0.05);
}

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

  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}

.mm-divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important;
}

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important;
}

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

.mm-menu_tip-left:before,
.mm-menu_tip-right:before,
.mm-menu_tip-top:before,
.mm-menu_tip-bottom:before {
  content: "";
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

:root {
  --mm-iconbar-size: 50px;
}

.mm-menu_iconbar-left .mm-panels,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-navbars_bottom {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size);
}

.mm-menu_iconbar-right .mm-panels,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-navbars_bottom {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu_iconbar-left .mm-iconbar,
.mm-menu_iconbar-right .mm-iconbar {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__top,
.mm-iconbar__bottom {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.mm-iconbar__top > *,
.mm-iconbar__bottom > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}

.mm-iconbar__top a,
.mm-iconbar__top a:hover,
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover {
  text-decoration: none;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size: 50px;
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1));
}

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2));
}

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3));
}

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar,
.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: none;
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
}

.mm-navbars_bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none;
}

.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px;
}

.mm-searchfield input,
.mm-searchfield input:hover,
.mm-searchfield input:focus {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  font: inherit;
  font-size: inherit;
}

.mm-searchfield input,
.mm-searchfield input:hover,
.mm-searchfield input:focus {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}

.mm-sectionindexer_active {
  right: 0;
}

.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-hover .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: none;
}

.mm-menu_selected-hover .mm-listitem__text:hover,
.mm-menu_selected-hover .mm-listitem__btn:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: none;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 350px;
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
          transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider {
  opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 350px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 350px);
  -webkit-transform: translate3d(350px, 0, 0);
          transform: translate3d(350px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
          transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

input.mm-toggle:before {
  background: #f3f3f3;
}

input.mm-toggle:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

input.mm-toggle:checked {
  background: #4bd963;
}

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
      -ms-transform: translateX(24px);
          transform: translateX(24px);
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px) / 2);
}

input.mm-check:before {
  content: "";
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: 0.3;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

input.mm-check:checked:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
            transform: translate3d(10000px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
            transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 50px;
  /* for Safari :( */
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 437.5px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-350px, 0, 0);
            transform: translate3d(-350px, 0, 0);
  }
}

.mm-menu_position-front,
.mm-menu_position-top,
.mm-menu_position-bottom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened,
.mm-menu_position-bottom.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 0;
}

.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_position-top,
.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top,
.mm-wrapper_opening .mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  -webkit-box-shadow: var(--mm-shadow);
          box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
          box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
          box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

.header-top .upper-header__link .has-icon {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

@media (hover: hover) {
  .header-top .upper-header__link .has-icon:hover {
    background: var(--hover-base);
    border-radius: 50px;
    -webkit-box-shadow: var(--outline);
            box-shadow: var(--outline);
  }

  .header-top .upper-header__link .has-icon:hover:before {
    opacity: 0;
    visibility: hidden;
  }

  .header-top .upper-header__link .has-icon:hover:after {
    opacity: 1;
    visibility: visible;
  }
}

.header-top .upper-header__link .has-icon.upper-header__phone:before {
  background-image: url("/assets/menu/phone.svg");
}

.header-top .upper-header__link .has-icon.upper-header__phone:after {
  background-image: url("/assets/menu/phone-hovered.svg");
}

.header-top .upper-header__link .has-icon.upper-header__chat:before {
  background-image: url("/assets/menu/conversation.svg");
}

.header-top .upper-header__link .has-icon.upper-header__chat:after {
  background-image: url("/assets/menu/conversation-hovered.svg");
}

.header-top .upper-header__link .has-languages .dropdown.is-active {
  background: var(--hover-base);
  border-radius: var(--border-r);
  -webkit-box-shadow: var(--outline);
          box-shadow: var(--outline);
}

.header-top .upper-header__link .has-languages .lang-switcher.active-lang {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

@media (hover: hover) {
  .header-top .upper-header__link .has-languages .lang-switcher.active-lang:hover {
    background: var(--hover-base);
    border-radius: var(--border-r);
    -webkit-box-shadow: var(--outline);
            box-shadow: var(--outline);
  }
}

.header-top .upper-header__link .has-languages .dropdown-menu .dropdown-content {
  -webkit-box-shadow: var(--shadow4);
          box-shadow: var(--shadow4);
}

header #navbar .megamenu-toggle:before {
  background-image: url("/assets/menu/burger-menu.svg");
}

header #navbar .has-navbar-links .has-wishlist,
header #navbar .has-navbar-links .has-auth,
header #navbar .has-navbar-links .has-minicart,
header #navbar .has-navbar-links .has-search {
  cursor: pointer;
}

header #navbar .has-navbar-links .has-wishlist .has-icon,
header #navbar .has-navbar-links .has-auth .has-icon,
header #navbar .has-navbar-links .has-minicart .has-icon,
header #navbar .has-navbar-links .has-search .has-icon {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

@media (hover: hover) {
  header #navbar .has-navbar-links .has-wishlist .has-icon:hover,
  header #navbar .has-navbar-links .has-auth .has-icon:hover,
  header #navbar .has-navbar-links .has-minicart .has-icon:hover,
  header #navbar .has-navbar-links .has-search .has-icon:hover {
    background: var(--hover-base);
    border-radius: var(--border-r);
    -webkit-box-shadow: var(--outline);
            box-shadow: var(--outline);
  }

  header #navbar .has-navbar-links .has-wishlist .has-icon:hover:before,
  header #navbar .has-navbar-links .has-auth .has-icon:hover:before,
  header #navbar .has-navbar-links .has-minicart .has-icon:hover:before,
  header #navbar .has-navbar-links .has-search .has-icon:hover:before {
    opacity: 0;
    visibility: hidden;
  }

  header #navbar .has-navbar-links .has-wishlist .has-icon:hover:after,
  header #navbar .has-navbar-links .has-auth .has-icon:hover:after,
  header #navbar .has-navbar-links .has-minicart .has-icon:hover:after,
  header #navbar .has-navbar-links .has-search .has-icon:hover:after {
    opacity: 1;
    visibility: visible;
  }
}

header #navbar .has-navbar-links .has-wishlist .has-icon.product-search:before,
header #navbar .has-navbar-links .has-auth .has-icon.product-search:before,
header #navbar .has-navbar-links .has-minicart .has-icon.product-search:before,
header #navbar .has-navbar-links .has-search .has-icon.product-search:before {
  background-image: url("/assets/menu/search.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.product-search:after,
header #navbar .has-navbar-links .has-auth .has-icon.product-search:after,
header #navbar .has-navbar-links .has-minicart .has-icon.product-search:after,
header #navbar .has-navbar-links .has-search .has-icon.product-search:after {
  background-image: url("/assets/menu/search-hovered.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.product-search.active:before,
header #navbar .has-navbar-links .has-auth .has-icon.product-search.active:before,
header #navbar .has-navbar-links .has-minicart .has-icon.product-search.active:before,
header #navbar .has-navbar-links .has-search .has-icon.product-search.active:before {
  background-image: url("/assets/menu/search-hovered.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.user-wishlist:before,
header #navbar .has-navbar-links .has-auth .has-icon.user-wishlist:before,
header #navbar .has-navbar-links .has-minicart .has-icon.user-wishlist:before,
header #navbar .has-navbar-links .has-search .has-icon.user-wishlist:before {
  background-image: url("/assets/menu/heart.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.user-wishlist:after,
header #navbar .has-navbar-links .has-auth .has-icon.user-wishlist:after,
header #navbar .has-navbar-links .has-minicart .has-icon.user-wishlist:after,
header #navbar .has-navbar-links .has-search .has-icon.user-wishlist:after {
  background-image: url("/assets/menu/heart-hovered.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.user-account:before,
header #navbar .has-navbar-links .has-auth .has-icon.user-account:before,
header #navbar .has-navbar-links .has-minicart .has-icon.user-account:before,
header #navbar .has-navbar-links .has-search .has-icon.user-account:before {
  background-image: url("/assets/menu/user.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.user-account:after,
header #navbar .has-navbar-links .has-auth .has-icon.user-account:after,
header #navbar .has-navbar-links .has-minicart .has-icon.user-account:after,
header #navbar .has-navbar-links .has-search .has-icon.user-account:after {
  background-image: url("/assets/menu/user-hovered.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.minicart:before,
header #navbar .has-navbar-links .has-auth .has-icon.minicart:before,
header #navbar .has-navbar-links .has-minicart .has-icon.minicart:before,
header #navbar .has-navbar-links .has-search .has-icon.minicart:before {
  background-image: url("/assets/menu/mini-cart.svg");
}

header #navbar .has-navbar-links .has-wishlist .has-icon.minicart:after,
header #navbar .has-navbar-links .has-auth .has-icon.minicart:after,
header #navbar .has-navbar-links .has-minicart .has-icon.minicart:after,
header #navbar .has-navbar-links .has-search .has-icon.minicart:after {
  background-image: url("/assets/menu/mini-cart-hovered.svg");
}

header #navbar .has-navbar-links .has-auth {
  position: relative;
}

header #navbar .has-navbar-links .has-auth .dropdown-trigger picture {
  height: 2.9rem;
  width: 2.9rem;
  border: 2px solid;
  border-radius: var(--border-r);
}

@media only screen and (min-width: 1024px) {
  header #navbar .has-navbar-links .has-auth .dropdown-trigger picture {
    height: 3.9rem;
    width: 3.9rem;
  }
}

header #navbar .has-navbar-links .has-auth .dropdown-trigger picture[data-user-status=bronze] {
  border-color: var(--white);
}

header #navbar .has-navbar-links .has-auth .dropdown-trigger picture[data-user-status=silver] {
  border-color: #bdc3c7;
}

header #navbar .has-navbar-links .has-auth .dropdown-trigger picture[data-user-status=gold] {
  border-color: #f1c40f;
}

header #navbar .has-navbar-links .has-auth .dropdown-menu .dropdown-content {
  -webkit-box-shadow: var(--shadow4);
          box-shadow: var(--shadow4);
}

header #navbar .has-navbar-links .has-wishlist:after {
  content: attr(data-wishlist-counter);
}

header #navbar .has-navbar-links .has-minicart:after {
  content: attr(data-cart-counter);
}

header #navbar .i3-search-form .search-icon:after {
  background-image: url("/assets/menu/search-hovered.svg");
}

.mh-sticky {
  z-index: 2 !important;
}

.container.is-fluid {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1924px;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1rem;
}

.columns:not(:last-child) {
  margin-bottom: 0;
}

.box {
  border-radius: var(--border-m);
  padding: 1rem 1rem;
  color: var(--black);
}

.read-more {
  position: relative;
  padding-bottom: 1rem;
  margin-left: 1rem;
  display: inline-block;
}

.read-more:after {
  content: "";
  width: 50%;
  height: 0.2rem;
  background: var(--black);
  position: absolute;
  bottom: 0;
  left: 0rem;
}

.notifications {
  padding-left: 1rem;
  padding-right: 1rem;
}

.notifications .notification {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.notifications .notification > .delete {
  font-family: "PFBagueSansPro-Bold";
  top: 1rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background-color: var(--base);
  color: white;
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.breadcrumb {
  font-size: 1.25rem !important;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}

.breadcrumb ul li:not(:last-child),
.breadcrumb ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.breadcrumb ul li a,
.breadcrumb ol li a {
  color: var(--dark);
  word-break: break-all;
  white-space: pre-wrap;
}

.breadcrumb ul li.is-active a,
.breadcrumb ol li.is-active a {
  font-family: "PFBagueSansPro-Bold";
  font-weight: bold;
  color: var(--base);
}

.i3-title {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.has-product-search {
  overflow: hidden !important;
}

.i3-subtitle {
  font-size: 1.5rem;
  color: var(--base-grey);
}

.info-msg {
  font-family: "PFBagueSansPro-Bold";
  color: var(--base);
  font-size: 1.46rem;
  font-weight: bold;
}

.with-discount__price .discount__price-outer,
.product-main__price .discount__price-outer,
.cart-discount-price .discount__price-outer {
  color: var(--dark);
  font-weight: 400;
  text-decoration: line-through;
}

.with-discount__price .discount__price-outer .discount__price-inner,
.product-main__price .discount__price-outer .discount__price-inner,
.cart-discount-price .discount__price-outer .discount__price-inner {
  font-size: 1.5rem;
  color: var(--dark);
}

#my-themes .mm-menu_multiline .mm-listitem__text {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mm-panels > .mm-panel::-webkit-scrollbar {
  width: 8px;
  background-color: #eee;
}

.mm-panels > .mm-panel::-webkit-scrollbar-thumb {
  background: #d3d3d3;
}

.mm-navbars_top .mm-navbar.mm-navbar_tabs a {
  background-color: var(--white) !important;
  color: var(--base) !important;
}

.mm-navbars_top .mm-navbar.mm-navbar_tabs a.mm-navbar__tab_selected {
  background-color: #005579 !important;
  color: white !important;
  border-radius: var(--border-s) !important;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background-color: var(--base);
}

.mm-menu_iconbar-left .mm-iconbar {
  background-color: var(--white);
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
  background-color: var(--white);
}

.mm-navbars_bottom .mm-navbar a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mm-navbars_bottom .mm-navbar a span {
  font-size: 1.3rem;
  color: var(--dark);
}

.mm-btn:before {
  border-color: var(--light-white);
}

.mm-navbar__title > span {
  color: var(--light-white);
  font-size: 1.8rem;
}

.mm-navbar {
  background-color: var(--base);
}

.mm-listitem > a,
.mm-listitem > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border: 0 !important;
}

@media only screen and (min-width: 768px) {
  .box {
    padding: 2.5rem 2rem;
  }

  .i3-title {
    margin-bottom: 3.5rem;
  }

  .i3-subtitle {
    font-size: 1.8rem;
  }

  /* .i3-search-results__overlay {
    .i3-search-results__container {
      .i3-search-results__products {
        .i3-search-results__products-header {
          padding-right: 1.5rem;
        }
      }
    }
  } */
}

/* MODAL WINDOW */

.modal-acc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60rem;
  background-color: #f3f3f3;
  padding: 0;
  -webkit-box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: var(--border-m);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  height: 95%;
  overflow: auto;
}

@media (min-width: 560px) {
  .modal-acc {
    overflow: hidden;
    height: auto;
  }
}

.modal-acc .preorder-login-popup-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  background: #ffc300;
  -webkit-box-shadow: 0px 0px 10px #00000091;
          box-shadow: 0px 0px 10px #00000091;
  z-index: 3;
}

.modal-acc .preorder-login-popup-info p {
  margin: 0;
}

.overlay-m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal__header {
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
  line-height: 1.4;
}

.modal__form {
  margin-bottom: 2rem;
  height: 100%;
}

.modal__right-wrapper,
.modal__left-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem;
}

.modal__right-wrapper p {
  font-weight: 400;
  font-size: 1.8rem;
}

.modal__right-wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.modal__right-wrapper ul a:hover {
  color: var(--white);
}

.modal__left-wrapper {
  background: var(--base);
}

.modal__left-wrapper div.h2.modal__header {
  color: var(--white);
}

.modal__left-wrapper .register-list {
  height: 100%;
  margin-bottom: 3rem;
}

.modal__left-wrapper .register-list li.register-list__item {
  font-family: "PFBagueSansPro-Bold";
  font-weight: bold;
  color: var(--white);
}

.modal__left-wrapper .register-list li.register-list__item:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 560px) {
  .modal__left-wrapper {
    border-right: 5px solid var(--base-grey);
  }
}

.modal__form label {
  font-family: "PFBagueSansPro-Bold";
  font-size: 1.7rem;
  font-weight: bold;
}

.modal__form input {
  padding: 1rem 1.5rem;
}

.modal__form button {
  width: 100%;
  justify-self: center;
  margin-top: 1rem;
}

.btn--close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
}

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

.i3-toast-top-right {
  right: 20px;
  top: 160px;
}

@media only screen and (max-width: 1023px) {
  .i3-toast-top-right {
    right: 10px;
    top: 140px;
  }
}

.toast-success {
  background-color: var(--base);
}

.li-mobile-menu.mm-listitem[style="background-color:#702525; color: #fff;"] .mm-btn_next::after {
  border-left-color: white;
  border-top-color: white;
}

.lock-scrolling {
  height: 100%;
  overflow: hidden;
}

.ani-modal-cart {
  max-width: 72rem !important;
  width: 86% !important;
  max-height: 92vh;
  height: auto;
}

.ani-modal-cart .modal__content {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media only screen and (max-width: 425px) {
  .ani-modal-cart .modal__content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.ani-modal-cart .modal__header div.h3 {
  margin-bottom: 0;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .modal__header div.h3 {
    font-size: 15px !important;
  }
}

.ani-modal-cart .product-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 15px;
  border-bottom: 2px solid #009685;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .product-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-bottom: 0;
  }
}

.ani-modal-cart .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid #009685;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .product-wrap {
    border-right: 0;
    border-bottom: 2px solid #009685;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.ani-modal-cart .product-wrap img {
  max-height: 80px;
  max-width: 80px;
  border-radius: 10px;
}

.ani-modal-cart .product-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 5px;
}

.ani-modal-cart .product-cont p {
  margin: 0 !important;
}

.ani-modal-cart .product-cont .prod--name-md {
  font-size: 15px;
  font-weight: 700;
}

.ani-modal-cart .product-cont .prod--size-md {
  font-size: 15px;
  margin-top: 15px !important;
}

.ani-modal-cart .product-cont .prod--size-md span {
  font-weight: 700;
}

.ani-modal-cart .product-cont .prod--quant-md {
  font-size: 15px;
}

.ani-modal-cart .product-cont .prod--price-md {
  margin-top: 5px !important;
  font-size: 15px;
  font-weight: 700;
}

.ani-modal-cart .info-wrap {
  margin-left: 15px;
  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-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .info-wrap {
    margin-left: 0;
    border-bottom: 2px solid #009685;
    padding-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ani-modal-cart .info-wrap p {
  margin: 0 !important;
}

.ani-modal-cart .info-wrap .info-title {
  font-size: 15px;
  font-weight: 700;
}

.ani-modal-cart .info-wrap .info-txt {
  font-size: 15px;
  margin-top: 5px !important;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .info-wrap .info-txt {
    text-align: center;
  }
}

.ani-modal-cart .info-wrap .info-more {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #029a89;
  border-radius: 50px;
  padding: 4px 25px;
  white-space: nowrap;
}

.ani-modal-cart .info-name {
  font-size: 15px !important;
  font-weight: bold;
}

.ani-modal-cart .level-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .level-wrap {
    gap: 5px;
  }
}

.ani-modal-cart .level-wrap .info-level {
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 50px;
  border: 2px solid #009685;
}

.ani-modal-cart .level-wrap .info-coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 50px;
  border: 2px solid #009685;
}

.ani-modal-cart .info-level-txt {
  font-size: 15px;
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .info-level-txt {
    text-align: center;
  }
}

.ani-modal-cart .card-cont {
  padding-top: 0px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 5px !important;
}

@media only screen and (max-width: 425px) {
  .ani-modal-cart .card-cont {
    padding-right: 0px !important;
  }
}

.ani-modal-cart .card-cont .card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400 !important;
  margin-top: 15px;
}

.ani-modal-cart .card-cont .card-scroll {
  margin-top: 15px;
  max-height: 345px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px !important;
}

@media only screen and (max-width: 425px) {
  .ani-modal-cart .card-cont .card-scroll {
    padding-right: 10px !important;
  }
}

.ani-modal-cart .card-cont .card-wrap {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .ani-modal-cart .card-cont .card-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 639px) {
  .ani-modal-cart .card-cont .card-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 425px) {
  .ani-modal-cart .card-cont .card-wrap {
    gap: 5px;
  }
}

.ani-modal-cart .card-cont .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

@media only screen and (min-width: 423px) {
  .ani-modal-cart .card-cont .card {
    min-width: 165px;
    max-width: 165px;
    min-height: 242px;
  }
}

.ani-modal-cart .card-cont .card .card-info {
  margin-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.ani-modal-cart .card-cont .card .card-info .card-coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ani-modal-cart .card-cont .card .card-info .card-coins span {
  margin-left: 5px;
  font-weight: 700;
  color: #009685;
  font-size: 13px;
}

.ani-modal-cart .card-cont .card .card-info p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.ani-modal-cart .card-cont .card .card-info .card-name {
  margin-top: 5px;
  min-height: 30px;
}

.ani-modal-cart .card-cont .card .card-info .card-price {
  margin-top: 5px;
  font-weight: 700;
}

.ani-modal-cart .card-cont ::-webkit-scrollbar {
  width: 5px;
}

.ani-modal-cart .card-cont ::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 20px;
}

.ani-modal-cart .card-cont ::-webkit-scrollbar-thumb {
  background: #009685;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.ani-modal-cart .modal__header {
  margin-bottom: 0 !important;
}

.modal-notify-me .modal__header div.h3 {
  margin-bottom: 0;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .modal-notify-me .modal__header div.h3 {
    font-size: 15px !important;
  }
}

.modal--footer-pr {
  padding: 0rem 1.5rem 1rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}

@media only screen and (max-width: 450px) {
  .modal--footer-pr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.to--shopping {
  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;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: var(--base);
  color: var(--base);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 0;
  font-size: 15px;
  -webkit-box-shadow: inset 0 0 0 2px var(--base);
          box-shadow: inset 0 0 0 2px var(--base);
  background-color: #e9e9e9;
  min-height: 40px;
}

.to--shopping:hover {
  background-color: var(--base);
  color: #fff;
}

.to--checkout {
  min-height: 40px;
  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;
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 5px;
  background-color: var(--base);
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.to--checkout:hover {
  background-color: #1cbba8;
  color: #fff;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.search--modal {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 9999;
}

.search--modal .search--modal-content {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  overflow-y: auto;
  max-width: 820px;
  max-height: 90vh;
  padding: 15px 10px 10px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26), 0 26px 52px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26), 0 26px 52px rgba(0, 0, 0, 0.26);
}

.search--modal .search--modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.search--modal .search--modal-content::-webkit-scrollbar {
  width: 3px;
  height: 7px;
  background-color: #fff;
}

.search--modal .search--modal-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}

@media screen and (min-width: 768px) {
  .search--modal .search--modal-content {
    padding: 10px;
    top: 15px;
    max-height: 750px;
  }
}

.search--modal #search--close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #c5c5c5;
  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;
  border: 0;
  z-index: 1;
}

.search--modal #search--close:hover {
  background-color: #949494;
}

.search--modal.hidden {
  display: none;
}

#above-quicksearch-modal-input {
  min-height: 53px;
}

#suggestions--block {
  margin-bottom: 8px;
}

#suggestions--block p {
  color: black;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  #suggestions--block p {
    font-size: 14px;
  }
}

#suggestions--block .suggestion--list {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
}

@media screen and (min-width: 768px) {
  #suggestions--block .suggestion--list {
    max-width: calc(100% - 35px);
  }
}

#suggestions--block .suggestion--list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

#suggestions--block .suggestion--list::-webkit-scrollbar {
  width: 3px;
  height: 7px;
  background-color: #fff;
}

#suggestions--block .suggestion--list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}

#suggestions--block .suggestion--list:last-child {
  margin-right: 0;
}

#suggestions--block .suggestion--list .suggestion--item {
  background-color: black;
  color: white;
  border-radius: 4px;
  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;
  text-align: center;
  padding: 2px 8px;
  text-wrap: nowrap;
  white-space: nowrap;
  margin-right: 5px;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #suggestions--block .suggestion--list .suggestion--item {
    font-size: 14px;
  }
}

#suggestions--block .suggestion--list .suggestion--item:hover {
  background-color: #242424;
}

#search--form-results {
  top: -15px;
  position: sticky;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  background: white;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #search--form-results {
    top: 0;
  }
}

#search--form-results .input--wrapper {
  position: relative;
}

#search--form-results .input--wrapper .search--submit-action {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: white;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#search--form-results .input--wrapper #search--input-field {
  width: 100%;
  padding: 12px 85px 12px 40px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #a6a6a6;
  color: #000000;
  border-radius: 5px;
  background: #ffffff;
  outline: 0;
}

@media screen and (min-width: 768px) {
  #search--form-results .input--wrapper #search--input-field {
    font-size: 16px;
  }
}

#search--form-results .input--wrapper #search--input-field:focus,
#search--form-results .input--wrapper #search--input-field:active {
  border-color: black;
}

#search--form-results .input--wrapper #search--input-field::-moz-placeholder {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
}

#search--form-results .input--wrapper #search--input-field::placeholder,
#search--form-results .input--wrapper #search--input-field::-moz-placeholder,
#search--form-results .input--wrapper #search--input-field::-ms-input-placeholder,
#search--form-results .input--wrapper #search--input-field::-webkit-input-placeholder {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
}

#search--form-results .input--wrapper .clear--field-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  color: #242424;
  background: #e6e6e6;
  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;
  border-radius: 5px;
  padding: 2px 5px;
  border: 0;
}

#search--form-results .input--wrapper .clear--field-btn:hover {
  background-color: #949494;
}

#search--form-results .input--wrapper .clear--field-btn.hidden {
  display: none;
}

#corrections--results {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 0;
  display: none;
}

#corrections--results.has--results {
  opacity: 1;
  display: block;
}

#corrections--results .corrections--results-list {
  max-height: 110px;
  min-height: 110px;
  overflow-y: scroll;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
}

#corrections--results .corrections--results-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

#corrections--results .corrections--results-list::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

#corrections--results .corrections--results-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}

#corrections--results .corrections--results-list .correction--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px;
  background: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

#corrections--results .corrections--results-list .correction--item .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#corrections--results .corrections--results-list .correction--item .result span {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  color: #242424;
}

#corrections--results .corrections--results-list .correction--item .shortcut--action {
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#corrections--results .corrections--results-list .correction--item:hover {
  background: #e6e6e6;
}

#corrections--results .corrections--results-list .correction--item:hover .result svg path {
  fill: #242424;
}

#corrections--results .corrections--results-list .correction--item.selected {
  background: #e6e6e6;
}

#corrections--results .corrections--results-list .correction--item.selected .result svg path {
  fill: #242424;
}

#corrections--results .corrections--results-list .correction--item.selected .shortcut--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#category--results .list--wrapper {
  list-style-type: none;
}

#category--results .list--wrapper .result--item:not(:last-child) {
  margin-bottom: 5px;
}

#category--results .list--wrapper .result--item a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 500;
}

#category--results .list--wrapper .result--item a:hover {
  color: #000000;
}

#category--results .list--wrapper .result--item .parent--categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#category--results .list--wrapper .result--item .parent--categories li {
  position: relative;
  font-size: 12px;
  color: #888888;
  font-weight: 500;
}

#category--results .list--wrapper .result--item .parent--categories li:not(:first-child) {
  padding-left: 13px;
}

#category--results .list--wrapper .result--item .parent--categories li:not(:first-child):before {
  content: ">";
  color: #888888;
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 12px;
  font-weight: 500;
}

#popular--results .list--wrapper .result--item:not(:last-child),
#history--results .list--wrapper .result--item:not(:last-child) {
  margin-bottom: 5px;
}

#popular--results .list--wrapper .result--item a,
#history--results .list--wrapper .result--item a {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
}

#popular--results .list--wrapper .result--item a:hover,
#history--results .list--wrapper .result--item a:hover {
  color: #000000;
}

#popular--results #clear--search-history,
#history--results #clear--search-history {
  color: #1975ff;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  float: right;
  margin-top: 4px;
}

#product--results .heading--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#product--results .heading--button p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

#product--results .heading--button a {
  background-color: black;
  color: white;
  border-radius: 4px;
  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;
  text-align: center;
  padding: 2px 8px;
  font-size: 12px;
}

#product--results .heading--button a:hover {
  background-color: #242424;
}

#product--results .product--list-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

@media screen and (min-width: 1024px) {
  #product--results .product--list-results {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
  }
}

#product--results .product--list-results .product--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #f9f9f9;
}

#product--results .product--list-results .product--item .product--item-media {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-right: 1px solid #d9d9d9;
  background: #fff;
  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;
}

@media screen and (min-width: 768px) {
  #product--results .product--list-results .product--item .product--item-media {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

#product--results .product--list-results .product--item .product--item-media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#product--results .product--list-results .product--item .product--item-info {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #d9d9d9;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#product--results .product--list-results .product--item .product--item-info .item--name {
  color: black;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#product--results .product--list-results .product--item .product--item-info .item--code {
  font-size: 12px;
  font-weight: 500;
  color: #7c7c7c;
  letter-spacing: 0.4px;
}

@media screen and (min-width: 768px) {
  #product--results .product--list-results .product--item .product--item-info {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }

  #product--results .product--list-results .product--item .product--item-info .item--name {
    font-size: 14px;
  }
}

#product--results .product--list-results .product--item .product--item-price {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#product--results .product--list-results .product--item .product--item-price .initial--price {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
  text-decoration: line-through;
}

#product--results .product--list-results .product--item .product--item-price .final--price {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #product--results .product--list-results .product--item .product--item-price {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 5px 10px;
  }
}

.search--block-heading {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.grid--wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .grid--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

#i3-modal-content-crossSells .loader--wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#i3-modal-content-crossSells .loader {
  position: relative;
  width: 0;
  height: 0;
  margin: 0 auto;
  -webkit-animation: anim-rotate 1.2s infinite ease;
          animation: anim-rotate 1.2s infinite ease;
}

#i3-modal-content-crossSells .loader::before,
#i3-modal-content-crossSells .loader::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 10px;
  opacity: 0.9;
}

#i3-modal-content-crossSells .loader::before {
  background: #009685;
  -webkit-transform: translate(-10px, -10px) scale(1);
      -ms-transform: translate(-10px, -10px) scale(1);
          transform: translate(-10px, -10px) scale(1);
  -webkit-box-shadow: 20px 20px 0 #009685;
          box-shadow: 20px 20px 0 #009685;
  -webkit-animation: anim-1-2 1.2s infinite ease;
          animation: anim-1-2 1.2s infinite ease;
}

#i3-modal-content-crossSells .loader:after {
  background: #f8c475;
  -webkit-transform: translate(10px, -10px) scale(1);
      -ms-transform: translate(10px, -10px) scale(1);
          transform: translate(10px, -10px) scale(1);
  -webkit-box-shadow: -20px 20px 0 #f8c475;
          box-shadow: -20px 20px 0 #f8c475;
  -webkit-animation: anim-3-4 1.2s infinite ease;
          animation: anim-3-4 1.2s infinite ease;
}

@-webkit-keyframes anim-1-2 {
  50% {
    -webkit-transform: scale(1.3) translate(0, 0);
            transform: scale(1.3) translate(0, 0);
    -webkit-box-shadow: 0 0 0 #009685;
            box-shadow: 0 0 0 #009685;
    opacity: 0.8;
  }
}

@keyframes anim-1-2 {
  50% {
    -webkit-transform: scale(1.3) translate(0, 0);
            transform: scale(1.3) translate(0, 0);
    -webkit-box-shadow: 0 0 0 #009685;
            box-shadow: 0 0 0 #009685;
    opacity: 0.8;
  }
}

@-webkit-keyframes anim-3-4 {
  50% {
    -webkit-transform: scale(1.3) translate(0, 0);
            transform: scale(1.3) translate(0, 0);
    -webkit-box-shadow: 0 0 0 #f8c475;
            box-shadow: 0 0 0 #f8c475;
    opacity: 0.8;
  }
}

@keyframes anim-3-4 {
  50% {
    -webkit-transform: scale(1.3) translate(0, 0);
            transform: scale(1.3) translate(0, 0);
    -webkit-box-shadow: 0 0 0 #f8c475;
            box-shadow: 0 0 0 #f8c475;
    opacity: 0.8;
  }
}

@-webkit-keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

.scrollOverflow {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.mobile-filters-active {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-padding-t {
  padding-top: 2rem;
}

.section-padding-b {
  padding-bottom: 2rem;
}

.section-space-sides {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-margin-b {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .i3-section-header {
    margin-bottom: 2rem !important;
  }

  .section-space-sides {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .section-padding-t {
    padding-top: 5rem;
  }

  .section-padding-b {
    padding-bottom: 5rem;
  }

  .section-margin-b {
    margin-bottom: 10.5rem;
  }
}

.is-center {
  text-align: center !important;
}

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

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

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

@supports (-webkit-line-clamp: 1) {
  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

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

@supports (-webkit-line-clamp: 2) {
  .multi-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

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

@supports (-webkit-line-clamp: 3) {
  .multi-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

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

@supports (-webkit-line-clamp: 4) {
  .multi-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

:root {
  --base: #009685;
  --base-light: #f6f6f6;
  --base-blue: #2b485c;
  --base-grey: #008192;
  --hover: var(--base-grey);
  --hover-base: #199f90;
  --black: #000000;
  --dark: #333;
  --light-dark: #a5a5a5;
  --white: #ffffff;
  --light-white: #f3f4f6;
  --lighter-white: #fafafa;
  --grey: #c0c0c0;
  --light-grey: #e4e4e4;
  --lighter-grey: #e8e8e8;
  --blocks: #d6d6dd;
  --is-available: var(--base);
  --not-available: #f24122;
  --pending: var(--base);
  --warning: var(--not-available);
  --shadow-blue: rgba(108, 118, 137, 0.16);
  --discount: #f26722;
  --new: #1e3799;
  --available: #009685;
  --available2: #2982df;
  --available3: #f26722;
  --available4: #f24122;
  --font-sans-serif: PFBagueSansPro, Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  --font-sans-serif-bold: PFBagueSansPro-Bold, Arial, "Helvetica Neue",
    Helvetica, sans-serif;
  --font-serif: "Times New Roman", Times, Baskerville, Georgia, serif;
  --container-size: 1440px;
  --base-background-color: var(--base-light);
  --base-font-family: var(--font-sans-serif);
  --base-font-size: 1.58rem;
  --base-line-height: normal;
  --base-text-color: var(--black);
  --base-min-width: 320px;
  --base-link-color: var(--black);
  --base-hover-color: var(--hover);
  --form-font-family: var(--font-sans-serif);
  --form-element-border-color: var(--base);
  --form-element-focus-border-color: var(--light-grey);
  --placeholder-color: var(--base);
  --form-active: var(--hover);
  --headings-font-family: var(--font-sans-serif-bold);
  --headings-color: var(--base-text-color);
  --headings-weight: bold;
  --headings-sizes-h1: 3.5rem;
  --headings-sizes-h2: 2.5rem;
  --headings-sizes-h3: 2.5rem;
  --headings-sizes-h4: 2.2rem;
  --headings-sizes-h5: 2rem;
  --headings-sizes-h6: 1.8rem;
  --anchor-base-size: 1.6rem;
  --btn-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  --base-transition: all 550ms ease-in-out;
  --card-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  --shadow: 0 0 6px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  --shadow-hover: 0 0 3px rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  --outline: 0 0 0px 2px var(--white);
  --shadow2: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%),
    0 0px 0 1px rgb(10 10 10 / 2%);
  --shadow3: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow4: 0 5px 15px rgba(0, 0, 0, 0.16);
  --shadow5: 0 1px 8px var(--light-white);
  --shadow6: 0 3px 20px var(--light-white);
  --shadow7: 0 2px 6px rgb(0 0 0 / 16%);
  --border-s: 3px;
  --border-m: 10px;
  --border-l: 50px;
  --border-r: 50%;
}

@media all and (max-width: 1023px) {
  :root {
    --headings-sizes-h1: 3rem;
    --headings-sizes-h2: 2.2rem;
    --headings-sizes-h3: 2.4rem;
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

.scrollOverflow {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.mobile-filters-active {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-padding-t {
  padding-top: 2rem;
}

.section-padding-b {
  padding-bottom: 2rem;
}

.section-space-sides {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-margin-b {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .i3-section-header {
    margin-bottom: 2rem !important;
  }

  .section-space-sides {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .section-padding-t {
    padding-top: 5rem;
  }

  .section-padding-b {
    padding-bottom: 5rem;
  }

  .section-margin-b {
    margin-bottom: 10.5rem;
  }
}

.is-center {
  text-align: center !important;
}

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

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

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

@supports (-webkit-line-clamp: 1) {
  .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

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

@supports (-webkit-line-clamp: 2) {
  .multi-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

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

@supports (-webkit-line-clamp: 3) {
  .multi-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

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

@supports (-webkit-line-clamp: 4) {
  .multi-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-text-color);
  background: var(--base-background-color);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-family: var(--base-font-family);
  min-width: var(--base-min-width);
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  /* transparent with keyword */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* transparent with rgba */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* transparent with hsla */
  -webkit-tap-highlight-color: #00000000;
  /* transparent with hex with alpha */
  -webkit-tap-highlight-color: #0000;
  /* transparent with short hex with alpha */
}

body.search-field-active {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

body.search-field-active:after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

body::-webkit-scrollbar {
  width: 12px;
  height: 18px;
}

body::-webkit-scrollbar-thumb {
  height: 6px;
  border: 3px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--base)), to(var(--base-grey)));
  background-image: linear-gradient(var(--base), var(--base-grey));
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

body::-webkit-scrollbar-corner {
  background-color: transparent;
}

html,
body {
  min-height: 100%;
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

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

strong {
  color: inherit;
  font-weight: bold;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

@media (hover: none) {
  /* start mobile styles */

  select,
  textarea,
  input[type=”text”],
  input[type=”password”],
  input[type=”datetime”],
  input[type=”datetime-local”],
  input[type=”date”],
  input[type=”month”],
  input[type=”time”],
  input[type=”week”],
  input[type=”number”],
  input[type=”email”],
  input[type=”url”] {
    font-size: var(--base-font-size);
  }

  /* end mobile styles */
}

/* @font-face {
  font-family: 'PFBagueSansPro';
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/PFBagueSansPro-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'PFBagueSansPro';
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/PFBagueSansPro-Reg.woff2") format("woff2");
  font-display: block;
} */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
strong {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-weight);
  /* color: var(--headings-color); */
}

h1,
.h1 {
  font-size: var(--headings-sizes-h1);
}

h2:not(.card__product-name h2),
.h2:not(.card__product-name h2) {
  font-size: var(--headings-sizes-h2);
}

h3,
.h3 {
  font-size: var(--headings-sizes-h3);
}

h4,
.h4 {
  font-size: var(--headings-sizes-h4);
}

h5,
.h5 {
  font-size: var(--headings-sizes-h5);
}

h6,
.h6 {
  font-size: var(--headings-sizes-h6);
}

p {
  margin: 0 0 1em;
}

a {
  color: var(--base-link-color);
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--base-hover-color);
}

.is-checkradio[type=radio],
.is-checkradio[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.is-checkradio[type=radio] + label,
.is-checkradio[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 4px;
}

.is-checkradio[type=radio] + label:first-of-type,
.is-checkradio[type=checkbox] + label:first-of-type {
  margin-left: 0;
}

.is-checkradio[type=radio] + label:hover::before,
.is-checkradio[type=radio] + label:hover:before,
.is-checkradio[type=checkbox] + label:hover::before,
.is-checkradio[type=checkbox] + label:hover:before {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hover-color;
          animation-name: hover-color;
}

.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 0.1rem solid #dbdbdb;
}

.is-checkradio[type=radio] + label::after,
.is-checkradio[type=radio] + label:after,
.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
}

.is-checkradio[type=radio].is-rtl + label,
.is-checkradio[type=checkbox].is-rtl + label {
  margin-right: 0rem;
  margin-left: 0.5rem;
}

.is-checkradio[type=radio].is-rtl + label::before,
.is-checkradio[type=radio].is-rtl + label:before,
.is-checkradio[type=checkbox].is-rtl + label::before,
.is-checkradio[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}

.is-checkradio[type=radio]:focus + label::before,
.is-checkradio[type=radio]:focus + label:before,
.is-checkradio[type=checkbox]:focus + label::before,
.is-checkradio[type=checkbox]:focus + label:before {
  outline: 1px dotted #b5b5b5;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before,
.is-checkradio[type=radio]:hover:not([disabled]) + label:before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #00d1b2 !important;
}

.is-checkradio[type=radio]:checked + label::before,
.is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  border: 0.1rem solid #dbdbdb;
}

.is-checkradio[type=radio]:checked[disabled],
.is-checkradio[type=checkbox]:checked[disabled] {
  cursor: not-allowed;
}

.is-checkradio[type=radio]:checked[disabled] + label,
.is-checkradio[type=checkbox]:checked[disabled] + label {
  opacity: 0.5;
}

.is-checkradio[type=radio]:checked + label::before,
.is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  -webkit-animation-name: none;
          animation-name: none;
}

.is-checkradio[type=radio]:checked + label::after,
.is-checkradio[type=radio]:checked + label:after,
.is-checkradio[type=checkbox]:checked + label::after,
.is-checkradio[type=checkbox]:checked + label:after {
  display: inline-block;
}

.is-checkradio[type=radio][disabled],
.is-checkradio[type=checkbox][disabled] {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled] + label,
.is-checkradio[type=checkbox][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled] + label:hover,
.is-checkradio[type=radio][disabled] + label:before,
.is-checkradio[type=radio][disabled] + label::before,
.is-checkradio[type=radio][disabled] + label::after,
.is-checkradio[type=radio][disabled] + label:after,
.is-checkradio[type=checkbox][disabled] + label:hover,
.is-checkradio[type=checkbox][disabled] + label:before,
.is-checkradio[type=checkbox][disabled] + label::before,
.is-checkradio[type=checkbox][disabled] + label::after,
.is-checkradio[type=checkbox][disabled] + label:after {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled]:hover,
.is-checkradio[type=checkbox][disabled]:hover {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled]:hover::before,
.is-checkradio[type=radio][disabled]:hover:before,
.is-checkradio[type=checkbox][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover:before {
  -webkit-animation-name: none;
          animation-name: none;
}

.is-checkradio[type=radio][disabled]::before,
.is-checkradio[type=radio][disabled]:before,
.is-checkradio[type=checkbox][disabled]::before,
.is-checkradio[type=checkbox][disabled]:before {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled]::after,
.is-checkradio[type=radio][disabled]:after,
.is-checkradio[type=checkbox][disabled]::after,
.is-checkradio[type=checkbox][disabled]:after {
  cursor: not-allowed;
}

.is-checkradio[type=radio].has-no-border + label::before,
.is-checkradio[type=radio].has-no-border + label:before,
.is-checkradio[type=checkbox].has-no-border + label::before,
.is-checkradio[type=checkbox].has-no-border + label:before {
  border: none !important;
}

.is-checkradio[type=radio].is-block,
.is-checkradio[type=checkbox].is-block {
  display: none !important;
}

.is-checkradio[type=radio].is-block + label,
.is-checkradio[type=checkbox].is-block + label {
  width: 100% !important;
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}

.is-checkradio[type=radio].is-block:hover:not([disabled]) + label,
.is-checkradio[type=checkbox].is-block:hover:not([disabled]) + label {
  background: #e8e8e8;
}

.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  border-radius: 4px;
}

.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(0rem) rotate(45deg);
      -ms-transform: translateY(0rem) rotate(45deg);
          transform: translateY(0rem) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #00d1b2;
  border-top: 0;
  border-left: 0;
}

.is-checkradio[type=checkbox].is-circle + label::before,
.is-checkradio[type=checkbox].is-circle + label:before {
  border-radius: 50%;
}

.is-checkradio[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem;
}

.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}

.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
}

.is-checkradio[type=checkbox].is-block + label::before,
.is-checkradio[type=checkbox].is-block + label:before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-block + label::after,
.is-checkradio[type=checkbox].is-block + label:after {
  top: 0.325rem;
  left: 0.65rem;
}

.is-checkradio[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}

.is-checkradio[type=checkbox].is-rtl + label::after,
.is-checkradio[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}

.is-checkradio[type=checkbox].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem;
}

.is-checkradio[type=checkbox].is-small + label::before,
.is-checkradio[type=checkbox].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}

.is-checkradio[type=checkbox].is-small + label::after,
.is-checkradio[type=checkbox].is-small + label:after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.30375rem;
  left: 0.45rem;
}

.is-checkradio[type=checkbox].is-small.is-block + label::before,
.is-checkradio[type=checkbox].is-small.is-block + label:before {
  width: 0.9375rem;
  height: 0.9375rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-small.is-block + label::after,
.is-checkradio[type=checkbox].is-small.is-block + label:after {
  top: 0.29375rem;
  left: 0.5375rem;
}

.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem;
}

.is-checkradio[type=checkbox].is-small.is-rtl + label::after,
.is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.45rem;
}

.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem;
}

.is-checkradio[type=checkbox].is-medium + label::before,
.is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.875rem;
  height: 1.875rem;
}

.is-checkradio[type=checkbox].is-medium + label::after,
.is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.46875rem;
  height: 0.75rem;
  top: 0.50625rem;
  left: 0.75rem;
}

.is-checkradio[type=checkbox].is-medium.is-block + label::before,
.is-checkradio[type=checkbox].is-medium.is-block + label:before {
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-medium.is-block + label::after,
.is-checkradio[type=checkbox].is-medium.is-block + label:after {
  top: 0.35625rem;
  left: 0.7625rem;
}

.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem;
}

.is-checkradio[type=checkbox].is-medium.is-rtl + label::after,
.is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.75rem;
}

.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem;
}

.is-checkradio[type=checkbox].is-large + label::before,
.is-checkradio[type=checkbox].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}

.is-checkradio[type=checkbox].is-large + label::after,
.is-checkradio[type=checkbox].is-large + label:after {
  width: 0.5625rem;
  height: 0.9rem;
  top: 0.6075rem;
  left: 0.9rem;
}

.is-checkradio[type=checkbox].is-large.is-block + label::before,
.is-checkradio[type=checkbox].is-large.is-block + label:before {
  width: 1.875rem;
  height: 1.875rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-large.is-block + label::after,
.is-checkradio[type=checkbox].is-large.is-block + label:after {
  top: 0.3875rem;
  left: 0.875rem;
}

.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem;
}

.is-checkradio[type=checkbox].is-large.is-rtl + label::after,
.is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.9rem;
}

.is-checkradio[type=checkbox].is-white.has-background-color + label::before,
.is-checkradio[type=checkbox].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important;
}

.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label:before {
  border-color: white !important;
}

.is-checkradio[type=checkbox].is-white:checked + label::after,
.is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: white !important;
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important;
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: white !important;
}

.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:before {
  border-color: white !important;
}

.is-checkradio[type=checkbox].is-white.is-block:checked + label {
  color: #0a0a0a;
  border-color: white !important;
  background: white;
}

.is-checkradio[type=checkbox].is-white.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-white.is-block:checked + label:after {
  border-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label {
  background: #f2f2f2;
}

.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:before {
  border-color: black !important;
}

.is-checkradio[type=checkbox].is-black.has-background-color + label::before,
.is-checkradio[type=checkbox].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black:checked + label::after,
.is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black.is-block:checked + label {
  color: white;
  border-color: #0a0a0a !important;
  background: #0a0a0a;
}

.is-checkradio[type=checkbox].is-black.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-black.is-block:checked + label:after {
  border-color: white !important;
}

.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label {
  background: black;
}

.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox].is-light.has-background-color + label::before,
.is-checkradio[type=checkbox].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}

.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}

.is-checkradio[type=checkbox].is-light:checked + label::after,
.is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: whitesmoke !important;
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: whitesmoke !important;
}

.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}

.is-checkradio[type=checkbox].is-light.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: whitesmoke !important;
  background: whitesmoke;
}

.is-checkradio[type=checkbox].is-light.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-light.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label {
  background: #e8e8e8;
}

.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=checkbox].is-dark.has-background-color + label::before,
.is-checkradio[type=checkbox].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:checked + label::after,
.is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked + label {
  color: #fff;
  border-color: #363636 !important;
  background: #363636;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-dark.is-block:checked + label:after {
  border-color: #fff !important;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label {
  background: #292929;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox].is-primary.has-background-color + label::before,
.is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #00d1b2 !important;
}

.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #00d1b2 !important;
}

.is-checkradio[type=checkbox].is-primary:checked + label::after,
.is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #00d1b2 !important;
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #00d1b2 !important;
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #00d1b2 !important;
}

.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:before {
  border-color: #00d1b2 !important;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked + label {
  color: #fff;
  border-color: #00d1b2 !important;
  background: #00d1b2;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-primary.is-block:checked + label:after {
  border-color: #fff !important;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label {
  background: #00b89c;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox].is-link.has-background-color + label::before,
.is-checkradio[type=checkbox].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3273dc !important;
}

.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label:before {
  border-color: #3273dc !important;
}

.is-checkradio[type=checkbox].is-link:checked + label::after,
.is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: #3273dc !important;
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3273dc !important;
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #3273dc !important;
}

.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:before {
  border-color: #3273dc !important;
}

.is-checkradio[type=checkbox].is-link.is-block:checked + label {
  color: #fff;
  border-color: #3273dc !important;
  background: #3273dc;
}

.is-checkradio[type=checkbox].is-link.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-link.is-block:checked + label:after {
  border-color: #fff !important;
}

.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label {
  background: #2366d1;
}

.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox].is-info.has-background-color + label::before,
.is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3298dc !important;
}

.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: #3298dc !important;
}

.is-checkradio[type=checkbox].is-info:checked + label::after,
.is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: #3298dc !important;
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3298dc !important;
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #3298dc !important;
}

.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:before {
  border-color: #3298dc !important;
}

.is-checkradio[type=checkbox].is-info.is-block:checked + label {
  color: #fff;
  border-color: #3298dc !important;
  background: #3298dc;
}

.is-checkradio[type=checkbox].is-info.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-info.is-block:checked + label:after {
  border-color: #fff !important;
}

.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label {
  background: #238cd1;
}

.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox].is-success.has-background-color + label::before,
.is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #48c774 !important;
}

.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #48c774 !important;
}

.is-checkradio[type=checkbox].is-success:checked + label::after,
.is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #48c774 !important;
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #48c774 !important;
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #48c774 !important;
}

.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:before {
  border-color: #48c774 !important;
}

.is-checkradio[type=checkbox].is-success.is-block:checked + label {
  color: #fff;
  border-color: #48c774 !important;
  background: #48c774;
}

.is-checkradio[type=checkbox].is-success.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-success.is-block:checked + label:after {
  border-color: #fff !important;
}

.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label {
  background: #3abb67;
}

.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox].is-warning.has-background-color + label::before,
.is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffdd57 !important;
}

.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #ffdd57 !important;
}

.is-checkradio[type=checkbox].is-warning:checked + label::after,
.is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #ffdd57 !important;
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffdd57 !important;
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #ffdd57 !important;
}

.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:before {
  border-color: #ffdd57 !important;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #ffdd57 !important;
  background: #ffdd57;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-warning.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label {
  background: #ffd83d;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=checkbox].is-danger.has-background-color + label::before,
.is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f14668 !important;
}

.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #f14668 !important;
}

.is-checkradio[type=checkbox].is-danger:checked + label::after,
.is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #f14668 !important;
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before,
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f14668 !important;
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after,
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #f14668 !important;
}

.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:before {
  border-color: #f14668 !important;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked + label {
  color: #fff;
  border-color: #f14668 !important;
  background: #f14668;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked + label::after,
.is-checkradio[type=checkbox].is-danger.is-block:checked + label:after {
  border-color: #fff !important;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label {
  background: #ef2e55;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::after,
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:after,
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}

.is-checkradio[type=checkbox]:indeterminate + label::after,
.is-checkradio[type=checkbox]:indeterminate + label:after {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: none;
}

.is-checkradio[type=checkbox]:indeterminate.is-white + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-white + label:after {
  border-color: white;
}

.is-checkradio[type=checkbox]:indeterminate.is-black + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: #0a0a0a;
}

.is-checkradio[type=checkbox]:indeterminate.is-light + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: whitesmoke;
}

.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: #363636;
}

.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: #00d1b2;
}

.is-checkradio[type=checkbox]:indeterminate.is-link + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: #3273dc;
}

.is-checkradio[type=checkbox]:indeterminate.is-info + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: #3298dc;
}

.is-checkradio[type=checkbox]:indeterminate.is-success + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: #48c774;
}

.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: #ffdd57;
}

.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after,
.is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: #f14668;
}

.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label:before {
  border-radius: 50%;
}

.is-checkradio[type=radio] + label::after,
.is-checkradio[type=radio] + label:after {
  border-radius: 50%;
  background: #00d1b2;
  left: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.is-checkradio[type=radio]:checked.has-background-color + label::before,
.is-checkradio[type=radio]:checked.has-background-color + label:before {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important;
}

.is-checkradio[type=radio]:checked.has-background-color + label::after,
.is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important;
}

.is-checkradio[type=radio].is-rtl + label {
  padding-left: 0;
}

.is-checkradio[type=radio].is-rtl + label::after,
.is-checkradio[type=radio].is-rtl + label:after {
  left: auto;
  right: 0;
}

.is-checkradio[type=radio] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}

.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label:before,
.is-checkradio[type=radio] + label::after,
.is-checkradio[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
}

.is-checkradio[type=radio].is-rtl + label {
  padding-right: 2rem;
}

.is-checkradio[type=radio].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}

.is-checkradio[type=radio].is-small + label::before,
.is-checkradio[type=radio].is-small + label:before,
.is-checkradio[type=radio].is-small + label::after,
.is-checkradio[type=radio].is-small + label:after {
  width: 1.125rem;
  height: 1.125rem;
}

.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.5rem;
}

.is-checkradio[type=radio].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}

.is-checkradio[type=radio].is-medium + label::before,
.is-checkradio[type=radio].is-medium + label:before,
.is-checkradio[type=radio].is-medium + label::after,
.is-checkradio[type=radio].is-medium + label:after {
  width: 1.875rem;
  height: 1.875rem;
}

.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2.5rem;
}

.is-checkradio[type=radio].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem;
}

.is-checkradio[type=radio].is-large + label::before,
.is-checkradio[type=radio].is-large + label:before,
.is-checkradio[type=radio].is-large + label::after,
.is-checkradio[type=radio].is-large + label:after {
  width: 2.25rem;
  height: 2.25rem;
}

.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 3rem;
}

.is-checkradio[type=radio].is-white.has-background-color + label::before,
.is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important;
}

.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-white:hover:not([disabled]) + label:before {
  border-color: white !important;
}

.is-checkradio[type=radio].is-white:checked + label::after,
.is-checkradio[type=radio].is-white:checked + label:after {
  border-color: white !important;
  background-color: white !important;
}

.is-checkradio[type=radio].is-white:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-white:checked.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important;
}

.is-checkradio[type=radio].is-white:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=radio].is-black.has-background-color + label::before,
.is-checkradio[type=radio].is-black.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}

.is-checkradio[type=radio].is-black:checked + label::after,
.is-checkradio[type=radio].is-black:checked + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=radio].is-black:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-black:checked.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

.is-checkradio[type=radio].is-black:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}

.is-checkradio[type=radio].is-light.has-background-color + label::before,
.is-checkradio[type=radio].is-light.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}

.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}

.is-checkradio[type=radio].is-light:checked + label::after,
.is-checkradio[type=radio].is-light:checked + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}

.is-checkradio[type=radio].is-light:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-light:checked.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}

.is-checkradio[type=radio].is-light:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=radio].is-dark.has-background-color + label::before,
.is-checkradio[type=radio].is-dark.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:checked + label::after,
.is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-dark:checked.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.is-checkradio[type=radio].is-primary.has-background-color + label::before,
.is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #00d1b2 !important;
  background-color: #00d1b2 !important;
}

.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #00d1b2 !important;
}

.is-checkradio[type=radio].is-primary:checked + label::after,
.is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #00d1b2 !important;
  background-color: #00d1b2 !important;
}

.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #00d1b2 !important;
  background-color: #00d1b2 !important;
}

.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.is-checkradio[type=radio].is-link.has-background-color + label::before,
.is-checkradio[type=radio].is-link.has-background-color + label:before {
  border-color: #3273dc !important;
  background-color: #3273dc !important;
}

.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-link:hover:not([disabled]) + label:before {
  border-color: #3273dc !important;
}

.is-checkradio[type=radio].is-link:checked + label::after,
.is-checkradio[type=radio].is-link:checked + label:after {
  border-color: #3273dc !important;
  background-color: #3273dc !important;
}

.is-checkradio[type=radio].is-link:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-link:checked.has-background-color + label:before {
  border-color: #3273dc !important;
  background-color: #3273dc !important;
}

.is-checkradio[type=radio].is-link:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.is-checkradio[type=radio].is-info.has-background-color + label::before,
.is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: #3298dc !important;
  background-color: #3298dc !important;
}

.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: #3298dc !important;
}

.is-checkradio[type=radio].is-info:checked + label::after,
.is-checkradio[type=radio].is-info:checked + label:after {
  border-color: #3298dc !important;
  background-color: #3298dc !important;
}

.is-checkradio[type=radio].is-info:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: #3298dc !important;
  background-color: #3298dc !important;
}

.is-checkradio[type=radio].is-info:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.is-checkradio[type=radio].is-success.has-background-color + label::before,
.is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #48c774 !important;
  background-color: #48c774 !important;
}

.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #48c774 !important;
}

.is-checkradio[type=radio].is-success:checked + label::after,
.is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #48c774 !important;
  background-color: #48c774 !important;
}

.is-checkradio[type=radio].is-success:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #48c774 !important;
  background-color: #48c774 !important;
}

.is-checkradio[type=radio].is-success:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.is-checkradio[type=radio].is-warning.has-background-color + label::before,
.is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #ffdd57 !important;
  background-color: #ffdd57 !important;
}

.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #ffdd57 !important;
}

.is-checkradio[type=radio].is-warning:checked + label::after,
.is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #ffdd57 !important;
  background-color: #ffdd57 !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #ffdd57 !important;
  background-color: #ffdd57 !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=radio].is-danger.has-background-color + label::before,
.is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #f14668 !important;
  background-color: #f14668 !important;
}

.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before,
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #f14668 !important;
}

.is-checkradio[type=radio].is-danger:checked + label::after,
.is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #f14668 !important;
  background-color: #f14668 !important;
}

.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before,
.is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #f14668 !important;
  background-color: #f14668 !important;
}

.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after,
.is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text]:not(.i3-search-input),
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-family: var(--form-font-family);
  border-radius: var(--border-l);
  border: 0.2rem solid var(--form-element-border-color);
  color: var(--form-active);
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

input[type=text]:not(.i3-search-input):focus:not(.i3-search-input),
input[type=tel]:focus:not(.i3-search-input),
input[type=email]:focus:not(.i3-search-input),
input[type=search]:focus:not(.i3-search-input),
input[type=password]:focus:not(.i3-search-input) {
  background-color: var(--white);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: var(--form-element-focus-border-color);
}

input[type=text]:not(.i3-search-input)::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  font-family: var(--form-font-family-bold) !important;
  color: var(--placeholder-color);
  font-weight: bold;
}

input[type=text]:not(.i3-search-input)::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder {
  font-family: var(--form-font-family-bold) !important;
  color: var(--placeholder-color);
  font-weight: bold;
}

input[type=text]:not(.i3-search-input):-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  font-family: var(--form-font-family-bold) !important;
  color: var(--placeholder-color);
  font-weight: bold;
}

input[type=text]:not(.i3-search-input)::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  font-family: var(--form-font-family-bold) !important;
  color: var(--placeholder-color);
  font-weight: bold;
}

input[type=text]:not(.i3-search-input)::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder {
  font-family: var(--form-font-family-bold) !important;
  color: var(--placeholder-color);
  font-weight: bold;
}

select {
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  outline: 0;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: var(--form-font-family) !important;
}

.control .input {
  height: 4.3rem !important;
}

.control .icon {
  height: 4.3rem !important;
  z-index: 1 !important;
}

.input {
  font-size: inherit;
}

.iti {
  width: 100%;
}

.help {
  font-size: 1.46rem;
}

.select {
  width: 100% !important;
  height: 43px !important;
}

.select:not(.is-multiple):not(.is-loading)::after {
  margin-top: -0.2375em !important;
}

.select select {
  font-family: var(--form-font-family);
  font-weight: 400 !important;
  outline: 0 !important;
  width: 100% !important;
  height: 43px !important;
  border-radius: var(--border-l) !important;
  border: 0.2rem solid var(--base) !important;
}

.select select:focus {
  background-color: var(--white) !important;
  -webkit-box-shadow: var(--outline) !important;
          box-shadow: var(--outline) !important;
}

#i3-customer-info.i3-red-error .field .control.i3-empty:after {
  background-image: url("/assets/icons/page-assets/asterisk-r.svg") !important;
}

#i3-customer-info.i3-red-error .field .control .select.i3-empty:before {
  background-image: url("/assets/icons/page-assets/asterisk-r.svg") !important;
}

.field .control.i3-empty:after {
  content: "";
  background-image: url("/assets/icons/page-assets/asterisk.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.field .control.i3-error:after {
  content: "";
  background-image: url("/assets/icons/page-assets/close.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.field .control.i3-success:after {
  content: "";
  background-image: url("/assets/icons/page-assets/checky.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.field .control .select:not(.is-multiple):not(.is-loading)::after {
  right: 2.825em !important;
  margin-top: -0.3375em !important;
}

.field .control .select.i3-empty:before {
  content: "";
  background-image: url("/assets/icons/page-assets/asterisk.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.field .control .select.i3-error:before {
  content: "";
  background-image: url("/assets/icons/page-assets/close.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.field .control .select.i3-success:before {
  content: "";
  background-image: url("/assets/icons/page-assets/checky.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  height: 15px;
  width: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
  font-size: 1.5rem;
  color: var(--base);
  padding-left: 1.5rem;
}

.select select:hover,
.textarea:hover,
.input:hover,
.select select.is-hovered,
.is-hovered.textarea,
.is-hovered.input {
  border-color: var(--base-grey);
}

.textarea {
  font-family: var(--form-font-family) !important;
  background: var(--white);
  border-radius: var(--border-s);
  border: 2px solid var(--base);
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 400;
}

.textarea:focus {
  border-color: transparent;
  -webkit-box-shadow: var(--outline);
          box-shadow: var(--outline);
}

.textarea:focus {
  border-color: var(--form-element-focus-border-color) !important;
}

.is-checkradio[type=checkbox] + label,
.is-checkradio[type=radio]:checked + label,
.is-checkradio[type=checkbox]:checked + label {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.is-checkradio[type=radio] + label:hover,
.is-checkradio[type=checkbox] + label:hover {
  color: inherit !important;
}

.is-checkradio[type=radio]:checked + label::before,
.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label:before,
.is-checkradio[type=radio]:checked + label:before {
  border: 0.1rem solid var(--base-blue) !important;
  border-radius: var(--border-r);
}

.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  border-radius: 0.3rem !important;
  border-color: var(--black) !important;
}

.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  border-radius: 0.2rem !important;
  background: var(--base) !important;
  -webkit-transform: translateY(0rem) rotate(0);
      -ms-transform: translateY(0rem) rotate(0);
          transform: translateY(0rem) rotate(0);
  border: 0 !important;
}

.is-checkradio[type=radio]:checked + label::before,
.is-checkradio[type=radio]:checked + label:before {
  border-color: var(--base) !important;
}

.is-checkradio[type=radio] + label::after,
.is-checkradio[type=radio] + label:after {
  background-color: var(--base) !important;
}

.is-checkradio[type=checkbox].is-medium + label::before,
.is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.8rem;
  height: 1.8rem;
}

.is-checkradio[type=checkbox].is-medium + label::after,
.is-checkradio[type=checkbox].is-medium + label:after {
  width: 1rem;
  height: 1rem;
  top: 6px;
  left: 4px;
}

.is-checkradio[type=radio] + label:first-of-type,
.is-checkradio[type=checkbox] + label:first-of-type {
  display: inline-block;
}

.is-checkradio[type=checkbox] + label {
  padding-left: 3rem !important;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toggle-password:before {
  content: "";
  display: none;
  width: 25px;
  height: 25px;
  background-image: url("/assets/icons/page-assets/eye-hidden.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.toggle-password:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/assets/icons/page-assets/eye.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.toggle-password.hide-me:after {
  display: none;
}

.toggle-password.hide-me:before {
  display: inline-block;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: var(--base) !important;
}

.is-checkradio[type=checkbox].is-large + label::before,
.is-checkradio[type=checkbox].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}

.customer-checkout .is-checkradio[type=checkbox].is-large + label::after,
.customer-checkout .is-checkradio[type=checkbox].is-large + label:after {
  width: 1.3rem;
  height: 1.3rem;
  top: 0.5rem;
  left: 0.5rem;
}

.customer-checkout .is-checkradio[type=checkbox] + label::after,
.customer-checkout .is-checkradio[type=checkbox] + label:after {
  border-radius: 0.2rem !important;
  background: var(--base) !important;
  -webkit-transform: translateY(0rem) rotate(0);
  -ms-transform: translateY(0rem) rotate(0);
  transform: translateY(0rem) rotate(0);
  border: 0 !important;
}

.customer-checkout .is-checkradio[type=checkbox].is-medium + label::before,
.customer-checkout .is-checkradio[type=checkbox].is-medium + label:before {
  top: 0.2rem;
}

.i3-button-cart {
  font-family: "PFBagueSansPro-Bold";
  position: absolute;
  min-height: 4rem;
  padding: 1rem 0rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-image: none;
  border-radius: var(--border-s);
  outline: none;
  background-color: var(--base);
  color: var(--white);
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  text-align: center;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

@media (max-width: 425px) {
  .i3-button-cart {
    font-size: 1.325rem;
  }
}

.i3-button-cart:active {
  background-color: var(--base);
}

.i3-button-cart:active::after {
  opacity: 0.3;
}

.i3-button-cart .spinner {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 17px);
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid var(--white);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  -webkit-animation: spin 0.6s ease-out infinite;
          animation: spin 0.6s ease-out infinite;
}

.i3-button {
  font-family: "PFBagueSansPro-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-radius: var(--border-l);
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1rem 2rem;
  color: var(--white);
  background-color: var(--base);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.i3-button:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  color: var(--white);
}

.i3-button-base {
  font-family: "PFBagueSansPro-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-radius: var(--border-l);
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1rem 2rem;
  color: var(--base);
  background-color: var(--white);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.i3-button-base:hover {
  background-color: var(--white);
  color: var(--black);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.i3-button-bordered {
  font-family: "PFBagueSansPro-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  padding: 1rem;
  background-color: var(--white);
  border: 1px solid var(--black);
  -webkit-box-shadow: var(--shadow7);
          box-shadow: var(--shadow7);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.i3-button-bordered:hover {
  background-color: var(--base);
  color: var(--black);
}

.i3-button-bordered.i3-round {
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
}

.field.has-button-in .control button,
.field.has-button-in .control a {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#i3-top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--base);
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
}

#i3-top-btn:hover {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background-color: #199f90;
}

#i3-top-btn:active {
  background-color: #199f90;
}

#i3-top-btn.show {
  opacity: 1;
  visibility: visible;
}

#mobile-action-bar {
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

#mobile-action-bar.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 425px) {
  #i3-top-btn {
    width: 34px;
    height: 34px;
    right: 15px;
  }

  #i3-top-btn svg {
    height: 20px !important;
  }
}

.button--secondary,
.button--secondary:visited {
  border-radius: 50%;
  cursor: pointer;
  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;
  width: 4rem;
  height: 4rem;
  outline: none;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  color: var(--white);
  /* background: var(--base);
  border: 1px solid var(--base); */
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.icon-svg--color-silver {
  /* fill: var(--light-white);
  color: var(--light-white); */
  fill: var(--base);
  color: var(--base);
}

.icon-svg--color-blue {
  /* fill: var(--white);
  color: var(--white); */
  fill: var(--base);
  color: var(--base);
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
}

.heart-full {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
}

.btn__effect {
  display: inline-block;
  position: relative;
}

.effect-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}

.effect-group .effect {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 20px;
  -webkit-transform-origin: 0px 2px;
      -ms-transform-origin: 0px 2px;
          transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
  -webkit-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
          transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
  -webkit-transform: rotate(144deg);
      -ms-transform: rotate(144deg);
          transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
  -webkit-transform: rotate(216deg);
      -ms-transform: rotate(216deg);
          transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
  -webkit-transform: rotate(288deg);
      -ms-transform: rotate(288deg);
          transform: rotate(288deg);
}

.effect-group .effect:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-radius: 1.5px;
  height: 3px;
  /* background: var(--white); */
  background: var(--base);
}

.effect-group .effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #cf0a05;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

.active--heart .heart-stroke {
  opacity: 0;
}

.active--heart .heart-full {
  opacity: 1;
}

.active--heart .icon-svg {
  -webkit-animation: bounceIn 0.5s linear;
          animation: bounceIn 0.5s linear;
}

.active--heart .effect:before {
  -webkit-animation: fireworkLine 0.5s linear 0.1s;
          animation: fireworkLine 0.5s linear 0.1s;
}

.active--heart .effect:after {
  -webkit-animation: fireworkPoint 0.5s linear 0.1s;
          animation: fireworkPoint 0.5s linear 0.1s;
}

.special-button.two.desktop:not(.active--heart):hover .heart-stroke {
  -webkit-animation: pulseBlue 1s ease-out infinite;
          animation: pulseBlue 1s ease-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pulseBlue {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: var(--white);
  }

  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    fill: var(--hover-base);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: var(--white);
  }
}

@keyframes pulseBlue {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: var(--white);
  }

  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    fill: var(--hover-base);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: var(--white);
  }
}

@-webkit-keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  35% {
    right: 0;
    width: 35%;
  }

  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

@keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  35% {
    right: 0;
    width: 35%;
  }

  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

@-webkit-keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

@keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  30% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }

  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  30% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }

  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.saved-address-modal,
.delete-validation-modal {
  padding: 1rem;
}

.saved-address-modal .modal-card,
.delete-validation-modal .modal-card {
  -webkit-box-shadow: var(--shadow2);
          box-shadow: var(--shadow2);
  border-radius: var(--border-s);
  color: var(--black);
}

.saved-address-modal .modal-card .modal-card-head,
.delete-validation-modal .modal-card .modal-card-head {
  background-color: var(--base);
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.saved-address-modal .modal-card .modal-card-head .modal-card-title,
.delete-validation-modal .modal-card .modal-card-head .modal-card-title {
  margin: 0;
  font-weight: bold;
  color: var(--white);
  font-size: 2.4rem;
}

.saved-address-modal .modal-card .modal-card-body .menu-content-cta,
.saved-address-modal .modal-card .modal-card-foot .menu-content-cta,
.delete-validation-modal .modal-card .modal-card-body .menu-content-cta,
.delete-validation-modal .modal-card .modal-card-foot .menu-content-cta {
  margin-top: 0 !important;
}

.saved-address-modal .modal-card .modal-card-body .menu-content-cta button,
.saved-address-modal .modal-card .modal-card-foot .menu-content-cta button,
.delete-validation-modal .modal-card .modal-card-body .menu-content-cta button,
.delete-validation-modal .modal-card .modal-card-foot .menu-content-cta button {
  margin-top: 0 !important;
  width: auto !important;
}

.saved-address-modal .modal-card .modal-card-body .menu-content-cta .modal-cancel,
.saved-address-modal .modal-card .modal-card-foot .menu-content-cta .modal-cancel,
.delete-validation-modal .modal-card .modal-card-body .menu-content-cta .modal-cancel,
.delete-validation-modal .modal-card .modal-card-foot .menu-content-cta .modal-cancel {
  margin: 1rem;
  cursor: pointer;
}

.modal-button {
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

@media (hover: hover) {
  .modal-button:hover {
    border-color: var(--base) !important;
    color: var(--base);
  }
}

.modal .modal-card .modal-card-head {
  background-color: var(--base);
  margin-bottom: 0;
}

.modal .modal-card .modal-card-head .modal-card-title {
  font-size: 2.4rem;
  margin: 0;
  font-weight: bold;
  color: var(--white);
}

.modal .modal-card .modal-card-body::-webkit-scrollbar {
  width: 7px;
}

.modal .modal-card .modal-card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.modal .modal-card .modal-card-body::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: var(--base);
}

.modal .modal-card .modal-card-foot {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}

.modal-exit {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
  color: var(--white);
}

.ani-modal.modal-notify-me .i3-button {
  width: 100%;
  border-radius: var(--border-s);
  padding: 1.5rem;
}

.ani-modal .config-attr-size__wrapper {
  padding: 1.5rem;
  background: var(--white);
  border: 2px solid var(--base);
  border-radius: var(--border-m);
}

.ani-modal .config-attr-size__wrapper select {
  width: auto;
  height: 3rem;
  border-radius: 5px;
  padding: 0 0.8rem;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  border: 2px solid var(--base);
  outline: 0;
}

.i3-card__product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: auto;
  width: 100%;
  height: 100%;
}

.i3-card__product .has-hover-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.i3-card__product .card__product-content {
  background-color: var(--white);
  border-radius: var(--border-s);
  overflow: hidden;
}

.i3-card__product .card__product-content .card__product-content__top {
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}

.i3-card__product .card__product-content .card__product-content__top .card__product-img {
  width: 100%;
}

.i3-card__product .card__product-content .card__product-content__mid {
  z-index: 0;
  padding: 0 1rem 1rem;
  position: relative;
}

@media (max-width: 425px) {
  .i3-card__product .card__product-content .card__product-content__mid {
    padding: 0 0.5rem 0.5rem;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-name {
  margin-bottom: 1rem;
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-name a {
  font-family: "PFBagueSansPro-Bold";
  height: 4rem;
  font-weight: bold;
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-price {
  width: 100%;
  margin-bottom: 2.5rem;
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price {
  font-family: "PFBagueSansPro-Bold";
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 450px) {
  .i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price {
    font-size: 1.8rem;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price .final__price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0.5rem;
}

@media (min-width: 450px) {
  .i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price .final__price {
    font-size: 1.8rem;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price .discount__price-outer {
  margin-right: 0.5rem;
  color: var(--dark);
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price .discount__price-in-percentage {
  color: var(--base);
}

@media (min-width: 450px) {
  .i3-card__product .card__product-content .card__product-content__mid .card__product-price .attr-price .discount__price-in-percentage {
    font-size: 1.8rem;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-pre-orders {
  background-color: var(--black);
  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;
  padding: 0.6rem;
  border-radius: var(--border-s);
  margin-bottom: 0.5rem;
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-pre-orders span {
  font-family: "PFBagueSansPro-Bold";
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--white);
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-actions {
  position: relative;
  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;
  width: 100%;
  padding: 2rem 0;
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-actions .card__product-notify-me {
  background-color: #f8ac40;
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-actions .card__product-notify-me span {
  color: var(--white);
}

.i3-card__product .card__product-content .card__product-content__mid .card__product-actions .card__product-text {
  font-family: "PFBagueSansPro-Bold";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  will-change: opacity;
  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;
  line-height: 1;
  font-weight: bold;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 96%;
  width: 100%;
  background: var(--light-white);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 4.5rem;
  border-radius: var(--border-s);
  -webkit-box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 425px) {
  .i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper {
    bottom: 0.5rem;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header {
  font-family: "PFBagueSansPro-Bold";
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media (max-width: 425px) {
  .i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header {
    font-size: 1.46rem;
    text-align: left;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  line-height: 0;
  border-radius: 50%;
  border: 2px solid var(--base);
  width: 2.5rem;
  height: 2.5rem;
  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;
  font-weight: 400;
  cursor: pointer;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header .modal-close:before {
  height: 2px;
  width: 50%;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header .modal-close:after {
  height: 50%;
  width: 2px;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header .modal-close:before,
.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header .modal-close:after {
  background-color: var(--base);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

@media (max-width: 425px) {
  .i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-header .modal-close {
    right: -5px;
    top: -5px;
  }
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item input {
  display: none;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item inputdisabled + label,
.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item input:disabled + label {
  color: #c0c0c0;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item input:checked + label {
  font-family: "PFBagueSansPro-Bold";
  color: var(--base);
  font-weight: bold;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item input:hover label {
  color: var(--base);
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item label {
  letter-spacing: 2px;
  cursor: pointer;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .attr-list .attr-item label.not_available {
  color: var(--light-dark);
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-actions .card__product-atc {
  margin-bottom: 1rem;
  width: 95%;
  border: 0;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-actions .card__product-atc:disabled,
.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-actions .card__product-atc[disabled] {
  background-color: #cccccc;
  color: #666666;
  border: 0;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-actions .card__product-notify-me {
  margin-bottom: 1rem;
  width: 95%;
  border: 0;
  background-color: #f8ac40;
}

.i3-card__product .card__product-content .card__product-content__mid .config-attr__wrapper .wrapper-actions .card__product-notify-me span {
  color: var(--white);
}

.i3-card__product .available-on-release {
  max-width: 110px;
  position: relative;
  margin: 0 5px;
  font-size: 9px;
  color: white;
  background: var(--base-blue);
  padding: 5px;
  letter-spacing: 0.05em;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) {
  .i3-card__product .available-on-release {
    max-width: 140px;
    margin: 0 10px;
    font-size: 13px;
  }
}

.i3-card__product .double-points {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
}

.i3-card__product .double-points img {
  background-color: white;
  border-radius: 50%;
}

.i3-card__product .action-wishlist {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  bottom: -8px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.i3-card__product .product-labels {
  position: absolute;
  top: 0rem;
  left: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .i3-card__product .product-labels {
    left: 1rem;
  }
}

.i3-card__product .product-labels .has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 4px 4px;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
}

.i3-card__product .product-labels .has-label.is-new {
  font-family: "PFBagueSansPro-Bold";
  font-size: 1.46rem;
  font-weight: bold;
  background-color: var(--black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.i3-card__product .product-labels .has-label.is-new span {
  color: var(--white);
}

.i3-card__product .product-labels .has-label.is-webonly {
  font-family: "PFBagueSansPro-Bold";
  font-size: 1.46rem;
  font-weight: bold;
  background-color: var(--available3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.i3-card__product .product-labels .has-label.is-webonly span {
  color: var(--white);
}

.i3-card__product .product-labels .has-label.is-bestseller {
  font-family: "PFBagueSansPro-Bold";
  font-size: 1.46rem;
  font-weight: bold;
  background-color: #9e3232;
}

.i3-card__product .product-labels .has-label.is-bestseller span {
  color: var(--white);
}

.i3-card__product .product-preorder-label {
  position: absolute;
  top: 0rem;
  right: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .i3-card__product .product-preorder-label {
    right: 1rem;
  }
}

.i3-card__product .product-preorder-label .has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 4px 4px;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
}

.i3-card__product .product-preorder-label .has-label.has-preorder-date {
  font-family: "PFBagueSansPro-Bold";
  font-size: 1.46rem;
  font-weight: bold;
  background-color: var(--base-blue);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--white);
}

.i3-card__product .product-preorder-label .has-label.has-preorder-date span {
  color: var(--white);
}

.i3-card__product [hover-tooltip] {
  position: relative;
  cursor: default;
}

.i3-card__product [hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 13px;
  text-align: center;
  position: absolute;
  display: block;
  left: 0;
  min-width: 150px;
  max-width: 200px;
  bottom: calc(100% + 10px);
  -webkit-animation: fade-in 300ms ease;
          animation: fade-in 300ms ease;
  background: #2b485c;
  border-radius: 4px;
  padding: 5px;
  color: #ffffff;
  z-index: 1;
}

.i3-card__product [hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #2b485c transparent transparent transparent;
  border-width: 4px 6px 0;
  -webkit-animation: fade-in 300ms ease;
          animation: fade-in 300ms ease;
  z-index: 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.i3-card__product .nerdom--coins {
  margin-left: 5px;
  cursor: pointer;
}

.i3-card__product .nerdom--coins .nerdom--coin {
  background-image: url("/assets/icons/product-assets/nerd_coin_card.svg");
  background-size: 100% 100%;
  border-radius: 100%;
  height: 18px;
  position: relative;
  width: 18px;
  -webkit-transition: 0.5s linear;
  -webkit-transform-style: preserve-3d;
}

.i3-card__product .nerdom--coins .nerdom--coin:before {
  background-color: #009685;
  background-image: url("/assets/icons/product-assets/nerd_coin_card.svg");
  background-size: 100% 100%;
  border-radius: 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  -webkit-transform: translateZ(-1px);
}

.i3-card__product .nerdom--coins:hover .nerdom--coin {
  -webkit-transform: rotateY(180deg);
}

.i3-card__product .nerdom--coins p {
  margin-left: 5px;
}

.i3-card__product .nerdom--coins .coin--expense {
  color: var(--base);
  font-size: 13px;
  font-family: "PFBagueSansPro-Bold";
  font-weight: bold;
}

.i3-card__product .membership--label-wrapper {
  position: absolute;
  right: 0px;
  top: 100%;
}

.i3-card__product .membership--label {
  border-radius: 3px;
  padding: 1px 5px;
  background-color: white;
  border: 1px solid var(--base);
  line-height: 1;
}

.i3-card__product .membership--label span {
  color: black;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  .i3-card__product .nerdom--coins {
    margin-left: 10px;
  }

  .i3-card__product .nerdom--coins .coin--expense {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .i3-card__product .card__product-content__top:hover .has-hover-img {
    z-index: 0;
  }

  .i3-card__product .card__product-content__top:hover .has-base-img {
    z-index: -1;
  }
}

/* -------------------------------- 

Primary style

-------------------------------- */

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

#cd-cart {
  position: fixed;
  top: 0;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  width: 312px;
  /* header height */
  padding: 0.5rem 0.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  z-index: 999;
}

#cd-cart .multi-ellipsis {
  -webkit-line-clamp: 2;
}

#cd-cart.speed-in {
  right: 0;
}

#cd-cart .cd-cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0rem 0.5rem 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--base);
}

#cd-cart .cd-cart-head .cd-cart__close {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.9rem;
  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;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 3px;
  color: var(--white);
  background-color: var(--base);
}

#cd-cart .cd-cart-head .cd-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--black);
  margin-right: 1rem;
}

#cd-cart .cd-cart-head .cd-cart-header .mini-cart__icon {
  margin-right: 1rem;
}

#cd-cart .cd-cart-head .cd-cart-counter {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
}

#cd-cart .cd-cart-top {
  height: auto;
  margin-bottom: 2.5rem;
}

#cd-cart .cd-cart-top .cd-cart-items {
  padding: 0;
  padding-bottom: 1.5rem;
  max-height: calc(100vh - 375px);
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

#cd-cart .cd-cart-top .cd-cart-items::-webkit-scrollbar {
  width: 2px;
}

#cd-cart .cd-cart-top .cd-cart-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#cd-cart .cd-cart-top .cd-cart-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px var(--base);
}

#cd-cart .cd-cart-top .cd-cart-items li {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0.5rem;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid var(--base);
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__media {
  margin-right: 1.25rem;
  overflow: hidden;
  width: 100%;
  max-width: 10rem;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-right: 2.5rem;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__qty {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--black);
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__qty .cart-actions__qnt-cta {
  background-color: var(--base);
  border-radius: var(--border-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  overflow: hidden;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__qty .cart-actions__qnt-cta > span.down,
#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__qty .cart-actions__qnt-cta span.up {
  height: 100%;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.6rem;
  color: var(--white);
  background: #199f90;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__qty .cart-actions__qnt-cta .qnt-input {
  text-align: center;
  width: 4rem;
  font-size: 1.5rem;
  font-weight: 600;
  border: 0;
  background: transparent;
  color: var(--white);
  outline: 0;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__description .cd-item__price {
  font-size: 1.8rem;
  font-weight: 600;
}

#cd-cart .cd-cart-top .cd-cart-items li .cd-item__remove {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  bottom: auto;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.6rem;
  color: var(--black);
}

#cd-cart .cd-cart-bottom {
  position: absolute;
  background-color: var(--white);
  bottom: 0;
  left: 0;
  width: 100%;
}

#cd-cart .cd-cart-bottom .cd-cart-total p {
  font-size: 1.8rem;
  color: var(--black);
  text-align: center;
  background: var(--light-white);
  padding: 2rem;
  margin-bottom: 0;
  font-weight: 600;
}

#cd-cart .cd-cart-bottom .cd-cart-total p span {
  margin-left: 1rem;
}

#cd-cart .cd-cart-bottom .cd-cart-total p span strong {
  color: var(--black);
  font-size: 2.4rem;
}

#cd-cart .cd-cart-bottom .cd-cart-total::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#cd-cart .cd-cart-bottom .checkout-btn {
  width: 100%;
  border-radius: 0;
  padding: 2rem;
  font-size: 1.8rem;
}

#cd-cart .cd-cart-bottom .cd-go-to-cart {
  text-align: center;
  margin: 1rem 0;
}

#cd-cart .cd-cart-bottom .cd-go-to-cart a {
  text-decoration: underline;
  font-size: 1.6rem;
}

#cd-cart .discount__price-inner {
  color: var(--discount);
  text-decoration: line-through;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #cd-cart {
    width: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 400px;
    padding-top: 20px;
  }
}

#cd-cart {
  right: -100%;
  background: var(--white);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.no-touch #cd-cart .checkout-btn:hover {
  background: var(--base);
}

#shipping-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#shipping-bar .ship-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#shipping-bar .ship-wrapper img {
  margin-right: 1rem;
}

#shipping-bar .ship-wrapper .ship-text {
  font-weight: bold;
  font-size: 1.8rem;
}

#shipping-bar .ship-wrapper .ship-text .ship-price {
  color: var(--base);
}

#shipping-bar .ship-bar {
  width: 100%;
  border: 2px solid var(--base);
  height: 1rem;
  border-radius: 100px;
  margin-top: 1rem;
  position: relative;
}

#shipping-bar .ship-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--shipping);
  background: #F8AC40;
  border-radius: 100px;
}

#shipping-bar .ship-bar.full::before {
  width: 100%;
  background: var(--base);
}

/* -------------------------------- 

layer

-------------------------------- */

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(31, 38, 51, 0.6);
  cursor: pointer;
  z-index: 99;
  display: none;
}

#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#i3-newsletter {
  background-color: var(--base);
  color: var(--white);
}

#i3-newsletter .is-checkradio[type=checkbox] + label {
  padding: 0rem 0.5rem 0.2rem 0;
}

#i3-newsletter .is-checkradio[type=radio]:hover:not([disabled]) + label::before,
#i3-newsletter .is-checkradio[type=radio]:hover:not([disabled]) + label:before,
#i3-newsletter .is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
#i3-newsletter .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before,
#i3-newsletter .is-checkradio[type=checkbox]:checked + label::before,
#i3-newsletter .is-checkradio[type=checkbox]:checked + label:before,
#i3-newsletter .is-checkradio[type=checkbox] + label::before,
#i3-newsletter .is-checkradio[type=checkbox] + label:before,
#i3-newsletter .is-checkradio[type=checkbox] + label::before,
#i3-newsletter .is-checkradio[type=checkbox] + label:before {
  border-color: var(--white) !important;
}

#i3-newsletter .is-checkradio[type=checkbox] + label::after,
#i3-newsletter .is-checkradio[type=checkbox] + label:after {
  background: var(--white) !important;
}

#i3-newsletter .newsletter-wrapper {
  position: relative;
  padding: 3rem 1rem;
}

#i3-newsletter .newsletter-wrapper .mobile-newsletter-logo {
  max-width: 13.3rem;
  margin-bottom: 2rem;
}

#i3-newsletter .newsletter-wrapper .i3-title {
  margin-left: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: var(--white);
}

@media (min-width: 768px) {
  #i3-newsletter .newsletter-wrapper .i3-title {
    font-size: inherit;
  }
}

#i3-newsletter .newsletter-wrapper .i3-subtitle {
  color: var(--white);
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #i3-newsletter .newsletter-wrapper .i3-subtitle {
    font-size: inherit;
  }
}

#i3-newsletter .newsletter-wrapper .form-wrapper > .field {
  text-align: center;
}

#i3-newsletter .newsletter-wrapper .form-wrapper form {
  margin-bottom: 1rem;
}

#i3-newsletter .newsletter-wrapper .form-wrapper form input {
  font-size: 1.46rem !important;
  height: 5.5rem !important;
}

#i3-newsletter .newsletter-wrapper .form-wrapper form button {
  border: 0.2rem solid var(--white);
  right: 0.7rem;
}

#i3-newsletter .newsletter-wrapper .form-wrapper label a {
  text-decoration: underline;
}

#i3-newsletter .newsletter-wrapper .form-wrapper .is-checkradio[type=radio] + label:first-of-type,
#i3-newsletter .newsletter-wrapper .form-wrapper .is-checkradio[type=checkbox] + label:first-of-type {
  font-size: 1.5rem !important;
}

#i3-newsletter .newsletter-wrapper .newsletter-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .newsletter-logo {
  margin-bottom: 2rem;
  margin-top: 1rem;
  max-width: 20rem;
}

#i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .social-links .social-link-item > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--border-r);
  background: var(--white);
}

@media (min-width: 768px) {
  #i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .social-links .social-link-item > a {
    width: 3rem;
    height: 3rem;
  }
}

#i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .social-links .social-link-item > a img {
  height: 1.5rem;
}

@media (min-width: 768px) {
  #i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .social-links .social-link-item > a img {
    height: 2rem;
  }
}

#i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .social-links .social-link-item:not(:last-child) {
  margin-right: 2rem;
}

#i3-newsletter .is-checkradio[type=checkbox].is-medium + label::after,
#i3-newsletter .is-checkradio[type=checkbox].is-medium + label:after {
  top: 4px;
}

@media only screen and (min-width: 1024px) {
  #i3-newsletter .newsletter-wrapper .form-wrapper form {
    max-width: 50rem;
  }
}

@media only screen and (min-width: 768px) {
  #i3-newsletter .newsletter-wrapper {
    padding: 4rem 6rem 4rem;
  }

  #i3-newsletter .newsletter-wrapper .form-wrapper > .field {
    text-align: left;
  }

  #i3-newsletter .newsletter-wrapper .form-wrapper .is-checkradio[type=radio] + label:first-of-type,
  #i3-newsletter .newsletter-wrapper .form-wrapper .is-checkradio[type=checkbox] + label:first-of-type {
    font-size: 1.5rem !important;
  }

  #i3-newsletter .newsletter-wrapper .newsletter-media-wrapper .newsletter-logo {
    max-width: 23.2rem;
  }
}

footer {
  position: relative;
}

footer div.h3 {
  margin-bottom: 2rem;
  font-size: inherit;
  position: relative;
}

footer .first-level-footer .i3-first-row {
  padding: 3.2rem 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

footer .first-level-footer .i3-first-row span,
footer .first-level-footer .i3-first-row a {
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer .first-level-footer .i3-first-row .footer-logo {
  max-width: 20rem;
  margin-bottom: 1.5rem;
}

footer .first-level-footer .i3-first-row .footer-text {
  color: var(--black);
}

footer .first-level-footer .i3-first-row .social-links .social-link-item:not(:last-child) {
  margin-right: 2rem;
}

footer .first-level-footer .i3-first-row .social-links .social-link-item:hover {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

footer .first-level-footer .i3-first-row .lists-wrapper ul .item:first-child {
  padding-top: 1.5rem;
}

footer .first-level-footer .i3-first-row .lists-wrapper ul .item:not(:last-child) {
  margin-bottom: 0.7rem;
}

footer .first-level-footer .i3-first-row .lists-wrapper ul .item:hover a,
footer .first-level-footer .i3-first-row .lists-wrapper ul .item:hover span {
  color: var(--base);
}

footer .first-level-footer .i3-first-row .lists-wrapper ul .item img {
  margin-right: 1rem;
}

footer .second-level-footer {
  max-width: 100%;
  background-color: var(--light-white);
  font-size: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

footer .second-level-footer .is-flex-mobile.is-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .second-level-footer .copyrights {
  display: block;
  text-align: center;
}

footer .second-level-footer .banks-wrapper {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  footer .second-level-footer .copyrights {
    display: block;
    text-align: left;
  }

  footer .second-level-footer .banks-wrapper {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  footer .first-level-footer .i3-first-row {
    padding: 3.2rem;
  }

  footer .first-level-footer .i3-first-row .i3-nav div.h3 {
    pointer-events: none;
    display: inline-block;
  }

  footer .first-level-footer .i3-first-row .i3-nav div.h3:before {
    width: 0;
    height: 0;
  }

  footer .second-level-footer {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    /**nav-expand for footer with head and ul**/
  }

  footer .first-level-footer .i3-nav div.h3 {
    cursor: pointer;
  }

  footer .first-level-footer ul {
    max-height: 0;
    overflow: hidden;
  }

  footer .first-level-footer .i3-nav div.h3:after {
    content: url("/assets/icons/page-assets/plus.svg");
    margin-top: -4px;
    line-height: 28px;
    text-align: center;
    float: right;
  }

  footer .first-level-footer .i3-nav.open div.h3:after {
    content: url("/assets/icons/page-assets/minus.svg");
  }

  footer .first-level-footer .i3-nav.open ul {
    height: auto;
    max-height: 500px;
    /* transition: max-height .3s ease-in-out !important; */
  }

  footer .first-level-footer .i3-first-row {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    margin-bottom: 0;
  }

  footer .first-level-footer .i3-first-row div.h3 {
    margin-bottom: 0;
    padding: 1rem 0;
  }

  footer .first-level-footer .i3-first-row .lists-wrapper.last-item {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  footer .second-level-footer {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }

  footer .second-level-footer .copyrights {
    text-align: center;
    margin-bottom: 0rem;
  }

  footer .second-level-footer .banks-wrapper {
    text-align: center;
  }
}

/* Shop by Interest Theme - Menu */

.shop-by-interest {
  position: relative;
  padding: 50px;
  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;
}

.shop-by-interest .themes-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop-by-interest .themes-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

.shop-by-interest span {
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  color: var(--white);
}

#popup-overlay {
  max-width: 60rem;
  width: 100%;
  position: fixed;
  top: 15rem;
  border-radius: 25px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: var(--white);
  overflow: hidden;
}

@media (max-width: 768px) {
  #popup-overlay {
    max-width: 32rem;
    top: 9rem;
  }
}

#popup-overlay .content-box {
  padding: 3.5rem;
  text-align: center;
}

#popup-overlay .content-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
}

#popup-overlay .content-box p {
  margin: 0;
  margin-bottom: 3.2rem;
  font-size: 1.7rem;
  font-weight: 400;
}

#popup-overlay .content-box a {
  padding: 1rem 6rem;
  padding-bottom: 1.1rem;
  background: var(--base);
  border: 1px solid var(--white);
  border-radius: 50px;
  color: white;
  font-size: 1.8rem;
  font-weight: 300;
}

.popup-hide {
  opacity: 0;
  visibility: hidden;
}

.popup-show {
  opacity: 1;
  visibility: visible;
}

#close-wrap {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

img {
  pointer-events: none;
}

.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
  color: var(--base-blue);
  text-decoration: underline !important;
}

.category-banner-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.category-banner-wrapper .category-banner__wall img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.category-banner-wrapper .category-banner__assets {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.category-banner-wrapper .category-banner__assets .category-banner__header {
  background: var(--white);
  border-radius: var(--border-s);
  background-color: rgba(20, 46, 63, 0.3);
  backdrop-filter: blur(30px) brightness(115%);
  padding: 1rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.category-banner-wrapper .category-banner__assets .category-banner__header h1 {
  font-size: 2.4rem;
  color: var(--white);
}

.category-banner-wrapper .category-banner__assets .category-banner__header h2 {
  font-size: 1.8rem;
  color: var(--white);
}

.category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: var(--white);
  border-radius: var(--border-s);
  background-color: rgba(20, 46, 63, 0.3);
  backdrop-filter: blur(30px) brightness(115%);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}

.category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs .breadcrumb {
  margin-top: 0rem;
  margin-bottom: 0 !important;
}

.category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs .breadcrumb ul,
.category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs .breadcrumb ol {
  padding: 0rem;
}

.category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs .breadcrumb ul li a,
.category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs .breadcrumb ol li a {
  color: var(--white) !important;
}

.category-info {
  margin-bottom: 2rem;
}

.category-info .i3-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--base);
  color: var(--black);
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
}

#i3-sub-categories .sub-category-item {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

#i3-sub-categories .sub-category-item .image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#i3-sub-categories .sub-category-item:hover {
  color: var(--base-blue);
}

#i3-sub-categories .sub-category-item:hover .image img {
  -webkit-transform: scale(1.05) translateZ(0);
          transform: scale(1.05) translateZ(0);
  -webkit-filter: blur(3.5px);
          filter: blur(3.5px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#i3-sub-categories .sub-category-item .sub-category-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#i3-sub-categories .sub-category-item .sub-category-item__content .sub-category-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1.5rem;
  background: var(--white);
  border-radius: var(--border-s);
  background-color: rgba(20, 46, 63, 0.02);
  backdrop-filter: blur(10px) brightness(115%);
  margin: 1.5rem;
}

#i3-sub-categories .sub-category-item .sub-category-item__content .sub-category-item__header .item__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#i3-sub-categories .sub-category-item .sub-category-item__content .sub-category-item__header .item__product-counter {
  font-size: inherit;
  font-weight: 500;
}

#i3-sub-categories .sub-category-item .sub-category-item__content .sub-category-item__desc {
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}

#i3-sub-categories .sub-category-item .sub-category-item__content .sub-category-item__desc p {
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .category-banner-wrapper .category-banner__assets {
    padding: 0 2.5rem;
  }

  .category-banner-wrapper .category-banner__assets .category-banner__header {
    padding: 1.5rem;
  }

  .category-banner-wrapper .category-banner__assets .category-banner__header h1 {
    font-size: 4.5rem;
  }

  .category-banner-wrapper .category-banner__assets .category-banner__header h2 {
    font-size: 2.8rem;
  }

  .category-banner-wrapper .category-banner__assets .category-banner__breadcrumbs {
    padding: 1.5rem;
  }

  .category-info .i3-title {
    font-size: 2rem;
  }

  .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

